summaryrefslogtreecommitdiff
path: root/media/sass/base.sass
diff options
context:
space:
mode:
Diffstat (limited to 'media/sass/base.sass')
-rw-r--r--media/sass/base.sass71
1 files changed, 70 insertions, 1 deletions
diff --git a/media/sass/base.sass b/media/sass/base.sass
index d1297af..4ebcb88 100644
--- a/media/sass/base.sass
+++ b/media/sass/base.sass
@@ -51,6 +51,13 @@ sup
ul li
display: inline
margin: 0 .125em
+
+blockquote
+ font-style: italic
+ font-size: 1em
+ line-height: 1.625em
+ p
+ font-size: 1em !important
div[role="main"]
ul li
display: block
@@ -93,6 +100,11 @@ article h1
display: inline
.footnote
font-size: .75em
+ border-top: 1px $brown dotted
+ margin-top: 1.5em
+ margin-bottom: 0
+ p
+ line-height: 1.5em !important
#post-metadata
margin-top: 0
border-top: 1px $brown dotted
@@ -286,6 +298,59 @@ footer[role="contentinfo"]
width: auto
+transparent_class
+#post-body
+ .legend
+ width: 95%
+ margin: 10px
+ font-size: .875em
+
+//special cases for the various strange formatting tricks on individual posts over the years
+
+//numbered posts
+.numeral
+ display: block
+ font: bold 1.2em Helvetica, Verdana, sans-serif
+ margin-bottom: 0
+ margin-top: 60px
+
+
+.nfirst
+ margin-top: 0 !important
+
+//posts with elaborate footers:
+
+#post-body .notes
+ font: bold 1em Helvetica, Verdana, sans-serif
+ text-transform: uppercase
+
+#post-body .addendum
+ font-size: 17px
+ line-height: 25px
+ dt
+ font-style: italic
+ margin: .675em
+ margin: 0.8em 0 0 -30px !important
+ padding-left: 30px
+ text-indent: -30px
+ dd
+ margin: 0.8em 0 0
+
+//posts with section headers
+
+#post-body
+ h3, h2
+ font: normal 1.6em Helvetica,Verdana,sans-serif
+ line-height: 1.2em
+//pull quotes
+
+#post-body
+ .pullquote
+ width: 10em
+ margin: 0 1em 1em -6em
+ font-style: italic
+ font-size: 1.3em
+ float: left
+ line-height: 1.6em
/* ######### layout large ################*/
@@ -465,6 +530,10 @@ footer[role="contentinfo"]
margin: 3.5em 0 0 12em
#post-body
margin-top: 0
+ .legend
+ width: 96%
+ font-size: 1em
+
h1, aside
text-align: left
margin: 0 0 .4em 0
@@ -476,7 +545,7 @@ footer[role="contentinfo"]
#post-metadata
border-bottom: 1px $brown dotted
margin-bottom: 1em
- margin-top: 2em
+ margin-top: 1.5em
padding: .75em 0
p
line-height: 1.5em !important