-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpageSlide.css
129 lines (111 loc) · 2.31 KB
/
pageSlide.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
html {
min-height: 100%;
height: 100%;
}
body {
min-height: 100%;
}
#pageslide-body-wrap {
position: relative;
z-index: 0;
top: 0
}
#pageslide-slide-wrap {
position: fixed;
height: 0;
top: 0;
width: 100%;
z-index: 999;
overflow: hidden;
background-color: #FFF
}
#pageslide-blanket {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
opacity: 0;
background-color: #000;
z-index: 1;
display: none;
float: left
}
#pageslide-iframe {
border: none;
width: 100%;
height: 100%;
}
.pageslide-close-bar {
position: relative;
overflow: hidden;
padding: 8px;
background-color: #E5E5E5;
}
.pageslide-close-bar > a {
float: left;
margin-left: 5px;
padding: 5px;
border: 1px solid #4785BF;
font-size: 11px;
font-family: Arial, Helvetica;
text-decoration: none;
color: #FFF;
background-color: #5998CC;
background-image: -moz-linear-gradient(top, #5998CC, #3778B7);
background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #5998CC),color-stop(1, #3778B7));
background-image: linear-gradient(top, #5998CC, #3778B7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5998CC', EndColorStr='#3778B7');
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.pageslide-close-bar > a:first-child {
margin-left: 0;
}
.bookmarkers {
float: right;
}
.bookmarkers > a {
background-image: url(images/icons-command.png);
background-repeat: no-repeat;
float: right;
}
.share-facebook {
background-position: 0px -21px;
height: 19px;
width: 55px;
margin: 3px 0 0 5px;
}
.slide-controls {
position: absolute;
top: 0;
left: 50%;
float: left;
}
.slide-controls > div {
position: relative;
top: 8px;
left: -50%;
float: left;
}
.slide-controls > div > a {
color: #848484;
text-decoration: none;
font-size: 14px;
font-weight: bold;
line-height: 1.8;
}
.slide-controls > div > a:first-child {
margin-right: 10px;
}
.psMessage {
margin: 5px 0 0 5px;
font-size: 11px;
color: #848484;
float: left;
}
#glueButton {
position: relative;
}
#pageslide-blanket{position: absolute; top: 0; left: 0; height: 100%; width: 100%; opacity: 0; background: #000; z-index: 1; display: none;}