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