aboutsummaryrefslogtreecommitdiffstats
path: root/nmnlist/static
diff options
context:
space:
mode:
Diffstat (limited to 'nmnlist/static')
-rw-r--r--nmnlist/static/css/.main.css.un~bin0 -> 50017 bytes
-rw-r--r--nmnlist/static/css/.pygment.css.un~bin0 -> 7945 bytes
-rw-r--r--nmnlist/static/css/main.css185
-rw-r--r--nmnlist/static/css/pygment.css205
4 files changed, 390 insertions, 0 deletions
diff --git a/nmnlist/static/css/.main.css.un~ b/nmnlist/static/css/.main.css.un~
new file mode 100644
index 0000000..918c349
--- /dev/null
+++ b/nmnlist/static/css/.main.css.un~
Binary files differ
diff --git a/nmnlist/static/css/.pygment.css.un~ b/nmnlist/static/css/.pygment.css.un~
new file mode 100644
index 0000000..e8b7d24
--- /dev/null
+++ b/nmnlist/static/css/.pygment.css.un~
Binary files differ
diff --git a/nmnlist/static/css/main.css b/nmnlist/static/css/main.css
new file mode 100644
index 0000000..3b91cc2
--- /dev/null
+++ b/nmnlist/static/css/main.css
@@ -0,0 +1,185 @@
+/*
+ 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.
+
+ Update (inverted colors, minor changes) by Tastalian, 2013-03-20.
+*/
+
+@import url("pygment.css");
+
+/* line 13, ../../compass/src/main.scss */
+body {
+ background: #111;
+ color: #EEE;
+ font: 20px Hoefler Text, bodyfont, serif;
+ line-height: 30px;
+ max-width: 30em;
+ margin: 60px 14px 0 64px;
+}
+
+/* line 28, ../../compass/src/main.scss */
+h1 {
+ color: #F00;
+ font-family: Helvetica, sans-serif;
+ font-size: 1.5em;
+ font-weight: normal;
+ margin-bottom: 0;
+}
+
+/* line 34, ../../compass/src/main.scss */
+h2 {
+ color: #DDD;
+ font-family: Helvetica, sans-serif;
+ font-size: 1.3em;
+}
+
+/* line 38, ../../compass/src/main.scss */
+h3 {
+ color: #CCC;
+ font-family: Helvetica, sans-serif;
+ font-size: 1em;
+}
+
+/* line 42, ../../compass/src/main.scss */
+h4 {
+ color: #CCC;
+ font-family: Helvetica, sans-serif;
+ font-size: 0.9em;
+}
+
+/* line 46, ../../compass/src/main.scss */
+time, #sitename {
+ color: #c0c0c0;
+ font-size: 75%;
+ font-variant: small-caps;
+}
+
+/* line 51, ../../compass/src/main.scss */
+img {
+ border: none;
+}
+
+/* line 55, ../../compass/src/main.scss */
+blockquote {
+ border-left: 1px solid #A5ABAB;
+ margin: 0px;
+ padding: 0 12px 0 12px;
+}
+
+/* line 61, ../../compass/src/main.scss */
+p {
+ line-height: 30px;
+ margin: 30px auto;
+ text-indent: 0px;
+}
+
+/* line 65, ../../compass/src/main.scss */
+p.caption {
+ font-size: 80%;
+ margin-top: 0;
+}
+
+/* my own link style (Tastalian) */
+
+a {
+ color: #3B0;
+ text-decoration: none;
+}
+
+a:hover {
+ background-color: #3B0;
+ color: white;
+}
+
+a:visited {
+ color: #F60;
+}
+
+a:visited:hover {
+ background-color: #F60;
+ color: white;
+}
+
+/* line 78, ../../compass/src/main.scss */
+ul, ol {
+ padding: .5em 0em 1em 3.2em;
+}
+
+/* line 80, ../../compass/src/main.scss */
+ul li, ol li {
+ line-height: 30px;
+ padding: 6px 0 0 0;
+}
+
+/* line 86, ../../compass/src/main.scss */
+strong {
+ color: #999;
+ font-family: Georgia, "Times New Roman", Times, serif;
+ font-weight: bold;
+}
+
+/* line 92, ../../compass/src/main.scss */
+tt, pre {
+ background-color: #222;
+ font-family: Inconsolata, Monaco, monospace;
+ line-height: 1.2em;
+}
+
+/* line 98, ../../compass/src/main.scss */
+pre {
+ font-size: 0.8em;
+ overflow: auto;
+ padding: 10px;
+}
+
+/* line 104, ../../compass/src/main.scss */
+header {
+ padding-bottom: 20px;
+}
+
+/* line 106, ../../compass/src/main.scss */
+header a {
+ border-bottom: none;
+}
+
+/* line 108, ../../compass/src/main.scss */
+header a#page-title {
+ font-weight: bold;
+}
+
+/* line 112, ../../compass/src/main.scss */
+#article-list {
+ margin-top: 100px;
+}
+
+/* line 114, ../../compass/src/main.scss */
+#article-list ol li {
+ line-height: 1.2em;
+ list-style-type: none;
+ padding-bottom: 10px;
+}
+
+/* line 121, ../../compass/src/main.scss */
+footer {
+ background: #222;
+ color: #CCC;
+ font-family: helvetica, sans-serif;
+ font-size: 13px;
+ letter-spacing: 4px;
+ margin-left: 20px;
+}
+
+/* line 132, ../../compass/src/main.scss */
+footer li {
+ display: inline;
+}
+
+/* line 135, ../../compass/src/main.scss */
+footer p {
+ text-align: right;
+}
diff --git a/nmnlist/static/css/pygment.css b/nmnlist/static/css/pygment.css
new file mode 100644
index 0000000..0c7ac87
--- /dev/null
+++ b/nmnlist/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:#10D0E0;
+}
+.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;
+}