aboutsummaryrefslogtreecommitdiffstats
path: root/mnmlist/static/css
diff options
context:
space:
mode:
authorMathieu Agopian <mathieu.agopian@gmail.com>2012-03-03 09:41:45 +0100
committerMathieu Agopian <mathieu.agopian@gmail.com>2012-03-03 09:41:45 +0100
commit1bcb149edda11531986d0db855529ef123a69d18 (patch)
tree847a6774793b26b1390feec1aaffc86d8ae3f28a /mnmlist/static/css
parent7c039820c24f7687498e6d3b88e00ccbd45ac1fa (diff)
downloadpelican-themes-1bcb149edda11531986d0db855529ef123a69d18.tar.gz
mnmlist theme
Diffstat (limited to 'mnmlist/static/css')
-rw-r--r--mnmlist/static/css/main.css170
-rw-r--r--mnmlist/static/css/pygment.css205
2 files changed, 375 insertions, 0 deletions
diff --git a/mnmlist/static/css/main.css b/mnmlist/static/css/main.css
new file mode 100644
index 0000000..5d1b896
--- /dev/null
+++ b/mnmlist/static/css/main.css
@@ -0,0 +1,170 @@
+/*
+ Theme Name: mnmlist
+ 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.
+ Author: Mathieu Agopian
+ Autor URI: http://mathieu.agopian.info
+
+ This theme is uncopyrighted, free, and offered as is.
+*/
+@import url("pygment.css");
+/* line 13, ../../compass/src/main.scss */
+body {
+ background: #fff;
+ color: #333;
+ font: 20px Hoefler Text, bodyfont, serif;
+ line-height: 30px;
+ max-width: 30em;
+ margin: 60px 14px 0 64px;
+}
+
+/* line 22, ../../compass/src/main.scss */
+h1 {
+ color: #333;
+ font-family: Helvetica, sans-serif;
+ font-size: 1.5em;
+ font-weight: normal;
+ line-height: 26px;
+ margin-bottom: 0;
+}
+
+/* line 31, ../../compass/src/main.scss */
+h2 {
+ color: #666;
+ font-family: Helvetica, sans-serif;
+ font-size: 18px;
+ line-height: 15px;
+ padding-top: 10px;
+}
+
+/* line 39, ../../compass/src/main.scss */
+h3 {
+ font-family: Georgia, "Times New Roman", Times, serif;
+ font-size: 1em;
+ color: #000000;
+}
+
+/* line 44, ../../compass/src/main.scss */
+h4 {
+ color: #000000;
+ font-size: 9pt;
+}
+
+/* line 49, ../../compass/src/main.scss */
+time {
+ color: #c0c0c0;
+ font-size: 50%;
+}
+
+/* line 54, ../../compass/src/main.scss */
+img {
+ border: none;
+}
+
+/* line 58, ../../compass/src/main.scss */
+blockquote {
+ border-left: 1px solid #A5ABAB;
+ margin: 0px;
+ padding: 0 12px 0 12px;
+}
+
+/* line 64, ../../compass/src/main.scss */
+p {
+ line-height: 30px;
+ margin: 30px auto;
+ text-indent: 0px;
+}
+/* line 68, ../../compass/src/main.scss */
+p.caption {
+ font-size: 80%;
+ margin-top: 0;
+}
+
+/* line 74, ../../compass/src/main.scss */
+a {
+ border-bottom: #999 1px solid;
+ color: #303030;
+ text-decoration: none;
+}
+/* line 78, ../../compass/src/main.scss */
+a:hover {
+ color: #999;
+}
+
+/* line 81, ../../compass/src/main.scss */
+ul, ol {
+ padding: .5em 0em 1em 3.2em;
+}
+/* line 83, ../../compass/src/main.scss */
+ul li, ol li {
+ line-height: 30px;
+ padding: 6px 0 0 0;
+}
+
+/* line 89, ../../compass/src/main.scss */
+strong {
+ color: #555555;
+ font-family: Georgia, "Times New Roman", Times, serif;
+ font-weight: bold;
+}
+
+/* line 95, ../../compass/src/main.scss */
+tt, pre {
+ background-color: #fafafa;
+ font-family: Inconsolata, Monaco, monospace;
+ line-height: 1.2em;
+}
+
+/* line 101, ../../compass/src/main.scss */
+pre {
+ font-size: 0.8em;
+ overflow: auto;
+ padding: 10px;
+}
+
+/* line 107, ../../compass/src/main.scss */
+header {
+ padding-bottom: 20px;
+}
+/* line 109, ../../compass/src/main.scss */
+header a {
+ border-bottom: none;
+}
+/* line 111, ../../compass/src/main.scss */
+header a#page-title {
+ font-weight: bold;
+}
+
+/* line 115, ../../compass/src/main.scss */
+#article-list {
+ margin-top: 100px;
+}
+/* line 117, ../../compass/src/main.scss */
+#article-list ol li {
+ line-height: 1.2em;
+ list-style-type: none;
+ padding-bottom: 10px;
+}
+
+/* line 124, ../../compass/src/main.scss */
+footer {
+ background: #fff;
+ color: #666;
+ font-family: helvetica, sans-serif;
+ font-size: 13px;
+ letter-spacing: 4px;
+ margin-left: 20px;
+}
+/* line 131, ../../compass/src/main.scss */
+footer a {
+ border-bottom: none;
+ color: #c0c0c0;
+}
+/* line 135, ../../compass/src/main.scss */
+footer li {
+ display: inline;
+}
+/* line 138, ../../compass/src/main.scss */
+footer p {
+ text-align: right;
+}
diff --git a/mnmlist/static/css/pygment.css b/mnmlist/static/css/pygment.css
new file mode 100644
index 0000000..594b0fa
--- /dev/null
+++ b/mnmlist/static/css/pygment.css
@@ -0,0 +1,205 @@
+.hll {
+background-color:#FFFFCC;
+}
+.c {
+color:#408090;
+font-style:italic;
+}
+.err {
+border:1px solid #FF0000;
+}
+.k {
+color:#007020;
+font-weight:bold;
+}
+.o {
+color:#666666;
+}
+.cm {
+color:#408090;
+font-style:italic;
+}
+.cp {
+color:#007020;
+}
+.c1 {
+color:#408090;
+font-style:italic;
+}
+.cs {
+background-color:#FFF0F0;
+color:#408090;
+}
+.gd {
+color:#A00000;
+}
+.ge {
+font-style:italic;
+}
+.gr {
+color:#FF0000;
+}
+.gh {
+color:#000080;
+font-weight:bold;
+}
+.gi {
+color:#00A000;
+}
+.go {
+color:#303030;
+}
+.gp {
+color:#C65D09;
+font-weight:bold;
+}
+.gs {
+font-weight:bold;
+}
+.gu {
+color:#800080;
+font-weight:bold;
+}
+.gt {
+color:#0040D0;
+}
+.kc {
+color:#007020;
+font-weight:bold;
+}
+.kd {
+color:#007020;
+font-weight:bold;
+}
+.kn {
+color:#007020;
+font-weight:bold;
+}
+.kp {
+color:#007020;
+}
+.kr {
+color:#007020;
+font-weight:bold;
+}
+.kt {
+color:#902000;
+}
+.m {
+color:#208050;
+}
+.s {
+color:#4070A0;
+}
+.na {
+color:#4070A0;
+}
+.nb {
+color:#007020;
+}
+.nc {
+color:#0E84B5;
+font-weight:bold;
+}
+.no {
+color:#60ADD5;
+}
+.nd {
+color:#555555;
+font-weight:bold;
+}
+.ni {
+color:#D55537;
+font-weight:bold;
+}
+.ne {
+color:#007020;
+}
+.nf {
+color:#06287E;
+}
+.nl {
+color:#002070;
+font-weight:bold;
+}
+.nn {
+color:#0E84B5;
+font-weight:bold;
+}
+.nt {
+color:#062873;
+font-weight:bold;
+}
+.nv {
+color:#BB60D5;
+}
+.ow {
+color:#007020;
+font-weight:bold;
+}
+.w {
+color:#BBBBBB;
+}
+.mf {
+color:#208050;
+}
+.mh {
+color:#208050;
+}
+.mi {
+color:#208050;
+}
+.mo {
+color:#208050;
+}
+.sb {
+color:#4070A0;
+}
+.sc {
+color:#4070A0;
+}
+.sd {
+color:#4070A0;
+font-style:italic;
+}
+.s2 {
+color:#4070A0;
+}
+.se {
+color:#4070A0;
+font-weight:bold;
+}
+.sh {
+color:#4070A0;
+}
+.si {
+color:#70A0D0;
+font-style:italic;
+}
+.sx {
+color:#C65D09;
+}
+.sr {
+color:#235388;
+}
+.s1 {
+color:#4070A0;
+}
+.ss {
+color:#517918;
+}
+.bp {
+color:#007020;
+}
+.vc {
+color:#BB60D5;
+}
+.vg {
+color:#BB60D5;
+}
+.vi {
+color:#BB60D5;
+}
+.il {
+color:#208050;
+}