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