~ubuntu-branches/ubuntu/trusty/netrek-client-cow/trusty

« back to all changes in this revision

Viewing changes to cow.css

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese
  • Date: 2008-09-26 21:44:49 UTC
  • Revision ID: james.westby@ubuntu.com-20080926214449-ylybi4033uv3lz2q
Tags: upstream-3.2.8
ImportĀ upstreamĀ versionĀ 3.2.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
BODY { background: url(stars.gif) black; color: #CCDDFF; }
 
3
A:link { color: #CCFF80 }          /* unvisited link */
 
4
A:visited { color: #FF80FF }       /* visited links */
 
5
A:active { color: #FF0000 }        /* active links */
 
6
 
 
7
H1 { align: center; color: #00CC00 }
 
8
H2, H3, H4 { color: #00CC00 }
 
9
 
 
10
OL { list-style: decimal inside}
 
11
OL OL { list-style: lower-roman outside }
 
12
DT { color: #FF0000 } 
 
13
 
 
14
PRE { color: #FFFFFF }
 
15
.title { color: #00CC00 }
 
16