memoir: pt. 3 section headers
[Ultimately_Untrue_Thought.git] / theme / static / css / main.css
index 6adaa98..54267af 100644 (file)
@@ -115,6 +115,10 @@ h1 {
   font-size: 2em;
 }
 
+h3 {
+  font-size: 1.35em;
+}
+
 h1 a {
   color: inherit;
   border-bottom: none;
@@ -340,10 +344,43 @@ ol.simple-footnotes {
 /* sidebar-aside */
 aside.boxout {
     width: 80%;
-    font-size: 12px;
+    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;
+}