+38
src/static/style.css
+38
src/static/style.css
···
179
179
margin-top: 5em;
180
180
text-align: center;
181
181
}
182
+
183
+
still-building {
184
+
background-color: var(--color-background-secondary);
185
+
border-radius: 2px;
186
+
display: block;
187
+
}
188
+
189
+
still-building .title {
190
+
background: repeating-linear-gradient(
191
+
45deg,
192
+
#fc0,
193
+
#fc0 20px,
194
+
#333 20px,
195
+
#333 40px
196
+
);
197
+
border-radius: 2px 2px 0 0;
198
+
color: #fff;
199
+
display: block;
200
+
font-size: 1.2em;
201
+
font-weight: 900;
202
+
padding: 0.25em;
203
+
text-align: center;
204
+
text-transform: uppercase;
205
+
text-shadow:
206
+
-1px -1px 0.5px #000,
207
+
1px -1px 0.5px #000,
208
+
-1px 1px 0.5px #000,
209
+
1px 1px 0.5px #000;
210
+
}
211
+
212
+
still-building p {
213
+
margin: 0;
214
+
padding: 0.5em;
215
+
216
+
&:not(:first-of-type) {
217
+
padding-top: 0;
218
+
}
219
+
}
+6
src/templates/editor.html
+6
src/templates/editor.html
···
26
26
<a href="{{ url_for('auth_logout') }}">logout</a>
27
27
</p>
28
28
29
+
<still-building>
30
+
<span class="title">alpha software</span>
31
+
<p>ligo.at it still under development, and schemas keep changing: things might break anytime.</p>
32
+
<p>You can track it's development or contribute <a href="https://tangled.org/@ligo.at/core">source code</a>.</p>
33
+
</still-building>
34
+
29
35
<h2>profile</h2>
30
36
<form action="/editor/profile" method="post">
31
37
<label>