themes/jabberdotorg/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:#860400;
5 text-align:center;
6 margin:0;
7 padding:0;
8 }
9 #box
10 {
11 background-color:#eeeeee;
12 display:block;
13 border: solid #cccccc 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 /* table-layout:fixed;
26 border:solid black 1px; */
27 }
28 /* td { border: solid black 1px; } */
29
30 .label
31 {
32 text-align:right;
33 width:33%;
34 }
35
36 input.edit
37 {
38 border: solid #c80000 1px;
39 }
40 input.username
41 {
42 /* text-align:right; */
43 }
44 h2
45 {
46 text-align:center;
47 }
48
49 #captcha
50 {
51 display:block;
52 margin-left:auto;
53 margin-right:auto;
54 width:315px;
55 text-align:center;
56 }
57 #header
58 {
59 display:block;
60 width:100%;
61 height:86px;
62 background-color:#ffffff;
63 /* border-bottom: solid #c80000 1px; */
64 border-bottom: solid #cccccc 2px;
65 }
66 #header img
67 {
68 display:block;
69 float:left;
70 border-style:none;
71 height:104px;
72 width:268px;
73 }

mercurial