Merge pull request #59 from magopian/master

update the mnmlist css for headings
This commit is contained in:
the Bunny Man
2013-01-09 09:21:08 -08:00
2 changed files with 56 additions and 61 deletions

View File

@@ -1,9 +1,9 @@
/* /*
Theme Name: mnmlist Theme Name: mnmlist
Theme URI: http://mathieu.agopian.info/mnmlist/theme.html Theme URI: http://mathieu.agopian.info/mnmlist/theme.html
Description: Theme adapted from http://mnmlist.com/theme/ from Leo Babauta, a very clean minimalist theme, without comments, search, archives or other features. Description: Theme adapted from http://mnmlist.com/theme/ from Leo Babauta, a very clean minimalist theme, without comments, search, archives or other features.
Author: Mathieu Agopian Author: Mathieu Agopian
Autor URI: http://mathieu.agopian.info Autor URI: http://mathieu.agopian.info
This theme is uncopyrighted, free, and offered as is. This theme is uncopyrighted, free, and offered as is.
*/ */
@@ -11,39 +11,36 @@
@import url("pygment.css"); @import url("pygment.css");
body { body {
background: #fff; background: #fff;
color: #333; color: #333;
font: 20px Hoefler Text, bodyfont, serif; font: 20px Hoefler Text, bodyfont, serif;
line-height: 30px; line-height: 30px;
max-width: 30em; max-width: 30em;
margin: 60px 14px 0 64px; margin: 60px 14px 0 64px;
} }
h1 { @mixin heading ($font-size, $color: #666) {
color:#333; color: $color;
font-family: Helvetica, sans-serif; font-family: Helvetica, sans-serif;
font-size: 1.5em; font-size: $font-size;
}
h1 {
@include heading(1.5em, #333);
font-weight: normal; font-weight: normal;
line-height: 26px;
margin-bottom: 0; margin-bottom: 0;
} }
h2 { h2 {
color:#666; @include heading(1.3em);
font-family: Helvetica, sans-serif;
font-size: 18px;
line-height: 15px;
padding-top: 10px;
} }
h3 { h3 {
font-family: Georgia, "Times New Roman", Times, serif; @include heading(1em);
font-size: 1em; color:#000000;
} }
h4 { h4 {
color:#000000; @include heading(0.9em);
font-size: 9pt;
} }
time { time {

View File

@@ -1,9 +1,9 @@
/* /*
Theme Name: mnmlist Theme Name: mnmlist
Theme URI: http://mathieu.agopian.info/mnmlist/theme.html Theme URI: http://mathieu.agopian.info/mnmlist/theme.html
Description: Theme adapted from http://mnmlist.com/theme/ from Leo Babauta, a very clean minimalist theme, without comments, search, archives or other features. Description: Theme adapted from http://mnmlist.com/theme/ from Leo Babauta, a very clean minimalist theme, without comments, search, archives or other features.
Author: Mathieu Agopian Author: Mathieu Agopian
Autor URI: http://mathieu.agopian.info Autor URI: http://mathieu.agopian.info
This theme is uncopyrighted, free, and offered as is. This theme is uncopyrighted, free, and offered as is.
*/ */
@@ -18,135 +18,133 @@ body {
margin: 60px 14px 0 64px; margin: 60px 14px 0 64px;
} }
/* line 22, ../../compass/src/main.scss */ /* line 28, ../../compass/src/main.scss */
h1 { h1 {
color: #333; color: #333333;
font-family: Helvetica, sans-serif; font-family: Helvetica, sans-serif;
font-size: 1.5em; font-size: 1.5em;
font-weight: normal; font-weight: normal;
line-height: 26px;
margin-bottom: 0; margin-bottom: 0;
} }
/* line 31, ../../compass/src/main.scss */ /* line 34, ../../compass/src/main.scss */
h2 { h2 {
color: #666; color: #666666;
font-family: Helvetica, sans-serif; font-family: Helvetica, sans-serif;
font-size: 18px; font-size: 1.3em;
line-height: 15px;
padding-top: 10px;
} }
/* line 39, ../../compass/src/main.scss */ /* line 38, ../../compass/src/main.scss */
h3 { h3 {
font-family: Georgia, "Times New Roman", Times, serif; color: #666666;
font-family: Helvetica, sans-serif;
font-size: 1em; font-size: 1em;
color: #000000;
} }
/* line 44, ../../compass/src/main.scss */ /* line 42, ../../compass/src/main.scss */
h4 { h4 {
color: #000000; color: #666666;
font-size: 9pt; font-family: Helvetica, sans-serif;
font-size: 0.9em;
} }
/* line 49, ../../compass/src/main.scss */ /* line 46, ../../compass/src/main.scss */
time { time {
color: #c0c0c0; color: #c0c0c0;
font-size: 50%; font-size: 50%;
} }
/* line 54, ../../compass/src/main.scss */ /* line 51, ../../compass/src/main.scss */
img { img {
border: none; border: none;
} }
/* line 58, ../../compass/src/main.scss */ /* line 55, ../../compass/src/main.scss */
blockquote { blockquote {
border-left: 1px solid #A5ABAB; border-left: 1px solid #A5ABAB;
margin: 0px; margin: 0px;
padding: 0 12px 0 12px; padding: 0 12px 0 12px;
} }
/* line 64, ../../compass/src/main.scss */ /* line 61, ../../compass/src/main.scss */
p { p {
line-height: 30px; line-height: 30px;
margin: 30px auto; margin: 30px auto;
text-indent: 0px; text-indent: 0px;
} }
/* line 68, ../../compass/src/main.scss */ /* line 65, ../../compass/src/main.scss */
p.caption { p.caption {
font-size: 80%; font-size: 80%;
margin-top: 0; margin-top: 0;
} }
/* line 74, ../../compass/src/main.scss */ /* line 71, ../../compass/src/main.scss */
a { a {
border-bottom: #999 1px solid; border-bottom: #999 1px solid;
color: #303030; color: #303030;
text-decoration: none; text-decoration: none;
} }
/* line 78, ../../compass/src/main.scss */ /* line 75, ../../compass/src/main.scss */
a:hover { a:hover {
color: #999; color: #999;
} }
/* line 81, ../../compass/src/main.scss */ /* line 78, ../../compass/src/main.scss */
ul, ol { ul, ol {
padding: .5em 0em 1em 3.2em; padding: .5em 0em 1em 3.2em;
} }
/* line 83, ../../compass/src/main.scss */ /* line 80, ../../compass/src/main.scss */
ul li, ol li { ul li, ol li {
line-height: 30px; line-height: 30px;
padding: 6px 0 0 0; padding: 6px 0 0 0;
} }
/* line 89, ../../compass/src/main.scss */ /* line 86, ../../compass/src/main.scss */
strong { strong {
color: #555555; color: #555555;
font-family: Georgia, "Times New Roman", Times, serif; font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold; font-weight: bold;
} }
/* line 95, ../../compass/src/main.scss */ /* line 92, ../../compass/src/main.scss */
tt, pre { tt, pre {
background-color: #fafafa; background-color: #fafafa;
font-family: Inconsolata, Monaco, monospace; font-family: Inconsolata, Monaco, monospace;
line-height: 1.2em; line-height: 1.2em;
} }
/* line 101, ../../compass/src/main.scss */ /* line 98, ../../compass/src/main.scss */
pre { pre {
font-size: 0.8em; font-size: 0.8em;
overflow: auto; overflow: auto;
padding: 10px; padding: 10px;
} }
/* line 107, ../../compass/src/main.scss */ /* line 104, ../../compass/src/main.scss */
header { header {
padding-bottom: 20px; padding-bottom: 20px;
} }
/* line 109, ../../compass/src/main.scss */ /* line 106, ../../compass/src/main.scss */
header a { header a {
border-bottom: none; border-bottom: none;
} }
/* line 111, ../../compass/src/main.scss */ /* line 108, ../../compass/src/main.scss */
header a#page-title { header a#page-title {
font-weight: bold; font-weight: bold;
} }
/* line 115, ../../compass/src/main.scss */ /* line 112, ../../compass/src/main.scss */
#article-list { #article-list {
margin-top: 100px; margin-top: 100px;
} }
/* line 117, ../../compass/src/main.scss */ /* line 114, ../../compass/src/main.scss */
#article-list ol li { #article-list ol li {
line-height: 1.2em; line-height: 1.2em;
list-style-type: none; list-style-type: none;
padding-bottom: 10px; padding-bottom: 10px;
} }
/* line 124, ../../compass/src/main.scss */ /* line 121, ../../compass/src/main.scss */
footer { footer {
background: #fff; background: #fff;
color: #666; color: #666;
@@ -155,16 +153,16 @@ footer {
letter-spacing: 4px; letter-spacing: 4px;
margin-left: 20px; margin-left: 20px;
} }
/* line 131, ../../compass/src/main.scss */ /* line 128, ../../compass/src/main.scss */
footer a { footer a {
border-bottom: none; border-bottom: none;
color: #c0c0c0; color: #c0c0c0;
} }
/* line 135, ../../compass/src/main.scss */ /* line 132, ../../compass/src/main.scss */
footer li { footer li {
display: inline; display: inline;
} }
/* line 138, ../../compass/src/main.scss */ /* line 135, ../../compass/src/main.scss */
footer p { footer p {
text-align: right; text-align: right;
} }