~ubuntu-branches/ubuntu/hardy/qgis/hardy

« back to all changes in this revision

Viewing changes to doc/skin/krysalis.css

  • Committer: Bazaar Package Importer
  • Author(s): William Grant
  • Date: 2007-05-06 13:42:32 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070506134232-pyli6t388w5asd8x
Tags: 0.8.0-3ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/rules, debian/qgis.install, debian/qgis.dirs debian/qgis.desktop:
    Add and install .desktop.
* debian/qgis.desktop: Remove Applications category; it's not real.
* Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Apache Forrest CSS */
2
 
    body {
3
 
      background-color: white;
4
 
      font-family: arial, helvetica, sans-serif;
5
 
      margin: 0px;
6
 
      padding: 0px;
7
 
    }
8
 
    form {
9
 
      padding: 0px;
10
 
      margin: 0px;
11
 
    }
12
 
    a:link {
13
 
      color: #0F3660;
14
 
    }
15
 
    a:visited {
16
 
      color: #009999;
17
 
    }
18
 
    a:active {
19
 
      color: #000066;
20
 
    }
21
 
    a:hover {
22
 
      color: #000066;
23
 
    }
24
 
    .textonly {
25
 
      display: none;
26
 
    }
27
 
    #toplinks {
28
 
      font-size: 70%;
29
 
      left: 15em;
30
 
      position: absolute;
31
 
      top: 119px;
32
 
    }
33
 
    a.toplink {
34
 
      text-decoration: none;
35
 
    }
36
 
    body>#toplinks {
37
 
      padding-bottom: 0em;
38
 
    }
39
 
    #mainheader {
40
 
      background-color: white;
41
 
      border-bottom: 11px solid #ABC;
42
 
      height: 100px;
43
 
      text-align: center;
44
 
      white-space: nowrap;
45
 
    }
46
 
    #grouplogolink {
47
 
      display: block;
48
 
      left: 0px;
49
 
      position: absolute;
50
 
      top: 0px;
51
 
      width: 288px;
52
 
    }
53
 
    #grouplogolink/* Hide from Mac IE 5 */ {
54
 
      display: inline;
55
 
      float: left;
56
 
      left: auto;
57
 
      margin-top: 2px;
58
 
      position: relative;
59
 
      top: auto;
60
 
      width: auto;
61
 
    }
62
 
    #grouplogo {
63
 
      border: 0px;
64
 
    }
65
 
    #projectlogo {
66
 
      border: 0px;
67
 
    }
68
 
    #search {
69
 
      background: #F3F6FF;
70
 
      border: 0px;
71
 
      border-bottom: 10px solid #ABC;
72
 
      border-top: 10px solid #ABC;
73
 
      display: block;
74
 
      margin: 0px;
75
 
      padding: 10px;
76
 
      padding-right: 0px;
77
 
      padding-top: 5px;
78
 
      position: absolute;
79
 
      right: 10px;
80
 
      text-align: left;
81
 
      width: 150px;
82
 
      top: 22px;
83
 
      voice-family: "\"}\"";
84
 
      voice-family: inherit;
85
 
      top: 0px;
86
 
    }
87
 
    #mainheader>#search/* Hide from Mac IE 5 */ {
88
 
      float: right;
89
 
      margin-right: 10px;
90
 
      min-width: 130px;
91
 
      padding-right: 10px;
92
 
      position: static;
93
 
      right: auto;
94
 
      top: auto;
95
 
      width: auto;
96
 
    }
97
 
    #search * {
98
 
      border: 0px !important;
99
 
      font-size: 70%;
100
 
    }
101
 
    .searchtext {
102
 
      color: black;
103
 
      display: block;
104
 
      font-size: 100%;
105
 
    }
106
 
    .query {
107
 
      width: 8.5em;
108
 
    }
109
 
    #content {
110
 
      background: white url('skins/krysalis/content-background.png') repeat-x top;
111
 
      padding-bottom: 1em;
112
 
      padding-left: 12em;
113
 
      padding-right: 10px;
114
 
      padding-top: 30px;
115
 
      voice-family: "\"}\"";
116
 
      voice-family: inherit;
117
 
      padding-left: 10.5em;
118
 
    }
119
 
    body>#content { /* Be nice to Opera */
120
 
      padding-left: 10.5em;
121
 
    }
122
 
    #content * {
123
 
      position: relative;
124
 
      z-index: 2;
125
 
    }
126
 
    #content h1 {
127
 
      font-size: 125%;
128
 
    }
129
 
    #content h2 {
130
 
      font-size: 100%;
131
 
    }
132
 
    #content h3 {
133
 
      font-size: 80%;
134
 
    }
135
 
    #content p {
136
 
      font-size: 80%;
137
 
    }
138
 
    #content em {
139
 
      font-style: normal;
140
 
      font-weight: bold;
141
 
    }
142
 
    #content li {
143
 
      font-size: 70%;
144
 
      list-style-type: none;
145
 
    }
146
 
    #content li li {
147
 
      font-size: 100%;
148
 
    }
149
 
    #content .author {
150
 
      display: block;
151
 
      font-size: 70%;
152
 
      text-align: right;
153
 
    }
154
 
    #printable {
155
 
      display: block;
156
 
      font-size: 70%;
157
 
      float: right;
158
 
      margin-right: 3em;
159
 
      margin-top: 1em;
160
 
      position: relative;
161
 
      text-align: center;
162
 
      width: 6em;
163
 
    }
164
 
    #printable/* Hide from Mac IE 5.x */ {
165
 
      width: 5.5em;
166
 
    }
167
 
    #printable img {
168
 
      border: 0px;
169
 
      display: block;
170
 
    }
171
 
    #printable>img/* Hide from Mac IE 5.x */ {
172
 
      display: inline;
173
 
    }
174
 
    #nav {
175
 
      border-bottom: 10px solid #ABC;
176
 
      left: 10px;
177
 
      padding-top: 10px;
178
 
      position: absolute;
179
 
      top: 70px;
180
 
      z-index: 1;
181
 
    }
182
 
    #nav/* Hide from Mac IE 5.x */ {
183
 
      top: 70px;
184
 
    }
185
 
    #categories {
186
 
      border-bottom: 10px solid #ABC;
187
 
      font-size: 70%;
188
 
      height: 1.75em;
189
 
      margin: 0px;
190
 
      padding: 0px;
191
 
      position: relative;
192
 
      z-index: 1;
193
 
    }
194
 
    .category {
195
 
      display: block;
196
 
      float: left;
197
 
      margin: 0em;
198
 
      margin-right: 0.3em;
199
 
      padding-right: 0.2em;
200
 
      padding-left: 0.5em;
201
 
      text-align: center;
202
 
    }
203
 
    .category/* Hide from Mac IE 5.x */ {
204
 
      padding-left: 0.5em;
205
 
      padding-right: 0.5em;
206
 
    }
207
 
    span.category {
208
 
      background: #ABC;
209
 
      color: #F3F6FF;
210
 
      font-weight: normal;
211
 
      padding-bottom: 0.5em;
212
 
      padding-top: 0.3em;
213
 
    }
214
 
    a.category {
215
 
      background: #F3F6FF;
216
 
      border: 1px solid #ABC;
217
 
      border-bottom: 0px;
218
 
      font-weight: normal;
219
 
      padding-top: 0.15em;
220
 
      margin-top: 0.5em;
221
 
    }
222
 
    .navsection {
223
 
      background: #F3F6FF;
224
 
      border-left: 1px solid #ABC;
225
 
      border-right: 1px solid #ABC;
226
 
      display: block;
227
 
      font-size: 70%;
228
 
      margin: 0px;
229
 
      padding-bottom: 0.1em;
230
 
      padding-left: 15px;
231
 
      padding-top: 0.3em;
232
 
      width: 11em;
233
 
      voice-family: "\"}\"";
234
 
      voice-family: inherit;
235
 
      width: 10.5em;
236
 
    }
237
 
    #nav>.navsection { /* Be nice to Opera */
238
 
      width: 10.5em;
239
 
    }
240
 
    .navsectionheader {
241
 
      color: black;
242
 
      font-size: 100%;
243
 
      margin: 0px;
244
 
      padding-left: 7px;
245
 
    }
246
 
    .navsectionheader/* Hide from Mac IE 5.x */ {
247
 
      font-size: 90%;
248
 
    }
249
 
    .navitem {
250
 
      display: block;
251
 
      margin-left: 0px;
252
 
      margin-bottom: 0.2em;
253
 
      padding-left: 15px;
254
 
    }
255
 
    .navsection>.navitem {
256
 
      display: list-item;
257
 
      margin-left: 15px;
258
 
      padding-left: 0px;
259
 
    }
260
 
    span.navitem {
261
 
      background: url('skins/default/navbullet-selected.png') no-repeat center left;
262
 
      color: #FFCC00;
263
 
    }
264
 
    .navsection>span.navitem {
265
 
      background: inherit;
266
 
      list-style-type: disc;
267
 
    }
268
 
    a.navitem {
269
 
      background: url('skins/default/navbullet.png') no-repeat center left;
270
 
      color: black;
271
 
      list-style-type: circle;
272
 
      text-decoration: none;
273
 
    }
274
 
    .navsection>a.navitem {
275
 
      background: inherit;
276
 
      list-style-type: circle;
277
 
    }
278
 
    a.navitem:visited {
279
 
      color: white;
280
 
    }
281
 
    a.navitem:hover {
282
 
      color: #009966;
283
 
    }
284
 
    .navsection>a.navitem:hover {
285
 
      background: inherit;
286
 
    }
287
 
    #footer {
288
 
      background-color: #ABC;
289
 
      font-size: 70%;
290
 
      padding-bottom: 5px;
291
 
      padding-top: 3px;
292
 
      text-align: center;
293
 
    }
294
 
    #revision:before {
295
 
      content: " -- "
296
 
    }
297
 
    #validation {
298
 
      display: block;
299
 
      margin-top: 5px;
300
 
      text-align: right;
301
 
    }
302
 
    #validation img {
303
 
      border: 0px;
304
 
    }
305
 
 
306
 
    .extratab {
307
 
      display: none;
308
 
    }