ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/repos/DecentralizedMedia/Web/style.css
Revision: 549
Committed: 2005-07-04T21:28:02-07:00 (19 years, 11 months ago) by douglas
Content type: text/css
File size: 717 byte(s)
Log Message:
WTF!

File Contents

# Content
1 /* $Id$ */
2
3 A:link
4 {
5 background: transparent;
6 color: navy;
7 text-decoration: none;
8 }
9
10 A:visited
11 {
12 background: transparent;
13 color: navy;
14 text-decoration: none;
15 }
16
17 A:hover
18 {
19 background: transparent;
20 color: navy;
21 text-decoration: underline;
22 }
23
24 A:active
25 {
26 background: transparent;
27 color: navy;
28 text-decoration: none;
29 }
30
31 H1
32 {
33 font: bold x-large Tahoma, sans-serif;
34 }
35
36 P
37 {
38 font: normal small Tahoma, sans-serif;
39 }
40
41 TABLE
42 {
43 background: black;
44 color: white;
45 }
46
47 TD
48 {
49 background: silver;
50 color: navy;
51 font: bold small Tahoma, sans-serif;
52 padding: 0ex 1ex
53 }
54
55 TD.position
56 {
57 background: navy;
58 color: silver;
59 }
60
61 TH
62 {
63 background: navy;
64 color: silver;
65 font: bold small Tahoma, sans-serif;
66 padding: 0ex 1ex
67 }

Properties

Name Value
svn:eol-style native
svn:keywords Id