Mercurial > aurellem
changeset 0:c1a872bbc9f9
initial committ for aurellem.org related software
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 16 Oct 2011 06:51:55 -0700 |
parents | |
children | 12573db75437 |
files | .hgignore css/aurellem.css css/dark.css org/export.org readme.txt |
diffstat | 5 files changed, 397 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/.hgignore Sun Oct 16 06:51:55 2011 -0700 1.3 @@ -0,0 +1,3 @@ 1.4 +syntax: glob 1.5 +src* 1.6 +html* 1.7 \ No newline at end of file
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/css/aurellem.css Sun Oct 16 06:51:55 2011 -0700 2.3 @@ -0,0 +1,350 @@ 2.4 + 2.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;} 2.6 + 2.7 +.section-number-1,.section-number-2,.section-number-3,.section-number-4,.section-number-5,.section-number-6{font-weight:inherit;} 2.8 + 2.9 +.float-right{float:right;} 2.10 + 2.11 +.author{ 2.12 +color:#666; 2.13 +line-height:3em; 2.14 +} 2.15 + 2.16 +body{ 2.17 + font:87.5% "Georgia Serif", Times, Palatino, "Times New Roman", serif; 2.18 +} 2.19 +a{color:blue;} 2.20 +html>body{font-size:14px;} 2.21 + 2.22 +body{ 2.23 + width:54em; 2.24 + padding:1.5em; 2.25 + padding-top:6em; 2.26 + 2.27 +} 2.28 + 2.29 +p{ 2.30 + line-height:1.5em; 2.31 + font-size:1em; 2.32 + margin-top:1.5em; 2.33 + margin-bottom:1.5em; 2.34 +} 2.35 +.post_list{ 2.36 + margin-top:1.5em; 2.37 +} 2.38 + 2.39 +.title{text-align:left;} 2.40 + 2.41 + 2.42 + 2.43 +h1{font-size:2.5em;line-height:1.2em;} 2.44 +h2{font-size:1.5em;line-height:1em;margin-top:2em;margin-bottom:1em;} 2.45 +h3{ 2.46 + font-size:1.1667em; 2.47 + line-height: 1.286em; 2.48 + margin-top:1.929em; 2.49 + margin-bottom:0.643em; 2.50 + font-weight:bolder; 2.51 +} 2.52 +h4{ 2.53 + font-weight:bold; 2.54 + line-height:3em; 2.55 +} 2.56 + 2.57 + 2.58 + 2.59 + 2.60 +p + dl{ 2.61 + margin-top:-1.5em; 2.62 + border:1px solid red; 2.63 +} 2.64 + 2.65 +li{ 2.66 + font-size:100%; 2.67 + line-height:1.5em; 2.68 +} 2.69 + 2.70 + 2.71 +div{margin:0!important;padding:0!important;} 2.72 +/*table{display:none;}*/ 2.73 +.src,.example{margin:0;padding:1em;font-size:1em;line-height:1.5em; 2.74 +} 2.75 +.src{background:#444;color:#fff;} 2.76 +.example{background:#766;color:#fff;padding:.75em} 2.77 + 2.78 + 2.79 +.header{ 2.80 + font-family:Arial,Helvetica,Verdana,sans-serif; 2.81 + vertical-align:text-top; 2.82 + position:absolute; 2.83 + top:0px;left:0px; 2.84 + right:0px; 2.85 + background:#345; 2.86 + padding:.75em 1.5em!important; 2.87 + border-bottom:1.5em solid #EBD6D6; 2.88 + border-bottom-color:#9FB8D3; 2.89 + background:#0F4D92; 2.90 + 2.91 + border-bottom:1em solid #cdf; 2.92 + background:#444; 2.93 + background:#49A; 2.94 + background:transparent; 2.95 + background:#eef0ff; 2.96 + 2.97 + background:#933; 2.98 + background:#A55; 2.99 + 2.100 + border-color:#EDD; 2.101 + 2.102 + /*background: #939; 2.103 + border-color:#EDE;*/ 2.104 + 2.105 + /* background:#359; */ 2.106 + /* border-color:#9AC; */ 2.107 + 2.108 +} 2.109 + 2.110 + 2.111 + 2.112 + 2.113 + 2.114 +.header h1{ 2.115 +font:1.75em Arial,Helvetica,Verdana,sans-serif; 2.116 +line-height:1.166em; 2.117 +font-weight:bold; 2.118 +color:#b90; 2.119 +color:#06a; 2.120 +color:#fff; 2.121 + 2.122 +text-shadow: #822 0px 0px 2px; 2.123 + 2.124 +font-weight:normal; 2.125 +display:inline; 2.126 +} 2.127 +.header h1 em{ 2.128 + color:#b90; 2.129 + color:#fc2; 2.130 + color:#b90; 2.131 + color:#db2; 2.132 + color:#fd4; 2.133 + font-weight:bold; 2.134 + font-style:normal; 2.135 +} 2.136 +.header * {vertical-align:middle;} 2.137 + 2.138 +.header ul { 2.139 + display:inline; 2.140 + padding-left:1.5em; 2.141 + margin-left:0!important; 2.142 +} 2.143 +.header li { 2.144 + display:inline; 2.145 + padding:0 .75em; 2.146 +} 2.147 +.header li a{ 2.148 + text-decoration:none; 2.149 + color:#ffd; 2.150 +} 2.151 + 2.152 +dl{display:none;} 2.153 + 2.154 + 2.155 + 2.156 +ol{margin-left:1.5em;} 2.157 +ul{ 2.158 + list-style-type: disc; 2.159 + margin-left:1.5em; 2.160 +} 2.161 +ul ul{ 2.162 + list-style-type:circle; 2.163 +} 2.164 + 2.165 +#table-of-contents ul{list-style-type:none;} 2.166 +#text-table-of-contents > ul:first-child > li > a{ font-weight:bold;} 2.167 + 2.168 + 2.169 + 2.170 + 2.171 +#postamble p,#postamble a{ 2.172 + font-size:.857em; 2.173 + line-height:1.75em; 2.174 + padding:0; 2.175 + margin:0; 2.176 +} 2.177 +#postamble{ 2.178 + margin:1.75em 0!important; 2.179 + border-top:1px solid #888; 2.180 +} 2.181 + 2.182 +blockquote{ 2.183 + margin-left:1em; 2.184 +} 2.185 + 2.186 + 2.187 + 2.188 + 2.189 + 2.190 + 2.191 + 2.192 + 2.193 + 2.194 + 2.195 + 2.196 +/*** blue **/ 2.197 +a{} 2.198 +.header a{background:inherit;} 2.199 +h1,h2,h3,h4,h5,h6, #text-table-of-contents li{ 2.200 + color:#026; 2.201 + color:#0A3361; 2.202 + font-weight:normal; 2.203 +} 2.204 +.header{background:#0F4D92;border-bottom-color:#AFC4DB 2.205 +} 2.206 +.header h1{text-shadow: #228 0px 0px 2px;} 2.207 + 2.208 + 2.209 +/* 2.210 + 2.211 + 2.212 +ul ul {margin-left:1em;} 2.213 + 2.214 +dt{font-weight:normal;font-style:italic;} 2.215 +dl{margin:0;padding:0;margin-left:2em;} 2.216 + 2.217 +.src{background:#555;color:white;margin:0;line-height:1.5em!important;} 2.218 +.example{background:#766;color:white; 2.219 +margin:0;overflow:hidden;} 2.220 + 2.221 + 2.222 +body{ 2.223 + font:14px Georgia Serif, Times, Palatino,"Times New Roman", serif; 2.224 + font:13px Georgia, Times, "Times New Roman", Verdana, Tahoma, Helvetica; 2.225 + width:600px; 2.226 + margin:24px auto; 2.227 + line-height:1.5em; 2.228 + color:#111; 2.229 +} 2.230 + 2.231 +code{} 2.232 +a code{color:inherit;font-weight:inherit;} 2.233 + 2.234 +.float-right{float:right;} 2.235 + 2.236 + 2.237 + 2.238 + 2.239 + 2.240 + 2.241 +/*** GLOBAL HEADER ** 2.242 +div.header{margin-bottom:2em;} 2.243 +.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;} 2.244 +.header .nav ul{display:inline;} 2.245 +.header .nav li{display:inline;margin-right:0.75em;} 2.246 +.header .nav li a:hover{text-decoration:underline;} 2.247 +.header .nav li a{color:#555;} 2.248 + 2.249 +/*** ARTICLE CONTENT 2.250 + h1{ 2.251 + font-size:170%; 2.252 + margin-top:2em; 2.253 + margin-bottom:0.5em; 2.254 + font-weight:bold; 2.255 +} 2.256 +h2{ 2.257 + font-size:120%; 2.258 + font-weight:bold; 2.259 + margin-bottom:0.375em; 2.260 + padding-top:1.6em; 2.261 + border:0px solid red; 2.262 +} 2.263 +h4{font-size:100%;font-weight:bold;} 2.264 + 2.265 +h3{ 2.266 + font-size:110%; 2.267 + font-weight:bold; 2.268 + margin-bottom:0.75em; 2.269 + padding-top:1.8em; 2.270 +} 2.271 + 2.272 +.section-number-1,.section-number-3,.section-number-2,.section-number-4{font-weight:inherit} 2.273 + 2.274 + 2.275 +#table-of-contents{ 2.276 + margin:1.5em 0; 2.277 +} 2.278 + 2.279 +h1,h2,h3,h4,h5,h6,p{margin:2px 0;padding:0;} 2.280 + 2.281 +h2{margin-top:1.8em;} 2.282 +p{margin-bottom:7px} 2.283 + 2.284 +/* 2.285 +.header h1{font-family:Ubuntu,Arial,Helvetica,Verdana,sans-serif;} 2.286 + 2.287 +body{margin:24px 24px;font:14px Arial, Helvetia,Verdana, sans-serif;width:860px;margin:0px auto;} 2.288 +h1,h2,h3,h4,h5,h6,.nav a{} 2.289 +h1{font-size:200%;} 2.290 +h2{} 2.291 + 2.292 +.header{margin-bottom:2em;} 2.293 +.nav li{display:inline;padding-right:0.75em;} 2.294 +.nav li a:hover{text-decoration:underline;} 2.295 +.float-right{float:right;} 2.296 +.header .float-right input{display:inline;} 2.297 + 2.298 +input[type="text"]{margin-right:4px;padding:3px;} 2.299 + 2.300 +.src {padding:4px; padding-left:2em;border:1px solid #777;background:#444;color:white;} 2.301 + 2.302 + 2.303 + 2.304 + 2.305 +/*** ARTICLE CONTENT ***/ 2.306 + 2.307 + 2.308 + 2.309 +/**ARTICLE 2.310 + 2.311 +#content{line-height:1.2em;} 2.312 +#content h1{font-size:140%;font-size:180%;margin-bottom:1.6em;padding-bottom:.4em;text-align:left;border-bottom:1px solid transparent;} 2.313 +#content h2{font-size:120%;font-weight:bold;margin-bottom:6px;margin-bottom:12px;margin-top:3em;} 2.314 +#content p{margin-bottom:1em;} 2.315 +#content p:first-letter{margin-left:2em;} 2.316 + 2.317 +#content h2 > #content p:first-letter{margin-left:0px;} 2.318 + 2.319 + 2.320 + 2.321 + 2.322 + 2.323 + 2.324 +/*** LIGHT COLOR SCHEME 2.325 +body{background:#fff;color:#222;} 2.326 +h1{color:#982;} 2.327 +.nav li a{color:#555;} 2.328 +#article h1, #article h2, #article h3, #article h4 {color:#57e;color:#48b;color:#489;} 2.329 + 2.330 +#article h1{border-bottom-color:#e30;border-bottom-color:#888;} 2.331 + 2.332 + 2.333 + 2.334 +/*<body class="darke"><div id="contain-everything"> 2.335 +<div class="header"> 2.336 +<div class="float-right"> 2.337 + 2.338 +<form> 2.339 +<input type="text"/><input type="submit" value="search the blog »"/> 2.340 +</form> 2.341 +</div> 2.342 + 2.343 +<h1>aurellem ☉</h1> 2.344 +<ul class="nav"> 2.345 +<li><a href="#">read the blog »</a></li> 2.346 +<li><a href="#">learn about us »</a></li> 2.347 +</ul> 2.348 +</div> 2.349 +<div id="article"> 2.350 + 2.351 +</div></body> 2.352 +</html>*/ 2.353 +
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/css/dark.css Sun Oct 16 06:51:55 2011 -0700 3.3 @@ -0,0 +1,23 @@ 3.4 +/*** 3.5 +/*** DARK COLOR SCHEME **/ 3.6 +/* 3.7 +body {background:#222;color:#fff;} 3.8 +h1{color:#cb5;color:#b90;} 3.9 +.nav li a, #article h1, #article h2, #article h3, #article h4{color:#adf;color:#8fc;} 3.10 +input[type="text"] {background:#444;color:#fff;border:1px solid #888;border-radius:2px;} 3.11 +.nav li a{color:#ddd;} 3.12 +.header{padding:12px 0px;} 3.13 +input[type="submit"]{background:white!important;border-radius:4px!important;} 3.14 + 3.15 +.outline-2 * { 3.16 + font-size:12px; 3.17 + color:white; 3.18 + text-decoration:none; 3.19 + 3.20 +} 3.21 + 3.22 + 3.23 + 3.24 + 3.25 + 3.26 +
4.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 4.2 +++ b/org/export.org Sun Oct 16 06:51:55 2011 -0700 4.3 @@ -0,0 +1,17 @@ 4.4 +#+BABEL: :exports both :results verbatim :noweb yes :cache no :mkdirp yes 4.5 + 4.6 +#+srcname: export 4.7 +#+begin_src clojure :results silent 4.8 +(ns export.export) 4.9 + 4.10 + 4.11 +#+end_src 4.12 + 4.13 + 4.14 + 4.15 + 4.16 +#+begin_src clojure :tangle ../src/export/export.clj 4.17 +<<export>> 4.18 +#+end_src 4.19 + 4.20 +
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/readme.txt Sun Oct 16 06:51:55 2011 -0700 5.3 @@ -0,0 +1,4 @@ 5.4 +Here is the infastructure for creating the website 5.5 +www.aurellem.org. It includes common images used in most pages, css, 5.6 +level-n.org files for org-mode export, and some clojure code that 5.7 +assists in uploading files to the server.