comparison web/main.css @ 7:64272fc2350c

Begin importing the website. Add the files from the website's top-level directory. Note that recent.cgi still uses the old rlgall module.
author John "Elwin" Edwards <elwin@sdf.org>
date Sun, 19 Aug 2012 21:29:06 -0700
parents
children 86b616d88020
comparison
equal deleted inserted replaced
6:4778ab7de7aa 7:64272fc2350c
1 @import url("http://fonts.googleapis.com/css?family=Inconsolata");
2
3 html {
4 background-color: #C0FFC0;
5 color: #101040;
6 font-family: sans-serif;
7 }
8
9 h1 {
10 text-align: center;
11 }
12
13 h1, h2, h3 {
14 font-family: Inconsolata, monospace;
15 }
16
17 div.content {
18 margin: 0 auto;
19 width: 75%;
20 }
21
22 div.nav {
23 font-size: 0.8em;
24 background-color: #E0FFE0;
25 padding: 0.3em;
26 }
27
28 ul {
29 list-style-type: none;
30 }
31
32 form {
33 width: 90%;
34 margin: 1.5em auto;
35 border-top: 1px solid #101040;
36 border-bottom: 1px solid #101040;
37 }
38
39 form div {
40 margin: 0.6em auto;
41 }
42
43 span.metavar {
44 font-style: italic;
45 }