1 |
2
|
Manuela
|
/**
|
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: 12px;
|
32 |
|
|
text-align: justify;
|
33 |
|
|
color: #000;
|
34 |
|
|
background-color: #FFF;
|
35 |
|
|
width: 580px;
|
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: 580px;
|
52 |
|
|
}
|
53 |
|
|
h1 {
|
54 |
|
|
font-size: 16px;
|
55 |
|
|
color: #993366;
|
56 |
|
|
text-align: left;
|
57 |
|
|
margin: 8px 2px 8px 2px;
|
58 |
|
|
}
|
59 |
|
|
form {
|
60 |
|
|
margin: 0;
|
61 |
|
|
}
|