Project

General

Profile

« Previous | Next » 

Revision 865

Added by doc over 15 years ago

updated basic templates according the template guidelines

View differences:

print.css
1
/**
2
 * $Id$
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

  
1 28
body,td,th {
2 29
	font-family: Verdana, Arial, Helvetica, sans-serif;
3 30
	font-size: 12px;
4
	color: #000000;
31
	color: #000;
5 32
}
6 33
body {
7
	background-color: #FFFFFF;
34
	background-color: #FFF;
8 35
	margin: 0px;
9 36
}
10 37
a:link, a:visited, a:active {
11
	color: #003366;
38
	color: #036;
12 39
	text-decoration: none;
13 40
}
14 41
a:hover {
15
	color: #336699;
42
	color: #369;
16 43
	text-decoration: none;
17 44
}
18 45
.header, .menu, .search, .powered_by, .footer {

Also available in: Unified diff