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