about summary refs log tree commit diff
path: root/css/base.css~
blob: 94f8f586cd314261f193fa0e7349efd1e467cc05 (plain) (blame)
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
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
h1, h2, h3 {
    margin: 0px 0px 18px 0px;
    padding: 24px 0px 0px 0px;
}

p, ul {
    margin: 18px 0px 18px 0px;
}

img {
    margin: 12px 0px 12px 0px;
    max-width: 100%;
}

ul {
    padding-left: 18px;
}

div#footer {
    margin: 60px 0px 36px 0px;
}

html {
    background-color: #fff;
    font-size: 16px;
    font-family: sans-serif;
    line-height: 24px;
}

body {
    color: #333;
}

a {
    color: #111;
    text-decoration: none;
    border-bottom: 1px solid #555;
}

/* Pandoc 2 puts 'a' elements inside code blocks for linking to lines.  We don't
 * want to underline those. */
code a {
    border-bottom: none;
}

div.figure a{
    border: none;
}

@media all and (min-width: 620px) {
    div.flickr img {
        border: 1px solid #888;
        padding: 6px;
    }
}

div.flickr {
    margin-top:    60px;
    margin-bottom: 60px;
}

a img {
    margin-bottom: 0px;
}

pre {
    margin-left: 18px;
    overflow: auto;
}

pre code {
    background-color: transparent;
    color: #333;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

code {
    color: #408090;
}

h1, h2, h3 {
    font-weight: normal;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}


blockquote {
    background: #e6e6e6 url("../images/quote-background.png") no-repeat left top;
    font-style: italic;
    margin-left: 18px;
    padding: 6px 6px 6px 54px;
}

hr {
    border: none;
    margin: 36px auto 36px auto;
    text-align: center;
}

hr:after {
    content: "\002217  \002217  \002217";
}

span.soft, figcaption {
    font-style: italic;
    color: #555;
}

div.figure {
    text-align: center;
}

div.figure p {
    margin-top: 6px;
}

Au.footnote-ref {
    border: none;
}

a.footnote-ref sup:before {
    content: "(";
}

a.footnote-ref sup:after {
    content: ")";
}

a.footnote-ref sup {
    padding: 2px;
}

a.footnote-back {
    border: none;
    padding: 0px 6px 0px 6px;
}

section.footnotes:before {
    content: "Footnotes";
    font-size: 18px;
    padding-left: 18px;
}

section.footnotes {
    border-left: 1px dashed #555;
    color: #555;
    margin-top: 36px;
}

section.footnotes hr {
    display: none;
}

div.photoblog img {
    margin-top: 48px;
    margin-bottom: 48px;
}

div.photoblog div.pagination {
    font-size: 14px;
    padding: 12px 0px;
}

div#footer {
    font-size: 14px;
}

footer {
 color:#999999;
 font-size:12px;
 text-align:center;
 height:4em;
 background-color:#323232;
 position:absolute;
 bottom:0;
 width:100%;
 overflow:hidden;
 padding-top:1em;
 font-family:sans-serif
}
footer a{
    color: #fff;
    font-weight: bold;
}

/*******************************************************************************
 * Disqus                                                                      *
 ******************************************************************************/

/* Reset list image for disqus */
div#disqus_thread ul {
    list-style-image: none;
}

div#dsq-subscribe em {
    text-decoration: none;
}