-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.css
63 lines (61 loc) · 894 Bytes
/
index.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
body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
#cycle,
#cycle .img,
#cycle iframe {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
#cycle iframe {
top: 50%;
left: 50%;
border: 0;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
#cycle .img {
background-position: 50% 50%;
background-repeat: no-repeat;
background-size: contain;
}
#cycle .dim {
position: absolute;
z-index: 9;
bottom: 0;
font-size: .8rem;
padding: .5rem;
background: #fff;
box-shadow: 0 0 1px rgba(0, 0, 0, .5);
opacity: .4;
}
#cycle .dim:hover {
opacity: .8;
}
#cycle .status {
left: 0;
}
#cycle .config {
right: 0;
color: #000;
text-decoration: none;
}
#config {
margin: 0 10%;
}
#config table {
width: 100%;
}
#config table caption {
font-weight: bold;
text-align: left;
}
#config table th {
font-weight: normal;
white-space: nowrap;
}