~ubuntu-branches/ubuntu/breezy/ntfsdoc/breezy

« back to all changes in this revision

Viewing changes to style/ntfsdoc.css

  • Committer: Bazaar Package Importer
  • Author(s): David Martínez Moreno
  • Date: 2004-08-12 11:42:27 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040812114227-xekl5gb20c6gvqci
Tags: 0.5-1
* New upstream release.
* Converted debian/changelog to UTF-8.
* Created debian/compat.
* debian/control:
  - Updated Standards-Version to 3.6.1 (no changes).
  - Converted to UTF-8.
  - Updated Build-Depends to debhelper v4.
  - Fixed short Description to comply with Developers Reference advice.
* debian/copyright:
  - Removed rests of dh_make in upstream's names.
  - Converted to UTF-8.
* debian/rules:
  - Cleaned old comments.
  - Uncommented dh_compress. That was giving lintian errors due to the
    changelog not being compressed.
  - Removed DH_COMPAT.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
  background-position: 2px 8px;
9
9
}
10
10
 
 
11
a {
 
12
  text-decoration: none;
 
13
}
 
14
 
11
15
a:link {
12
16
  color: #000;
13
17
  background-color: transparent;
14
 
  text-decoration: none;
15
18
}
16
19
 
17
20
a:visited {
18
21
  color: #000;
19
22
  background-color: transparent;
20
 
  text-decoration: none;
21
23
}
22
24
 
23
25
a:active {
24
26
  color: #000;
25
27
  background-color: transparent;
26
 
  text-decoration: underline;
27
28
}
28
29
 
29
30
a:hover {
30
 
  color: #00f;
31
 
  background-color: transparent;
32
 
  text-decoration: underline;
33
 
}
34
 
 
35
 
a.visible {
36
 
  text-decoration: underline;
37
 
}
38
 
 
39
 
/* temporary fix, mozilla and IE don't agree on transparency */
40
 
a.toolbar, a.toolbar:link, a.toolbar:visited, a.toolbar:active, a.toolbar:hover {
 
31
  color: #fff;
 
32
  background-color: #069;
 
33
}
 
34
 
 
35
a.visible, a.prevnext {
 
36
  text-decoration: underline;
 
37
}
 
38
 
 
39
a.toolbar {
41
40
  color: #069;
42
41
  background-color: #cc9;
43
 
  text-align: center;
44
 
  padding: 2px 10px 2px 10px;
45
 
  text-decoration: none;
 
42
  padding: 2px 10px 2px 10px;
 
43
  text-decoration: none;
 
44
}
 
45
 
 
46
a.toolbar:hover {
 
47
  color: #eeb;
 
48
  background-color: #069;
 
49
  padding: 2px 10px 2px 10px;
 
50
  text-decoration: none;
 
51
}
 
52
 
 
53
div.toolbar {
 
54
  /* This is for konqueror, that can't deal with padded <a> tags */
 
55
  padding-right: 30px;
 
56
}
 
57
 
 
58
div.figure {
 
59
  margin-top: 2em;
 
60
  font: 50% normal;
 
61
  font-weight: bold;
46
62
}
47
63
 
48
64
a.contact {
49
 
  font: 75% normal;
 
65
  font: 75% serif;
50
66
  color: #cc9;
51
67
  background-color: transparent;
52
68
}
66
82
}
67
83
 
68
84
td.numeric, a.numeric {
69
 
  font-family: courier;
 
85
  font-family: monospace;
70
86
}
71
87
 
72
88
th, td {
100
116
  max-width: 570px;
101
117
}
102
118
 
 
119
li {
 
120
  text-align: justify;
 
121
  max-width: 510px;
 
122
}
 
123
 
 
124
p.quote {
 
125
  padding-left: 2em;
 
126
  max-width: 510px;
 
127
}
 
128
 
103
129
/*------------------------------------*/
104
130
 
105
131
/*
140
166
td.toolbar {
141
167
  background-color: #020;
142
168
}
143
 
  
 
169
 
144
170
td, th {
145
171
  background-color: #110;
146
172
  border: solid #666 1px;