photo credit CSS
[Ultimately_Untrue_Thought.git] / theme / static / css / main.css
index 1fae233..5d9c937 100644 (file)
@@ -227,6 +227,7 @@ ol.archive li .tags
 }
 
 
+
 /* Social */
 
 .social {
@@ -324,3 +325,29 @@ 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%;
+}