diff options
author | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-09-30 01:05:19 +0000 |
---|---|---|
committer | luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f> | 2010-09-30 01:05:19 +0000 |
commit | 5a6e89540fe1a44766241f9dfb239acd4e5e04a6 (patch) | |
tree | 3ebcce16f5fa202d3745f64e9a5fec48843b4813 /media/sass | |
parent | 35d88f0c4280fb20259480a170a8ae6262ad3c1f (diff) |
added images
Diffstat (limited to 'media/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 |