view css/argentum.css @ 62:fb5ea1d5bbe9

fixed the author macro to work!
author Robert McIntyre <rlm@mit.edu>
date Mon, 02 Mar 2015 09:51:23 -0800
parents 053bce43913c
children e24672e0365d
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 }*/
67 dt{font-weight:bold;}
68 dd{padding-left:1.5em;}
70 li{
71 font-size:100%;
72 line-height:1.5em;
73 }
76 div{margin:0!important;padding:0!important;}
77 /*table{display:none;}*/
78 .src,.example{margin:0;padding:1em;font-size:1em;line-height:1.5em;
79 }
80 .src{background:#444;color:#fff;}
81 .example{background:#766;color:#fff;padding:.75em}
85 .header{
86 font-family:Arial,Helvetica,Verdana,sans-serif;
87 vertical-align:text-top;
88 position:absolute;
89 top:0px;left:0px;
90 right:0px;
91 background:#345;
92 padding:.75em 1.5em!important;
93 border-bottom:1.5em solid #EBD6D6;
94 border-bottom-color:#9FB8D3;
95 background:#0F4D92;
97 border-bottom:1em solid #cdf;
98 background:#444;
99 background:#49A;
100 background:transparent;
101 background:#eef0ff;
103 background:#933;
104 background:#A55;
106 border-color:#EDD;
108 /*background: #939;
109 border-color:#EDE;*/
111 /* background:#359; */
112 /* border-color:#9AC; */
114 }
120 .header h1{
121 font:1.75em Arial,Helvetica,Verdana,sans-serif;
122 line-height:1.166em;
123 font-weight:bold;
124 color:#b90;
125 color:#06a;
126 color:#fff;
128 text-shadow: #822 0px 0px 2px;
130 font-weight:normal;
131 display:inline;
132 }
133 .header h1 em{
134 color:#b90;
135 color:#fc2;
136 color:#b90;
137 color:#db2;
138 color:#fd4;
139 font-weight:bold;
140 font-style:normal;
141 }
142 .header * {vertical-align:middle;}
144 .header ul {
145 display:inline;
146 padding-left:1.5em;
147 margin-left:0!important;
148 }
149 .header li {
150 display:inline;
151 padding:0 .75em;
152 }
153 .header li a{
154 text-decoration:none;
155 color:#ffd;
156 }
159 /*dl{display:none;}*/
163 ol{margin-left:1.5em;}
164 ul{
165 list-style-type: disc;
166 margin-left:1.5em;
167 }
168 ul ul{
169 list-style-type:circle;
170 }
172 #table-of-contents ul{list-style-type:none;}
173 #text-table-of-contents > ul:first-child > li > a{ font-weight:bold;}
178 #postamble p,#postamble a{
179 font-size:.857em;
180 line-height:1.75em;
181 padding:0;
182 margin:0;
183 }
184 #postamble{
185 margin:1.75em 0!important;
186 border-top:1px solid #888;
187 }
189 blockquote{
190 margin-left:1em;
191 }
203 /*** blue **/
204 a{}
205 .header a{background:inherit;}
206 h1,h2,h3,h4,h5,h6, #text-table-of-contents li{
207 color:#026;
208 color:#0A3361;
209 font-weight:normal;
210 }
211 .header{background:#0F4D92;border-bottom-color:#AFC4DB
212 }
214 /*.header h1{text-shadow: #228 0px 0px 2px;}*/
223 h1,h2,h3,h4,h5,h6{
224 color:#373737;
225 font-weight:bolder;
226 }
228 h1.title{font-weight:normal;font-size:3em;line-height:1em;}
230 body{width:48em;}
231 img{max-width:48em;}
233 body{text-align:justify;
234 font:12px "Lucida Grande","Trebuchet MS","Bitstream Vera Sans",Verdana,Helvetica,sans-serif !important;
235 color:#272727;
236 }
237 code{
238 font-weight:inherit;
239 color:#048;
240 color:black;
242 }
244 a{color:#00e}
245 a:visited{color:#551A8B}
248 .figure {
249 background:#ddd;
250 border:1px solid #ccc;
251 font-size:.90em;
252 line-height:1.666em;
253 padding:1.5em!important;
254 text-align:left!important;
255 margin-bottom:1.666em;
256 }
258 .outline-2{
259 margin:3em 0!important;
260 }
263 body{padding-top:9em;padding-left:3em;}
264 .header{
265 padding-left:3!important;
266 }
267 .header h1, .header h1 em {
268 text-shadow:none;
269 font-size:1.5em!important;
270 }
274 .ideas dl {
275 line-height:1.6em;
276 display:block;
277 position:relative;
278 }
280 .ideas dt {
281 font-family:Georgia, Palatino, Times,serif;
282 color:#000;
283 font-size:1.2em;
284 margin-top:2em;
285 margin-bottom:0.25em;
286 text-transform:capitalize;
287 display:block;
289 position:absolute;
290 top:0;
291 bottom:0;
292 width:12em;
293 text-align:right;
295 }
297 .ideas dd {
298 margin:0;
299 padding:0;
300 }
302 .ideas blockquote {
303 font-style:italic;
304 }
306 body {
307 width:auto;
308 font-size:16px!important;
309 margin:0 4em;
310 }
315 /*
317 .header {
318 background:transparent;
319 padding-left:3em!important;
320 border-bottom:none;
321 color:inherit!important;
322 background:#dde8ff;
323 border-bottom:1px solid #c3d9ff;
324 }
325 .header h1, .header h1 em {
326 text-shadow:none;
327 color:#06c;
329 font-family:"Georgia Serif", Times, Palatino, "Times New Roman", serif;
330 }
331 .header li a {
332 color:inherit!important;
333 text-decoration:underline;
334 }
336 #text-table-of-contents a {