Mercurial > aurellem
comparison css/dark.css @ 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c1a872bbc9f9 |
---|---|
1 /*** | |
2 /*** DARK COLOR SCHEME **/ | |
3 /* | |
4 body {background:#222;color:#fff;} | |
5 h1{color:#cb5;color:#b90;} | |
6 .nav li a, #article h1, #article h2, #article h3, #article h4{color:#adf;color:#8fc;} | |
7 input[type="text"] {background:#444;color:#fff;border:1px solid #888;border-radius:2px;} | |
8 .nav li a{color:#ddd;} | |
9 .header{padding:12px 0px;} | |
10 input[type="submit"]{background:white!important;border-radius:4px!important;} | |
11 | |
12 .outline-2 * { | |
13 font-size:12px; | |
14 color:white; | |
15 text-decoration:none; | |
16 | |
17 } | |
18 | |
19 | |
20 | |
21 | |
22 | |
23 |