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

« back to all changes in this revision

Viewing changes to doc/skin/page.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
 
 
2
 
body {  background-color: #FFFFFF; margin: 0px 0px 0px 0px; font-family: Verdana, Helvetica, sans-serif;  font-size : 100%;  }
3
 
 
4
 
p {  margin: 10px 0px 0px 0px; font-family: Verdana, Helvetica, sans-serif;  font-size : 100%;  }
5
 
 
6
 
.textheader { display: none;  }
7
 
.headerlogo { padding: 0px 2px 2px 0px;  }
8
 
 
9
 
.spacer { border: 0; margin: 0px; }
10
 
.skin { border: 0;  margin: 0px;}
11
 
.figure { border: 0; vertical-align: top ; margin-top: 10px; margin-bottom: 10px; }
12
 
img { border: 0; margin-top: 5px; margin-bottom: 5px; }
13
 
/* Leave out vertical align until I figure out why IE isn't picking up the .skin/.spacer styles (JT) */
14
 
/*vertical-align: top*/
15
 
 
16
 
 
17
 
a:link { color: #0F3660; }
18
 
a:visited { color: #000044; }
19
 
a:active { color: #800000; }
20
 
a:hover { border: 0px solid #a5b6c6; background: #CFDCED; }
21
 
 
22
 
.menu a:link { color: #000000;  font-weight: normal;}
23
 
.menu a:visited { color: #000000; font-weight: normal; }
24
 
.menu a:active { color: #000000; font-weight: normal; }
25
 
.menu a:hover { color: #000000; font-weight: normal; }
26
 
 
27
 
.menu { background-color: #F7F7F7; 
28
 
        padding: 8px 0px 4px 0px;  
29
 
        margin: 0px; 
30
 
        font-size : 70%;
31
 
}
32
 
 
33
 
 
34
 
.menutitle { 
35
 
        cursor:pointer;
36
 
        padding: 0px 3px 5px 10px;  
37
 
        background-image: url('images/chapter.gif');
38
 
        background-repeat: no-repeat;
39
 
        background-position: center left;
40
 
        font-weight : bold;}
41
 
 
42
 
.menu .menuitemgroup { 
43
 
        margin: 0px 0px 6px 8px; 
44
 
        padding: 0px;  
45
 
        font-weight : bold; }
46
 
        
47
 
.menu .selectedmenuitemgroup{ 
48
 
        margin: 0px 0px 6px 8px; 
49
 
        padding: 0px;  
50
 
        font-weight : bold; }
51
 
        
52
 
.menu .menuitem { 
53
 
        padding: 0px 0px 2px 10px;  
54
 
        background-image: url('images/page.gif');
55
 
        background-repeat: no-repeat;
56
 
        background-position: center left;
57
 
        font-weight : normal; 
58
 
}
59
 
 
60
 
.menu .menupage {         
61
 
        padding: 4px 3px 5px 10px;  
62
 
        background-image: url('images/current.gif');
63
 
        background-repeat: no-repeat;
64
 
        background-position: top left;
65
 
        font-style : normal;
66
 
 
67
 
        
68
 
}
69
 
 
70
 
.menu .menupagetitle { 
71
 
        padding: 0px 0px 0px 6px;     
72
 
        font-style : normal;
73
 
        background-color:#CFDCED; 
74
 
        border-color: #a5b6c6; 
75
 
        border-style: solid; 
76
 
        border-width: 1px;
77
 
        
78
 
}
79
 
 
80
 
.menu .menupageitemgroup { 
81
 
        padding: 3px 0px 4px 6px;    
82
 
        font-style : normal;
83
 
        background-color:#ffffff; 
84
 
        border-color: #a5b6c6; 
85
 
        border-style: solid; 
86
 
        border-width: 1px;
87
 
        
88
 
}
89
 
 
90
 
.menu .menupageitem {             
91
 
  
92
 
        font-style : normal;
93
 
        font-weight : normal; 
94
 
        border-width: 0px;
95
 
        font-size : 90%;
96
 
}
97
 
 
98
 
 
99
 
.smallerfont {             
100
 
          font-size : 100%;
101
 
        padding: 0px 0px 0px 0px;   
102
 
}
103
 
 
104
 
 
105
 
.biggerfont {             
106
 
        font-size : 100%;
107
 
        font-weight : bold;      
108
 
        padding: 0px 0px 0px 0px;   
109
 
}
110
 
 
111
 
.resetfont {             
112
 
        font-size : 100%;
113
 
        font-weight : normal; 
114
 
          padding: 0px 0px 0px 0px;  
115
 
}
116
 
 
117
 
table .title { background-color: #FFFFFF; width:100%; border: 0px; }
118
 
.dida { font-size: 80%; }
119
 
 
120
 
.pre { white-space: pre;}
121
 
 
122
 
h1 { font-size : 160%; margin: 0px 0px 0px 0px; padding: 0px; }
123
 
h2 { font-size : 140%; margin: 10px 0px 0px 0px; padding: 0px; font-weight : bold;}
124
 
h3 { font-size : 130%; margin: 18px 0px 0px 0px; padding: 0px; font-weight : bold; }
125
 
h4 { font-size : 120%; margin: 18px 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; }
126
 
h4.faq { font-size : 120%; margin: 18px 0px 0px 0px; padding: 0px; font-weight : bold; text-align: left; }
127
 
h5 { font-size : 100%; margin: 14px 0px 0px 0px; padding: 0px; font-weight : normal; text-align: left; }
128
 
 
129
 
.content { padding: 5px 5px 5px 10px; font : small Verdana, Helvetica, sans-serif;  font-size : 80%;  }
130
 
.content .ForrestTable { width: 100%; background-color: #7099C5; color: #ffffff; font-size : 100%;}
131
 
.content .ForrestTable caption { text-align: left; color: black; font-weight: bold; }
132
 
.content .ForrestTable th { text-align: center; }
133
 
.content .ForrestTable td { background-color: #f0f0ff; color: black; }
134
 
 
135
 
 
136
 
.note, .warning, .fixme {
137
 
        border-top: 3px solid #900;
138
 
        border-bottom: 3px solid #900;
139
 
        background-image: url(images/icon_error_lrg.gif);
140
 
        background-repeat: no-repeat;
141
 
        background-position: 0 1.33em;
142
 
        margin: 1.33em 0;
143
 
        padding: .33em 0 .67em 36px;
144
 
        min-height: 32px;
145
 
}
146
 
 
147
 
 
148
 
.fixme {
149
 
        background-image: url(images/icon_warning_lrg.gif);
150
 
        border-color: #c60;
151
 
}
152
 
 
153
 
.note {
154
 
        background-image: url(images/icon_info_lrg.gif);
155
 
        border-color: #069;
156
 
}
157
 
 
158
 
.label{
159
 
        font-weight: bold;
160
 
}
161
 
 
162
 
 
163
 
.code { background-color: #F7F7F7;
164
 
        border-color: #CFDCED;
165
 
        border-style: solid; 
166
 
        border-width: 1px; 
167
 
        font-size : 120%;
168
 
        padding: 1em 1.33em 1em 1.33em;
169
 
}
170
 
 
171
 
.codefrag {     font-family: "Courier New", Courier, monospace; font-size : 120%;}
172
 
 
173
 
.highlight { background-color: yellow; }
174
 
 
175
 
.minitoc { list-style-image: url('images/current.gif'); font-weight : normal;}
176
 
 
177
 
.search { font-size : 70%;  }
178
 
.footnote { font-size : 70%;  }
179
 
.datenote { font-size : 60%;  color: #F7F7F7;}
180
 
 
181
 
input { font-size : 100% }
182
 
submit { font-size : 100%  }
183
 
button { font-size : 100%  }
184
 
textarea { font-size : 100% }
185
 
 
186
 
.tab { font-size : 85%; border: 0 }
187
 
 
188
 
.tab a:link {  font-weight: normal;}
189
 
.tab a:visited { font-weight: normal; }
190
 
.tab a:active { font-weight: normal; }
191
 
.tab a:hover {  font-weight: normal; }
192
 
 
193
 
.trail { font-size: 70%; }
194
 
 
195
 
.trail a:link {  font-weight: normal;}
196
 
.trail a:visited {  font-weight: normal; }
197
 
.trail a:active {  font-weight: normal; }
198
 
.trail a:hover {  font-weight: normal; }
199
 
 
200
 
 
201
 
.dtdTag {    color: #990000; text-transform : uppercase;  font-style : normal;  font-size : 120%;  font-weight : bold; }
202
 
 
203
 
.top-left {
204
 
        background-color: #a5b6c6;
205
 
        background-image: url(images/top-left.png);
206
 
        background-repeat: no-repeat;
207
 
        background-position: top left;
208
 
        width : 5px;
209
 
        height : 5px;
210
 
}
211
 
 
212
 
.top-right {
213
 
        background-color: #a5b6c6;
214
 
        background-image: url(images/top-right.png);
215
 
        background-repeat: no-repeat;
216
 
        background-position: top right;
217
 
        width : 5px;
218
 
        height : 5px;
219
 
}
220
 
 
221
 
.top-left-tab  {
222
 
        background-color: #cedfef;
223
 
        background-image: url(images/top-left.png);
224
 
        background-repeat: no-repeat;
225
 
        background-position: top left;
226
 
        width : 5px;
227
 
        height : 5px;
228
 
}
229
 
 
230
 
.top-right-tab {
231
 
        background-color: #cedfef;
232
 
        background-image: url(images/top-right.png);
233
 
        background-repeat: no-repeat;
234
 
        background-position: top right;
235
 
        width : 5px;
236
 
        height : 5px;
237
 
}
238
 
 
239
 
 
240
 
.bottom-left {
241
 
        background-color: #a5b6c6;
242
 
        background-image: url(images/bottom-left.png);
243
 
        background-repeat: no-repeat;
244
 
        background-position: bottom left;
245
 
        width : 5px;
246
 
        height : 5px;
247
 
}
248
 
 
249
 
.bottom-right {
250
 
        background-color: #a5b6c6;
251
 
        background-image: url(images/bottom-right.png);
252
 
        background-repeat: no-repeat;
253
 
        background-position: bottom right;
254
 
        width : 5px;
255
 
        height : 5px;
256
 
}
257
 
 
258
 
.bottom-left-thick {
259
 
        background-color: #a5b6c6;
260
 
        background-image: url(images/bottom-left.png);
261
 
        background-repeat: no-repeat;
262
 
        background-position: bottom left;
263
 
        width : 5px;
264
 
        height : 9px;
265
 
}
266
 
 
267
 
.bottom-right-thick {
268
 
        background-color: #a5b6c6;
269
 
        background-image: url(images/bottom-right.png);
270
 
        background-repeat: no-repeat;
271
 
        background-position: bottom right;
272
 
        width : 5px;
273
 
        height : 9px;
274
 
}
275
 
 
276
 
 
277
 
@media print {
278
 
  .headerlogo { display: none;  }
279
 
  .textheader { display: block;  font-size : 70%; }
280
 
  .menu { display: none;  }
281
 
  .dida {  display: none;  }
282
 
  .minitoc { display: none;  }
283
 
  .search { display: none;  }
284
 
  .datenote { display: none;  }
285
 
  /*.footnote { display: none;  }*/
286
 
  .tab  { display: none;  }
287
 
  .trail  { display: none;  }
288
 
  .logos  { display: none;  }
289
 
 
290
 
  .top-left { display: none;  }
291
 
  .top-right { display: none;  }
292
 
  .top-left-tab  { display: none;  }
293
 
  .top-right-tab  { display: none;  }
294
 
  .bottom-left  { display: none;  }
295
 
  .bottom-right  { display: none;  }
296
 
  .bottom-left-thick { display: none;  }
297
 
  .bottom-right-thick  { display: none;  }
298
 
    
299
 
}
300
 
 
301
 
 
302
 
 
303
 
 
304
 
 
305