/* 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 */ #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; width: 100%; } } #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 { margin: 0; img { width: 100%; height: auto; } figcaption { strong { text-transform: uppercase; } cite { float: right; width: 100%; text-align: right; text-transform: lowercase; } .alignleft, .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-meta { .authors { display: block; float: left; & > * { float: left; margin-right: 0.5em; } .vcard { * { display: block; } .role { text-transform: uppercase; } } } span.entry-date { display: block; float: right; } } } .entry-content, .entry-summary { clear: both; } /* Generic things */ blockquote { &:before, &:after { color: #740000; display: block; line-height: 1em; font-size: 4em; } &:before { content: "“"; height: 0; margin-left: -1em; } &:after { content: "”"; margin-left: 100%; margin-top: -1.25em; margin-bottom: 1.25em; } p { margin-bottom: 0.5em; } footer { text-align: right; margin-bottom: 2em; } } dd { margin-bottom: auto; margin-left: 4em; } @import "plugins.d/statusnetwidget.scss";