2019-01-26 00:21:05 +08:00
|
|
|
.wrapper {
|
2019-03-12 00:21:12 +08:00
|
|
|
position: absolute;
|
2019-01-26 00:21:05 +08:00
|
|
|
right: 0;
|
2019-05-14 21:15:54 +08:00
|
|
|
left: auto;
|
2019-01-25 21:06:17 +08:00
|
|
|
background-color: var(--color-transparent);
|
|
|
|
cursor: pointer;
|
2019-07-24 03:56:39 +08:00
|
|
|
border: 0;
|
2019-09-18 02:25:28 +08:00
|
|
|
z-index: 2;
|
2019-03-12 00:21:12 +08:00
|
|
|
|
2019-05-14 21:15:54 +08:00
|
|
|
[dir="rtl"] & {
|
|
|
|
right: auto;
|
|
|
|
left :0;
|
|
|
|
}
|
|
|
|
|
2019-03-12 00:21:12 +08:00
|
|
|
[class*="presentationZoomControls"] & {
|
|
|
|
position: relative !important;
|
|
|
|
}
|
2019-01-25 21:06:17 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.button {
|
2019-03-12 00:21:12 +08:00
|
|
|
|
2019-03-12 21:56:05 +08:00
|
|
|
&,
|
2019-03-12 00:21:12 +08:00
|
|
|
&:active,
|
2019-07-24 03:56:39 +08:00
|
|
|
&:hover,
|
|
|
|
&:focus {
|
2019-01-25 21:06:17 +08:00
|
|
|
background-color: var(--color-transparent) !important;
|
|
|
|
border: none !important;
|
2019-03-12 00:21:12 +08:00
|
|
|
|
2019-01-25 21:06:17 +08:00
|
|
|
i {
|
|
|
|
border: none !important;
|
|
|
|
background-color: var(--color-transparent) !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-02-01 23:31:21 +08:00
|
|
|
.light {
|
2019-07-24 03:56:39 +08:00
|
|
|
background-color: var(--color-transparent);
|
2019-02-01 23:31:21 +08:00
|
|
|
}
|
|
|
|
|
2019-03-12 00:21:12 +08:00
|
|
|
.light .button i {
|
2019-07-24 03:56:39 +08:00
|
|
|
color: var(--color-black);
|
2019-02-01 23:31:21 +08:00
|
|
|
}
|
|
|
|
|
2019-01-29 01:56:03 +08:00
|
|
|
.dark {
|
2019-07-24 03:56:39 +08:00
|
|
|
background-color: rgba(0,0,0,.3);
|
2019-01-29 01:56:03 +08:00
|
|
|
}
|
|
|
|
|
2019-03-12 00:21:12 +08:00
|
|
|
.dark .button i {
|
2019-07-24 03:56:39 +08:00
|
|
|
color: var(--color-white);
|
|
|
|
}
|
|
|
|
|
|
|
|
.top{
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bottom{
|
|
|
|
bottom: 0;
|
2019-01-25 21:06:17 +08:00
|
|
|
}
|
2019-02-12 21:35:52 +08:00
|
|
|
|
2019-03-12 00:21:12 +08:00
|
|
|
.fullScreenButton {
|
2019-02-12 21:35:52 +08:00
|
|
|
padding: 5px;
|
|
|
|
|
2019-03-12 00:21:12 +08:00
|
|
|
&:hover {
|
2019-02-12 21:35:52 +08:00
|
|
|
border: 0;
|
|
|
|
}
|
|
|
|
|
2019-03-12 00:21:12 +08:00
|
|
|
i {
|
2019-02-12 21:35:52 +08:00
|
|
|
font-size: 1rem;
|
|
|
|
}
|
2020-07-01 03:56:15 +08:00
|
|
|
}
|