X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tpl%2Fdefault%2Fcss%2Fshaarli.css;h=e2d64686d4f172a772b8e218c21439ec27370107;hb=4a451481b6276061d177ab8a737e7830c9e8a198;hp=debd25ea7f115408d67a67343d112a7570f3af5d;hpb=4daf556b72e4c86eb3a95be9cc6d99aaa66ad189;p=github%2Fshaarli%2FShaarli.git diff --git a/tpl/default/css/shaarli.css b/tpl/default/css/shaarli.css index debd25ea..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; } @@ -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 { @@ -1133,4 +1137,17 @@ pre { .daily-entry-thumbnail { float: left; margin: 15px 5px 5px 5px; -} \ No newline at end of file +} + +.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; +}