Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: 9932b6927af55695ccbd423277232baca09695e7 (plain) (blame)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
p,table,td,th {
  font-family: arial, helvetica, geneva;
  font-size: 10pt
}

pre {
  font-family: "Courier New", Courier, mono;
  font-size: 10pt
}

h2 {
  font-family: arial, helvetica, geneva;
  font-size: 18pt;
  font-weight: bold;
  line-height: 14px
}

code {
  font-family: "Courier New", Courier, mono;
  font-size: 10pt
}

sup {
  font-family: arial, helvetica, geneva;
  font-size: 10px
}

h3 {
  font-family: arial, helvetica, geneva;
  font-size: 14pt;
  font-weight: bold
}

li {
  font-family: arial, helvetica, geneva;
  font-size: 10pt
}

h1 {
  font-family: arial, helvetica, geneva;
  font-size: 28px;
  font-weight: bold
}

body {
  font-family: arial, helvetica, geneva;
  font-size: 10pt;
  clip: rect();
  margin-top: 5mm;
  margin-left: 3mm
}

.indextop {
  font-size: x-large;;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: bold
}

.indexsub {
  font-size: xx-small;;
  font-family: Arial, Helvetica, sans-serif;
  color: #8080FF
}

.container_php,.container_default {
  padding: 0 20px
}
.container_html {
  padding: 0 20px
}

Back to the top