X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=tpl%2Fdefault%2Fcss%2Fshaarli.css;h=e2d64686d4f172a772b8e218c21439ec27370107;hb=4a451481b6276061d177ab8a737e7830c9e8a198;hp=e73375d4e1b41915b4c41495a194a246ff5c0b1f;hpb=6885613a33a8418690521bf740e9ea5f0c235655;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/default/css/shaarli.css b/tpl/default/css/shaarli.css index e73375d4..e2d64686 100644 --- a/tpl/default/css/shaarli.css +++ b/tpl/default/css/shaarli.css @@ -112,10 +112,6 @@ pre { transition: max-height 0.75s; } -.pure-menu-selected { - background: #b0ddce; -} - .pure-menu-link, .pure-menu-link:visited, .pure-menu-selected .pure-menu-link, @@ -174,7 +170,7 @@ pre { #header { width: 100%; height: 150px; - background: url(../img/noise.png), #1fa67a url(../img/logo2.png) no-repeat fixed 10px 2.5em; + background: url(../img/noise.png), #1fa67a url(../img/logo.png) no-repeat fixed 10px 2.5em; } #header h1 { @@ -515,6 +511,7 @@ pre { } .linklist-item-thumbnail { + margin-top: 10px; padding: 10px; float: left; } @@ -608,7 +605,7 @@ pre { color: #b0ddce; } -.page-form h2 { +.page-form .window-title { margin: 0 0 10px 0; padding: 10px 0; width: 100%; @@ -619,7 +616,7 @@ pre { border-bottom: 1px solid #797979; } -.page-form h3 { +.page-form .window-subtitle { text-align: center; } @@ -672,6 +669,7 @@ pre { .page-form select { color: black; } + /** * PAGE FORM - LIGHT */ @@ -714,7 +712,13 @@ pre { } .page-form-complete .label-desc { - font-size: 0.7em; + font-size: 0.8em; +} + +.page-form-complete input[type="text"], +.page-form-complete input[type="password"], +.page-form-complete textarea { + margin: 0; } .page-form section { @@ -801,6 +805,7 @@ pre { */ .page-visitor { background: url(../img/noise.png) #fff; + color: #000; } #page404 { @@ -1003,10 +1008,15 @@ pre { text-decoration: none; } +#cloudtag .count { + color: #7f7f7f; +} + /** * Picture wall CSS */ #picwall_container { + margin: 0 10px 10px 10px; color: #fff; background-color: #000; clear: both; @@ -1068,3 +1078,76 @@ pre { /* IE6–IE9 */ text-shadow: 2px 2px 1px #000000; } + +/** + * DAILY + */ +.daily-desc { + color: #7f7f7f; + font-size: 0.8em; +} + +.daily-about a { + color: #343434; + text-decoration: none; +} + +.daily-about a:hover { + color: #7f7f7f; +} + +.daily-about h3:before, .daily-about h3:after { + display: block; + content:""; + background: linear-gradient(to right, #d5d4d4, #252525, #d5d4d4); + height: 1px; + width: 90%; + margin: 10px auto; +} + +.daily-entry .daily-entry-title:after { + display: block; + content:""; + background: linear-gradient(to right, #fff, #515151, #fff); + height: 1px; + width: 70%; + margin: 5px auto; +} + +.daily-entry .daily-entry-title { + margin: 10px 0 0 0; +} + +.daily-entry .daily-entry-title a { + color: #000; + text-decoration: none; +} + +.daily-entry .daily-entry-description { + padding: 5px 5px 0 5px; + font-size: 0.9em; + text-align: justify; +} + +.daily-entry .daily-entry-tags { + padding: 0 5px 5px 5px; + font-size: 0.8em; +} + +.daily-entry-thumbnail { + float: left; + margin: 15px 5px 5px 5px; +} + +.daily-entry-description a { + text-decoration: none; + color: #1b926c; +} + +.daily-entry-description a:hover { + text-shadow: 1px 1px #ddd; +} + +.daily-entry-description a:visited { + color: #20b988; +}