diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-05 13:46:23 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2011-12-05 13:46:23 -0500 |
commit | 24dbc21e4b5e425e205ed317121c825cb3b5d964 (patch) | |
tree | 31cd5ae574d0f273e8ffaacb2c3f2f38af0cf672 | |
parent | dd45c0d7f49e165b7055617d032b59c5173a6e7c (diff) |
start redoing style
-rw-r--r-- | style.scss | 40 |
1 files changed, 37 insertions, 3 deletions
@@ -20,6 +20,37 @@ Template: twentyeleven /* Document-structure-y things */ + +#page { + background: transparent; + #access { + margin: 0 auto; + box-shadow: none; + } + #main { + padding: 0; + #primary { + margin: 0; + width: 70%; + #content { + margin: 0 0 1.5em 0; + } + } + #secondary { + margin: 0; + width: 28%; + } + .post, #content nav, aside.widget { + background: white; + padding: 1.5em; + } + .post { + padding-top: 0; + padding-bottom: 0; + } + } +} + .entry-header { font-size: .8em; figure { @@ -114,7 +145,10 @@ dd { /* Specific things */ -.widget_statusnetwidget h3 { - background: url('https://si0.twimg.com/images/dev/cms/intents/bird/bird_blue/bird_16_blue.png') no-repeat left center; - padding-left: 24px; +.widget_statusnetwidget { + background: #CCCCBB; + h3 { + background: url('https://si0.twimg.com/images/dev/cms/intents/bird/bird_blue/bird_16_blue.png') no-repeat left center; + padding-left: 24px; + } } |