1 |
865
|
doc
|
/**
|
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 defines the CSS styles used for print devices.
|
8 |
|
|
*
|
9 |
|
|
* LICENSE: GNU General Public License
|
10 |
|
|
*
|
11 |
|
|
* @author Ryan Djurovich, C. Sommer
|
12 |
|
|
* @copyright GNU General Public License
|
13 |
|
|
* @license http://www.gnu.org/licenses/gpl.html
|
14 |
|
|
* @version 2.70
|
15 |
|
|
* @platform Website Baker 2.7
|
16 |
|
|
*
|
17 |
|
|
* Website Baker is free software; you can redistribute it and/or modify
|
18 |
|
|
* it under the terms of the GNU General Public License as published by
|
19 |
|
|
* the Free Software Foundation; either version 2 of the License, or
|
20 |
|
|
* (at your option) any later version.
|
21 |
|
|
*
|
22 |
|
|
* Website Baker is distributed in the hope that it will be useful,
|
23 |
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
24 |
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
25 |
|
|
* GNU General Public License for more details.
|
26 |
|
|
*/
|
27 |
|
|
|
28 |
4
|
ryan
|
body,td,th {
|
29 |
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
30 |
|
|
font-size: 12px;
|
31 |
|
|
color: #000000;
|
32 |
|
|
}
|
33 |
|
|
body {
|
34 |
|
|
background-color: #FFFFFF;
|
35 |
|
|
margin: 0px;
|
36 |
|
|
}
|
37 |
|
|
a:link, a:visited, a:active {
|
38 |
|
|
color: #003366;
|
39 |
|
|
text-decoration: none;
|
40 |
|
|
}
|
41 |
|
|
a:hover {
|
42 |
|
|
color: #336699;
|
43 |
|
|
text-decoration: none;
|
44 |
|
|
}
|
45 |
|
|
.header {
|
46 |
|
|
display: none;
|
47 |
|
|
}
|
48 |
|
|
.menu {
|
49 |
|
|
display: none;
|
50 |
|
|
}
|
51 |
|
|
.content {
|
52 |
|
|
vertical-align: top;
|
53 |
|
|
}
|
54 |
|
|
.footer {
|
55 |
|
|
display: none;
|
56 |
|
|
}
|