ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libspf/docs/qmail/libSPF.css
Revision: 1.1
Committed: Tue Nov 13 00:51:34 2007 UTC (16 years, 6 months ago) by root
Content type: text/css
Branch: MAIN
CVS Tags: HEAD
Log Message:
initial import of libspf-1.0.0-p5 from freebsd ports

File Contents

# Content
1 /* libSPF.css
2 *
3 * Author: James Couzens <jcouzens@codeshare.ca>
4 * Date: July 2, 2004
5 * Updated: August 3, 2004 - Modified URL tags
6 *
7 * Info: CSS for libSPF Documentation
8 *
9 */
10
11 A:link
12 {
13 text-decoration: underline;
14 color: #336699;
15 }
16
17 A:visited
18 {
19 text-decoration: underline;
20 color: #336699;
21 }
22
23 A:active
24 {
25 text-decoration: underline;
26 color: #336699;
27 }
28
29 A:hover
30 {
31 text-decoration: none;
32 color: #336699;
33 }
34
35 body
36 {
37 font-face: Verdana, Arial, Sans-serif;
38 font-size: 10px;
39 color: #000000;
40 }
41
42 td
43 {
44 font-face: vardana;
45 font-size: 10px;
46 color: #000000;
47 background-color: #FFFFFF;
48 }
49
50 td.out
51 {
52 font-face: Verdana, Arial, Sans-serif;
53 font-size: 10px;
54 color: #000000;
55 background-color: #000000;
56 }
57
58 td.hdr
59 {
60 font-face: Verdana, Arial, Sans-serif;
61 font-size: 11px;
62 color: #000000;
63 font-weight: bold;
64 background-color: #CCCCCC;
65 }
66
67 td.example
68 {
69 font-face: Verdana, Arial, Sans-serif;
70 font-size: 10px;
71 color: #FFFFFF;
72 font-weight: bold;
73 background-color: #B53333;
74 }