File: qgisdoc.css

package info (click to toggle)
qgis 0.7.4-5
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 33,480 kB
  • ctags: 8,836
  • sloc: cpp: 169,088; sh: 8,792; ansic: 1,723; makefile: 1,622; perl: 105
file content (40 lines) | stat: -rw-r--r-- 641 bytes parent folder | download | duplicates (19)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
body{
  font-family: trebuchet,arial,helvetica,sans;
  font-size: 11pt;
}
.normal{
  font-size: 11pt;
}
.warning{
  font-family: trebuchet,arial,helvetica,sans;
  font-size: 12pt;
  font-weight: bold;
  color: #800000;
} 
span.header{
  font-family: trebuchet,arial,helvetica,sans;
  font-size: 18pt;
}
span.subheader{
  font-family: trebuchet,arial,helvetica,sans;
  font-size: 14pt;
  font-weight: normal;
}
dt{
  font-size: 10pt;
  font-weight: bold;
}
ul.small{
  font-size: 9pt;
}
h2{
  font-size: 14pt;
  font-family: trebuchet,arial,helvetica,sans;
  font-weight: normal;
}
a.link.bar{
  font-size: 9pt;
  font-style: italic;
}
  }
}