X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=tpl%2Fcss%2Fstyle-light.css;h=e2788a1ce05ebcac9c1570652548383d010d2891;hb=ce4a1dcc193d3124fc51c4942137621d3d806a19;hp=c1d98326d41b0c1a41d62fc5d6898f23920c53de;hpb=4f5b44bd3bd490309eb2ba7b44df4769816ba729;p=github%2Fwallabag%2Fwallabag.git diff --git a/tpl/css/style-light.css b/tpl/css/style-light.css index c1d98326..e2788a1c 100644 --- a/tpl/css/style-light.css +++ b/tpl/css/style-light.css @@ -1,47 +1,12 @@ -/*** GENERAL ***/ -body { - color: #222222; - background-color: #F1F1F1; -} - -a, a:hover, a:visited { - color: #000; -} - -.bouton { - background-color: #000; - color: #fff; - border: none; -} -.bouton:hover { - background-color: #222222; - color: #F1F1F1; -} -#main ul#links li a.current { - background-color: #000; - color: #fff; +a.back span { + background: url('../img/light/left.png') no-repeat; } -#links a:hover, .backhome a:hover, .support a:hover{ - background-color: #040707; - color: #F1F1F1; +a.top span { + background: url('../img/light/top.png') no-repeat; } -input[type=submit].delete { - background : url('../img/light/remove.png') no-repeat center center; - color : transparent; -} - -#main .entrie { - color: #2e2e2e; - background-color: #ffffff; - border: 1px solid #000; -} - -#main .entrie h2 a:hover { - color: #F5BE00; -} a.fav span { background: url('../img/light/star-on.png') no-repeat; @@ -75,26 +40,18 @@ a.archive-off span:hover { background: url('../img/light/checkmark-on.png') no-repeat; } -/*** ***/ -/*** ARTICLE PAGE ***/ - -body.article { - color: #222222; - background-color: #F1F1F1; +a.twitter span { + background: url('../img/light/twitter.png') no-repeat; } -#article header { - border-bottom: 1px solid #222222; +a.shaarli span { + background: url('../img/light/shaarli.png') no-repeat; } -#article article { - border-bottom: 1px solid #222222; +a.email span { + background: url('../img/light/envelop.png') no-repeat; } -.vieworiginal a { - color: #888888; -} - -.entrie { - background-color: #fff; -} +a.delete span { + background: url('../img/light/remove.png') no-repeat; +} \ No newline at end of file