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