Mercurial > aurellem
diff css/aurellem-dark.css @ 42:50eaf30eceec
resolving mess.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sat, 13 Jul 2013 08:03:56 +0100 |
parents | |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/css/aurellem-dark.css Sat Jul 13 08:03:56 2013 +0100 1.3 @@ -0,0 +1,364 @@ 1.4 + 1.5 +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;} 1.6 + 1.7 +.section-number-1,.section-number-2,.section-number-3,.section-number-4,.section-number-5,.section-number-6{font-weight:inherit;} 1.8 + 1.9 +.float-right{float:right;} 1.10 + 1.11 +.author{ 1.12 +color:#666; 1.13 +line-height:3em; 1.14 +} 1.15 + 1.16 +body{ 1.17 + font:87.5% "Georgia Serif", Times, Palatino, "Times New Roman", serif; 1.18 +} 1.19 +a{color:blue;} 1.20 +html>body{font-size:14px;} 1.21 + 1.22 +body{ 1.23 + width:54em; 1.24 + padding:1.5em; 1.25 + padding-top:6em; 1.26 + 1.27 +} 1.28 + 1.29 +p{ 1.30 + line-height:1.5em; 1.31 + font-size:1em; 1.32 + margin-top:1.5em; 1.33 + margin-bottom:1.5em; 1.34 +} 1.35 +.post_list{ 1.36 + margin-top:1.5em; 1.37 +} 1.38 + 1.39 +.title{text-align:left;} 1.40 + 1.41 + 1.42 + 1.43 +h1{font-size:2.5em;line-height:1.2em;} 1.44 +h2{font-size:1.5em;line-height:1em;margin-top:2em;margin-bottom:1em;} 1.45 +h3{ 1.46 + font-size:1.1667em; 1.47 + line-height: 1.286em; 1.48 + margin-top:1.929em; 1.49 + margin-bottom:0.643em; 1.50 + font-weight:bolder; 1.51 +} 1.52 +h4{ 1.53 + font-weight:bold; 1.54 + line-height:3em; 1.55 +} 1.56 + 1.57 + 1.58 + 1.59 + 1.60 +/*p + dl{ 1.61 + margin-top:-1.5em; 1.62 + border:1px solid red; 1.63 +}*/ 1.64 +dt{font-weight:bold;} 1.65 +dd{padding-left:1.5em;} 1.66 + 1.67 +li{ 1.68 + font-size:100%; 1.69 + line-height:1.5em; 1.70 +} 1.71 + 1.72 + 1.73 +div{margin:0!important;padding:0!important;} 1.74 +/*table{display:none;}*/ 1.75 +.src,.example{margin:0;padding:1em;font-size:1em;line-height:1.5em; 1.76 +} 1.77 +.src{background:#444;color:#fff;} 1.78 +.example{background:#766;color:#fff;padding:.75em} 1.79 + 1.80 + 1.81 +.header{ 1.82 + font-family:Arial,Helvetica,Verdana,sans-serif; 1.83 + vertical-align:text-top; 1.84 + position:absolute; 1.85 + top:0px;left:0px; 1.86 + right:0px; 1.87 + background:#345; 1.88 + padding:.75em 1.5em!important; 1.89 + border-bottom:1.5em solid #EBD6D6; 1.90 + border-bottom-color:#9FB8D3; 1.91 + background:#0F4D92; 1.92 + 1.93 + border-bottom:1em solid #cdf; 1.94 + background:#444; 1.95 + background:#49A; 1.96 + background:transparent; 1.97 + background:#eef0ff; 1.98 + 1.99 + background:#933; 1.100 + background:#A55; 1.101 + 1.102 + border-color:#EDD; 1.103 + 1.104 + /*background: #939; 1.105 + border-color:#EDE;*/ 1.106 + 1.107 + /* background:#359; */ 1.108 + /* border-color:#9AC; */ 1.109 + 1.110 +} 1.111 + 1.112 + 1.113 + 1.114 + 1.115 + 1.116 +.header h1{ 1.117 +font:1.75em Arial,Helvetica,Verdana,sans-serif; 1.118 +line-height:1.166em; 1.119 +font-weight:bold; 1.120 +color:#b90; 1.121 +color:#06a; 1.122 +color:#fff; 1.123 + 1.124 +text-shadow: #822 0px 0px 2px; 1.125 + 1.126 +font-weight:normal; 1.127 +display:inline; 1.128 +} 1.129 +.header h1 em{ 1.130 + color:#b90; 1.131 + color:#fc2; 1.132 + color:#b90; 1.133 + color:#db2; 1.134 + color:#fd4; 1.135 + font-weight:bold; 1.136 + font-style:normal; 1.137 +} 1.138 +.header * {vertical-align:middle;} 1.139 + 1.140 +.header ul { 1.141 + display:inline; 1.142 + padding-left:1.5em; 1.143 + margin-left:0!important; 1.144 +} 1.145 +.header li { 1.146 + display:inline; 1.147 + padding:0 .75em; 1.148 +} 1.149 +.header li a{ 1.150 + text-decoration:none; 1.151 + color:#ffd; 1.152 +} 1.153 + 1.154 +/*dl{display:none;}*/ 1.155 + 1.156 + 1.157 + 1.158 +ol{margin-left:1.5em;} 1.159 +ul{ 1.160 + list-style-type: disc; 1.161 + margin-left:1.5em; 1.162 +} 1.163 +ul ul{ 1.164 + list-style-type:circle; 1.165 +} 1.166 + 1.167 +#table-of-contents ul{list-style-type:none;} 1.168 +#text-table-of-contents > ul:first-child > li > a{ font-weight:bold;} 1.169 + 1.170 + 1.171 + 1.172 + 1.173 +#postamble p,#postamble a{ 1.174 + font-size:.857em; 1.175 + line-height:1.75em; 1.176 + padding:0; 1.177 + margin:0; 1.178 +} 1.179 +#postamble{ 1.180 + margin:1.75em 0!important; 1.181 + border-top:1px solid #888; 1.182 +} 1.183 + 1.184 +blockquote{ 1.185 + margin-left:1em; 1.186 +} 1.187 + 1.188 + 1.189 + 1.190 + 1.191 + 1.192 + 1.193 + 1.194 + 1.195 + 1.196 + 1.197 + 1.198 +/*** blue **/ 1.199 +a{} 1.200 +.header a{background:inherit;} 1.201 +h1,h2,h3,h4,h5,h6, #text-table-of-contents li{ 1.202 + color:#026; 1.203 + color:#0A3361; 1.204 + font-weight:normal; 1.205 +} 1.206 +.header{background:#0F4D92;border-bottom-color:#AFC4DB 1.207 +} 1.208 +.header h1{text-shadow: #228 0px 0px 2px;} 1.209 + 1.210 + 1.211 +/** STOP CENSORSHIP! 1.212 +*:nth-child(odd):before{content:"[censored] "} 1.213 +h1:after{content:"[[ stopthewall.us ]]"} 1.214 +.censor{ 1.215 + position:fixed; 1.216 + text-align:center; 1.217 + top:4em; 1.218 + background:black; 1.219 + padding:1em; 1.220 + text-shadow:none!important; 1.221 + color:white!important; 1.222 +} 1.223 + 1.224 +/* 1.225 + 1.226 + 1.227 +ul ul {margin-left:1em;} 1.228 + 1.229 +dt{font-weight:normal;font-style:italic;} 1.230 +dl{margin:0;padding:0;margin-left:2em;} 1.231 + 1.232 +.src{background:#555;color:white;margin:0;line-height:1.5em!important;} 1.233 +.example{background:#766;color:white; 1.234 +margin:0;overflow:hidden;} 1.235 + 1.236 + 1.237 +body{ 1.238 + font:14px Georgia Serif, Times, Palatino,"Times New Roman", serif; 1.239 + font:13px Georgia, Times, "Times New Roman", Verdana, Tahoma, Helvetica; 1.240 + width:600px; 1.241 + margin:24px auto; 1.242 + line-height:1.5em; 1.243 + color:#111; 1.244 +} 1.245 + 1.246 +code{} 1.247 +a code{color:inherit;font-weight:inherit;} 1.248 + 1.249 +.float-right{float:right;} 1.250 + 1.251 + 1.252 + 1.253 + 1.254 + 1.255 + 1.256 +/*** GLOBAL HEADER ** 1.257 +div.header{margin-bottom:2em;} 1.258 +.header h1{font-family:Ubuntu, Arial, Helvetica, Verdana, sans-serif;font-size:160%!important;margin:0!important;margin-bottom:6px!important;font-weight:normal!important;color:#983;} 1.259 +.header .nav ul{display:inline;} 1.260 +.header .nav li{display:inline;margin-right:0.75em;} 1.261 +.header .nav li a:hover{text-decoration:underline;} 1.262 +.header .nav li a{color:#555;} 1.263 + 1.264 +/*** ARTICLE CONTENT 1.265 + h1{ 1.266 + font-size:170%; 1.267 + margin-top:2em; 1.268 + margin-bottom:0.5em; 1.269 + font-weight:bold; 1.270 +} 1.271 +h2{ 1.272 + font-size:120%; 1.273 + font-weight:bold; 1.274 + margin-bottom:0.375em; 1.275 + padding-top:1.6em; 1.276 + border:0px solid red; 1.277 +} 1.278 +h4{font-size:100%;font-weight:bold;} 1.279 + 1.280 +h3{ 1.281 + font-size:110%; 1.282 + font-weight:bold; 1.283 + margin-bottom:0.75em; 1.284 + padding-top:1.8em; 1.285 +} 1.286 + 1.287 +.section-number-1,.section-number-3,.section-number-2,.section-number-4{font-weight:inherit} 1.288 + 1.289 + 1.290 +#table-of-contents{ 1.291 + margin:1.5em 0; 1.292 +} 1.293 + 1.294 +h1,h2,h3,h4,h5,h6,p{margin:2px 0;padding:0;} 1.295 + 1.296 +h2{margin-top:1.8em;} 1.297 +p{margin-bottom:7px} 1.298 + 1.299 +/* 1.300 +.header h1{font-family:Ubuntu,Arial,Helvetica,Verdana,sans-serif;} 1.301 + 1.302 +body{margin:24px 24px;font:14px Arial, Helvetia,Verdana, sans-serif;width:860px;margin:0px auto;} 1.303 +h1,h2,h3,h4,h5,h6,.nav a{} 1.304 +h1{font-size:200%;} 1.305 +h2{} 1.306 + 1.307 +.header{margin-bottom:2em;} 1.308 +.nav li{display:inline;padding-right:0.75em;} 1.309 +.nav li a:hover{text-decoration:underline;} 1.310 +.float-right{float:right;} 1.311 +.header .float-right input{display:inline;} 1.312 + 1.313 +input[type="text"]{margin-right:4px;padding:3px;} 1.314 + 1.315 +.src {padding:4px; padding-left:2em;border:1px solid #777;background:#444;color:white;} 1.316 + 1.317 + 1.318 + 1.319 + 1.320 +/*** ARTICLE CONTENT TEST ***/ 1.321 + 1.322 + 1.323 + 1.324 +/**ARTICLE 1.325 + 1.326 +#content{line-height:1.2em;} 1.327 +#content h1{font-size:140%;font-size:180%;margin-bottom:1.6em;padding-bottom:.4em;text-align:left;border-bottom:1px solid transparent;} 1.328 +#content h2{font-size:120%;font-weight:bold;margin-bottom:6px;margin-bottom:12px;margin-top:3em;} 1.329 +#content p{margin-bottom:1em;} 1.330 +#content p:first-letter{margin-left:2em;} 1.331 + 1.332 +#content h2 > #content p:first-letter{margin-left:0px;} 1.333 + 1.334 + 1.335 + 1.336 + 1.337 + 1.338 + 1.339 +/*** LIGHT COLOR SCHEME 1.340 +body{background:#fff;color:#222;} 1.341 +h1{color:#982;} 1.342 +.nav li a{color:#555;} 1.343 +#article h1, #article h2, #article h3, #article h4 {color:#57e;color:#48b;color:#489;} 1.344 + 1.345 +#article h1{border-bottom-color:#e30;border-bottom-color:#888;} 1.346 + 1.347 + 1.348 + 1.349 +/*<body class="darke"><div id="contain-everything"> 1.350 +<div class="header"> 1.351 +<div class="float-right"> 1.352 + 1.353 +<form> 1.354 +<input type="text"/><input type="submit" value="search the blog »"/> 1.355 +</form> 1.356 +</div> 1.357 + 1.358 +<h1>aurellem ☉</h1> 1.359 +<ul class="nav"> 1.360 +<li><a href="#">read the blog »</a></li> 1.361 +<li><a href="#">learn about us »</a></li> 1.362 +</ul> 1.363 +</div> 1.364 +<div id="article"> 1.365 + 1.366 +</div></body> 1.367 +</html>*/ 1.368 \ No newline at end of file