aboutsummaryrefslogtreecommitdiffhomepage
path: root/shaarli.css
diff options
context:
space:
mode:
Diffstat (limited to 'shaarli.css')
-rw-r--r--shaarli.css37
1 files changed, 27 insertions, 10 deletions
diff --git a/shaarli.css b/shaarli.css
index a3b9434b..320c7a43 100644
--- a/shaarli.css
+++ b/shaarli.css
@@ -33,10 +33,13 @@ filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#6A6A6A', EndC
33padding: 0 10 5 10; 33padding: 0 10 5 10;
34margin: auto; 34margin: auto;
35} 35}
36#shaarli_title { font-weight:bold; font-style:italic; }
37#shaarli_title a { color: #fff !important; }
36#pageheader a:link { color:#bbb; text-decoration:none;} 38#pageheader a:link { color:#bbb; text-decoration:none;}
37#pageheader a:visited { color:#bbb; text-decoration:none;} 39#pageheader a:visited { color:#bbb; text-decoration:none;}
38#pageheader a:hover { color:#FFFFC9; text-decoration:none;} 40#pageheader a:hover { color:#FFFFC9; text-decoration:none;}
39#pageheader a:active { color:#bbb; text-decoration:none;} 41#pageheader a:active { color:#bbb; text-decoration:none;}
42#searchcriteria { padding: 4 0 5 5; font-weight:bold;}
40.paging { background-color:#777; color:#ccc; text-align:center; padding:0 0 3 0; clear:both;} 43.paging { background-color:#777; color:#ccc; text-align:center; padding:0 0 3 0; clear:both;}
41.paging a:link { color:#ccc; text-decoration:none;} 44.paging a:link { color:#ccc; text-decoration:none;}
42.paging a:visited { color:#ccc; } 45.paging a:visited { color:#ccc; }
@@ -47,17 +50,20 @@ margin: auto;
47#linklist li { padding:4 10 8 20; border-top: 1px solid #bbb; clear:both; } 50#linklist li { padding:4 10 8 20; border-top: 1px solid #bbb; clear:both; }
48#linklist li.private { background-color: #ccc; border-left:8px solid #888; } 51#linklist li.private { background-color: #ccc; border-left:8px solid #888; }
49.linktitle { font-size:14pt; font-weight:bold; } 52.linktitle { font-size:14pt; font-weight:bold; }
50.linktitle a { text-decoration: none; color:#0000EE; } 53.linktitle a { text-decoration: none; color:#3465A4; }
51.linktitle a:hover { text-decoration: underline; } 54.linktitle a:hover { color:#F57900; }
52.linktitle a:visited { color:#0000BB; }
53.linkdate { font-size:8pt; color:#888; } 55.linkdate { font-size:8pt; color:#888; }
54.linkdate a { text-decoration: none; color:#888; } 56.linkdate a { text-decoration: none; color:#888; }
55.linkdate a:hover { text-decoration: underline; } 57.linkdate a:hover { color: #F57900 }
56.linkurl { font-size:8pt; color:#4BAA74; } 58.linkurl { font-size:8pt; color:#4BAA74; }
57.linkdescription { color:#000; margin-top:0px; margin-bottom:0px; font-weight:normal; } 59.linkdescription { color:#000; margin-top:0px; margin-bottom:0px; font-weight:normal; }
60.linkdescription a { text-decoration: none; color:#3465A4; }
61.linkdescription a:hover { color:#F57900; }
62.linktaglist { }
58.linktag { font-size:9pt; color:#777; background-color:#ddd; padding:0 6 0 6; -moz-box-shadow: inset 2px 2px 3px #ffffff; -webkit-box-shadow: inset 2px 2px 3px #ffffff; box-shadow: inset 2px 2px 3px ffffff; 63.linktag { font-size:9pt; color:#777; background-color:#ddd; padding:0 6 0 6; -moz-box-shadow: inset 2px 2px 3px #ffffff; -webkit-box-shadow: inset 2px 2px 3px #ffffff; box-shadow: inset 2px 2px 3px ffffff;
59border-bottom:1px solid #aaa; border-right:1px solid #aaa; } 64border-bottom:1px solid #aaa; border-right:1px solid #aaa; border-radius: 0.3em; }
60.linktag a { color:#777; text-decoration:none; } 65.linktag:hover { border-color: #555573; color:#000; }
66.linktag a { color:#777; text-decoration:none; }
61.linkshort { font-size:8pt; color:#888; } 67.linkshort { font-size:8pt; color:#888; }
62.linkshort a { text-decoration: none; color:#393964; } 68.linkshort a { text-decoration: none; color:#393964; }
63.linkshort a:hover { text-decoration: underline; } 69.linkshort a:hover { text-decoration: underline; }
@@ -68,16 +74,27 @@ border-bottom:1px solid #aaa; border-right:1px solid #aaa; }
68#cloudtag a { color:black; text-decoration:none; } 74#cloudtag a { color:black; text-decoration:none; }
69#installform td { font-size: 10pt; padding:10 5 10 5; } 75#installform td { font-size: 10pt; padding:10 5 10 5; }
70#configform td { color:#ccc; font-size: 10pt; padding:10 5 10 5; } 76#configform td { color:#ccc; font-size: 10pt; padding:10 5 10 5; }
71.thumbnail { float:right; margin-left: 10px; } 77.thumbnail { float:right; margin-left: 10px; }
72 78/* If you want thumbnails on the left:
73/* If you want thumbnails on the right:
74.thumbnail { float:left; margin-right: 10px; } 79.thumbnail { float:left; margin-right: 10px; }
75.linkcontainer { position: static; margin-left:130px; } 80.linkcontainer { position: static; margin-left:130px; }
76*/ 81*/
77 82
78
79/* Minimal customisation for jQuery widgets */ 83/* Minimal customisation for jQuery widgets */
80.ui-autocomplete { background-color:#fff; padding-left:5px;} 84.ui-autocomplete { background-color:#fff; padding-left:5px;}
81.ui-state-hover { background-color: #604dff; color:#fff; } 85.ui-state-hover { background-color: #604dff; color:#fff; }
82 86
87@media print {
88html {border:none;background:#fff!important;color:#000!important;}
89body {font-size:12pt;width:auto!important;margin:auto!important;}
90p {orphans:3; /*pas de ligne seule en bas */widows:3;/*pas de ligne seule en haut*/}
91a {color:#000!important;text-decoration:none!important;}
92#pageheader, .paging, #linklist li form, #footer {display:none;}
93#linklist li { padding:2 0 10 0; border-top: 2px solid #000; clear:both; }
94#linklist li.private { background-color: none; border-left:0; }
95.linkdate { line-height:2; }
96.linkurl { color:#000; }
97.linkdescription { font-size:10pt;}
98.linktag { border: 1px solid black; font-style:italic; font-size:8pt;}
99
83} \ No newline at end of file 100} \ No newline at end of file