~ubuntu-branches/ubuntu/trusty/classworlds/trusty

« back to all changes in this revision

Viewing changes to xdocs/stylesheets/maven_ns4_only.css

  • Committer: Bazaar Package Importer
  • Author(s): Marcus Crafter
  • Date: 2004-09-01 20:46:11 UTC
  • Revision ID: james.westby@ubuntu.com-20040901204611-e6rdq2qf5me6v83d
Tags: upstream-1.0.1
ImportĀ upstreamĀ versionĀ 1.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
body {
 
2
 background: #fff;
 
3
 color: #000;
 
4
 }
 
5
 
 
6
a:active, a:hover, #leftcol a:active, #leftcol a:hover {
 
7
 color: #f30;
 
8
 }
 
9
 
 
10
#leftcol a:link, #leftcol a:visited {
 
11
 color: blue;
 
12
 }
 
13
 
 
14
.a td { 
 
15
 background: #ddd;
 
16
 color: #000;
 
17
 }
 
18
 
 
19
.b td { 
 
20
 background: #efefef;
 
21
 color: #000;
 
22
 }
 
23
 
 
24
body .app th {
 
25
 background-color: #bbb;
 
26
 color: #fff;
 
27
 }
 
28
 
 
29
#navcolumn div strong {
 
30
 background: #fff;
 
31
 color: #555;
 
32
 }
 
33
 
 
34
#banner, #banner td { 
 
35
 background: white;
 
36
 color: #fff;
 
37
 }
 
38