summaryrefslogtreecommitdiffstats
path: root/docs/reference/style.css
blob: b8799ceb5eb8ba8ca10b8b9aea37c2f98a6b0367 (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
/* modified from gtk-doc style.css */

body    {
    margin: 0 8em;
    padding: 0;
}


.synopsis, .classsynopsis, .programlisting 
{
    padding: 6px;
    -moz-border-radius: 8px;
    background-color: #F6F6F6;
    border: solid 1px #DDDDDD;
    color: #222;
}
.variablelist 
{
  padding: 4px;
  margin-left: 3em;
}
.variablelist td:first-child
{
  vertical-align: top;
}
table.navigation 
{
	background-color: #BD2C4A;
	border: 1px solid #000000;
	color: white;
	margin: 1em 0 1ex 0;
}
.navigation a 
{
  color: white;
}
.navigation a:visited 
{
  color: #770000;
}
.navigation .title 
{
  font-size: 200%;
}
div.refnamediv 
{
  margin-top: 2em;
}
div.gallery-float 
{
  float: left;
  padding: 10px;
}
div.gallery-float img 
{
  border-style: none;
}
div.gallery-spacer 
{
  clear: both;
}
a
{
  text-decoration: none;
}
a:hover
{
  text-decoration: underline;
}

table.navigation th {
	padding: 0.4ex 0;
	font-size: 150%;
}

p.releaseinfo {
	font-weight: bold;
}