themes/default/style.css

Thu, 13 May 2010 09:31:01 -0500

author
Matthew Wild <mwild1@gmail.com>
date
Thu, 13 May 2010 09:31:01 -0500
changeset 0
472198dc918e
permissions
-rw-r--r--

Initial commit

0
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
1 body
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
2 {
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
3 font-family: Helvetica,Verdana,sans-serif;
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
4 background-color:#eeeeee;
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
5 text-align:center;
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
6 margin:0;
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
7 padding:0;
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
8 }
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
9 #box
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
10 {
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
11 background-color:#aaaaaa;
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
12 display:block;
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
13 border: solid #555555 1px;
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
14 width:450px;
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
15 margin-left:auto;
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
16 margin-right:auto;
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
17 margin-top:4%;
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
18 padding:10px;
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
19 text-align:center;
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
20 }
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
21 table
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
22 {
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
23 margin-left:auto;
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
24 margin-right:auto;
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
25 }
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
26 /* td { border: solid black 1px; } */
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
27
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
28 .label
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
29 {
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
30 text-align:right;
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
31 width:33%;
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
32 }
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
33
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
34 input.edit
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
35 {
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
36 border: solid #888888 1px;
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
37 }
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
38 h2
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
39 {
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
40 text-align:center;
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
41 }
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
42
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
43 #captcha
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
44 {
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
45 display:block;
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
46 margin-left:auto;
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
47 margin-right:auto;
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
48 width:315px;
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
49 text-align:center;
472198dc918e Initial commit
Matthew Wild <mwild1@gmail.com>
parents:
diff changeset
50 }

mercurial