]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - tpl/css/style-light.css
Format CSS code
[github/wallabag/wallabag.git] / tpl / css / style-light.css
index c1d98326d41b0c1a41d62fc5d6898f23920c53de..a85961c9d9e95dc9289767d22806c6574e365d24 100644 (file)
-/*** GENERAL ***/
-body {
-    color: #222222;
-    background-color: #F1F1F1;
+a.back span {
+    background: url('../img/light/left.png');
 }
 
-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;
-}
-
-#links a:hover, .backhome a:hover, .support a:hover{
-    background-color: #040707;
-    color: #F1F1F1;
-}
-
-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.top span {
+    background: url('../img/light/top.png');
 }
 
 a.fav span {
-    background: url('../img/light/star-on.png') no-repeat;
+    background: url('../img/light/star-on.png');
 }
-
 a.fav span:hover {
-    background: url('../img/light/star-off.png') no-repeat;
+    background: url('../img/light/star-off.png');
 }
 
 a.fav-off span {
-    background: url('../img/light/star-off.png') no-repeat;
+    background: url('../img/light/star-off.png');
 }
-
 a.fav-off span:hover {
-    background: url('../img/light/star-on.png') no-repeat;
+    background: url('../img/light/star-on.png');
 }
 
 a.archive span {
-    background: url('../img/light/checkmark-on.png') no-repeat;
+    background: url('../img/light/checkmark-on.png');
 }
-
 a.archive span:hover {
-    background: url('../img/light/checkmark-off.png') no-repeat;
+    background: url('../img/light/checkmark-off.png');
 }
 
 a.archive-off span {
-    background: url('../img/light/checkmark-off.png') no-repeat;
+    background: url('../img/light/checkmark-off.png');
 }
-
 a.archive-off span:hover {
-    background: url('../img/light/checkmark-on.png') no-repeat;
+    background: url('../img/light/checkmark-on.png');
 }
 
-/*** ***/
-/*** ARTICLE PAGE ***/
-
-body.article {
-       color: #222222;
-    background-color: #F1F1F1;
+a.twitter span {
+    background: url('../img/light/twitter.png');
 }
 
-#article header {
-    border-bottom: 1px solid #222222;
+a.shaarli span {
+    background: url('../img/light/shaarli.png');
 }
 
-#article article {
-    border-bottom: 1px solid #222222;
+a.flattr span {
+    background: url('../img/light/flattr.png');
 }
 
-.vieworiginal a {
-    color: #888888;
+a.email span {
+    background: url('../img/light/envelop.png');
 }
 
-.entrie {
-    background-color: #fff;
-}
+a.delete span {
+    background: url('../img/light/remove.png');
+}
\ No newline at end of file