memoir: pt. 3 section headers
[Ultimately_Untrue_Thought.git] / theme / static / css / main.css
index 1fae233..54267af 100644 (file)
@@ -115,6 +115,10 @@ h1 {
   font-size: 2em;
 }
 
+h3 {
+  font-size: 1.35em;
+}
+
 h1 a {
   color: inherit;
   border-bottom: none;
@@ -227,6 +231,7 @@ ol.archive li .tags
 }
 
 
+
 /* Social */
 
 .social {
@@ -324,3 +329,58 @@ span.tag-5 {
 span.tag-6 {
     font-size: 75%;
 }
+
+
+/* footnotes */
+p#notes-header {
+    font-weight: bold;
+}
+
+ol.simple-footnotes {
+    font-size: 85%;
+}
+
+
+/* sidebar-aside */
+aside.boxout {
+    width: 80%;
+    font-size: 85%;
+    background-color: #E5E5E5;
+    outline-style: solid;
+    outline-color: black;
+    outline-width: 1px;
+    padding: 6px;
+}
+
+span.photo-credit {
+    font-size: 85%;
+}
+
+.dialogue > p {
+    margin: 0.25em 0 0.25em;
+}
+
+.dialogue-character-label {
+    font-weight: bold;
+    font-variant: small-caps;
+}
+
+p.flower-break {
+    text-align: center;
+}
+
+.footnote {
+    font-size: 85%;
+}
+
+.comments-link-container {
+    font-weight: bold;
+    font-size: 85%;
+}
+
+// XXX—why isn't this working?!
+// https://stackoverflow.com/questions/15643614/double-underline-tag
+.extra-underline {
+    text-decoration: underline;
+    border-bottom: 3px double solid #000;
+}