Project

General

Profile

1
/**
2
 * $Id: editor.css 1557 2012-01-02 15:49:08Z Luisehahne $
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 {
30
	font-family: Verdana, Arial, Helvetica, sans-serif;
31
	font-size: 12px;
32
	color: #000;
33
	background-color: #FFF;
34
	width: 540px;
35
}
36
a:link, a:visited, a:active {
37
	color: #036;
38
	text-decoration: none;
39
}
40
a:hover {
41
	color: #369;
42
	text-decoration: none;
43
}
44
hr {
45
	margin: 15px 0px 15px 0px;
46
	color: #036;
47
	height: 1px;
48
	width: 100%;
49
}
50
h1 {
51
	font-size: 18px;
52
	color: #036;
53
	margin: 5px 0px 5px 0px;
54
}
55
h2 {
56
	font-size: 15px;
57
	color: #369;
58
	margin: 15px 0px 5px 0px;
59
}
60
form {
61
	margin: 0;
62
}
(1-1/6)