diff options
Diffstat (limited to 'media/sass/base.sass')
-rw-r--r-- | media/sass/base.sass | 25 |
1 files changed, 22 insertions, 3 deletions
diff --git a/media/sass/base.sass b/media/sass/base.sass index 9434e1e..839d46a 100644 --- a/media/sass/base.sass +++ b/media/sass/base.sass @@ -71,15 +71,30 @@ h1 text-transform: uppercase text-align: left -/* ######### layout ################*/ +/* ######### layout small ################*/ header margin: 0 auto 1em auto text-align: center - + h1 + background: url('../img/tree.png') 0 0 no-repeat + text-indent: -9999px + width: 151px + height: 84px + margin: 0 auto + h2 + background: url('../img/text.png') 0 0 no-repeat + text-indent: -9999px + width: 184px + height: 54px + margin: 0 auto nav - margin: 0 auto 2em auto + margin: 1em auto 2em auto text-align: center + border-top: 1px $brown dotted + border-bottom: 1px $brown dotted + width: 100% + padding: 4px 0 nav:after, footer:before content: "." display: block @@ -93,6 +108,10 @@ footer font-size: .625em text-align: center +.dateline + text-align: center + time + display: block .postpic, .post-image float: left |