view css/argentum.css @ 59:053bce43913c

changes from Dylan?
author Robert McIntyre <rlm@mit.edu>
date Mon, 02 Mar 2015 12:14:21 -0500
parents f679403db87d
children fb5ea1d5bbe9
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 body{
16 font:87.5% "Georgia Serif", Times, Palatino, "Times New Roman", serif;
17 }
18 a{color:blue;}
19 html>body{font-size:14px;}
21 body{
22 width:54em;
23 padding:1.5em;
24 padding-top:6em;
26 }
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 }
38 .title{text-align:left;}
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 }
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;}
66 li{
67 font-size:100%;
68 line-height:1.5em;
69 }
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}
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;
93 border-bottom:1em solid #cdf;
94 background:#444;
95 background:#49A;
96 background:transparent;
97 background:#eef0ff;
99 background:#933;
100 background:#A55;
102 border-color:#EDD;
104 /*background: #939;
105 border-color:#EDE;*/
107 /* background:#359; */
108 /* border-color:#9AC; */
110 }
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;
124 text-shadow: #822 0px 0px 2px;
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;}
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 }
155 /*dl{display:none;}*/
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 }
168 #table-of-contents ul{list-style-type:none;}
169 #text-table-of-contents > ul:first-child > li > a{ font-weight:bold;}
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 }
185 blockquote{
186 margin-left:1em;
187 }
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 }
210 /*.header h1{text-shadow: #228 0px 0px 2px;}*/
219 h1,h2,h3,h4,h5,h6{
220 color:#373737;
221 font-weight:bolder;
222 }
224 h1.title{font-weight:normal;font-size:3em;line-height:1em;}
226 body{width:48em;}
227 img{max-width:48em;}
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;
238 }
240 a{color:#00e}
241 a:visited{color:#551A8B}
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 }
254 .outline-2{
255 margin:3em 0!important;
256 }
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 }
270 .ideas dl {
271 line-height:1.6em;
272 display:block;
273 position:relative;
274 }
276 .ideas dt {
277 font-family:Georgia, Palatino, Times,serif;
278 color:#000;
279 font-size:1.2em;
280 margin-top:2em;
281 margin-bottom:0.25em;
282 text-transform:capitalize;
283 display:block;
285 position:absolute;
286 top:0;
287 bottom:0;
288 width:12em;
289 text-align:right;
291 }
293 .ideas dd {
294 margin:0;
295 padding:0;
296 }
298 .ideas blockquote {
299 font-style:italic;
300 }
302 body {
303 width:auto;
304 font-size:16px!important;
305 margin:0 4em;
306 }
311 /*
313 .header {
314 background:transparent;
315 padding-left:3em!important;
316 border-bottom:none;
317 color:inherit!important;
318 background:#dde8ff;
319 border-bottom:1px solid #c3d9ff;
320 }
321 .header h1, .header h1 em {
322 text-shadow:none;
323 color:#06c;
325 font-family:"Georgia Serif", Times, Palatino, "Times New Roman", serif;
326 }
327 .header li a {
328 color:inherit!important;
329 text-decoration:underline;
330 }
332 #text-table-of-contents a {