From 9a71d785746c454e67dbfa59d453aaa67e5f69b3 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 29 Sep 2011 16:41:33 -0400 Subject: use scss, save derived php files as patches, and inlude twentyeleven-fix.scss --- style.scss | 99 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 style.scss (limited to 'style.scss') diff --git a/style.scss b/style.scss new file mode 100644 index 0000000..3c974fb --- /dev/null +++ b/style.scss @@ -0,0 +1,99 @@ +/* +Theme Name: North Star - Twenty Eleven +Theme URI: http://lnnorthstar.org + +Author: Luke Shumaker, based on work by the WordPress team and Chris Aprea +Author URI: http://lukeshu.ath.cx + +License: GNU General Public License +License URI: license.txt + +Description: The North Star 2011-2012 theme, a child of Twenty Eleven +Version: 0.1 +Tags: multi-author, significant-rolls + +Template: twentyeleven +*/ + +@import url('../twentyeleven/style.css'); +@import "twentyeleven-fix.scss"; + +/* Document-structure-y things */ + +.entry-header { + font-size: .8em; } + .entry-header figure { + margin: 0; } + .entry-header figure img { + width: 100%; + height: auto; } + .entry-header figure figcapteion {} + .entry-header figure figcaption strong { + text-transform: uppercase; } + .entry-header figure figcaption cite { + float: right; + width: 100%; + text-align: right; + text-transform: lowercase; } + .entry-header figure figcaption .alignleft, + .entry-header figure figcaption .alignright { + /* These are obsolete, but I keep them around + * because some old captions have them hardcoded + * in, and I don't want to change them. */ + width: 45%; + margin-bottom: 1.5em; } + .entry-header .entry-meta {} + .authors { + display: block; + float: left; } + .authors > * { + float: left; + margin-right: 0.5em; } + .vcard {} + .vcard * { + display: block; } + .vcard .role { + text-transform: uppercase; } + span.entry-date { + display: block; + float: right; } + +.entry-content, +.entry-summary { + clear: both; +} + +/* Generic things */ + +blockquote {} + blockquote:before, + blockquote:after { + color: #740000; + display: block; + line-height: 1em; + font-size: 4em; } + blockquote:before { + content: "“"; + height: 0; + margin-left: -1em; } + blockquote:after { + content: "”"; + margin-left: 100%; + margin-top: -1.25em; + margin-bottom: 1.25em; } + blockquote p { + margin-bottom: 0.5em; } + blockquote footer { + text-align: right; + margin-bottom: 2em; } + +dd { + margin-bottom: auto; + margin-left: 4em; } + +/* 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; +} -- cgit v1.2.3