summaryrefslogtreecommitdiff
path: root/local.css
blob: a72a9fb7d24638d6d3cefe28af860022cdb1d921 (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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
body {
	font-family: Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: medium;
	background-color: #aaaaaa;
}

h1, h2, h3, h4 {
	font-weight: bold;
	margin-bottom: -10px;
	margin-top: +20px;
	color: #a0a0a0
}

h1 { font-size: 140%; }
h2 { font-size: 120%; }
h3 { font-size: 110%; }
h4 { font-size: 105%; }

span.title { color:#182C41; }

.toc {
	float: right;
	border:thin solid #aaaaaa;
	-moz-box-shadow: 0px 0px 8px #aaaaaa;
	-webkit-box-shadow: 0px 0px 8px #aaaaaa;
	box-shadow: 0px 0px 8px #aaaaaa;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 1;
	background-color: white;
}

.toc ol {
	font-size: small;
	padding-left: 2.5em;
	padding-right: 0.5em;
}

a {
	color: #182C41 !important;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
}

#content a {
	font-weight: bold;
}

#content .toc a {
	font-weight: normal !important;
}

#searchform div:before {
	font-size: small;
	vertical-align: top;
	color:#182C41;
	content: "search:";
}

#searchform input {
	border-top: none;
	border-bottom: none;
	vertical-align: bottom;
	margin-right: 7px;
}

input {
	border: solid 1px;
	border-color: #aaa;
}

div.pageheader {
	margin-top: 1em;
}

/* the upper part of the header */
.pageheader .header {
	color: black;
	background-color:#ADD8E6;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	-moz-border-radius-topleft: 10px;
	border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	border-top-right-radius: 10px;
	-moz-box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000;
}

/* the lower part of the header */
.pageheader .actions ul {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0.5em;
  	font-size: small;
	background-color: white;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-moz-box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000;
}

#content {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
	margin-top: 1em;
	margin-bottom: 1em;
	background-color: white;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000;
}

#pageinfo {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	background-color: white;
	border-top: thin none black;
	-moz-border-radius: 10px;
	border-radius: 10px;
	font-size: small;
	background-color: white;
	-moz-box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000;
}

div#backlinks {
	margin-top: 0em;
}

.floatright {
	float: right;
}

/* Source code examples and commands */
pre {
	border: thin none;
	display: block;
	padding: 5px 2em;
	background-color: #e6e6e6;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: thin solid #aaaaaa;
	overflow: auto;
}

/* Data table */
table.datatable {
	border: 1px solid #aaaaaa;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
}

table.datatable thead th {
	color: #a0a0a0
}

table.datatable tbody tr:hover {
	background-color: #ADD8E6;
}

table.datatable th, td {
	border: 1px solid #aaaaaa;
	text-align: center;
	padding: 0.25em;
}

/* screenshots */
div.screenshots {
	display: table;
	margin-left: auto;
	margin-right: auto;
}

/* the signin form */
form#signin {
	overflow: auto;
}