tag cloud
[Ultimately_Untrue_Thought.git] / theme / static / css / main.css
index d10a6a7..f27dcd5 100644 (file)
@@ -1,18 +1,9 @@
-/*
-Colors :
-- #40403F
-- #4D4D4C
-- #7F7F7E
-- #E5E5E3
-- #F0F0F0
-*/
-
 /* Imports */
 
 @import url("pygment.css");
 
 
-/* Latout */
+/* Layout */
 
 article,
 figcaption,
@@ -32,8 +23,7 @@ html {
 }
 body {
   font-family: 'Source Sans Pro', sans-serif;
-  font-size: 16px;
-  line-height: 150%;
+  font-size: 14px;
   text-align: left;
   color: #1D1D1D;
   padding: 0;
@@ -41,7 +31,7 @@ body {
 }
 
 header {
-  background-color: #101030;
+  background-color: #101010;
   height: 50px;
   line-height: 50px;
   padding: 0 1em;
@@ -150,8 +140,8 @@ a {
 
 a:hover, a:active {
   text-decoration: none;
-  border-bottom: 1px dotted #4271AE;
-  color: #4271AE;
+  border-bottom: 1px dotted #C07095;
+  color: #C07095;
 }
 
 .literal {
@@ -191,14 +181,17 @@ article.summary > div {
   margin-left: 28%;
 }
 
+article .metadata,
 article.full .metadata,
 article.summary .metadata {
+  background: #FFFFFF;
   padding: 1%;
   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;
@@ -215,6 +208,15 @@ article.summary .metadata {
   margin: 0;
 }
 
+
+blockquote {
+    background: #F0F0F0;
+    border-left: 10px solid #C07095;
+    margin: 1.5em 10px;
+    padding: 0.5em 10px;
+}
+
+
 /* Listings */
 
 ol.archive li {
@@ -305,3 +307,25 @@ li.tag-4 { font-size: 110%; margin: 0 1em; }
     margin: 0 4%;
   }
 }
+
+
+/* tag cloud */
+
+span.tag-1 {
+    font-size: 160%;
+}
+span.tag-2 {
+    font-size: 140%;
+}
+span.tag-3 {
+    font-size: 125%;
+}
+span.tag-4 {
+    font-size: 110%;
+}
+span.tag-5 {
+    font-size: 95%;
+}
+span.tag-6 {
+    font-size: 75%;
+}