~ubuntu-branches/ubuntu/lucid/commons-httpclient/lucid

« back to all changes in this revision

Viewing changes to docs/style/ns4_only.css

  • Committer: Bazaar Package Importer
  • Author(s): Barry Hawkins
  • Date: 2005-11-25 13:12:23 UTC
  • Revision ID: james.westby@ubuntu.com-20051125131223-2g7eyo21pqgrohpo
Tags: upstream-2.0.2
ImportĀ upstreamĀ versionĀ 2.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* simple rules suitable for Netscape 4.x only; richer rules are in tigris.css. see <http://style.tigris.org/> */
 
2
 
 
3
/* colors, backgrounds, borders, link indication */ 
 
4
 
 
5
body {
 
6
 background: #fff;
 
7
 color: #000;
 
8
 }
 
9
#leftcol a:link, #leftcol a:visited {
 
10
 color: blue;
 
11
 }
 
12
a:active, a:hover, #leftcol a:active, #leftcol a:hover {
 
13
 color: #f30;
 
14
 }
 
15
#login a:link, #login a:visited {
 
16
 color: white; 
 
17
 text-decoration: underline;
 
18
 }
 
19
#banner a:active, #banner a:hover {
 
20
 color: #f90;
 
21
 }
 
22
#leftcol a, #breadcrumbs a  {
 
23
 text-decoration: none;
 
24
 }
 
25
h2 .lastchild {
 
26
 color: #777
 
27
 } 
 
28
.a td { 
 
29
 background: #ddd;
 
30
 }
 
31
.b td { 
 
32
 background: #efefef;
 
33
 }
 
34
.tabs td, .tabs th {
 
35
 background-color: #ddd;
 
36
 }
 
37
body .app th {
 
38
 background-color: #bbb;
 
39
 }
 
40
body .tabs th {
 
41
 background-color: #888;
 
42
 color: #fff;
 
43
 }
 
44
body .app .axial th {
 
45
 background-color: #ddd;
 
46
 color: black
 
47
 }
 
48
.tabs td {
 
49
 background-color: #ddd;
 
50
 }
 
51
.alert { 
 
52
 color: #c00;
 
53
 }
 
54
.confirm {
 
55
 color: green;
 
56
 }
 
57
.info {
 
58
 color: blue;
 
59
 }
 
60
.selection {
 
61
 background: #ffc;
 
62
 }
 
63
#login {
 
64
 color: #fff;
 
65
 }
 
66
#helptext th {
 
67
 background: #cc9;
 
68
 }
 
69
#helptext td {
 
70
 background: #ffc;
 
71
 }
 
72
.tabs a  {
 
73
 text-decoration: none;
 
74
 }
 
75
#navcolumn div strong {
 
76
 color: #555;
 
77
 }
 
78
#banner, #banner td { 
 
79
 background: #036;
 
80
 color: #fff;
 
81
 }
 
82
body #banner #login a { 
 
83
 color: white;
 
84
 }
 
85
 
 
86
 
 
87
/* font and text properties, exclusive of link indication, alignment, text-indent */
 
88
 
 
89
body, div, p, th, td, li, dl, dd {
 
90
 font-family: Lucida, Arial, Helvetica, sans-serif;
 
91
 }
 
92
code, pre {
 
93
 font-family: 'Andale Mono', Courier, monospace;
 
94
 }
 
95
h2, h3, h4 {
 
96
 font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
 
97
 }
 
98
.selection {
 
99
 font-weight: bold
 
100
 }
 
101
#login .username {
 
102
 font-weight: bold;
 
103
 }
 
104
 
 
105
 
 
106
/* box properties (exclusive of borders), positioning, alignments, list types, text-indent */
 
107
 
 
108
th, td {
 
109
 text-align: left;
 
110
 vertical-align: top 
 
111
 }
 
112
.right {
 
113
 text-align: right;
 
114
 }
 
115
.center {
 
116
 text-align: center;
 
117
 }
 
118
body .app .axial th {
 
119
 text-align: right;
 
120
 }
 
121
.app .axial td th {
 
122
 text-align: left;
 
123
 }
 
124
body td .stb {
 
125
 margin-top: 1em;
 
126
 text-indent: 0;
 
127
 }
 
128
body td .mtb {
 
129
 margin-top: 2em;
 
130
 text-indent: 0;
 
131
 }
 
132
dd {
 
133
 margin-bottom: .67em;
 
134
 }
 
135
#footer {
 
136
 margin: 4px
 
137
 }
 
138
#helptext {
 
139
 margin-top: 1em
 
140
 }
 
141
#helptext td div {
 
142
 margin: .5em
 
143
 }
 
144
.courtesylinks {
 
145
 margin-top: 1em;
 
146
 padding-top: 1em
 
147
 }
 
148
#navcolumn div {
 
149
 margin-bottom: .5em;
 
150
 }
 
151
#navcolumn div div {
 
152
 margin-top: .3em
 
153
 }
 
154
#navcolumn div div {
 
155
 padding-left: 1em;
 
156
 }
 
157
#banner, #banner td { 
 
158
 vertical-align: middle;
 
159
 }
 
160
body.docs, body.nonav {
 
161
 margin: 1em
 
162
 }