removed an extra and
[unhappybirthday] / style.css
1 body {
2  font-family: Verdana, Arial, Helvetica, sans-serif; 
3  font-size: 12pt; 
4  background:  #C8D3F3;
5  border: none;
6
7 }
8
9 select,input {
10   font-family:Verdana, Arial, Helvetica, sans-serif;
11   font-size:10px;
12
13
14 a {
15   text-decoration: none;
16   color: #586393;
17   font-weight: 700;
18 }
19
20 a:hover {
21   text-decoration: underline;
22 }
23
24
25 hr {
26   color: #CC0000;
27 }
28
29 .bodybox {
30
31  border: solid 1px #000000;
32  background-color: #ffffff;
33  width: 90%;
34  margin-left: auto;
35  margin-right: auto;
36  padding: 5px;
37  
38 }
39
40 .topbox {
41
42  border: solid 1px #000000;
43  background-color: #ffffff;
44  width: 90%;
45  margin-left: auto;
46  margin-right: auto;
47  margin-bottom: 10px;
48  text-align: center;
49  font-weight: bold;
50  padding: 5px;
51  color: #CC0000;
52 }
53
54 .titletext {
55    font-size: 50px;
56
57
58 }
59
60 .splash {
61
62   border: solid 1px #000000;
63   background-color: #ffffff;
64   width: 90%;
65   margin-left: auto;
66   margin-right: auto;
67   padding: 5px;
68   font-weight: bold;
69   font-size: 20pt;
70   color: #CC0000;
71   text-align: center;
72 }
73
74 .warning {
75   color: #CC0000;
76   font-weight: bold;
77   text-align: center;
78
79 }
80
81 h1, h2, h3, h4, h5, h6 {
82     background-color: transparent;
83 #    font-size: 100%;
84     font-weight: bold;
85     margin: 0;
86     padding-top: 0.5em;
87     border-bottom: 1px solid #586393;
88     margin-bottom: 0.2em;
89 }
90
91
92 #strong {
93 #  color: #CC0000;
94 #}

Benjamin Mako Hill || Want to submit a patch?