summaryrefslogtreecommitdiff
path: root/manual/css/ardour_manual.css
blob: 0e49a345148ef933c15757cc48ce27c8377a387d (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

body {
	background-color: white;
	margin:0 auto;
	font-family: "Bitstream Vera Sans","Lucida Grande", verdana, "Luxi Sans","Trebuchet MS", helvetica,verdana,arial,sans-serif;
	font-size:12px;
	max-width:55em;
	padding:2em;
	color:#333;
	line-height:150%;
}

/* Links */

a:link {
	color:#7f83a4;
}

a:visited {
	color:#adabc8;
}

div.longdesc-link {
	color:#999;
	float:right;
}

/* Images */

img {
	display:block;
	margin:	1.5em;
}


.screen {
	background-color:#dddddd;
	color:#333333;
}

pre,code{ 
	padding:.3em 1em;
	font-size:0.9em;
	font-family:"Bitstream vera mono",monospace;
}

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color:#565690;
	line-height:130%;
	margin-top:0em;
	font-family:"Luxi Sans","Bitstream Vera Sans","Lucida Grande","Trebuchet MS",helvetica,verdana,arial,sans-serif;
	background-color:transparent;
	}

h1 {
	background: #555555 url(images/title-bg.png) top left repeat;
	line-height:1.6em;
	color:#eff3f0;
	font-size:2em;
	padding:1.5em;
}

h2 {
	font-size:1.6em;
}

h3 {
	font-size:1.1em;
	padding-top:1em;
}

h5.formalpara {
	font-size:1em;
	margin-top:2em;
}

/* Element rules*/
hr{border-collapse: collapse;border-style:none;border-top: 1px dotted #ccc;width:100% !important;}
sup{color:#999;}