specify multinationals
[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 25px 5px 25px;
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 25px 5px 25px;
51  color: #CC0000;
52 }
53
54 .titletext {
55    font-size: 50px;
56
57
58 }
59
60 .warning {
61   font-weight: bold;
62   text-align: center;
63
64 }
65
66 h1, h2, h3, h4, h5, h6 {
67     background-color: transparent;
68 #    font-size: 100%;
69     font-weight: bold;
70     margin: 0;
71     padding-top: 0.5em;
72     border-bottom: 1px solid #586393;
73     margin-bottom: 0.2em;
74 }
75
76 .splash {
77   border: solid 1px #000000;
78   background-color: #ffffff;
79   width: 90%;
80   margin-left: auto;
81   margin-right: auto;
82   padding: 5px;
83   color: #CC0000;
84 }
85
86 .splash a {
87     color: #CC0000;
88 }
89
90 .splash h2 {
91   font-weight: bold;
92   text-align: center;
93   border-bottom: 0px;
94 }
95
96
97 #strong {
98 #  color: #CC0000;
99 #}

Benjamin Mako Hill || Want to submit a patch?