Project

General

Profile

1
/**
2
 * $Id: editor.css 65 2017-03-03 21:38:16Z manu $
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: 1.0525em;
32
    text-align: left;
33
    color: #000;
34
    background-color: #FFF;
35
    width: 52em;
36
}
37
a:link, a:visited, a:active {
38
    color: #603;
39
    text-decoration: none;
40
}
41
a:hover {
42
    color: #936;
43
    text-decoration: none;
44
}
45
hr {
46
    margin: 5px 0px 5px 0px;
47
    color: #603;
48
    border: 0;
49
    border-top: 1px solid #603;
50
    height: 1px;
51
    width: 55em;
52
}
53
h1, h2, h3, h4, h5, h6 {
54
    color: #595959;
55
    text-align: left;
56
    margin: 8px 2px 8px 2px;
57
}
58
 h4, h5, h6 { color: #3D829A; }
59
pre { color: #3D829A; }
60
form {
61
    margin: 0;
62
}
63

    
(4-4/20)