-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathstyle.css
75 lines (68 loc) · 1.23 KB
/
style.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
#controls.hide {
opacity: 0;
}
.btn {
border: 0 none;
height: 30px;
padding: 0;
width: 30px;
background-color: transparent;
display: inline-block;
margin: 7px 5px 0;
vertical-align: top;
opacity: 0.6;
cursor: pointer;
color: #fff;
fill: currentColor;
}
.btn:hover {
opacity: 0.9;
}
.btn.disabled {
opacity: 0.2;
}
#btnPage {
color: white;
font-family: Arial, sans-serif;
width: 40px;
opacity: 0.8;
}
.page {
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
#controls {
background: rgba(50, 50, 50, 0.9) none repeat scroll 0 0;
height: 44px;
line-height: 44px;
position: fixed;
text-align: center;
bottom: 50px;
transition: 0.3s ease 0s;
width: 230px;
left: 50%;
margin-left: -115px;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
border-radius: 2px;
}
#controls-left {
display: inline-block;
left: 0;
position: absolute;
}
#controls-center {
display: inline-block;
}
#controls-right {
display: inline-block;
right: 0;
position: absolute;
line-height: 34px;
}
#idrviewer {
bottom: 0;
left: 0;
right: 0;
position: absolute;
top: 0;
background: #666 none repeat scroll 0 0;
}