summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-12-05 13:46:23 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-12-05 13:46:23 -0500
commit24dbc21e4b5e425e205ed317121c825cb3b5d964 (patch)
tree31cd5ae574d0f273e8ffaacb2c3f2f38af0cf672
parentdd45c0d7f49e165b7055617d032b59c5173a6e7c (diff)
start redoing style
-rw-r--r--style.scss40
1 files 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;
+ }
}