tag cloud
[Ultimately_Untrue_Thought.git] / theme / static / css / main.css
index 92225f9..f27dcd5 100644 (file)
@@ -3,7 +3,7 @@
 @import url("pygment.css");
 
 
-/* Latout */
+/* Layout */
 
 article,
 figcaption,
@@ -23,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;
@@ -185,6 +184,7 @@ article.summary > div {
 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;
@@ -307,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%;
+}