]> git.immae.eu Git - github/shaarli/Shaarli.git/blame - assets/vintage/css/shaarli.css
Use web-thumbnailer to retrieve thumbnails
[github/shaarli/Shaarli.git] / assets / vintage / css / shaarli.css
CommitLineData
a6e0134d 1/* Cascading Stylesheet for Shaarli - https://github.com/shaarli/Shaarli */
45034273 2
32c8dee3
V
3body {
4 font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif;
5 font-size: 10pt;
6 background-color: #ffffff;
7 word-wrap: break-word;
8}
eeb0fe33 9
45034273 10input, textarea {
9308d39f
V
11 background-color: #dedede;
12 background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dedede), to(#ffffff));
13 background: -webkit-linear-gradient(#dedede, #ffffff);
14 background: -moz-linear-gradient(#dedede, #ffffff);
15 background: -ms-linear-gradient(#dedede, #ffffff);
16 background: -o-linear-gradient(#dedede, #ffffff);
17 background: linear-gradient(#dedede, #ffffff);
18 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
eeb0fe33 19 padding: 5px;
4f8063b6 20 border-radius: 3px 3px 3px 3px;
9308d39f 21 border: none;
eeb0fe33 22 color: #000;
9308d39f 23}
45034273 24
d741c9fc 25a {
eeb0fe33 26 text-decoration: none;
d741c9fc
FE
27}
28
32c8dee3
V
29h1 {
30 font-size: 20pt;
31 font-weight: bold;
32 font-style: italic;
33 margin-bottom: 20px;
34}
45034273 35
c51fae92
A
36em {
37 font-style: italic;
38}
39
3d8f5cf8
A
40strong {
41 font-weight: bold;
42}
43
49bc541d
A
44.hidden {
45 display: none;
46}
47
45034273 48/* Buttons */
066333c0 49.bigbutton, #pageheader a.bigbutton {
45034273 50 background-color: #c0c0c0;
9308d39f
V
51 background: -moz-linear-gradient(#c0c0c0, #ffffff) repeat scroll 0 0 transparent;
52 background: -webkit-gradient(linear, 0 0, 0 bottom, from(#c0c0c0), to(#ffffff));
53 background: -webkit-linear-gradient(#c0c0c0, #ffffff);
54 background: -ms-linear-gradient(#c0c0c0, #ffffff);
55 background: -o-linear-gradient(#c0c0c0, #ffffff);
56 background: linear-gradient(#c0c0c0, #ffffff);
45034273
SS
57 border-radius: 3px 3px 3px 3px;
58 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
59 cursor: pointer;
60 height: 24px;
45034273 61 padding: 0 5px;
b87442f2 62 margin: 0 5px 0 0;
9308d39f 63 color: #606060;
eeb0fe33
V
64 border-style: outset;
65 border-width: 1px;
066333c0
A
66 display: inline-block;
67}
68
69a.bigbutton, #pageheader a.bigbutton {
70 height: 22px;
71 line-height: 22px;
9308d39f 72}
45034273 73
45034273
SS
74.smallbutton {
75 background-color: #c0c0c0;
9308d39f
V
76 background: -moz-linear-gradient(#c0c0c0, #ffffff) repeat scroll 0 0 transparent;
77 background: -webkit-gradient(linear, 0 0, 0 bottom, from(#c0c0c0), to(#ffffff));
78 background: -webkit-linear-gradient(#c0c0c0, #ffffff);
79 background: -ms-linear-gradient(#c0c0c0, #ffffff);
80 background: -o-linear-gradient(#c0c0c0, #ffffff);
81 background: linear-gradient(#c0c0c0, #ffffff);
45034273
SS
82 border-radius: 3px 3px 3px 3px;
83 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
84 cursor: pointer;
85 height: 20px;
86 margin-left: 5px;
87 padding: 0 5px;
9308d39f 88 color: #606060;
eeb0fe33
V
89 border-style: outset;
90 border-width: 1px;
9308d39f 91}
45034273 92
b2877611 93/* Small tab on the left of each link with edit/delete buttons. */
32c8dee3
V
94.button_edit, .button_delete {
95 border-radius: 0;
96 box-shadow: none;
97 border-style: none;
98 border-width: 0;
99 padding: 0;
100 background: none;
101}
6e70d655 102
d741c9fc 103.linkeditbuttons {
eeb0fe33 104 position: absolute;
610bf418 105 left: 2px;
eeb0fe33 106 padding: 4px 2px 2px 2px;
eeb0fe33
V
107
108 -webkit-border-radius: 0px 6px 6px 0px;
109 -moz-border-radius: 0px 6px 6px 0px;
110 -o-border-radius: 0px 6px 6px 0px;
111 -ms-border-radius: 0px 6px 6px 0px;
112 border-radius: 0px 6px 6px 0px;
b2877611 113}
45034273 114
eeb0fe33 115#pageheader #logo {
b3375c7f 116 background-image: url('../img/logo.png');
9308d39f 117 background-repeat: no-repeat;
eeb0fe33
V
118 float: left;
119 margin: 0 10px 0 10px;
120 width: 105px;
121 height: 55px;
122 cursor: pointer;
45034273
SS
123}
124
610bf418
MJ
125#pageheader #menu {
126 width: 100%;
127}
128
129#pageheader #menu ul {
130 margin: auto;
131 padding: 7px 0px 0px 0px;
132 float: none;
133}
134
135#pageheader #menu ul li {
136 list-style: none;
137 display: inline;
138 position: relative;
139 box-sizing: border-box;
140}
141
142#pageheader a {
143 background-color: #333333;
144 background: -webkit-gradient(linear, 0 0, 0 bottom, from(#333333), to(#000000));
145 background: -webkit-linear-gradient(#333333, #000000);
146 background: -moz-linear-gradient(#333333, #000000);
147 background: -ms-linear-gradient(#333333, #000000);
148 background: -o-linear-gradient(#333333, #000000);
149 background: linear-gradient(#333333, #000000);
150 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
151 padding: 5px;
4f8063b6 152 border-radius: 3px 3px 3px 3px;
610bf418
MJ
153 margin: 10px 3px 3px 3px;
154 color: #A2DD42;
155 text-decoration: none;
156 line-height: 2.5;
157 white-space: nowrap;
158}
159
c133612f
V
160#pageheader #linkcount {
161 float: right;
162 font-style: italic;
163 color: #bbb;
164 text-align: right;
165 padding-right: 5px;
610bf418 166 margin: 3px 3px 0px 0px;
c133612f
V
167}
168
eeb0fe33 169#pageheader {
45034273 170 background-color: #333333;
9308d39f
V
171 background: -webkit-gradient(linear, 0 0, 0 bottom, from(#333333), to(#111111));
172 background: -webkit-linear-gradient(#333333, #111111);
173 background: -moz-linear-gradient(#333333, #111111);
174 background: -ms-linear-gradient(#333333, #111111);
175 background: -o-linear-gradient(#333333, #111111);
176 background: linear-gradient(#333333, #111111);
45034273 177 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
eeb0fe33
V
178 width: auto;
179 padding: 0 10px 5px 10px;
9308d39f 180 margin: auto;
45034273
SS
181}
182
c133612f
V
183#pageheader .search {
184 width: 100%;
185 white-space: nowrap;
186}
187
eeb0fe33
V
188#toolsdiv a {
189 clear: both;
45034273 190}
6e70d655 191
c133612f
V
192#toolsdiv #bookmark {
193 clear: none;
194}
195
eeb0fe33
V
196#toolsdiv a span {
197 color: #ffffff;
45034273 198}
6e70d655 199
eeb0fe33 200.linksperpage, .tagfilter, .searchform, .addform {
9308d39f
V
201 background-color: #dedede;
202 background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dedede), to(#ffffff));
203 background: -webkit-linear-gradient(#dedede, #ffffff);
204 background: -moz-linear-gradient(#dedede, #ffffff);
205 background: -ms-linear-gradient(#dedede, #ffffff);
206 background: -o-linear-gradient(#dedede, #ffffff);
207 background: linear-gradient(#dedede, #ffffff);
eeb0fe33 208 display: inline;
9308d39f 209 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
eeb0fe33 210 padding: 5px;
9308d39f 211 border: none;
4f8063b6 212 border-radius: 3px 3px 3px 3px;
eeb0fe33
V
213 margin: 10px 3px 3px 3px;
214 color: #cecece;
45034273
SS
215}
216
eeb0fe33 217.linksperpage {
9308d39f 218 box-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
eeb0fe33 219 padding: 3px;
45034273
SS
220}
221
eeb0fe33
V
222.linksperpage input, .tagfilter input, .searchform input, .addform input {
223 border: none;
224 color: #606060;
225 background: none;
226 box-shadow: none;
227 padding: 5px;
45034273
SS
228}
229
eeb0fe33
V
230.linksperpage input {
231 padding: 0;
45034273
SS
232}
233
c133612f
V
234.searchform #searchform_value {
235 width: 30%;
236}
237
238.tagfilter {
239 margin-left:24px;
240}
241
41145f70 242.tagfilter div.awesomplete {
243 width: 15%;
244}
245
c133612f 246.tagfilter #tagfilter_value {
65d62517
A
247 display: inline;
248}
249
250.tagfilter li {
251 color: black;
c133612f
V
252}
253
eeb0fe33 254.tagfilter input.bigbutton, .searchform input.bigbutton, .addform input.bigbutton {
45034273 255 background-color: #dedede;
9308d39f
V
256 background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dedede), to(#ffffff));
257 background: -webkit-linear-gradient(#dedede, #ffffff);
258 background: -moz-linear-gradient(#dedede, #ffffff);
259 background: -ms-linear-gradient(#dedede, #ffffff);
260 background: -o-linear-gradient(#dedede, #ffffff);
261 background: linear-gradient(#dedede, #ffffff);
262 box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
eeb0fe33
V
263 padding: 0 5px 0 5px;
264 margin: 5px 0 5px 0;
265 height: 20px;
4f8063b6 266 border-radius: 3px 3px 3px 3px;
eeb0fe33 267 cursor: pointer;
45034273
SS
268}
269
32c8dee3
V
270#shaarli_title {
271 font-weight: bold;
272 font-style: italic;
273 margin-top: 0;
274}
6e70d655 275
32c8dee3
V
276#shaarli_title a {
277 color: #fff !important;
278}
279
280#pageheader a:visited {
281 color: #98C943;
282 text-decoration: none;
283}
6e70d655 284
32c8dee3
V
285#pageheader a:hover {
286 color: #FFFFC9;
287 text-decoration: none;
288}
6e70d655 289
32c8dee3
V
290#pageheader a:active {
291 color: #bbb;
292 text-decoration: none;
293}
6e70d655 294
32c8dee3
V
295#searchcriteria {
296 padding: 4px 0px 5px 5px;
297 font-weight: bold;
298}
6e70d655 299
32c8dee3
V
300.paging {
301 padding: 5px;
302 background-color: #777;
303 color: #ccc;
304 text-align: center;
305 clear: both;
306}
6e70d655 307
32c8dee3
V
308.paging a:link {
309 color: #ccc;
310 text-decoration: none;
311}
6e70d655 312
32c8dee3
V
313.paging a:visited {
314 color: #ccc;
315}
6e70d655 316
32c8dee3
V
317.paging a:hover {
318 color: #FFFFC9;
319}
6e70d655 320
32c8dee3
V
321.paging a:active {
322 color: #fff;
323}
6e70d655 324
8079dfd1 325.paging_privatelinks {
32c8dee3
V
326 float: left;
327}
6e70d655 328
8079dfd1 329.paging_linksperpage {
32c8dee3
V
330 float: right;
331 padding-right: 5px;
610bf418 332 margin: 0px 10px 2px 0px;
32c8dee3 333}
6e70d655 334
8079dfd1 335.paging_linksperpage form.linksperpage {
c133612f
V
336 display: inline;
337}
338
8079dfd1 339.paging_linksperpage form.linksperpage input {
c133612f
V
340 height: 15px;
341}
342
8079dfd1 343.paging_current {
32c8dee3
V
344 display: inline;
345 color: #fff;
346 padding: 0 20 0 20;
347}
6e70d655 348
8079dfd1 349.paging_older {
32c8dee3
V
350 margin-right: 15px;
351}
6e70d655 352
8079dfd1 353.paging_newer {
32c8dee3
V
354 margin-left: 15px;
355}
356
357#headerform {
358 color: #ffffff;
359 padding: 5px 5px 5px 5px;
360 clear: both;
361}
6e70d655 362
c133612f
V
363#headerform input.linkurl {
364 width: 50%;
c981b4d1 365 font-size: inherit;
c133612f
V
366}
367
25c46408 368#headerform label {
38eb1e77 369 cursor: pointer;
25c46408 370 margin-right: 10px;
371}
372
373#headerform label[for=longlastingsession] {
374 display: block;
375 width: 100%;
376 margin-top: 5px;
377}
378
32c8dee3
V
379#toolsdiv {
380 color: #ffffff;
381 padding: 5px 5px 5px 5px;
382 clear: left;
383}
6e70d655 384
32c8dee3
V
385#uploaddiv {
386 color: #ffffff;
387 padding: 5px 5px 5px 5px;
388 clear: left;
389}
6e70d655 390
32c8dee3
V
391#editlinkform {
392 height: 100%;
32c8dee3
V
393 padding: 5px 5px 5px 15px;
394 width: 80%;
395 clear: left;
396}
6e70d655 397
bdd1715b 398#editlinkform label {
41145f70 399 cursor: pointer;
bdd1715b
A
400 color: #ffffff;
401}
402
c133612f
V
403#editlinkform textarea, #editlinkform .lf_input {
404 width: 100%;
405}
406
45034273 407#linklist li {
32c8dee3
V
408 padding: 4px 10px 15px 20px;
409 border-top: 1px solid #bbb;
410 clear: both;
45034273 411 background-color: #F2F2F2;
9308d39f
V
412 background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F2F2F2), to(#ffffff));
413 background: -webkit-linear-gradient(#F2F2F2, #ffffff);
414 background: -moz-linear-gradient(#F2F2F2, #ffffff);
415 background: -ms-linear-gradient(#F2F2F2, #ffffff);
416 background: -o-linear-gradient(#F2F2F2, #ffffff);
417 background: linear-gradient(#F2F2F2, #ffffff);
45034273
SS
418}
419
420/*
eeb0fe33 421#linklist li.publicLinkHightLight:hover, #linklist li:hover {
9308d39f 422 background: #E9FFCE;
45034273
SS
423}
424*/
6e70d655 425
567967fd 426.linkdate {
32c8dee3
V
427 font-size:8pt;
428 color:#888;
429}
6e70d655 430
567967fd 431.linkdate a {
32c8dee3
V
432 color:#E28E3F;
433}
6e70d655 434
32c8dee3 435#linklist li.private {
b3375c7f 436 background: url('../img/private.png') no-repeat 4px center;
610bf418 437 padding-left: 30px;
32c8dee3 438}
6e70d655 439
32c8dee3 440#linklist li {
610bf418 441 padding-left: 30px;
32c8dee3 442}
6e70d655 443
32c8dee3
V
444.private .linktitle a {
445 color: #969696;
446}
6e70d655 447
32c8dee3
V
448.linktitle {
449 font-size: 14pt;
450 font-weight: bold;
451}
6e70d655 452
32c8dee3
V
453.linktitle a {
454 text-decoration: none;
455 color: #80AD48;
456}
6e70d655 457
32c8dee3
V
458.linktitle a:hover {
459 color: #F57900;
460}
6e70d655 461
567967fd 462.linkdate {
32c8dee3
V
463 font-size: 8pt;
464 color: #888;
465}
6e70d655 466
567967fd 467.linkdate a {
b3375c7f 468 background-image: url('../img/calendar.png');
32c8dee3
V
469 padding: 2px 0 3px 20px;
470 background-repeat: no-repeat;
471 text-decoration: none;
472 color: #E28E3F;
473}
6e70d655 474
32c8dee3
V
475.linkdate a:hover {
476 color: #F57900 }
6e70d655 477
32c8dee3
V
478.linkurl {
479 font-size: 8pt;
480 color: #4BAA74;
481}
6e70d655 482
32c8dee3
V
483.linkdescription {
484 color: #000;
485 margin-top: 0;
486 margin-bottom: 12px;
487 font-weight: normal;
32c8dee3
V
488 overflow: auto;
489}
6e70d655 490
32c8dee3
V
491.linkdescription a {
492 text-decoration: none;
493 color: #3465A4;
494}
6e70d655 495
32c8dee3
V
496.linkdescription a:hover {
497 color: #F57900;
498}
6e70d655 499
32c8dee3
V
500.linktaglist {
501 padding-top: 10px;
502 line-height: 200%;
503}
6e70d655 504
45034273 505.linktag {
eeb0fe33 506 font-size: 9pt;
45034273 507 background-color: #F2F2F2;
9308d39f
V
508 background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F2F2F2), to(#ffffff));
509 background: -webkit-linear-gradient(#F2F2F2, #ffffff);
510 background: -moz-linear-gradient(#F2F2F2, #ffffff);
511 background: -ms-linear-gradient(#F2F2F2, #ffffff);
512 background: -o-linear-gradient(#F2F2F2, #ffffff);
513 background: linear-gradient(#F2F2F2, #ffffff);
45034273 514 box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
610bf418 515 padding: 3px 5px 3px 20px;
eeb0fe33 516 height: 20px;
4f8063b6 517 border-radius: 3px;
eeb0fe33 518 cursor: pointer;
b3375c7f 519 background-image: url('../img/tag_blue.png');
eeb0fe33
V
520 background-repeat: no-repeat;
521 background-position: 3px center;
522 background-color: #ffffff;
45034273 523}
6e70d655 524
32c8dee3
V
525.linktag:hover {
526 border-color: #555573;
527 color: #000;
528}
6e70d655 529
32c8dee3
V
530.linktag a {
531 color: #777;
532 text-decoration: none;
533}
6e70d655 534
c133612f
V
535.linktag .remove {
536 border-left: 1px solid #aaa;
537 padding-left: 5px;
538 color:#6767A7;
539}
540
32c8dee3
V
541.linkshort {
542 font-size: 8pt;
543 color: #888;
544}
6e70d655 545
32c8dee3
V
546.linkshort a {
547 text-decoration: none;
548 color: #393964;
549}
6e70d655 550
32c8dee3
V
551.linkshort a:hover {
552 text-decoration: underline;
553}
6e70d655 554
32c8dee3
V
555.buttoneditform {
556 display: inline;
557}
6e70d655 558
32c8dee3
V
559#footer {
560 font-size: 8pt;
561 text-align: center;
32c8dee3
V
562 color: #888;
563 clear: both;
610bf418
MJ
564 max-width: 30em;
565 margin: 15px auto 15px auto;
32c8dee3 566}
6e70d655 567
c133612f 568#footer a {
32c8dee3
V
569 color: #486D08;
570}
6e70d655 571
c133612f 572#footer a:hover {
32c8dee3
V
573 color: #000000;
574}
6e70d655 575
32c8dee3
V
576#newversion {
577 background-color: #FFFFA0;
578 color: #000;
579 position: absolute;
580 top: 0;
581 right: 0;
582 padding: 2 7 2 7;
583 font-size: 9pt;
584}
6e70d655 585
c133612f
V
586#newversion #version_id {
587 text-decoration: blink;
588}
589
32c8dee3
V
590#cloudtag {
591 padding-left: 10%;
592 padding-right: 10%;
593}
6e70d655 594
c133612f
V
595#cloudtag .count {
596 color: #99f;
597 font-size: 9pt;
598 padding-left: 5px;
599 padding-right: 2px;
600}
601
32c8dee3
V
602#cloudtag a {
603 color: black;
604 text-decoration: none;
605}
6e70d655 606
c133612f
V
607#install {
608 margin: 0 20px;
609}
610
611#installform {
612 border: 1px solid black;
613 padding: 10px;
614}
615
616#installform table {
617 border: none;
618}
619
32c8dee3
V
620#installform td {
621 font-size: 10pt;
622 color: black;
623 padding: 10px 5px 10px 5px;
624 clear: left;
625}
6e70d655 626
c133612f
V
627#installform input.bigbutton {
628 float: right;
629}
630
32c8dee3
V
631#changepasswordform {
632 color: #ccc;
633 padding: 10px 5px 10px 5px;
634 clear: left;
635}
6e70d655 636
32c8dee3
V
637#changetag {
638 color: #ccc;
639 padding: 10px 5px 10px 5px;
640 clear: left;
641}
6e70d655 642
c133612f
V
643#changetag #totag {
644 margin-left: 40px;
645}
646
bdd1715b
A
647#changetag div {
648 float:left;
649}
650
651#changetag label {
652 padding: 5px;
653}
654
655#changetag li {
656 color: #000;
657}
32c8dee3
V
658#configform td {
659 color: #ccc;
660 font-size: 10pt;
661 padding: 10px 5px 10px 5px;
662}
6e70d655 663
32c8dee3
V
664#configform {
665 color: #ccc;
666 padding: 10px 5px 10px 5px;
667 clear: left;
668}
6e70d655 669
32c8dee3
V
670.thumbnail {
671 float: right;
610bf418
MJ
672 margin: 0px 10px 0px 10px;
673}
674
675.thumbnail img {
4f8063b6 676 border-radius: 3px;
610bf418 677 box-shadow: 0.5px 0.5px 0.5px 1px #dde4e6;
32c8dee3 678}
6e70d655 679
45034273 680/* If you want thumbnails on the left:
32c8dee3
V
681.thumbnail {
682 float: left;
683 margin-right: 10px;
684}
685.linkcontainer {
686 position: static;
687 margin-left: 130px;
688}
45034273
SS
689*/
690
45034273 691/* --- Picture wall CSS --- */
32c8dee3
V
692#picwall_container {
693 color: #fff;
694 background-color: #000;
695 clear: both;
696}
6e70d655 697
32c8dee3
V
698.picwall_pictureframe {
699 background-color: #000;
700 z-index: 5;
701 position: relative;
702 display: table-cell;
703 vertical-align: middle;
1b93137e
A
704 width: 120px;
705 height: 120px;
32c8dee3
V
706 overflow: hidden;
707 text-align: center;
708 float: left;
709}
6e70d655 710
34047d23
A
711.b-lazy {
712 -webkit-transition: opacity 500ms ease-in-out;
713 -moz-transition: opacity 500ms ease-in-out;
714 -o-transition: opacity 500ms ease-in-out;
715 transition: opacity 500ms ease-in-out;
716 opacity: 0;
717}
718.b-lazy.b-loaded {
719 opacity: 1;
720}
721
32c8dee3
V
722.picwall_pictureframe img {
723 max-width: 100%;
724 height: auto;
34047d23 725 color: transparent;
32c8dee3 726} /* Adapt the width of the image */
6e70d655 727
32c8dee3
V
728.picwall_pictureframe a {
729 text-decoration: none;
730}
45034273
SS
731
732/* CSS to show title when hovering an image - no javascript required. */
32c8dee3
V
733.picwall_pictureframe span.info {
734 display: none;
735}
6e70d655 736
45034273 737.picwall_pictureframe:hover span.info {
eeb0fe33
V
738 display: block;
739 position: absolute;
32c8dee3
V
740 top: 0;
741 left: 0;
1b93137e 742 width: 120px;
eeb0fe33 743 font-weight: bold;
1b93137e 744 font-size: 9pt;
eeb0fe33 745 color: #fff;
45034273 746 text-align: left;
9308d39f 747 background-color: transparent;
32c8dee3
V
748 background-color: rgba(0, 0, 0, 0.4);
749 /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
750 filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
751 /* IE6\96IE9 */
eeb0fe33 752 text-shadow: 2px 2px 1px #000000;
45034273
SS
753}
754
eeb0fe33 755#linklist li.publicLinkHightLight {
9308d39f 756 background: #ffffff;
45034273
SS
757}
758
32c8dee3 759div.daily {
d741c9fc 760 font-family: Georgia, 'DejaVu Serif', Norasi, serif;
45034273
SS
761 background-color: #E6D6BE;
762 /* Background paper texture by BashCorpo:
763 http://www.bashcorpo.dk/textures.php
764 http://bashcorpo.deviantart.com/art/Grungy-paper-texture-v-5-22966998 */
b3375c7f 765 background-image: url("../img/Paper_texture_v5_by_bashcorpo_w1000.jpg");
45034273
SS
766 -webkit-background-size: cover;
767 -moz-background-size: cover;
768 -o-background-size: cover;
769 background-size: cover;
eeb0fe33 770 position: relative;
45034273
SS
771 border-bottom: 2px solid black;
772}
773
32c8dee3
V
774#daily_col1 {
775 float: left;
776 position: relative;
777 width: 33%;
778 padding-left: 1%;
779}
6e70d655 780
32c8dee3
V
781#daily_col2 {
782 float: left;
783 position: relative;
784 width: 33%;
785}
6e70d655 786
32c8dee3
V
787#daily_col3 {
788 float: left;
789 position: relative;
790 width: 33%;
791}
45034273 792
eeb0fe33
V
793div.dailyAbout {
794 float: left;
45034273
SS
795 border: 1px solid black;
796 font-size: 8pt;
eeb0fe33
V
797 position: absolute;
798 left: 10px;
45034273
SS
799 top: 15px;
800 padding: 5px 5px 5px 5px;
eeb0fe33 801 text-align: center;
45034273 802}
6e70d655 803
32c8dee3
V
804div.dailyAbout a {
805 color: #890500;
806}
6e70d655 807
c133612f
V
808div.dailyAbout img {
809 position: relative;
810 top: 3px;
811 margin-right: 4px;
812 width: 14px;
813 height: 14px;
814}
815
01c6e32a
A
816div.dailyEntryPermalink {
817 float: right;
818}
819
eeb0fe33 820div.dailyTitle {
9308d39f
V
821 font-weight: bold;
822 font-size: 44pt;
eeb0fe33
V
823 text-align: center;
824 padding: 10px 20px 0px 20px;
45034273 825}
6e70d655 826
eeb0fe33 827div.dailyDate {
9308d39f 828 font-size: 12pt;
eeb0fe33
V
829 font-weight: bold;
830 text-align: center;
831 padding: 0px 20px 30px 20px;
45034273
SS
832}
833
834/* Individual entries in "Daily": */
eeb0fe33 835div.dailyEntry {
45034273
SS
836 margin: 5px 10px 2px 5px;
837 font-size: 11pt;
838 border-top: 1px solid #555;
839}
6e70d655 840
32c8dee3
V
841div.dailyEntry a {
842 text-decoration: none;
843 color: #890500;
844}
6e70d655 845
32c8dee3
V
846div.dailyEntryTags {
847 font-size: 7.75pt;
848}
6e70d655 849
32c8dee3
V
850div.dailyEntryTitle {
851 font-size: 18pt;
852 font-weight: bold;
853}
6e70d655 854
38a2d03e
V
855div.dailyEntryLinkdate {
856 font-size: 8pt;
857}
858
eeb0fe33
V
859div.dailyEntryThumbnail {
860 width: 100%;
861 text-align: center;
862 background-color: rgb(128, 128, 128);
b3375c7f 863 background: url(../img/50pc_transparent.png);
eeb0fe33 864 padding: 4px 0px 2px 0px;
45034273 865}
6e70d655 866
eeb0fe33 867div.dailyEntryDescription {
45034273 868 margin-top: 10px;
d741c9fc 869 margin-bottom: 30px;
eeb0fe33
V
870 text-align: justify;
871 overflow: auto;
45034273
SS
872}
873
c133612f
V
874div.dailyNoEntry {
875 text-align: center;
876 padding: 40px 0px 90px 0px;
877}
878
879.daily #closing {
880 clear: both;
881 text-align: center;
882 padding-bottom: 20px;
883}
884
ad6c27b7 885/* Common CSS screwdriver */
eeb0fe33
V
886.clear {
887 clear: both;
45034273
SS
888}
889
8079dfd1
A
890.right {
891 text-align: right;
892}
893
bdd1715b
A
894.white {
895 color: white;
896}
897
45034273 898/* For lazy images loading in picture wall.
d741c9fc 899 Using http://www.appelsiini.net/projects/lazyload
32c8dee3
V
900*/
901.lazyimage {
902 display: none;
903}
45034273 904
8079dfd1
A
905#configuration_table td {
906 border: none;
907 padding: 10px;
908 vertical-align: top;
909}
910
45034273 911@media print {
32c8dee3
V
912 html {
913 border: none;
914 background: #fff !important;
915 color: #000 !important;
916 }
6e70d655 917
32c8dee3
V
918 body {
919 font-size: 12pt;
920 width: auto !important;
921 margin: auto !important;
922 }
6e70d655 923
32c8dee3
V
924 /* Minimum numer of lines to display when splitting a paragraph
925 over two pages */
926 p {
927 orphans: 3;
928 widows: 3;
929 }
6e70d655 930
32c8dee3
V
931 a {
932 color: #000 !important;
933 text-decoration: none !important;
934 }
6e70d655 935
32c8dee3
V
936 #pageheader, .paging, #linklist li form, #footer {
937 display: none;
938 }
6e70d655 939
32c8dee3
V
940 #linklist li {
941 padding: 2 0 10 0;
942 border-top: 2px solid #000;
943 clear: both;
944 }
6e70d655 945
32c8dee3
V
946 #linklist li.private {
947 background-color: none;
948 border-left: 0;
949 }
6e70d655 950
32c8dee3
V
951 .linkdate {
952 line-height: 2;
953 }
6e70d655 954
32c8dee3
V
955 .linkurl {
956 color: #000;
957 }
6e70d655 958
32c8dee3
V
959 .linkdescription {
960 font-size: 10pt;
961 }
6e70d655 962
32c8dee3
V
963 .linktag {
964 border: 1px solid black;
965 font-style: italic;
966 font-size: 8pt;
967 }
968}
969
970@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 854px) {
9308d39f 971 /* A few fixes for mobile devices (far from perfect). */
e6cd88bb
ND
972
973 .tagfilter div.awesomplete {
974 width: 70%;
975 }
976
32c8dee3
V
977 .nomobile {
978 display: none;
979 }
6e70d655 980
32c8dee3
V
981 #logo {
982 display: none;
983 }
6e70d655 984
610bf418
MJ
985 #pageheader #menu ul {
986 text-align: center;
987 }
988
989 #pageheader #menu a {
eeb0fe33 990 padding: 5px;
4f8063b6 991 border-radius: 3px 3px 3px 3px;
eeb0fe33 992 margin: 3px;
9308d39f 993 }
6e70d655 994
f30aa976 995 #headerform label {
996 width: 100%;
997 display: block;
998 height: auto;
999 line-height: 25px;
1000 padding-bottom: 10px;
1001 }
1002
1003 #headerform label input[type=text],
1004 #headerform label input[type=password]{
1005 float: right;
1006 width: 70%;
1007 }
1008
32c8dee3
V
1009 .searchform, .tagfilter {
1010 display: block !important;
610bf418 1011 margin: 0px 3px 7px 0px !important;
32c8dee3 1012 padding: 0px !important;
610bf418 1013 width: 97% !important;
32c8dee3 1014 }
6e70d655 1015
32c8dee3
V
1016 .searchform input, .tagfilter input {
1017 margin: 0px !important;
1018 padding: 0px !important;
1019 display: inline !important;
1020 }
6e70d655 1021
066333c0 1022 .tagfilter input.bigbutton, .searchform input.bigbutton, .addform input.bigbutton, a.bigbutton {
32c8dee3
V
1023 width: 30%;
1024 font-size: smaller;
1025 }
6e70d655 1026
32c8dee3
V
1027 #searchform_value {
1028 width: 70% !important;
1029 }
6e70d655 1030
32c8dee3
V
1031 #tagfilter_value {
1032 width: 70% !important;
1033 }
6e70d655 1034
32c8dee3
V
1035 div.qrcode {
1036 position: relative;
1037 float: left;
1038 top: -10px;
1039 left: 0px;
1040 }
6e70d655 1041
8079dfd1 1042 .paging_privatelinks {
32c8dee3
V
1043 float: none;
1044 }
6e70d655 1045
8079dfd1 1046 .paging_linksperpage {
32c8dee3
V
1047 float: none;
1048 margin-bottom: 10px;
1049 font-size: smaller;
1050 }
6e70d655 1051
8079dfd1 1052 #paging_older, #paging_newer, .paging_linksperpage a {
32c8dee3
V
1053 border: 1px solid black;
1054 padding: 3px 5px 3px 5px;
1055 background-color: #666;
1056 color: #fff;
4f8063b6 1057 border-radius: 3px 3px 3px 3px;
32c8dee3 1058 }
6e70d655 1059
32c8dee3
V
1060 .thumbnail {
1061 float: none;
1062 height: auto;
1063 margin: 0px;
1064 text-align: center;
1065 }
6e70d655 1066
32c8dee3
V
1067 #cloudtag {
1068 padding: 0px;
1069 }
6e70d655 1070
32c8dee3
V
1071 div.dailyAbout {
1072 float: none;
1073 position: relative;
1074 width: 100%;
1075 clear: both;
1076 padding: 0px;
1077 top: 0px;
1078 left: 0px;
1079 }
6e70d655 1080
32c8dee3
V
1081 #daily_col1, #daily_col2, #daily_col3 {
1082 float: none;
1083 width: 100%;
1084 padding: 0px;
1085 }
6e70d655 1086
32c8dee3
V
1087 div.dailyTitle {
1088 font-size: 18pt;
1089 margin-top: 5px;
1090 padding: 0px;
1091 }
6e70d655 1092
32c8dee3
V
1093 div.dailyDate {
1094 font-size: 11pt;
1095 padding: 0px;
1096 display: block;
1097 }
6e70d655 1098
32c8dee3
V
1099 div.dailyEntryTitle {
1100 font-size: 16pt;
1101 font-weight: bold;
1102 }
6e70d655 1103
32c8dee3
V
1104 div.dailyEntryDescription {
1105 font-size: 10pt;
1106 }
d741c9fc 1107}
45034273 1108
ed5b38dd
FE
1109#toolsdiv a.button-description {
1110 clear: none;
1111}
1112
1b647ff4 1113/* Highlight search results */
32c8dee3
V
1114.highlight {
1115 background-color: #FFFF33;
1116}
8079dfd1
A
1117
1118.center {
1119 text-align: center;
1120}
056107ab
A
1121
1122ul.errors {
1123 color: red;
1124 float: left;
f4c84ad7
D
1125}
1126
dea0ba28
A
1127#pluginsadmin {
1128 width: 80%;
1129 padding: 20px 0 0 20px;
1130}
1131
1132#pluginsadmin section {
1133 padding: 20px 0;
1134}
1135
1136#pluginsadmin .plugin_parameters {
1137 margin: 10px 0;
1138}
1139
1140#pluginsadmin h1 {
1141 font-style: normal;
1142}
1143
1144#pluginsadmin h2 {
1145 font-size: 1.4em;
1146 font-weight: bold;
1147}
1148
1149#pluginsadmin table {
1150 width: 100%;
1151}
1152
1153#pluginsadmin table, #pluginsadmin th, #pluginsadmin td {
1154 border-width: 1px 0;
1155 border-style: solid;
1156 border-color: #c0c0c0;
1157}
1158
1159#pluginsadmin table th {
1160 font-weight: bold;
1161 padding: 10px 0;
1162}
1163
1164#pluginsadmin table td {
1165 padding: 5px 0;
1166}
1167
1168#pluginsadmin input[type=submit] {
1169 margin: 10px 0;
1170}
1171
81dea591
ND
1172#pluginsadmin label {
1173 cursor: pointer;
1174}
1175
dea0ba28 1176#pluginsadmin .plugin_parameter {
1442afe3 1177 padding: 10px 0;
dea0ba28
A
1178 border-width: 1px 0;
1179 border-style: solid;
1180 border-color: #c0c0c0;
1181}
1182
1183#pluginsadmin .float_label {
1184 float: left;
1442afe3 1185 width: 40%;
dea0ba28
A
1186}
1187
1188#pluginsadmin a {
3d8f5cf8
A
1189 color: #486D08;
1190}
1191
1192#pluginsadmin a.arrow {
dea0ba28
A
1193 color: black;
1194}
3d8f5cf8 1195
f4c84ad7
D
1196/* 404 page */
1197.error-container {
1198
1199 margin: 50px;
1200 margin-top: 20px;
1201}
1202
1203.error-container h1 {
1204 text-decoration: none;
1205 font-style: normal;
1206 color: #80AD48;
1207}
1b0e3c7f
A
1208
1209.linklist-plugin-icon {
1210 width: 13px;
1211 height: 13px;
1212}