diff options
Diffstat (limited to 'inc/shaarli.css')
-rw-r--r-- | inc/shaarli.css | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/inc/shaarli.css b/inc/shaarli.css index 52a48208..28394ed5 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css | |||
@@ -1,4 +1,4 @@ | |||
1 | /* CSS Stylsheet for Shaarli - http://sebsauvage.net/wiki/doku.php?id=php:shaarli */ | 1 | /* Cascading Stylesheet for Shaarli - http://sebsauvage.net/wiki/doku.php?id=php:shaarli */ |
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 | /* |
@@ -7,7 +7,7 @@ version: 2.8.2r1 | |||
7 | */ | 7 | */ |
8 | html{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%;} | 8 | html{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 | ||
10 | body { font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; font-size:10pt; background-color: #ffffff; } | 10 | body { font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; font-size:10pt; background-color: #ffffff; word-wrap: break-word; } |
11 | input, textarea { | 11 | input, textarea { |
12 | background-color: #dedede; | 12 | background-color: #dedede; |
13 | background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dedede), to(#ffffff)); | 13 | background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dedede), to(#ffffff)); |
@@ -232,14 +232,15 @@ cursor:pointer; | |||
232 | .linktitle { font-size:14pt; font-weight:bold; } | 232 | .linktitle { font-size:14pt; font-weight:bold; } |
233 | .linktitle a { text-decoration: none; color:#80AD48; } | 233 | .linktitle a { text-decoration: none; color:#80AD48; } |
234 | .linktitle a:hover { color:#F57900; } | 234 | .linktitle a:hover { color:#F57900; } |
235 | .linkdate { font-size:8pt; color:#888; } | 235 | .linkdate, .linkarchive { font-size:8pt; color:#888; } |
236 | .linkdate a { background-image:url('../images/calendar.png');padding:2px 0 3px 20px;background-repeat:no-repeat;text-decoration: none; color:#E28E3F; } | 236 | .linkdate a, .linkarchive a { color:#E28E3F; } |
237 | .linkdate a:hover { color: #F57900 } | 237 | .linkdate a {background-image:url('../images/calendar.png');padding:2px 0 3px 20px;background-repeat:no-repeat;text-decoration: none; } |
238 | .linkdate a:hover, .linkarchive a:hover { color: #F57900 } | ||
238 | .linkurl { font-size:8pt; color:#4BAA74; } | 239 | .linkurl { font-size:8pt; color:#4BAA74; } |
239 | .linkdescription { color:#000; margin-top:0; margin-bottom:12px; font-weight:normal; max-height:400px; overflow:auto; } | 240 | .linkdescription { color:#000; margin-top:0; margin-bottom:12px; font-weight:normal; max-height:400px; overflow:auto; } |
240 | .linkdescription a { text-decoration: none; color:#3465A4; } | 241 | .linkdescription a { text-decoration: none; color:#3465A4; } |
241 | .linkdescription a:hover { color:#F57900; } | 242 | .linkdescription a:hover { color:#F57900; } |
242 | .linktaglist { padding-top:10px;} | 243 | .linktaglist { padding-top:10px; line-height:200%;} |
243 | .linktag { | 244 | .linktag { |
244 | 245 | ||
245 | font-size:9pt; | 246 | font-size:9pt; |
@@ -408,13 +409,13 @@ div.dailyEntryDescription | |||
408 | overflow:auto; | 409 | overflow:auto; |
409 | } | 410 | } |
410 | 411 | ||
411 | /* Common css screwdriver */ | 412 | /* Common CSS screwdriver */ |
412 | .clear{ | 413 | .clear{ |
413 | clear:both; | 414 | clear:both; |
414 | } | 415 | } |
415 | 416 | ||
416 | /* For lazy images loading in picture wall. | 417 | /* For lazy images loading in picture wall. |
417 | using http://www.appelsiini.net/projects/lazyload | 418 | Using http://www.appelsiini.net/projects/lazyload |
418 | */ | 419 | */ |
419 | .lazyimage { display:none; } | 420 | .lazyimage { display:none; } |
420 | 421 | ||
@@ -451,7 +452,7 @@ a {color:#000!important;text-decoration:none!important;} | |||
451 | #searchform_value { width:70% !important; } | 452 | #searchform_value { width:70% !important; } |
452 | #tagfilter_value { width:70% !important; } | 453 | #tagfilter_value { width:70% !important; } |
453 | div.qrcode { position:relative; float:left; top:-10px; left:0px; } | 454 | div.qrcode { position:relative; float:left; top:-10px; left:0px; } |
454 | #paging_privatelinks { float;none; } | 455 | #paging_privatelinks { float:none; } |
455 | #paging_linksperpage { float:none; margin-bottom:10px; font-size:smaller;} | 456 | #paging_linksperpage { float:none; margin-bottom:10px; font-size:smaller;} |
456 | #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;} | 457 | #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;} |
457 | .thumbnail { float:none; height:auto; margin: 0px; text-align:center;} | 458 | .thumbnail { float:none; height:auto; margin: 0px; text-align:center;} |