1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
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;
}
|