-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
252 lines (234 loc) · 4.79 KB
/
main.css
File metadata and controls
252 lines (234 loc) · 4.79 KB
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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
* {
padding: 0;
margin: 0;
}
body {
font-family: Arial, Helvetica, sans-serif;
color: #666666;
font-size: 12px; background-color: #333333;
}
img {
padding: 3px;
border: solid 1px #bce296;
}
img.floatTL {
float: left;
margin-right: 1em;
margin-bottom: 1em;
margin-top: 1em;
}
img.floatTR {
float: right;
margin-left: 1em;
margin-bottom: 1em;
margin-top: 1em;
}
h3{font-size: 1em;color: #ff7733;background-image: url(images/hbgsm.jpg);background-repeat: no-repeat;padding-left: 45px;padding-top: 6px;padding-bottom: 6px;margin-left: 7px;}
#wrapper {
width: 770px;
margin: 0 auto;
}
#navbartop {
margin: 0px 5px 1px 5px;
padding: 4px;
background-color: #65fc00; background-repeat: no-repeat; text-align: right;
color: #ff7733;}
#navbartop a{font-size: 1em;color: #ff7733;
text-decoration: none;}
#navbar {
margin: 0px 5px 0px 5px; background-color: #333332;
height: 55px; background-image: url(images/navbg1.jpg); background-repeat: no-repeat; text-align: center; padding: 5px;}
#nav {
padding: 0;
height: 2.2em; margin-top: 15px;
}
#nav li {
list-style-type: none;
display: inline;
line-height: 20px;
}
#nav li a {
text-decoration: none;
color: #333360;
border-bottom: 0;
padding: 5px 10px;
font-size: 1.1em;
font-weight: bold;
}
#nav li a:hover {
color: #ff7733;
}
#nav li a.on {
color: #00a7cc;
}
#header {
border: 1px #ff7733 solid;
margin: 5px 5px 5px 5px;
height: 90px;
padding: 10px;
background-color: #333332; background-image: url(images/header.jpg); background-repeat: no-repeat;
}
#header h1 { color: #89cc46; font-size: 1.7em; text-decoration: underline;
}
#header a { color: #bce296; font-size: 1em; text-decoration: none; font-weight: bold;
}
#maintext {
border: 1px solid #ccc;
margin: 0px 5px 5px 5px;
padding: 4px;
background-color: #eeeeee;
}
#maintext h1{color: #00a7cc;font-size: 1.4em;background-image: url(images/hbg.jpg);background-repeat: no-repeat;padding-left: 65px;padding-bottom: 6px;padding-top: 6px;
}
#maintext h2{
color: #00a7cc;font-size: 1.2em;background-image: url(images/hbg.jpg);background-repeat: no-repeat;padding-left: 65px;padding-bottom: 8px;padding-top: 8px;
}
#maintext p{color: #999999;text-align: justify;padding-top: 10px;padding-left: 5px;padding-bottom: 10px;padding-right: 11px;
}
#maintext a{color: #00d0ff;text-decoration: none;
}
#maintext a:hover{color: #ff7733;
}
.inset
{
float:right;
width:346px;
padding:5px;
border:#66cc00 1px solid;
margin:5px 0 0 5px;
background:#ddffc5;
color:inherit;
font-size:85%;
}
blockquote {font-family: monospace;font-size: .9em;background-color: #e9ffd9;margin: 5px;padding: 10px;text-align: justify;
}
/* ---------------------------- */
#leftcolumn1 { /* Parent Wrapper for inside boxes */
margin: 0 0px 0px 5px;
display: inline; /* IE Hack */
width: 180.5px;
float: left;
min-height: 300px;
padding: 4px;
border: 1px solid #66ff00;
}
* html #leftcolumn1 {height:300px} /* IE Min-Height Hack */
#leftcolumn2 { /* Parent Wrapper for inside boxes */
margin: 0 0px 0px 0px;
display: inline; /* IE Hack */
width: 180px;
float: left;
min-height: 300px;
padding: 4px;border-top: 1px #66ff00 solid;border-bottom: 1px #66ff00 solid;}
* html #leftcolumn2 {height:300px} /* IE Min-Height Hack */
/* ---------------------------- */
/* ---------------------------- */
#rightcolumn1 { /* Parent Wrapper for inside boxes */
margin: 0px 0px 0px 0px;
display: inline; /* IE Hack */
padding: 4px;
width: 181px;
float: left;
min-height: 300px;border-top: 1px #66ff00 solid;border-bottom: 1px #66ff00 solid;border-left: 1px #66ff00 solid;}
* html #rightcolumn1 {height:300px;border-left: 1px #66ff00 solid;} /* IE Min-Height Hack */
#rightcolumn2 { /* Parent Wrapper for inside boxes */
border: 1px solid #66ff00;
margin: 0px 0px 0px 0px;
display: inline; /* IE Hack */
padding: 4px;
width: 181px;
float: left;
min-height: 300px;
}
* html #rightcolumn2 {height:300px} /* IE Min-Height Hack */
/* ---------------------------- */
#leftcolumn1 ul, #leftcolumn2 ul, #rightcolumn1 ul, #rightcolumn2 ul{margin-left: 30px;margin-top: 20px;color: #66ff00;}
#leftcolumn1 li, #leftcolumn2 li, #rightcolumn1 li, #rightcolumn2 li{padding-top: 10px;padding-left: 10px;
}
#leftcolumn1 a, #leftcolumn2 a, #rightcolumn1 a, #rightcolumn2 a{color: #ff7733;font-weight: bold;text-decoration: none;}
#footer {
border: 1px solid #66ff00;
background-color: #eeeeee;
margin: 5px 5px 5px 5px;
display: inline; /* IE Hack */
padding: 4px;
float: left;
width: 750px;background-image: url(images/bgft.jpg);background-repeat: repeat-x;text-align: center;font-size: .9em;}
#footer a{color: #cc4400;}