forked from lopezs/ableplayer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtests.css
More file actions
57 lines (55 loc) · 916 Bytes
/
tests.css
File metadata and controls
57 lines (55 loc) · 916 Bytes
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
/*
// Stylesheet for UMP website
// Not affiliated with with UMP itself
*/
body {
margin: 2em;
font-family: Arial, Helvetica, sans-serif;
color: black;
background: white;
font-size: 1em;
line-height: 1.5em;
}
header {
min-height: 100px; /* same as logo */
margin-bottom: 1.5em;
}
header img {
float: left;
}
h1 {
font-size: 2em;
line-height: 1.2em;
margin-top: 0.75em;
}
p.goback {
clear: left;
margin: 3em 0 1em;
}
#content {
margin: 0 1em;
}
#wrapper {
float: left;
width: 500px; /* slightly wider than #aap-player */
}
.offscreen {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
#license {
margin: 0.5em;
padding: 0.5em 1em;
border: 1px solid #999;
background-color: #DDD;
}
a:hover, a:focus, a:active {
outline-color: #cc0000; /* red */
outline-style: solid;
outline-width: thick;
text-decoration: none;
}