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

mercurial