-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmenu.css
112 lines (92 loc) · 2.22 KB
/
menu.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
105
106
107
108
109
110
111
112
body {
font-size:12px;
font-family:verdana,arial,helvetica,sans-serif;
margin-left:20;
margin-right:20;
margin-top:20;
margin-bottom:20;
background:#cccccc;
height:100%;
}
td {
font-size:12px;
font-family:verdana,arial,helvetica,sans-serif;
color:#1d1d1d
}
fieldset {
font-size:12px;
font-family:verdana,arial,helvetica,sans-serif;
}
legend {
color:brown;
}
a:link {text-decoration:underline; color:#333300}
a:visited {text-decoration:underline; color:#333300}
a:active {text-decoration:underline; color:#333300}
a:hover {text-decoration:none; color:#333300}
.errmsg {
color:red;
}
.submitMsg {
color:brown;
}
#wrapper {
width:900px;
border:1px solid #000000;
}
#banner td {
background: url(images/logo.png) no-repeat 2%;
background-color:#000000;
height:100px;
}
#topnav {
background:#996633;
width:100%;
}
#topnav a {font-size:11px; color:#FFFFFF; text-decoration:none}
#topnav a:link {font-size:11px; color:#FFFFFF; text-decoration:none}
#topnav a:visited {font-size:11px; color:#FFFFFF; text-decoration:none}
#topnav a:active {font-size:11px; color:#FFFFFF; text-decoration:none}
#topnav a:hover {font-size:11px; color:#FFFF99; text-decoration:none}
#topnav td {
padding:5px 5px 5px 15px;
}
#content {
width:900px;
min-height:400px;
height:auto !important;
height:400px;
padding:10px;
background:#ffffff;
}
#footer td {
background:#996633;
}
.formContainer {}
.sectionContainer {border:solid 1px black; margin:2px;}
.help {padding:5px; background-color:#cccc99; width:340px;}
.question {padding:5px;}
.answer {padding:5px;}
.answer textarea {width:500px; height:100px;}
.answer input.input {width:500px;}
.answer select {width:500px;}
.answer .radio {}
.answer .checkbox {}
.uploadFileTable {
width: 85%;
border: 1px solid black;
border-collapse:collapse;
}
.uploadFileName {
width: 45%;
border: 1px solid black;
}
.uploadFileDate {
width: 25%;
border: 1px solid black;
}
.uploadFileSize{
width: 15%;
border: 1px solid black;
text-align: center;
}