1
|
/**
|
2
|
* $Id$
|
3
|
* Website Baker template: simple
|
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: #000000;
|
33
|
}
|
34
|
body {
|
35
|
background-color: #333333;
|
36
|
margin: 10px;
|
37
|
}
|
38
|
a:link, a:visited, a:active {
|
39
|
color: #003366;
|
40
|
text-decoration: none;
|
41
|
}
|
42
|
a:hover {
|
43
|
color: #336699;
|
44
|
text-decoration: none;
|
45
|
}
|
46
|
form {
|
47
|
margin: 0;
|
48
|
}
|
49
|
h1, h2, h3, h4, h5 {
|
50
|
margin: 5px 0px 5px 0px;
|
51
|
}
|
52
|
.header {
|
53
|
background-color: #336699;
|
54
|
vertical-align: middle;
|
55
|
text-align: center;
|
56
|
color: #FFFFFF;
|
57
|
height: 50px;
|
58
|
font-size: 20px;
|
59
|
font-weight: bold;
|
60
|
}
|
61
|
.menu {
|
62
|
background-color: #EEEEEE;
|
63
|
padding: 10px;
|
64
|
width: 150px;
|
65
|
vertical-align: top;
|
66
|
}
|
67
|
.menu ul, .menu li {
|
68
|
list-style-type: none;
|
69
|
display: block;
|
70
|
margin: 0;
|
71
|
padding: 0;
|
72
|
padding-left: 5px;
|
73
|
}
|
74
|
.menu_current {
|
75
|
font-weight: bold;
|
76
|
}
|
77
|
.highlight {
|
78
|
background-color: #D0D0D0;
|
79
|
}
|
80
|
.content {
|
81
|
background-color: #FFFFFF;
|
82
|
padding: 20px;
|
83
|
height: 400px;
|
84
|
vertical-align: top;
|
85
|
}
|
86
|
.footer {
|
87
|
background-color: #DDDDDD;
|
88
|
text-align: center;
|
89
|
font-size: 10px;
|
90
|
height: 10px;
|
91
|
}
|