-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
104 lines (87 loc) · 1.29 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
body {
margin: 0;
padding: 0;
color: #FFFFFF;
font-family: Tahoma, Geneva, sans-serif;
font-size: 13px;
line-height: 1.5em;
background-color: #262e34;
}
h1 {
color: #00ffff;
}
h2 {
color: #FFFF88;
}
h4{
padding: 0px;
margin: 0px;
}
#menu ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
width: 900px;
}
#menu li {
list-style-type: none;
display: inline;
float: left;
}
#menu a:link, a:visited {
display: block;
width: 135px;
font-weight: bold;
color: #FFFFFF;
background-color: #0033CC;
text-align: center;
padding: 4px;
text-decoration: none;
text-transform: uppercase;
}
table#t01 {
width: 100%;
background-color: #f1f1c1;
}
a:hover, a:active {
background-color: #7A991A;
}
label
{
width: 4em;
float: left;
text-align: left;
margin-right: 0.5em;
display: block
}
.submit input
{
margin-left: 40.15em;
}
input
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}
.submit
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9;
margin-left: 20em;
}
fieldset
{
border: 1px solid #781351;
width: 30em
}
legend
{
color: #000;
font-family: Tahoma, Geneva, sans-serif;
background: #ffa20f;
border: 1px solid #781351;
padding: 2px 6px
}