view css/argentum.css @ 79:dcf2bffb11df

better blockquotes.
author Robert McIntyre <rlm@mit.edu>
date Sat, 23 May 2015 13:30:28 -0700
parents e24672e0365d
children
line wrap: on
line source

2 /** RESETS **/
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;}
6 .section-number-1,.section-number-2,.section-number-3,.section-number-4,.section-number-5,.section-number-6{font-weight:inherit;}
8 .float-right{float:right;}
10 .author{
11 color:#666;
12 line-height:3em;
13 }
15 div.author p{
16 display:inline;
17 }
19 body{
20 font:87.5% "Georgia Serif", Times, Palatino, "Times New Roman", serif;
21 }
22 a{color:blue;}
23 html>body{font-size:14px;}
25 body{
26 width:54em;
27 padding:1.5em;
28 padding-top:6em;
30 }
32 p{
33 line-height:1.5em;
34 font-size:1em;
35 margin-top:1.5em;
36 margin-bottom:1.5em;
37 }
38 .post_list{
39 margin-top:1.5em;
40 }
42 .title{text-align:left;}
46 h1{font-size:2.5em;line-height:1.2em;}
47 h2{font-size:1.5em;line-height:1em;margin-top:2em;margin-bottom:1em;}
48 h3{
49 font-size:1.1667em;
50 line-height: 1.286em;
51 margin-top:1.929em;
52 margin-bottom:0.643em;
53 font-weight:bolder;
54 }
55 h4{
56 font-weight:bold;
57 line-height:3em;
58 }
63 /*p + dl{
64 margin-top:-1.5em;
65 border:1px solid red;
66 }*/
68 dt{font-weight: bold;}
69 dd{padding-left: 1.5em;}
71 li{
72 font-size:100%;
73 line-height:1.5em;
74 }
77 div{margin:0!important;padding:0!important;}
78 /*table{display:none;}*/
79 .src,.example{margin:0;padding:1em;font-size:1em;line-height:1.5em;
80 }
81 .src{background:#444;color:#fff;}
82 .example{background:#766;color:#fff;padding:.75em}
86 .header{
87 font-family:Arial,Helvetica,Verdana,sans-serif;
88 vertical-align:text-top;
89 position:absolute;
90 top:0px;left:0px;
91 right:0px;
92 background:#345;
93 padding:.75em 1.5em!important;
94 border-bottom:1.5em solid #EBD6D6;
95 border-bottom-color:#9FB8D3;
96 background:#0F4D92;
98 border-bottom:1em solid #cdf;
99 background:#444;
100 background:#49A;
101 background:transparent;
102 background:#eef0ff;
104 background:#933;
105 background:#A55;
107 border-color:#EDD;
109 /*background: #939;
110 border-color:#EDE;*/
112 /* background:#359; */
113 /* border-color:#9AC; */
115 }
121 .header h1{
122 font:1.75em Arial,Helvetica,Verdana,sans-serif;
123 line-height:1.166em;
124 font-weight:bold;
125 color:#b90;
126 color:#06a;
127 color:#fff;
129 text-shadow: #822 0px 0px 2px;
131 font-weight:normal;
132 display:inline;
133 }
134 .header h1 em{
135 color:#b90;
136 color:#fc2;
137 color:#b90;
138 color:#db2;
139 color:#fd4;
140 font-weight:bold;
141 font-style:normal;
142 }
143 .header * {vertical-align:middle;}
145 .header ul {
146 display:inline;
147 padding-left:1.5em;
148 margin-left:0!important;
149 }
150 .header li {
151 display:inline;
152 padding:0 .75em;
153 }
154 .header li a{
155 text-decoration:none;
156 color:#ffd;
157 }
160 /*dl{display:none;}*/
164 ol{margin-left:1.5em;}
165 ul{
166 list-style-type: disc;
167 margin-left:1.5em;
168 }
169 ul ul{
170 list-style-type:circle;
171 }
173 #table-of-contents ul{list-style-type:none;}
174 #text-table-of-contents > ul:first-child > li > a{ font-weight:bold;}
179 #postamble p,#postamble a{
180 font-size:.857em;
181 line-height:1.75em;
182 padding:0;
183 margin:0;
184 }
185 #postamble{
186 margin:1.75em 0!important;
187 border-top:1px solid #888;
188 }
190 blockquote{
191 margin-left:1em;
192 color:#555555;
193 }
205 /*** blue **/
206 a{}
207 .header a{background:inherit;}
208 h1,h2,h3,h4,h5,h6, #text-table-of-contents li{
209 color:#026;
210 color:#0A3361;
211 font-weight:normal;
212 }
213 .header{background:#0F4D92;border-bottom-color:#AFC4DB
214 }
216 /*.header h1{text-shadow: #228 0px 0px 2px;}*/
225 h1,h2,h3,h4,h5,h6{
226 color:#373737;
227 font-weight:bolder;
228 }
230 h1.title{font-weight:normal;font-size:3em;line-height:1em;}
232 body{width:48em;}
233 img{max-width:48em;}
235 body{text-align:justify;
236 font:12px "Lucida Grande","Trebuchet MS","Bitstream Vera Sans",Verdana,Helvetica,sans-serif !important;
237 color:#272727;
238 }
239 code{
240 font-weight:inherit;
241 color:#048;
242 color:black;
244 }
246 a{color:#00e}
247 a:visited{color:#551A8B}
250 .figure {
251 background:#ddd;
252 border:1px solid #ccc;
253 font-size:.90em;
254 line-height:1.666em;
255 padding:1.5em!important;
256 text-align:left!important;
257 margin-bottom:1.666em;
258 }
260 .outline-2{
261 margin:3em 0!important;
262 }
265 body{padding-top:9em;padding-left:3em;}
266 .header{
267 padding-left:3em!important;
268 }
269 .header h1, .header h1 em {
270 text-shadow:none;
271 font-size:1.5em!important;
272 }
276 .ideas dl {
277 line-height:1.6em;
278 display:block;
279 position:relative;
280 }
282 .ideas dt {
283 font-family:Georgia, Palatino, Times,serif;
284 color:#000;
285 font-size:1.2em;
286 margin-top:2em;
287 margin-bottom:0.25em;
288 text-transform:capitalize;
289 display:block;
291 position:absolute;
292 top:0;
293 bottom:0;
294 width:12em;
295 text-align:right;
297 }
299 .ideas dd {
300 margin:0;
301 padding:0;
302 }
304 .ideas blockquote {
305 font-style:italic;
306 }
308 body {
309 width:auto;
310 font-size:16px!important;
311 margin:0 4em;
312 }
317 /*
319 .header {
320 background:transparent;
321 padding-left:3em!important;
322 border-bottom:none;
323 color:inherit!important;
324 background:#dde8ff;
325 border-bottom:1px solid #c3d9ff;
326 }
327 .header h1, .header h1 em {
328 text-shadow:none;
329 color:#06c;
331 font-family:"Georgia Serif", Times, Palatino, "Times New Roman", serif;
332 }
333 .header li a {
334 color:inherit!important;
335 text-decoration:underline;
336 }
338 #text-table-of-contents a {
340 }
342 */