summaryrefslogtreecommitdiff
path: root/docs/manual/style.css
blob: 8dae87db026f509d953255428a04d616e6d64e20 (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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
@charset "iso-8859-1";

/* Global settings. */

body
{
  background: #FFFFFF;
}

h1
{
  text-align: center;
}

h2
{
  background: #EEEEFF;
  padding: 10px;
}

dt
{
  padding: 6px;
}

dt div 
{
  color: grey;
  float: right;
}

dd
{
  padding: 6px;
}

pre
{
  padding: 10px;
  background: #E0E0E0;
}

.spacious li
{
  padding: 8px;
}

.shifted li
{
  margin-left: 50px;
}

img.float
{
  float: left;
}

a
{
  text-decoration: none;
}

a.button
{
  color: #000000;
  text-decoration: none;
  background: #E0E0E0;
  border: 1px outset #FFFFFF;
  float: right;
}

/* Settings for variable width code. */

p.code
{
  padding: 10px;
  background: #E0E0E0;
}


/* Settings for diagrams. */

table.diagram
{
  padding: 8px;
  border: none;
  border-spacing: 2px;
}

td.transparentblock
{
  text-align: center;
  padding: 10px 0px;
}

td.whiteblock
{
  width: 100px;
  text-align: center;
  border: 1px solid #C0C0C0;
  background: #E0E0E0;
  padding: 10px 0px;
}

td.lightblock
{
  width: 100px;
  text-align: center;
  border: 1px solid #8888FF;
  background: #BBBBFF;
  padding: 20px 0px;
}

td.darkblock
{
  width: 100px;
  text-align: center;
  background: #8888FF;
  padding: 20px 0px;
}

/* Settings for buttons. */

td.button
{
  background: #E0E0E0;
  border: 1px outset #FFFFFF;
  font-weight: bold;
}