summaryrefslogtreecommitdiffstats
path: root/public/manual/en/html.css
blob: c1b2a6fca6a948e1f45789b1ede1894d55f718cc (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
body  { 
    background: #FFFFFF;
    font: 0.8em Verdana,Tahoma,Arial,sans-serif;
}

h1, h2, h3, h4, h5 { 
    color: #800000; 
    font-family: sans-serif; 
}

table {
  font-size: 1em;
}

a{
color:#467aa7;
font-weight:bold;
text-decoration:none;
background-color:inherit;
}

a:hover{
  color: #800000; 
  text-decoration:underline;
  background-color:inherit;
}

a img{border:none;}

.screenshot {
  text-align: center;
}

.guilabel {
  font-weight: bold;
}

span.term { 
    font-weight: bold; 
}

div.sidebar { 
    background: #F0F0F0; 
    border: 1px solid gray; 
    padding: 5px; 
    margin: 20px; 
}

pre.programlisting { 
    background: #F0F0F0; 
    border: 1px solid gray; 
    padding: 2px; 
    font-size: 10pt;
    white-space: pre;
}