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