view 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
line wrap: on
line source
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;}
12 .outline-2 * {
13 font-size:12px;
14 color:white;
15 text-decoration:none;
17 }