]> git.plutz.net Git - shellwiki/blob - themes/default.css
styling for tags
[shellwiki] / themes / default.css
1 /*
2 # Copyright 2022 - 2023 Paul Hänsch
3
4 # Permission to use, copy, modify, and/or distribute this software for any
5 # purpose with or without fee is hereby granted, provided that the above
6 # copyright notice and this permission notice appear in all copies.
7
8 # THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL WARRANTIES
9 # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
10 # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
11 # SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
12 # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
13 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
14 # IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
15 */
16
17 html { min-height: 100%; }
18
19 body {
20   position: absolute;
21   width: 100%;
22   min-height: 100%;
23   padding-bottom: 6em;
24   background-color: #EEE;
25   font-size: 12pt;
26 }
27
28 header, footer {
29   background-color: #FFF;
30   box-shadow: 0 0 .75em;
31   width: 100%;
32   z-index: 1;
33 }
34
35 footer {
36   padding-top: .5em;
37   position: absolute;
38   bottom: 0;
39 }
40
41 header > :last-child,
42 main > :last-child {
43   margin-bottom: 0;
44 }
45
46 header h1,
47 header h2,
48 header .menu,
49 footer .menu {
50   display: inline-block;
51 }
52
53 header .menu,
54 footer .menu { list-style: none; }
55
56 header .menu > ul > li,
57 header .menu > ol > li,
58 footer .menu > ul > li,
59 footer .menu > ol > li {
60   display: inline-block;
61   margin-right: .5em;
62   vertical-align: top;
63 }
64
65 header .menu.dropdown li > ul,
66 header .menu.dropdown li > ol {
67   display: none;
68   position: absolute;
69   background-color: #FFF;
70   margin: 0;
71   padding: .25em .5em;
72   padding-left: 1.5em;
73   box-shadow: 0 0 .75em;
74 }
75 header .menu.dropdown li:hover > ul,
76 header .menu.dropdown li:hover > ol {
77   display: table;
78 }
79
80 main .pagemenu {
81   list-style: none;
82   background-color: #666;
83   margin: 0;
84   box-shadow: 0 0 .5em;
85   padding: .25em 2em;
86 }
87 main .pagemenu li {
88   display: inline-block;
89   margin-right: 1em;
90 }
91 main .pagemenu li a { color: #FFF; }
92
93 main article,
94 main > form#renamepage, main > form#movepage,
95 main > form#deletepage, 
96 [id$="/[attachment]"] main > form {
97   margin: 1em;
98   padding: .125em 1em 1em 1em;
99   box-shadow: .25em .25em .75em;
100   background-color: #FFF;
101 }
102
103 main > form#deletepage label[for=delsub] {
104   text-decoration: underline;
105 }
106 main > form#deletepage input#delsub:checked + label + ul li.delsub {
107   text-decoration: line-through;
108 }
109
110 [id$="/[revision]"] main .revisions,
111 [id$="/[attachment]"] main > .attachment.list {
112   margin: 1em;
113   padding: 1em 2em;
114 }
115 [id$="/[revision]"] main .revisions:before,
116 [id$="/[attachment]"] main > .attachment.list:before {
117   content: '';
118   position: absolute;
119   top: 0; bottom: 0; left: 0; right: 0;
120   background-color: #FFF;
121   box-shadow: .25em .25em .75em;
122 }
123
124 main code {
125   padding: .125em .25em;
126   background-color: #CCC;
127 }
128 main pre {
129   padding: .5em .5em;
130   background-color: #CCC;
131   max-width: 100%;
132   overflow-x: auto;
133 }
134
135 li.task > input[type=checkbox][disabled],
136 li.task > p > input[type=checkbox][disabled] {
137   display: none;
138 }
139 li.task > p:first-child { display: inline-block;}
140
141 -li.task:before { font-size: 1.125em; }
142 li.task.pending:before  { content: '\274f  '; color: #222; }
143 li.task.partial:before  { content: '\25d4  '; color: #880; }
144 li.task.negative:before { content: '\2718  '; color: #800; }
145 li.task.done:before     { content: '\2714  '; color: #080; }
146 li.task.unsure:before   { content: '?  '    ; color: #880; font-weight: bold; padding-left: 2pt; }
147
148 /* Alternative Check Symbols, all from "geometric shapes" block */ /*
149 -li.task.pending:before  { content: '\25a1  '; color: #222; }
150 -li.task.partial:before  { content: '\25d4  '; color: #880; }
151 -li.task.negative:before { content: '\25a8  '; color: #800; }
152 -li.task.done:before     { content: '\25a3  '; color: #080; }
153 */
154
155
156 /* === Editor === */
157
158 [id$="/[edit]"] main .pagemenu {
159   margin-bottom: 1em;
160 }
161
162 .tab[name=edithelp] ~ .tab.editor textarea,
163 .tab[name=edithelp] ~ .tab.syntax,
164 .tab[name=edithelp] ~ .tab.attach,
165 .tab[name=edithelp] ~ .tab.transl {
166   background-color: #FFF;
167   min-height: 20em; min-height: 50vh;
168 }
169
170 .tab[name=edithelp] ~ .tab.editor textarea {
171   width: 100%;
172   font-family: monospace;
173   font-size: inherit;
174 }
175
176 .tab[name=edithelp] ~ .tab.attach {
177   padding-top: 1em;
178   padding-left: 7em;
179 }
180 .tab[name=edithelp] ~ .tab.attach .aimg img {
181   float: left;
182   max-height: 4em;
183   margin-left: -6em;
184 }
185
186 .tab[name=edithelp] ~ .tab.transl {
187   font-family: monospace;
188   white-space: pre;
189 }
190
191 .tab[name=edithelp]#editor:checked ~ .tab.editor,
192 .tab[name=edithelp]#syntax:checked ~ .tab.syntax,
193 .tab[name=edithelp]#attach:checked ~ .tab.attach,
194 .tab[name=edithelp]#transl:checked ~ .tab.transl {
195   display: block;
196 }
197
198
199 /* === Attachments === */
200
201 .attachment.list button[name=delete] {
202   font-size: .75em;
203   line-height: 1.25em;
204   margin-right: 1.25em;
205 }
206 .attachment.list .size,
207 .attachment.list .date {
208   font-size: .875em;
209   top: -.25em;
210 }
211
212 .attachment.list .name:after {
213   white-space: pre-line;
214   content: "\0a";
215 }
216 .attachment.list .size {
217   margin-right: 1em;
218 }
219
220 .revisions li { margin: 1em 0; }
221 .revisions li span.hash,
222 .revisions li span.date {
223   margin-right: 1em;
224 }
225
226 .revisions .diff span {
227   font-family: monospace;
228   display: block;
229   white-space: pre;
230   line-height: 1.375em;
231 }
232 .revisions .diff span.linenum { color: #D60; }
233 .revisions .diff span.linedel { color: #A00; }
234 .revisions .diff span.lineadd { color: #0A0; }
235 .revisions .diff span.linenote { color: #AAA; }
236
237
238 [id$="/[attachment]"] input[type=radio].tab ~ div.tab {
239   display: block;
240   padding-top: 1em;
241 }
242 [id$="/[attachment]"] input[type=radio].tab ~ div.tab ul.attachment.list {
243   list-style: none;
244   margin-left: 0;
245 }
246
247 .tab ul li input[name=select],
248 .tab ul li label.name,
249 .tab ul li a.name,
250 .tab ul li input.name {
251   display: none;
252 }
253
254 [id$="/[attachment]"] input[type=radio].tab#tview:checked ~ div.tab ul li a.name,
255 [id$="/[attachment]"] input[type=radio].tab#tdel:checked  ~ div.tab ul li input[name=select],
256 [id$="/[attachment]"] input[type=radio].tab#tdel:checked  ~ div.tab ul li label.name,
257 [id$="/[attachment]"] input[type=radio].tab#tmove:checked ~ div.tab ul li input[name=select],
258 [id$="/[attachment]"] input[type=radio].tab#tmove:checked ~ div.tab ul li label.name {
259   display: inline;
260 }
261 [id$="/[attachment]"] input[type=radio].tab#tren:checked ~ .tab ul li input.name {
262   display: block;
263 }
264
265 [id$="/[attachment]"] label[for=moveto], [id$="/[attachment]"] input#moveto,
266 [id$="/[attachment]"] button[name=action] { display: none; }
267
268 [id$="/[attachment]"] .upload button[name=action] { display: inline-block; }
269 [id$="/[attachment]"] input[type=radio].tab#tdel:checked  ~ div.tab button[name=action][value=delete],
270 [id$="/[attachment]"] input[type=radio].tab#tmove:checked ~ div.tab label[for=moveto],
271 [id$="/[attachment]"] input[type=radio].tab#tmove:checked ~ div.tab input#moveto,
272 [id$="/[attachment]"] input[type=radio].tab#tmove:checked ~ div.tab button[name=action][value=move],
273 [id$="/[attachment]"] input[type=radio].tab#tren:checked  ~ div.tab button[name=action][value=rename] {
274   display: inline;
275 }
276
277
278 /* === Macros === */
279
280 .macro.toc {
281   display: inline-block;
282   list-style-position: inside;
283   margin-left: 0;
284   background-color: #DDD;
285   background-color: rgba(0, 0, 0, .125);
286   padding: .75em 1em;
287   border: 1pt solid;
288   border-radius: 2pt;
289 }
290 .macro.toc li.h2 { margin-left: 1.25em; }
291 .macro.toc li.h3 { margin-left: 2.5em; }
292 .macro.toc li.h4 { margin-left: 3.75em; }
293 .macro.toc li.h5 { margin-left: 5em; }
294 .macro.toc li.h6 { margin-left: 6.25em; }
295
296
297 .macro.gallery {
298   text-align: center;
299   margin: 2em 0;
300   padding: .5em .125em;
301   background-color: #444;
302   clear: both;
303 }
304 .macro.gallery img {
305   max-height: 9em;
306   margin: 0 .25em;
307 }
308
309
310 ul.macro.tag { padding: 0; }
311 .macro.tag li.tag {
312   display: inline-block;
313   color: #FFF;
314   background-color: #333;
315   font-size: .875em;
316   padding: 0 .5em;
317   margin: .25em .25em 0 0;
318   border-radius: .375em;
319 }
320
321
322 .macro.changes td .date {
323   display: block;
324   font-size: .75em;
325 }
326 .macro.changes td.outdated,
327 .macro.changes td.current,
328 .macro.changes td.missing {
329   text-align: center;
330 }
331 .macro.changes th { background-color: #EEF; }
332 .macro.changes td { background-color: #DFF; }
333 .macro.changes td.outdated { background-color: #FFD; }
334 .macro.changes td.current  { background-color: #DFD; }
335 .macro.changes td.missing  { background-color: #FDD; }