aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/Audio/docs/styles.css
blob: 5eba91ec819356acb030c4bdab9cd5e3e036a020 (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
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
h1 {
	text-align:center;
	font-size:180%;
}
h2 {
	border-bottom:2px solid #CCC;
	margin:1em 0 0.4em 0;
}
h3 {
	margin-bottom:0.4em;
}
p {
	margin:0 0 1em 1em;
	text-align:justify;
}
ol {
	margin:0 0 1.2em 1em;
	padding:0;
	list-style-type:none;
}
ol li {
	margin:0.2em 0;
}
pre {
	font-size:100%;
	font-family:"Courier New", Courier, mono;
	background-color: #CCCCCC;
	border:1px solid #999;
	padding:0.2em 1em;
	margin: 0.4em 0;
	display:block;
	white-space: pre;
	overflow: auto;
}
code {
	font-size:100%;
	font-family:"Courier New", Courier, mono;
	background-color: #CCCCCC;
	border:1px solid #999;
	padding:0.2em;
	white-space: pre;
}
form {
	margin:0 0 0 1em;
}
span.key {
	color: #006600;
}
#install {
	display:none
}
#languages ul {
	display:inline;
	list-style-type:none;
	margin:0;
	padding:0;
}
#languages li {
	display:inline;
	margin:0;
	padding:0;
	vertical-align:bottom;
}