link hover color should be more pink than lavender
[Ultimately_Untrue_Thought.git] / theme / static / css / main.css
index 6725c0f..909a71c 100644 (file)
@@ -1,12 +1,3 @@
-/*
-Colors :
-- #40403F
-- #4D4D4C
-- #7F7F7E
-- #E5E5E3
-- #F0F0F0
-*/
-
 /* Imports */
 
 @import url("pygment.css");
 /* Imports */
 
 @import url("pygment.css");
@@ -35,13 +26,13 @@ body {
   font-size: 16px;
   line-height: 150%;
   text-align: left;
   font-size: 16px;
   line-height: 150%;
   text-align: left;
-  color: #4D4D4C;
+  color: #1D1D1D;
   padding: 0;
   min-width: 740px;
 }
 
 header {
   padding: 0;
   min-width: 740px;
 }
 
 header {
-  background-color: #40403F;
+  background-color: #101010;
   height: 50px;
   line-height: 50px;
   padding: 0 1em;
   height: 50px;
   line-height: 50px;
   padding: 0 1em;
@@ -128,8 +119,6 @@ h1, h2, h3, h4, h5, h6 {
 
 h1 {
   font-size: 2em;
 
 h1 {
   font-size: 2em;
-  margin: 0.67em 0;
-  padding: 0.7em 0 0.3em;
 }
 
 h1 a {
 }
 
 h1 a {
@@ -147,13 +136,13 @@ p {
 a {
   text-decoration: none;
   border-bottom: 1px dotted #4D4D4C;
 a {
   text-decoration: none;
   border-bottom: 1px dotted #4D4D4C;
-  color: #4D4D4C;
+  color: #2D2D2C;
 }
 
 a:hover, a:active {
   text-decoration: none;
 }
 
 a:hover, a:active {
   text-decoration: none;
-  border-bottom: 1px dotted #4271AE;
-  color: #4271AE;
+  border-bottom: 1px dotted #C07095;
+  color: #C07095;
 }
 
 .literal {
 }
 
 .literal {
@@ -176,7 +165,6 @@ pre {
 }
 
 hr {
 }
 
 hr {
-  margin: 40px 5% 60px 5%;
   color: #d6d6d6;
   box-shadow: 0.1em 0.1em 0.1em #EFEFEF;
   border-radius: 5px;
   color: #d6d6d6;
   box-shadow: 0.1em 0.1em 0.1em #EFEFEF;
   border-radius: 5px;
@@ -194,14 +182,16 @@ article.summary > div {
   margin-left: 28%;
 }
 
   margin-left: 28%;
 }
 
+article .metadata,
 article.full .metadata,
 article.summary .metadata {
 article.full .metadata,
 article.summary .metadata {
-  padding: 1%;  
+  padding: 1%;
   border: 1px dotted #EFEFEF;
   box-shadow: 0.1em 0.1em 0.1em #EFEFEF;
   font-style: italic;
 }
 
   border: 1px dotted #EFEFEF;
   box-shadow: 0.1em 0.1em 0.1em #EFEFEF;
   font-style: italic;
 }
 
+article .metadata,
 article.full .metadata {
   width: 25%;
   float: right;
 article.full .metadata {
   width: 25%;
   float: right;
@@ -246,7 +236,7 @@ ol.archive li .tags
 
 .social a {}
 
 
 .social a {}
 
-.social i { 
+.social i {
   float: left;
   margin-right: 3px;
   padding-top: 4px;
   float: left;
   margin-right: 3px;
   padding-top: 4px;
@@ -308,4 +298,3 @@ li.tag-4 { font-size: 110%; margin: 0 1em; }
     margin: 0 4%;
   }
 }
     margin: 0 4%;
   }
 }
-