diff options
author | luxagraf <sng@luxagraf.net> | 2011-01-20 21:42:32 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2011-01-20 21:42:32 -0500 |
commit | a358d40b3b154259b9badc631114eb43b60320cb (patch) | |
tree | 016a44f729849ee0e75569a877eaf62918572c72 /media/sass/base.sass | |
parent | c080907859a482c45347bee07ee3210883074f6b (diff) |
fixed home page recent entries css and styled two column permalink pages
Diffstat (limited to 'media/sass/base.sass')
-rw-r--r-- | media/sass/base.sass | 69 |
1 files changed, 66 insertions, 3 deletions
diff --git a/media/sass/base.sass b/media/sass/base.sass index 82b5634..6e29913 100644 --- a/media/sass/base.sass +++ b/media/sass/base.sass @@ -78,11 +78,19 @@ article h1 text-align: center text-transform: none margin: 1.875em 0 .875em 0 -#archive h1 +#archive > h1 font-weight: 700 font-size: .75em text-transform: uppercase text-align: left + +#archive + img + width: auto + p + margin-top: 0 + time + display: inline .footnote font-size: .875em #post-metadata @@ -96,7 +104,7 @@ article h1 border-bottom: 1px $brown dotted text-align: center padding: .25em 0 -.col +.top .col font-size: .875em /* ######### layout small ################*/ @@ -123,7 +131,7 @@ nav[role="navigation"] width: 100% padding: .25em 0 font-size: .875em -nav:after, footer:before, .archive article:after +nav:after, footer:before, .archive article:after, #archive:after content: "." display: block height: 0 @@ -352,6 +360,25 @@ footer[role="contentinfo"] //homepage specific #archive clear: both + article + width: 18.75em + float: left + text-align: justify + h1 + text-align: left + font-size: 1.125em + margin: 1em 0 .5em + .hyphenate + font-size: .9375em + line-height: 1.4375em + .dateline + text-align: left + margin-bottom: .75em + font-size: .65em + .mid + margin: 0 2.5em + + #featured img float: right @@ -392,6 +419,9 @@ footer[role="contentinfo"] display: inline float: right + + + #photo-galleries:after, #projects-page .top:after content: "." display: block @@ -491,6 +521,34 @@ footer[role="contentinfo"] li#prev float: left padding-left: 6em + // two col layout + .double article[role="main"] + p:nth-of-type(1) + font-size: 1.0625em /* 17px / 16px */ + line-height: 1.5em /* 24px / 16px */ + margin: 1em 0 0 + header + width: 11.25em + float: left + margin-left: 0 + h1, aside + text-align: right + line-height: 1.2em + #post-body + margin: 2em 0 0 1.25em + float: left + width: 48.75em + .col + float: left + width: 23.125em + .sec + margin-left: 2.5em + .narrow + width: 35.625em + margin-left: -8px + clear: both + #post-metadata + clear: both //About Page #about article[role="main"] .content @@ -561,6 +619,11 @@ footer[role="contentinfo"] .picfull margin-top: 20px + + .picwide + border: 10px solid $brown + clear: both + margin: 30px 0 30px -200px //.formatted |