aboutsummaryrefslogtreecommitdiffstats
path: root/documentation/data/doc.css
blob: 8a06636bd3483e39beff12029fe15984f315d972 (plain)
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
71
72
73
74
75
76
77
78
79
80
81
82
body {
  margin: 0 10px 10px 10px;
  padding: 0;
}

h1 {
  margin-left: -10px;
  margin-top: 5px;
  text-align: center;
  border-bottom: 2px groove black;
}

div.links {
  float: right;
  margin-left: 10px;
  margin-top: 1em;
  padding: 0 10px 0px 10px;
  text-align: center;
  border: 1px solid black;
  background: white;
} div.links div.title {
  background: white;
  margin: -0.5em 10px 5px 10px;
  padding: 0 10px;
  float: center;
  border: 1px solid black;
} div.links div.index {
  position: relative;
  bottom: 0;
  left: -5px;
  margin-top: 4px;
  text-align: left;
} div.links a {
  color: black;
  /*text-decoration: none;*/
}

div.cmd {
  background: #000;
  border: 1px solid #ddd;
  font-family: monospace,fixed;
  font-style: bold;
  color: #fff;
  white-space: pre;
  font-size: 12px;
  padding: 5px;
  margin: 5px;
}

div.conf {
  background: #eee;
  border: 1px solid #111;
  font-family: monospace,fixed;
  white-space: pre;
  font-size: 12px;
  padding: 5px;
  margin: 5px;
}

div.warn {
  margin-top: 20px;
  border: 2px solid #700000;
  margin-left: 20px;
  padding-left: 5px;
  width: auto;
  min-height: 30px;
} 

div.note {
  margin-top: 20px;
  border: 2px solid #43607e;
  margin-left: 20px;
  padding-left: 5px;
  width: auto;
  min-height: 30px;
} 

img.icon {
  float: left;
  margin-left: -14px;
  margin-top: -20px;
}