summaryrefslogtreecommitdiff
path: root/doc/style.css
blob: e243249ca5f7954f3aa06857567af27de77f621b (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
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
/* Scaladoc style sheet */

a:link {
	color: #0000ee;
}

a:visited {
	color: #551a8b;
}

a:active {
	color: #0000ee;
}

body {
	background-color: #ffffff;
}

div.entity {
	margin: 18px 0px 18px 0px;
	font-size: x-large;
	font-weight: bold;
}

div.doctitle {
	font-weight: bold;
	font-style: italic;
}

div.doctitle-larger {
	margin: 0px 0px 10px 0px;
	font-size: larger;
	font-weight: bold;
}

div.kinds {
	margin: 0.6em 0 0 0; /* top right bottom left */
	font-weight: bold;
}

div.page-title {
	margin: 15px 0px 15px 0px;
	font-size: x-large;
	font-weight: bold;
	text-align: center;
}

div.source {
	font-size: smaller;
	color: gray;
}

span.entity {
	color: #ff6666;
}

table.member {
	margin: 0 0 1.2em 0; /* top rigth bottom left */
	border-collapse: collapse;
	border: 2px inset #888888;
	width: 100%;
}

table.member td.title {
	border: 2px inset #888888;
	background-color: #ccccff;
	font-size: x-large;
	font-weight: bold;
}

table.inherited {
	margin: 0 0 1.2em 0; /* top rigth bottom left */
	border-collapse: collapse;
	border: 2px inset #888888;
	width: 100%;
}

table.inherited td.title {
	background-color: #eeeeff;
	font-weight: bold;
}

table.member-detail {
	margin: 10px 0px 0px 0px;
	border-collapse: collapse;
	border: 2px inset #888888;
	background-color: #ffffff;
	width: 100%;
}

table.member-detail td.title {
	border: 2px inset #888888;
	background-color: #ccccff;
	font-size: x-large;
	font-weight: bold;
}

table.navigation {
	border-collapse: collapse;
	width: 100%;
	font-family: Arial,Helvetica,Sans-Serif;
}

td.inherited-members {
	border-top: 2px inset #888888;
	border-right: 0px;
}

td.inherited-owner {
	background-color: #eeeeff;
	font-weight: bold;
}

td.modifiers {
	border-top: 2px inset #888888;
        border-right: 2px inset #888888;
	width: 50px;
	text-align: right;
}

td.navigation-enabled {
	font-weight: bold;
	color: #000000;
	background-color: #eeeeff;
}

td.navigation-links {
	width: 100%;
	background-color: #eeeeff;
}

td.navigation-selected {
	font-weight: bold;
	color: #ffffff;
	background-color: #00008b;
}

td.signature {
	border-top: 2px inset #888888;
	width: 90%;
}

ul.list {
	margin: 0;
	padding: 0;
	list-style: none;
}