]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - css/style.css
Merge pull request #19 from tmos/master
[github/wallabag/wallabag.git] / css / style.css
index 41a617803c2260871daf655c929a75d1db3a65c7..604b3728c3659fbd24837a5c7bf8cc0048b81f3b 100644 (file)
@@ -1,7 +1,14 @@
 body {
     color: #222222;
     font: 20px/1.3em Palatino,Georgia,serif;
-    background-color: #e6e6e6;
+    background-color: #F1F1F1;
+    margin: 10px;
+}
+
+body.article {
+    color: #222222;
+    font: 20px/1.3em Palatino,Georgia,serif;
+    background-color: #F1F1F1;
 }
 
 a, a:hover, a:visited {
@@ -11,7 +18,20 @@ header {
     text-align: center;
 }
 
-#main {
+#article header {
+    text-align: left;
+    border-bottom: 1px solid #222222;
+}
+
+#article header a {
+    text-decoration: none;
+}
+
+#article header .vieworiginal a {
+    color: #888888;
+}
+
+#main, #article {
     margin: 0 auto;
 }
 
@@ -23,7 +43,48 @@ header {
 
 #main ul#links li {
     display: inline;
+}
+#links a, #backhome a{
+    text-decoration: none;
+    padding: 5px 10px;
+}
+#links a:hover, #backhome a{
+    -webkit-border-radius: 2px;
+    border-radius: 2px;
+    background-color: #040707;
+    color: #F1F1F1;
+}
+
+#main #entries {
+    margin-top: 20px;
+}
+
+#main #entries .entrie {
+    color: rgb(46, 46, 46);
+    position:relative;
+    background-color: #ffffff;
     padding: 15px;
+    height: 6em;
+    -webkit-border-radius: 2px;
+    border-radius: 2px;
+    -webkit-box-shadow:  0px 0px 2px -1px #000;
+    box-shadow:  0px 0px 2px -1px #000;
+}
+
+#main #entries .entrie h2 a {
+    text-decoration: none;
+}
+
+#main #entries .entrie h2 a:hover {
+    color: #F5BE00;
+}
+
+#main #entries .entrie .tools {
+    position:absolute;
+    bottom: 0;
+    width: 100%;
+    text-align: right;
+    margin-left: -20px;
 }
 
 #main a.tool {
@@ -31,5 +92,5 @@ header {
 }
 
 footer {
-    text-align: right;
+    text-align: center;
 }
\ No newline at end of file