Project

General

Profile

1
/**
2
 * $Id: print.css 865 2008-10-25 08:29:52Z doc $
3
 * Website Baker template: round
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
body,td,th {
29
	font-family: Verdana, Arial, Helvetica, sans-serif;
30
	font-size: 12px;
31
	color: #000;
32
}
33
body {
34
	background-color: #FFF;
35
	margin: 0px;
36
}
37
a:link, a:visited, a:active {
38
	color: #036;
39
	text-decoration: none;
40
}
41
a:hover {
42
	color: #369;
43
	text-decoration: none;
44
}
45
.header, .menu, .search, .powered_by, .footer {
46
	display: none;
47
}
48
.content {
49
	vertical-align: top;
50
}
(4-4/5)