summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-09-29 16:41:33 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-09-29 16:41:33 -0400
commit9a71d785746c454e67dbfa59d453aaa67e5f69b3 (patch)
treeb375446b4aae1305f7304b080a6f1504cb522bcd /style.css
parent8191ee2ef1beadec0ce61651f8001ba91bc626c5 (diff)
use scss, save derived php files as patches, and inlude twentyeleven-fix.scss
Diffstat (limited to 'style.css')
-rw-r--r--style.css98
1 files changed, 0 insertions, 98 deletions
diff --git a/style.css b/style.css
deleted file mode 100644
index 3768ec8..0000000
--- a/style.css
+++ /dev/null
@@ -1,98 +0,0 @@
-/*
-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;
-}