-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjackmixer.css
183 lines (152 loc) · 2.47 KB
/
jackmixer.css
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
/* adapted from Localize template published on oswd */
body {
margin: 0;
padding: 0;
font-family: sans-serif;
color: #666;
text-align: center;
background-color: #ddd;
}
p {
margin: 0.2em 0 1.2em 0;
padding: 0.3em;
}
h1 {
padding: 0;
margin: 0;
font-size: 180%;
font-style: italic;
color: #8e7200;
}
h2, h3 {
background: #eee;
color: #8e7200;
font-size: 120%;
margin: 0.2em;
padding: 0;
font-style: italic;
}
h3 {
background: #dddddd;
}
a:link, a:visited {
color: #8e7200;
text-decoration: underline;
}
a:hover {
color: #8e7200;
text-decoration: none;
}
a:active {
color: #8e7200;
text-decoration: underline;
}
div#page {
background: white;
margin: 0 auto;
width: 70%;
border: 1px solid #aaa;
}
div#header {
padding: 2em;
text-align: right;
background: white url(header-bg.gif) repeat-y right top;
border-bottom: 1px solid #aaa;
}
div#header img {
float: left;
}
#header span {
display: block;
color: #8e7200;
font-size: 80%;
}
div#navbar ul {
font-size: 80%;
list-style-type: none;
float: left;
display: block;
width: 100%;
line-height: 1.5em;
clear: both;
margin: 0;
padding: 0;
background-color: #999999;
}
div#navbar ul li {
display: inline;
}
div#navbar a {
display: block;
float: left;
width: 19.8%;
padding: 1.2em 0 1em 0;
margin: 0;
text-decoration: none;
}
div#navbar a:link, div#navbar a:visited, div#navbar a:active {
background: #999;
color: white;
border-bottom: 3px solid transparent;
}
div#navbar a:hover, div#navbar a.here {
background: #8e7200;
}
div#navbar a.here {
border-bottom: 3px solid #489302;
}
div#quicklinks {
float: right;
clear: both;
width: 13em;
min-width: 110px;
margin-top: 1em;
padding: 0;
font-size: 90%;
text-align: center;
}
div#download,
div#documentation,
div#contact {
margin: 0.5em;
padding: 0.3em;
border: 1px solid #999999;
}
#quicklinks h2, #quicklinks h3 {
text-align: left;
padding-left: 1.5em;
}
#quicklinks ul {
margin: 0;
padding: 0;
list-style: none;
}
#quicklinks ul li {
margin: 1ex 0;
}
#content {
clear: left;
text-align: left;
margin: 1.2em 13.5em 0 0;
padding: 1em 1ex 1em 1.5ex;
}
#content.large {
margin-right: 1.2em;
}
#content h2, #content h3 {
text-indent: 2em;
}
#copyright {
color: #999;
font-size: 80%;
margin: 2.5em 0.2em 0.5em 0.5em;
padding: 0.8em;
border-top: 1px solid #999;
text-align: left;
clear: both;
}
div.figure {
margin: 1em auto 3em auto;
text-align: center;
font-style: italic;
}