Mercurial > aurellem
comparison css/argentum.css @ 24:f679403db87d
Trying out new sans-serif style (argentum).
author | Dylan Holmes <ocsenave@gmail.com> |
---|---|
date | Thu, 26 Apr 2012 15:58:23 -0500 |
parents | |
children | 053bce43913c |
comparison
equal
deleted
inserted
replaced
23:87554aefded3 | 24:f679403db87d |
---|---|
1 | |
2 /** RESETS **/ | |
3 | |
4 html,body,div,span,dl,dt,dd,ul,ol,li,a,table,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,blockquote,.src,.example{margin:0px;padding:0px;font-weight:normal;text-decoration:none;font-size:inherit;color:inherit;} | |
5 | |
6 .section-number-1,.section-number-2,.section-number-3,.section-number-4,.section-number-5,.section-number-6{font-weight:inherit;} | |
7 | |
8 .float-right{float:right;} | |
9 | |
10 .author{ | |
11 color:#666; | |
12 line-height:3em; | |
13 } | |
14 | |
15 body{ | |
16 font:87.5% "Georgia Serif", Times, Palatino, "Times New Roman", serif; | |
17 } | |
18 a{color:blue;} | |
19 html>body{font-size:14px;} | |
20 | |
21 body{ | |
22 width:54em; | |
23 padding:1.5em; | |
24 padding-top:6em; | |
25 | |
26 } | |
27 | |
28 p{ | |
29 line-height:1.5em; | |
30 font-size:1em; | |
31 margin-top:1.5em; | |
32 margin-bottom:1.5em; | |
33 } | |
34 .post_list{ | |
35 margin-top:1.5em; | |
36 } | |
37 | |
38 .title{text-align:left;} | |
39 | |
40 | |
41 | |
42 h1{font-size:2.5em;line-height:1.2em;} | |
43 h2{font-size:1.5em;line-height:1em;margin-top:2em;margin-bottom:1em;} | |
44 h3{ | |
45 font-size:1.1667em; | |
46 line-height: 1.286em; | |
47 margin-top:1.929em; | |
48 margin-bottom:0.643em; | |
49 font-weight:bolder; | |
50 } | |
51 h4{ | |
52 font-weight:bold; | |
53 line-height:3em; | |
54 } | |
55 | |
56 | |
57 | |
58 | |
59 /*p + dl{ | |
60 margin-top:-1.5em; | |
61 border:1px solid red; | |
62 }*/ | |
63 dt{font-weight:bold;} | |
64 dd{padding-left:1.5em;} | |
65 | |
66 li{ | |
67 font-size:100%; | |
68 line-height:1.5em; | |
69 } | |
70 | |
71 | |
72 div{margin:0!important;padding:0!important;} | |
73 /*table{display:none;}*/ | |
74 .src,.example{margin:0;padding:1em;font-size:1em;line-height:1.5em; | |
75 } | |
76 .src{background:#444;color:#fff;} | |
77 .example{background:#766;color:#fff;padding:.75em} | |
78 | |
79 | |
80 | |
81 .header{ | |
82 font-family:Arial,Helvetica,Verdana,sans-serif; | |
83 vertical-align:text-top; | |
84 position:absolute; | |
85 top:0px;left:0px; | |
86 right:0px; | |
87 background:#345; | |
88 padding:.75em 1.5em!important; | |
89 border-bottom:1.5em solid #EBD6D6; | |
90 border-bottom-color:#9FB8D3; | |
91 background:#0F4D92; | |
92 | |
93 border-bottom:1em solid #cdf; | |
94 background:#444; | |
95 background:#49A; | |
96 background:transparent; | |
97 background:#eef0ff; | |
98 | |
99 background:#933; | |
100 background:#A55; | |
101 | |
102 border-color:#EDD; | |
103 | |
104 /*background: #939; | |
105 border-color:#EDE;*/ | |
106 | |
107 /* background:#359; */ | |
108 /* border-color:#9AC; */ | |
109 | |
110 } | |
111 | |
112 | |
113 | |
114 | |
115 | |
116 .header h1{ | |
117 font:1.75em Arial,Helvetica,Verdana,sans-serif; | |
118 line-height:1.166em; | |
119 font-weight:bold; | |
120 color:#b90; | |
121 color:#06a; | |
122 color:#fff; | |
123 | |
124 text-shadow: #822 0px 0px 2px; | |
125 | |
126 font-weight:normal; | |
127 display:inline; | |
128 } | |
129 .header h1 em{ | |
130 color:#b90; | |
131 color:#fc2; | |
132 color:#b90; | |
133 color:#db2; | |
134 color:#fd4; | |
135 font-weight:bold; | |
136 font-style:normal; | |
137 } | |
138 .header * {vertical-align:middle;} | |
139 | |
140 .header ul { | |
141 display:inline; | |
142 padding-left:1.5em; | |
143 margin-left:0!important; | |
144 } | |
145 .header li { | |
146 display:inline; | |
147 padding:0 .75em; | |
148 } | |
149 .header li a{ | |
150 text-decoration:none; | |
151 color:#ffd; | |
152 } | |
153 | |
154 | |
155 /*dl{display:none;}*/ | |
156 | |
157 | |
158 | |
159 ol{margin-left:1.5em;} | |
160 ul{ | |
161 list-style-type: disc; | |
162 margin-left:1.5em; | |
163 } | |
164 ul ul{ | |
165 list-style-type:circle; | |
166 } | |
167 | |
168 #table-of-contents ul{list-style-type:none;} | |
169 #text-table-of-contents > ul:first-child > li > a{ font-weight:bold;} | |
170 | |
171 | |
172 | |
173 | |
174 #postamble p,#postamble a{ | |
175 font-size:.857em; | |
176 line-height:1.75em; | |
177 padding:0; | |
178 margin:0; | |
179 } | |
180 #postamble{ | |
181 margin:1.75em 0!important; | |
182 border-top:1px solid #888; | |
183 } | |
184 | |
185 blockquote{ | |
186 margin-left:1em; | |
187 } | |
188 | |
189 | |
190 | |
191 | |
192 | |
193 | |
194 | |
195 | |
196 | |
197 | |
198 | |
199 /*** blue **/ | |
200 a{} | |
201 .header a{background:inherit;} | |
202 h1,h2,h3,h4,h5,h6, #text-table-of-contents li{ | |
203 color:#026; | |
204 color:#0A3361; | |
205 font-weight:normal; | |
206 } | |
207 .header{background:#0F4D92;border-bottom-color:#AFC4DB | |
208 } | |
209 | |
210 /*.header h1{text-shadow: #228 0px 0px 2px;}*/ | |
211 | |
212 | |
213 | |
214 | |
215 | |
216 | |
217 | |
218 | |
219 h1,h2,h3,h4,h5,h6{ | |
220 color:#373737; | |
221 font-weight:bolder; | |
222 } | |
223 | |
224 h1.title{font-weight:normal;font-size:3em;line-height:1em;} | |
225 | |
226 body{width:48em;} | |
227 img{max-width:48em;} | |
228 | |
229 body{text-align:justify; | |
230 font:12px "Lucida Grande","Trebuchet MS","Bitstream Vera Sans",Verdana,Helvetica,sans-serif !important; | |
231 color:#272727; | |
232 } | |
233 code{ | |
234 font-weight:inherit; | |
235 color:#048; | |
236 color:black; | |
237 | |
238 } | |
239 | |
240 a{color:#00e} | |
241 a:visited{color:#551A8B} | |
242 | |
243 | |
244 .figure { | |
245 background:#ddd; | |
246 border:1px solid #ccc; | |
247 font-size:.90em; | |
248 line-height:1.666em; | |
249 padding:1.5em!important; | |
250 text-align:left!important; | |
251 margin-bottom:1.666em; | |
252 } | |
253 | |
254 .outline-2{ | |
255 margin:3em 0!important; | |
256 } | |
257 | |
258 | |
259 body{padding-top:9em;padding-left:3em;} | |
260 .header{ | |
261 padding-left:3!important; | |
262 } | |
263 .header h1, .header h1 em { | |
264 text-shadow:none; | |
265 font-size:1.5em!important; | |
266 } | |
267 /* | |
268 | |
269 .header { | |
270 background:transparent; | |
271 padding-left:3em!important; | |
272 border-bottom:none; | |
273 color:inherit!important; | |
274 background:#dde8ff; | |
275 border-bottom:1px solid #c3d9ff; | |
276 } | |
277 .header h1, .header h1 em { | |
278 text-shadow:none; | |
279 color:#06c; | |
280 | |
281 font-family:"Georgia Serif", Times, Palatino, "Times New Roman", serif; | |
282 } | |
283 .header li a { | |
284 color:inherit!important; | |
285 text-decoration:underline; | |
286 } | |
287 | |
288 #text-table-of-contents a { | |
289 | |
290 } |