From 8191ee2ef1beadec0ce61651f8001ba91bc626c5 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 29 Sep 2011 16:29:59 -0400 Subject: initial commit --- style.css | 98 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..3768ec8 --- /dev/null +++ b/style.css @@ -0,0 +1,98 @@ +/* +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'); + +/* 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