themes/default/style.css

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

mercurial