Project

General

Profile

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: #036;
36
	background-image: url(images/background.jpg);
37
	background-repeat: repeat-x;
38
	margin: 10px;
39
}
40
a:link, a:visited, a:active {
41
	color: #036;
42
	text-decoration: none;
43
}
44
a:hover {
45
	color: #369;
46
	text-decoration: none;
47
}
48
hr {
49
	margin: 15px 0px 15px 0px;
50
	color: #036;
51
	height: 1px;
52
	width: 100%;
53
}
54
h1 {
55
	font-size: 18px;
56
	color: #036;
57
	margin: 5px 0px 5px 0px;
58
}
59
h2 {
60
	font-size: 15px;
61
	color: #369;
62
	margin: 15px 0px 5px 0px;
63
}
64
form {
65
	margin: 0;
66
}
67
.header {
68
	width: 750px;
69
	height: 80px;
70
	background-color: #FFF;
71
	vertical-align: top;
72
}
73
.menu {
74
	vertical-align: top;
75
	background-color: #FFF;
76
	width: 170px;
77
	padding: 0px;
78
}
79
.menu ul, .menu li{
80
	list-style-type: none;
81
	margin: 0;
82
	padding: 0;
83
}
84
.menu ul {
85
	border-bottom: 0px;
86
	background-color: #036;
87
}
88
.menu ul ul {
89
	padding-left: 10px;
90
}
91
.menu a:link, .menu a:visited, .menu a:active {
92
	padding: 4px 10px 4px 10px;
93
	color: #FFF;
94
	display: block;
95
	background-color: #036;
96
	text-decoration: none;
97
}
98
.menu a:hover {
99
	background-color: #369;
100
	text-decoration: none;
101
}
102
.menu_current {
103
	font-weight: bold;
104
}
105
.highlight {
106
	background-color: #D0D0D0;
107
}
108
.border {
109
	font-size: 1px;
110
	height: 10px;
111
}
112
.login {
113
	padding: 2px 10px 2px 10px;
114
	font-size: 10px;
115
	background-color: #036;
116
	color: #FFF;
117
	text-align: center;
118
}
119
.login input {
120
	width: 95%;
121
	font-size: 10px;
122
}
123
.login a:link, .login a:visited, .login a:active {
124
	color: #DDD;
125
	text-decoration: none;
126
}
127
.login a:hover {
128
	color: #FFF;
129
	text-decoration: none;
130
}
131
.powered_by {
132
	padding: 3px 0px 0px 15px;
133
	background-color: #FFF;
134
}
135
.content {
136
	padding: 10px;
137
	background-color: #FFF;
138
	height: 300px;
139
	vertical-align: top;
140
	text-align: left;
141
}
142
.footer {
143
	padding: 5px;
144
	height: 20px;
145
	color: #FFF;
146
	vertical-align: middle;
147
	text-align: center;
148
}
(5-5/5)