X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=inc%2Fshaarli.css;h=cdc05790845c2e65f454e2e90498fe5da1694cc0;hb=e411f7f9d7682256fdba017d409e8356c4644ab9;hp=695c2a8dd04b7dec7d0fc245986bbcc6f77fe1fd;hpb=b2877611c329725a961b24fa18114f2fd41873b6;p=github%2Fshaarli%2FShaarli.git diff --git a/inc/shaarli.css b/inc/shaarli.css index 695c2a8d..cdc05790 100644 --- a/inc/shaarli.css +++ b/inc/shaarli.css @@ -7,7 +7,7 @@ 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; } +body { font-family: "Trebuchet MS",Verdana,Arial,Helvetica,sans-serif; font-size:10pt; background-color: #ffffff; word-wrap: break-word; } input, textarea { background-color: #dedede; background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dedede), to(#ffffff)); @@ -239,7 +239,7 @@ cursor:pointer; .linkdescription { color:#000; margin-top:0; margin-bottom:12px; font-weight:normal; max-height:400px; overflow:auto; } .linkdescription a { text-decoration: none; color:#3465A4; } .linkdescription a:hover { color:#F57900; } -.linktaglist { padding-top:10px;} +.linktaglist { padding-top:10px; line-height:200%;} .linktag { font-size:9pt; @@ -316,7 +316,8 @@ text-shadow:2px 2px 1px #000000; background: #ffffff; } -div.qrcode { +div#permalinkQrcode { +padding:20px; width:220px; height:220px; background-color: #ffffff; @@ -464,3 +465,5 @@ div.dailyEntryDescription { font-size:10pt; } } +/* Highlight search results */ +.highlight { background-color: #FFFF33; }