site update
[ebb.git] / site / style.css
blob468a8be6dda0785455e3630d32518bb0c7ae4405
1 /* #E4AC3D pride of the leo (orange)
2 * #CBCFB6 sandy field (light gray)
3 * #7DA478 neverending garden (green)
4 * #444130 lost independance (brown)
5 * #F74343 Groovy Baby (red)
6 */
7 body {
8 background: #FFF;
9 color: #444130;
10 font-family: Arial;
11 line-height: 14pt;
12 font-size: 12pt;
13 margin: 0;
16 h1, h2, h3, h4 {
17 color: #7DA478;
18 padding: 0;
19 margin: 1em 0;
22 pre { overflow: auto; }
24 a { color: #E4AC3D; }
25 #license {
26 font-size: 8pt;
27 line-height: 10pt;
30 #content {
31 margin: 1em auto ;
32 max-width: 40em;
35 ol, ul { padding-left: 0; }
37 #content p {
39 #about {
40 list-style:none;