-
Notifications
You must be signed in to change notification settings - Fork 5
/
main.css
152 lines (131 loc) · 2.58 KB
/
main.css
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
body {
font-size: 100%;
line-height: 1.5;
margin: 0 auto 4em;
max-width: 50em;
color: #211;
background: url('http://strangelyconsistent.org/blog/images/fading-background.png') white;
background-repeat: repeat-x;
background-position: center top;
font-family: corbel, 'lucida grande', helvetica, sans-serif;
}
body>header {
text-align: center;
}
body>header>hgroup>h1 {
font: 1.4cm/1.14 "Molengo";
font-weight: bold;
margin: 0;
margin-top: .3em;
margin-bottom: .2em;
/* position: absolute;
top: -30px;
left: 10px; */
}
body>header>hgroup>h1>a {
color: black;
text-decoration: none;
}
body>header>hgroup>h2 {
font-family: 'OFL Sorts Mill Goudy TT', arial, serif;
margin: 0;
margin-left: 20px;
font-size: 100%;
font-style: italic;
font-weight: normal;
/* position: absolute;
top: 65px;
left: 10px; */
}
body>header>nav li {
display: inline;
list-style-type: none;
}
article {
margin-top: 4em;
margin-left: 10em;
max-width: 42em;
margin-left: auto;
margin-right: auto;
}
article .postinfo {
color: #666;
display: block;
float: left;
margin-left: -8em;
text-align: right;
}
article .postinfo div {
border-top: solid 1px #eee;
line-height: 200%;
}
article .postinfo a {
color: #666;
}
article h1 {
font: 0.8cm/0.71 "Molengo";
font-weight: bold;
line-height: 100%;
}
article h2 {
font: 0.6cm/0.61 "Molengo";
font-weight: bold;
line-height: 100%;
}
article h1 a {
color: #211;
text-decoration: none;
}
article aside {
color: #666;
background: #f5f5f5;
border: solid 1px #ccc;
font-size: 80%;
display: inline;
float: right;
margin-right: -10em;
padding: 0.5em;
width: 8em;
}
.quote {
background: #ded;
margin: 1em;
padding: 1em;
}
.separator {
text-align: center;
}
pre {
background: #eee;
padding: 1em;
font: normal normal normal medium/1.2 Consolas, 'Andale Mono', Monaco, 'Liberation Mono', 'Bitstream Vera Sans Mono', 'DejaVu Sans Mono', monospace;
font-size: 100%;
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
}
dt {
font-weight: bold;
}
.index h1 {
text-align: center;
}
.index .entry {
margin: 50px 80px 50px 100px;
}
.index .published {
width: 120px;
text-align: center;
float: left;
font-variant: small-caps;
color: #666;
margin-top: 0;
padding-right: 20px;
}
.index h3 {
display: block;
margin: 0 100px 0 200px;
line-height: 1.3636;
}