summary refs log tree commit diff
path: root/data/style.css
blob: 3de94991f2d3adf880494d42caa658b927d1d6e8 (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
body {
  font: 12px/16px Helvetica, Arial, sans-serif;
  width: 40em;
  margin: 2.5em 3em;
  position: relative;
  background-color: #ffffff;
  color: #000000;
}


h1 {
  width: 141px;
  height: 64px;
  margin: 0;
  padding: 0 0 8px 0;
}

h2 {
  font: 24px/16px Helvetica, Arial, sans-serif;
  margin: 0 1px 0 -1px;
  letter-spacing: -1.5px;
  display: inline;
  position: relative;
}

h3 {
  font: 12px/16px Helvetica, Arial, sans-serif;
  display: inline;
  font-weight: bold;
}


h2 a, address a {
  color: black;
  text-decoration: none;
}

h2 abbr {
  border: none;
  text-decoration: none;
}

.entry-content a, .nav a {
  text-decoration: none;
  color: #69CE0D;
  background-color: #EBFBCF;
  padding: 0px 1px;
}

.entry-content a:hover, .nav a:hover, .all:hover, address a:hover {
  text-decoration: underline;
}

.entry-content a:visited {
  color: #529E0A;
}

.entry-content a:visited:hover {
  text-decoration: none;
}


.hentry {
  margin-top: 20px;
}

p, .quick {
  margin: 8px 0 0 0;
  padding: 0;
}

.entry-content {
  display: inline;
}

.entry-content p:first-child,
.entry-content .quick:first-child,
h3 + p {
  display: inline;
}

.entry-content > h3 {
  margin-left: 1em;
}

.entry-content > h3:first-child {
  margin-left: 0;
}

.entry-content > p:first-child + .quick,
.entry-content > p:first-child + p {
  margin-top: 8px;
}


address {
  text-align: right;
  margin: 3em 0;
  font-size: 11px;
}


blockquote {
  font-style: italic;
  margin: 8px 0 8px 1em;
}

blockquote .source {
  display: block;
  margin-left: 2em;
  font-style: normal;
  text-transform: uppercase;
  font-size: 11px;
}

img {
  border: none;
}

pre {
  margin: 4px 0 4px 1em;
  font-size: 11px;
}


img.inline-math {
  position: relative;
  top: 5px;
  margin-top: -100px;
}

.math {
  text-align: center;
  margin: 0.5em 0em;
}


.thumbs a {
  background-color: #ffffff;
  outline: none;
}

.thumb img {
  width: 220px;
  margin: 8px 8px 0 0;
}

.thumb img.full {
  width: 454px;
  margin: 8px 0 0 0;
}


.nav {
  font-size: 12px;
  display: block;
}

.top.nav {
  position: absolute;
  right: 0;
  top: 35px;
}

.bot.nav {
  text-align: right;
  margin: 2em 0 -1.5em 0;
}

.nav a {
  margin-left: 0.5em;
  padding: 2px 4px;
}