commit: 4e5df196e2c94d81a0b3d32aa45f2dcf8867c397
parent 370f6ac901dec693168c171d45f4f92e144364f3
Author: lanodan <lanodan.delta@free.fr>
Date:   Mon, 26 Jan 2015 04:20:05 +0100
More Freeness to the browser
Diffstat:
1 file changed, 12 insertions(+), 28 deletions(-)
diff --git a/css/index.css b/css/index.css
@@ -1,47 +1,36 @@
 html, body {
-  background-color: #E3E3E3;
-  color: #000000;
   margin: 0;
   padding: 0;
 }
 .postTitle {text-align: center;}
-.tags {font-family: monospace;}
 .warn {
   background-color: rgba(255, 60, 0, 0.2);
   border-bottom: 2px solid #FF3C00;
 }
-a {
-  color: #0000EE;
-  text-decoration: none;
+article, #content {
+  margin: 1.5em;
+  padding: 0.5em;
 }
-a:hover {text-decoration: underline;}
 article {
   border-radius: 0.5em;
   box-shadow: 0 0 0.5em 0;
 }
-article, #content {
-  margin: 1.5em;
-  padding: 0.5em;
-}
 code {
   background-color: #222222;
   color: #C4C4C4;
-  display: table;
-  font: monospace;
-  text-align: left;
 }
 table, tr, td, th {
   border: 1px solid #000;
   border-collapse: collapse;
 }
-ul,ol {margin-left: 2em;}
-/* NAV / HEADER */
-nav {
+nav, footer {
   background-color: #B80000;
   background-image: linear-gradient(0deg, #900, #D00);
-  box-shadow: 0 0 0.5vh;
   color: #222222;
-  display: block;
+}
+/* navbar */
+nav {
+  box-shadow: 0 0 0.5vh;
   font-size: larger;
   font-weight: bold;
   margin-bottom: 1vh;
@@ -76,7 +65,6 @@ nav ul ul {
   background: #900;
   box-shadow: 0.3vw 0.3vw 0.3vw 0;
   display: none;
-  font-size: 16px;
   position: absolute;
 }
 nav ul ul li {display: block;}
@@ -88,15 +76,10 @@ nav ul ul ul {
   top: 0;
 }
 nav ul.right {float: right;}
-//nav ul li + li:after {content: " ▿";}
-//nav ul li + li li:after {content: " ‣";}
-/* FOOTER  */
+/* footer */
 footer {
-  background-color: #B80000;
-  background-image: linear-gradient(0deg, #900, #D00);
   box-shadow: 0 0 0.5vh;
-  display: block;
   margin-top: 1vh;
-  padding: 0.5vw 0.5vh;
+  padding: 0.5em 0;
   text-align: center;
-}
+}
+\ No newline at end of file