summaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss120
1 files changed, 120 insertions, 0 deletions
diff --git a/style.scss b/style.scss
new file mode 100644
index 0000000..75446e9
--- /dev/null
+++ b/style.scss
@@ -0,0 +1,120 @@
+/*
+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;
+ 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;
+}
+
+/* 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;
+}