From 24dbc21e4b5e425e205ed317121c825cb3b5d964 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 5 Dec 2011 13:46:23 -0500 Subject: start redoing style --- style.scss | 40 +++++++++++++++++++++++++++++++++++++--- 1 file changed, 37 insertions(+), 3 deletions(-) diff --git a/style.scss b/style.scss index 75446e9..8d3429e 100644 --- a/style.scss +++ b/style.scss @@ -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; + } } -- cgit v1.2.3