add me.jpg
[disinclined.org.git] / main.scss
index c408248..cbc01a7 100644 (file)
--- a/main.scss
+++ b/main.scss
@@ -82,13 +82,26 @@ li {
 }
 
 
+// ----------------------------------
+// Header
+// ----------------------------------
+
+#header a:visited {
+    color: black;
+}
+
+
 // ----------------------------------
 // Primary Structure
 // ----------------------------------
 
+html {
+    margin: 20px;
+}
 
 body {
     margin-top: 30px;
+    font-size: 110%;
 }
 
 main {
@@ -96,18 +109,17 @@ main {
     margin:0px auto 0;
 }
 
-.title {
+#header, #site-title {
     font-family:'bree_serifregular';
-    font-size: 404%;
+    font-size: 204%;
+    margin-left: -1%;
 }
 
 #wrapper {
     width:725px;
     min-height:300px;
     margin-bottom:20px;
-    margin-right:15px;
     text-align:left;
-    padding:5px 5px 25px 20px;
 }
 
 
@@ -118,9 +130,10 @@ main {
 
 #exhibit {
     float:right;
+    margin-top:55px;
     margin-left:17px;
     font-family:InconsolataMedium;
-    font-size:1.4em;
+    font-size:1.2em;
 }
 
 .exhibit {
@@ -136,3 +149,58 @@ main {
     margin-bottom:15px;
     font-size: 180%;
 }
+
+.page-header {
+    margin-top:30px;
+    margin-bottom:30px;
+    font-size: 300%;
+}
+
+
+// ----------------------------------
+// Notes
+// ----------------------------------
+
+
+.article {
+    margin-bottom:30px;
+}
+
+.page-date {
+    color:grey;
+}
+
+.page-title {
+    margin-top:30px;
+    margin-bottom:30px;
+    font-size: 150%;
+    font-family: 'bree_serifregular';
+}
+
+article {
+    margin-bottom: 40px;
+    margin-left: 10px;
+    font-family: InconsolataMedium;
+}
+
+.pagination {
+    font-size: 150%;
+}
+
+pre {
+    margin-top: 20px;
+    margin-bottom: 20px;
+    width: 100%;
+    overflow: auto;
+}
+
+
+
+
+
+
+
+
+
+
+