1
|
/**
|
2
|
* $Id$
|
3
|
* Website Baker template: allcss
|
4
|
* This template is one of four basis templates distributed with Website Baker.
|
5
|
* Feel free to modify or build up on this template.
|
6
|
*
|
7
|
* This file contains all CSS definitions required to display the template
|
8
|
* in the Website Baker frontend.
|
9
|
*
|
10
|
* LICENSE: GNU General Public License
|
11
|
*
|
12
|
* @author Ryan Djurovich, C. Sommer
|
13
|
* @copyright GNU General Public License
|
14
|
* @license http://www.gnu.org/licenses/gpl.html
|
15
|
* @version 2.70
|
16
|
* @platform Website Baker 2.7
|
17
|
*
|
18
|
* Website Baker is free software; you can redistribute it and/or modify
|
19
|
* it under the terms of the GNU General Public License as published by
|
20
|
* the Free Software Foundation; either version 2 of the License, or
|
21
|
* (at your option) any later version.
|
22
|
*
|
23
|
* Website Baker is distributed in the hope that it will be useful,
|
24
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
25
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
26
|
* GNU General Public License for more details.
|
27
|
*/
|
28
|
|
29
|
body,td,th {
|
30
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
31
|
font-size: 12px;
|
32
|
color: #000;
|
33
|
}
|
34
|
body {
|
35
|
background-color: #F0F0F0;
|
36
|
background-image: url(images/background.jpg);
|
37
|
margin: 0;
|
38
|
}
|
39
|
a:link, a:visited, a:active {
|
40
|
color: #603;
|
41
|
text-decoration: none;
|
42
|
}
|
43
|
a:hover {
|
44
|
color: #936;
|
45
|
text-decoration: none;
|
46
|
}
|
47
|
hr {
|
48
|
margin: 5px 0px 5px 0px;
|
49
|
color: #603;
|
50
|
border: 0;
|
51
|
border-top: 1px solid #603;
|
52
|
height: 1px;
|
53
|
width: 580px;
|
54
|
}
|
55
|
h1 {
|
56
|
font-size: 16px;
|
57
|
color: #993366;
|
58
|
text-align: left;
|
59
|
margin: 8px 2px 8px 2px;
|
60
|
}
|
61
|
form {
|
62
|
margin: 0;
|
63
|
}
|
64
|
.main {
|
65
|
width: 750px;
|
66
|
margin: auto;
|
67
|
padding: 0;
|
68
|
background-color: #FFF;
|
69
|
}
|
70
|
.banner, .search_box {
|
71
|
height: 80px;
|
72
|
background-image: url(images/header.jpg);
|
73
|
background-repeat: repeat-x;
|
74
|
font-size: 20px;
|
75
|
font-weight: bold;
|
76
|
color: #FFF;
|
77
|
text-align: center;
|
78
|
padding-top: 20px;
|
79
|
}
|
80
|
|
81
|
.banner {
|
82
|
width: 530px;
|
83
|
padding-left: 20px;
|
84
|
float: left;
|
85
|
text-align: left;
|
86
|
}
|
87
|
.search_box {
|
88
|
float: right;
|
89
|
clear: right;
|
90
|
width: 200px;
|
91
|
}
|
92
|
.search_string {
|
93
|
width: 100px;
|
94
|
height: 16px;
|
95
|
font-size: 10px;
|
96
|
vertical-align: middle;
|
97
|
}
|
98
|
.search_submit {
|
99
|
width: 50px;
|
100
|
height: 22px;
|
101
|
font-size: 10px;
|
102
|
vertical-align: middle;
|
103
|
}
|
104
|
.highlight {
|
105
|
background-color: #D0D0D0;
|
106
|
}
|
107
|
.banner a {
|
108
|
color: #FFF;
|
109
|
}
|
110
|
.banner span {
|
111
|
color: #D0D0D0;
|
112
|
}
|
113
|
|
114
|
.menu {
|
115
|
float: left;
|
116
|
width: 140px;
|
117
|
margin: 10px;
|
118
|
margin-top: 3px;
|
119
|
}
|
120
|
.menu ul, .menu li {
|
121
|
margin: 0;
|
122
|
padding: 0;
|
123
|
list-style: none;
|
124
|
margin-bottom: 5px;
|
125
|
}
|
126
|
.menu ul ul {
|
127
|
padding-left: 8px;
|
128
|
}
|
129
|
.menu a:link, .menu a:visited, .menu a:active, .menu a:hover {
|
130
|
display: block;
|
131
|
padding: 2px;
|
132
|
}
|
133
|
.menu_default a:link, .menu_default a:visited, .menu_default a:active {
|
134
|
border-bottom: 1px dashed #999;
|
135
|
}
|
136
|
.menu_default a:hover {
|
137
|
border-bottom: 1px dashed #333;
|
138
|
}
|
139
|
|
140
|
.menu_current {
|
141
|
border-bottom: 1px dashed #999;
|
142
|
font-weight:bold;
|
143
|
}
|
144
|
|
145
|
.menu fieldset {
|
146
|
border: 1px solid #D0D0D0;
|
147
|
margin-top: 20px;
|
148
|
margin-bottom: 5px;
|
149
|
text-align: center;
|
150
|
padding-bottom: 3px;
|
151
|
}
|
152
|
|
153
|
.menu legend {
|
154
|
color: #603;
|
155
|
font-size: 12px;
|
156
|
text-transform: uppercase;
|
157
|
font-weight: bold;
|
158
|
text-align: center;
|
159
|
}
|
160
|
|
161
|
.menu input {
|
162
|
text-transform: uppercase;
|
163
|
font-size: 10px;
|
164
|
margin: 5px 0px 1px 0px;
|
165
|
width: 100px;
|
166
|
}
|
167
|
|
168
|
.content {
|
169
|
margin-left: 150px;
|
170
|
padding: 4px 10px 14px 10px;
|
171
|
text-align: justify;
|
172
|
clear: right;
|
173
|
}
|
174
|
.footer {
|
175
|
background-color: #FFF;
|
176
|
clear: both;
|
177
|
height: 20px;
|
178
|
background-image: url(images/footer.jpg);
|
179
|
background-repeat: repeat-x;
|
180
|
font-size: 10px;
|
181
|
color: #666;
|
182
|
text-align: center;
|
183
|
line-height: 18px;
|
184
|
}
|
185
|
.powered_by {
|
186
|
text-align: center;
|
187
|
font-size: 10px;
|
188
|
padding-top: 2px;
|
189
|
}
|