CSS: replace tabs by spaces, remove trailing whitespaces and empty lines
Signed-off-by: VirtualTam <virtualtam@flibidi.org> Conflicts: inc/shaarli.css
This commit is contained in:
parent
a58240ce8d
commit
9308d39fce
1 changed files with 204 additions and 213 deletions
143
inc/shaarli.css
143
inc/shaarli.css
|
@ -2,9 +2,9 @@
|
|||
|
||||
/* CSS Reset from Yahoo to cope with browsers CSS inconsistencies. */
|
||||
/*
|
||||
Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html
|
||||
version: 2.8.2r1
|
||||
*/
|
||||
Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html
|
||||
version: 2.8.2r1
|
||||
*/
|
||||
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%;}
|
||||
|
||||
body { font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; font-size:10pt; background-color: #ffffff; word-wrap: break-word; }
|
||||
|
@ -21,8 +21,7 @@ input, textarea {
|
|||
border-radius: 5px 5px 5px 5px;
|
||||
border: none;
|
||||
color:#000;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
|
@ -49,8 +48,8 @@ h1 { font-size:20pt; font-weight:bold; font-style:italic; margin-bottom:20px; }
|
|||
color: #606060;
|
||||
border-style:outset;
|
||||
border-width:1px;
|
||||
}
|
||||
|
||||
}
|
||||
.smallbutton {
|
||||
background-color: #c0c0c0;
|
||||
background: -moz-linear-gradient(#c0c0c0, #ffffff) repeat scroll 0 0 transparent;
|
||||
|
@ -68,8 +67,7 @@ h1 { font-size:20pt; font-weight:bold; font-style:italic; margin-bottom:20px; }
|
|||
color: #606060;
|
||||
border-style:outset;
|
||||
border-width:1px;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
/* Small tab on the left of each link with edit/delete buttons. */
|
||||
.button_edit, .button_delete { border-radius:0; box-shadow:none; border-style:none; border-width:0; padding:0; background:none; }
|
||||
|
@ -93,14 +91,13 @@ h1 { font-size:20pt; font-weight:bold; font-style:italic; margin-bottom:20px; }
|
|||
}
|
||||
|
||||
#pageheader #logo{
|
||||
background-image: url('../images/logo.png');
|
||||
background-repeat: no-repeat;
|
||||
float:left;
|
||||
margin:0 10px 0 10px;
|
||||
width:105px;
|
||||
height:55px;
|
||||
cursor:pointer;
|
||||
|
||||
background-image: url('../images/logo.png');
|
||||
background-repeat: no-repeat;
|
||||
float:left;
|
||||
margin:0 10px 0 10px;
|
||||
width:105px;
|
||||
height:55px;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
#pageheader
|
||||
|
@ -247,7 +244,7 @@ cursor:pointer;
|
|||
.linktaglist { padding-top:10px; line-height:200%;}
|
||||
.linktag {
|
||||
|
||||
font-size:9pt;
|
||||
font-size:9pt;
|
||||
background-color: #F2F2F2;
|
||||
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F2F2F2), to(#ffffff));
|
||||
background: -webkit-linear-gradient(#F2F2F2, #ffffff);
|
||||
|
@ -288,9 +285,6 @@ font-size:9pt;
|
|||
.linkcontainer { position: static; margin-left:130px; }
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
/* --- Picture wall CSS --- */
|
||||
#picwall_container { color:#fff; background-color:#000; clear:both; }
|
||||
.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; }
|
||||
|
@ -310,7 +304,7 @@ font-size:9pt;
|
|||
background-color: transparent;
|
||||
background-color: rgba(0, 0, 0, 0.4); /* FF3+, Saf3+, Opera 10.10+, Chrome, IE9 */
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000,endColorstr=#66000000); /* IE6IE9 */
|
||||
text-shadow:2px 2px 1px #000000;
|
||||
text-shadow:2px 2px 1px #000000;
|
||||
}
|
||||
|
||||
/* Minimal customisation for jQuery widgets */
|
||||
|
@ -322,22 +316,22 @@ text-shadow:2px 2px 1px #000000;
|
|||
}
|
||||
|
||||
div#permalinkQrcode {
|
||||
padding:20px;
|
||||
width:220px;
|
||||
height:220px;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid black;
|
||||
position: absolute;
|
||||
top:-100px;
|
||||
left:-100px;
|
||||
text-align:center;
|
||||
font-size: 8pt;
|
||||
z-index:50;
|
||||
-webkit-box-shadow:2px 2px 20px 2px #333333;
|
||||
-moz-box-shadow:2px 2px 20px 2px #333333;
|
||||
-o-box-shadow:2px 2px 20px 2px #333333;
|
||||
-ms-box-shadow:2px 2px 20px 2px #333333;
|
||||
box-shadow:2px 2px 20px 2px #333333;
|
||||
padding:20px;
|
||||
width:220px;
|
||||
height:220px;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid black;
|
||||
position: absolute;
|
||||
top:-100px;
|
||||
left:-100px;
|
||||
text-align:center;
|
||||
font-size: 8pt;
|
||||
z-index:50;
|
||||
-webkit-box-shadow:2px 2px 20px 2px #333333;
|
||||
-moz-box-shadow:2px 2px 20px 2px #333333;
|
||||
-o-box-shadow:2px 2px 20px 2px #333333;
|
||||
-ms-box-shadow:2px 2px 20px 2px #333333;
|
||||
box-shadow:2px 2px 20px 2px #333333;
|
||||
}
|
||||
|
||||
div.daily
|
||||
|
@ -373,14 +367,14 @@ div.dailyAbout
|
|||
}
|
||||
div.dailyAbout a { color: #890500; }
|
||||
div.dailyTitle
|
||||
{
|
||||
{
|
||||
font-weight: bold;
|
||||
font-size: 44pt;
|
||||
text-align:center;
|
||||
padding:10px 20px 0px 20px;
|
||||
}
|
||||
div.dailyDate
|
||||
{
|
||||
{
|
||||
font-size: 12pt;
|
||||
font-weight:bold;
|
||||
text-align:center;
|
||||
|
@ -424,50 +418,47 @@ div.dailyEntryDescription
|
|||
.lazyimage { display:none; }
|
||||
|
||||
@media print {
|
||||
html {border:none;background:#fff!important;color:#000!important;}
|
||||
body {font-size:12pt;width:auto!important;margin:auto!important;}
|
||||
p {orphans:3; /*pas de ligne seule en bas */widows:3;/*pas de ligne seule en haut*/}
|
||||
a {color:#000!important;text-decoration:none!important;}
|
||||
#pageheader, .paging, #linklist li form, #footer {display:none;}
|
||||
#linklist li { padding:2 0 10 0; border-top: 2px solid #000; clear:both; }
|
||||
#linklist li.private { background-color: none; border-left:0; }
|
||||
.linkdate { line-height:2; }
|
||||
.linkurl { color:#000; }
|
||||
.linkdescription { font-size:10pt;}
|
||||
.linktag { border: 1px solid black; font-style:italic; font-size:8pt;}
|
||||
|
||||
html {border:none;background:#fff!important;color:#000!important;}
|
||||
body {font-size:12pt;width:auto!important;margin:auto!important;}
|
||||
p {orphans:3; /*pas de ligne seule en bas */widows:3;/*pas de ligne seule en haut*/}
|
||||
a {color:#000!important;text-decoration:none!important;}
|
||||
#pageheader, .paging, #linklist li form, #footer {display:none;}
|
||||
#linklist li { padding:2 0 10 0; border-top: 2px solid #000; clear:both; }
|
||||
#linklist li.private { background-color: none; border-left:0; }
|
||||
.linkdate { line-height:2; }
|
||||
.linkurl { color:#000; }
|
||||
.linkdescription { font-size:10pt;}
|
||||
.linktag { border: 1px solid black; font-style:italic; font-size:8pt;}
|
||||
}
|
||||
|
||||
|
||||
@media handheld, only screen and (max-width: 480px), only screen and (max-device-width: 854px)
|
||||
{
|
||||
/* A few fixes for mobile devices (far from perfect). */
|
||||
.nomobile { display:none; }
|
||||
#logo { display:none; }
|
||||
#pageheader a
|
||||
{
|
||||
/* A few fixes for mobile devices (far from perfect). */
|
||||
.nomobile { display:none; }
|
||||
#logo { display:none; }
|
||||
#pageheader a
|
||||
{
|
||||
padding:5px;
|
||||
border-radius: 5px 5px 5px 5px;
|
||||
margin:3px;
|
||||
}
|
||||
.searchform,.tagfilter { display:block !important; margin:0px !important; padding:0px !important; width:100% !important; }
|
||||
.searchform input,.tagfilter input { margin:0px !important; padding:0px !important; display:inline !important; }
|
||||
.tagfilter input.bigbutton,.searchform input.bigbutton,.addform input.bigbutton{ width:30%; font-size:smaller;}
|
||||
#searchform_value { width:70% !important; }
|
||||
#tagfilter_value { width:70% !important; }
|
||||
div.qrcode { position:relative; float:left; top:-10px; left:0px; }
|
||||
#paging_privatelinks { float:none; }
|
||||
#paging_linksperpage { float:none; margin-bottom:10px; font-size:smaller;}
|
||||
#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;}
|
||||
.thumbnail { float:none; height:auto; margin: 0px; text-align:center;}
|
||||
#cloudtag { padding:0px; }
|
||||
div.dailyAbout { float:none; position:relative; width:100%; clear:both; padding:0px; top:0px; left:0px; }
|
||||
#daily_col1,#daily_col2,#daily_col3 { float:none; width:100%; padding:0px;}
|
||||
div.dailyTitle { font-size: 18pt; margin-top:5px; padding:0px;}
|
||||
div.dailyDate { font-size: 11pt;padding:0px; display:block; }
|
||||
div.dailyEntryTitle { font-size:16pt; font-weight:bold;}
|
||||
div.dailyEntryDescription { font-size:10pt; }
|
||||
|
||||
}
|
||||
.searchform,.tagfilter { display:block !important; margin:0px !important; padding:0px !important; width:100% !important; }
|
||||
.searchform input,.tagfilter input { margin:0px !important; padding:0px !important; display:inline !important; }
|
||||
.tagfilter input.bigbutton,.searchform input.bigbutton,.addform input.bigbutton{ width:30%; font-size:smaller;}
|
||||
#searchform_value { width:70% !important; }
|
||||
#tagfilter_value { width:70% !important; }
|
||||
div.qrcode { position:relative; float:left; top:-10px; left:0px; }
|
||||
#paging_privatelinks { float:none; }
|
||||
#paging_linksperpage { float:none; margin-bottom:10px; font-size:smaller;}
|
||||
#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;}
|
||||
.thumbnail { float:none; height:auto; margin: 0px; text-align:center;}
|
||||
#cloudtag { padding:0px; }
|
||||
div.dailyAbout { float:none; position:relative; width:100%; clear:both; padding:0px; top:0px; left:0px; }
|
||||
#daily_col1,#daily_col2,#daily_col3 { float:none; width:100%; padding:0px;}
|
||||
div.dailyTitle { font-size: 18pt; margin-top:5px; padding:0px;}
|
||||
div.dailyDate { font-size: 11pt;padding:0px; display:block; }
|
||||
div.dailyEntryTitle { font-size:16pt; font-weight:bold;}
|
||||
div.dailyEntryDescription { font-size:10pt; }
|
||||
}
|
||||
|
||||
/* Highlight search results */
|
||||
|
|
Loading…
Reference in a new issue