2020-06-07 19:04:43 +03:00
|
|
|
body.dimmed > .dimmer {
|
|
|
|
z-index: 200;
|
|
|
|
position: fixed;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background-color: #000;
|
|
|
|
opacity: .5;
|
|
|
|
}
|
|
|
|
|
2024-11-03 21:28:32 +03:00
|
|
|
body.dimmed > .dimmer #absolute_territory {
|
|
|
|
margin: 100px;
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2020-06-07 19:04:43 +03:00
|
|
|
.ovk-diag-cont {
|
|
|
|
z-index: 1024;
|
|
|
|
position: fixed;
|
|
|
|
width: 420px;
|
|
|
|
min-height: 200px;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
margin-right: -50%;
|
|
|
|
transform: translate(-50%, -50%);
|
|
|
|
background-color: #c7bdbd94;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ovk-diag {
|
|
|
|
margin: auto;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
2021-10-13 20:50:16 +03:00
|
|
|
width: calc(100% - 20px);
|
2020-06-07 19:04:43 +03:00
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #505050;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ovk-diag-head, .ovk-diag-body, .ovk-diag-action {
|
2021-10-13 20:50:16 +03:00
|
|
|
width: 100%;
|
2020-06-07 19:04:43 +03:00
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ovk-diag-head {
|
|
|
|
height: 25%;
|
|
|
|
padding: 5px;
|
|
|
|
background-color: #757575;
|
|
|
|
border-bottom: 1px solid #3e3e3e;
|
|
|
|
color: #fff;
|
|
|
|
font-weight: 900;
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ovk-diag-body {
|
|
|
|
padding: 20px;
|
|
|
|
min-height: 110px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ovk-diag-action {
|
|
|
|
padding: 10px;
|
|
|
|
height: 25%;
|
|
|
|
background-color: #d4d4d4;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ovk-diag-action > .button {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
2023-11-15 11:41:18 +03:00
|
|
|
|
2024-11-07 23:39:57 +03:00
|
|
|
/* Modal player */
|
2023-11-15 11:41:18 +03:00
|
|
|
|
2024-11-07 23:39:57 +03:00
|
|
|
.ovk-modal-player-window {
|
|
|
|
box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.2);
|
2023-11-15 11:41:18 +03:00
|
|
|
width: 823px;
|
|
|
|
min-height: 400px;
|
2024-11-07 23:39:57 +03:00
|
|
|
margin: 9vh auto 0 auto;
|
2023-11-15 11:41:18 +03:00
|
|
|
}
|
|
|
|
|
2024-11-07 23:39:57 +03:00
|
|
|
.ovk-modal-player-window #ovk-player-part {
|
|
|
|
height: 70vh;
|
|
|
|
background: black;
|
|
|
|
padding: 15px 20px;
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-between;
|
2023-11-15 11:41:18 +03:00
|
|
|
}
|
|
|
|
|
2024-11-07 23:39:57 +03:00
|
|
|
.ovk-modal-player-window #ovk-player-part .top-part {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
2023-11-15 11:41:18 +03:00
|
|
|
}
|
|
|
|
|
2024-11-07 23:39:57 +03:00
|
|
|
.ovk-modal-player-window #ovk-player-part .top-part b {
|
|
|
|
color: #515151;
|
|
|
|
font-size: 12px;
|
2023-11-15 11:41:18 +03:00
|
|
|
}
|
|
|
|
|
2024-11-07 23:39:57 +03:00
|
|
|
.ovk-modal-player-window #ovk-player-part .top-part .top-part-buttons, .ovk-modal-player-window #ovk-player-part .bottom-part {
|
|
|
|
color: #515151;
|
2023-11-15 11:41:18 +03:00
|
|
|
}
|
|
|
|
|
2024-11-07 23:39:57 +03:00
|
|
|
.ovk-modal-player-window #ovk-player-part .top-part .top-part-buttons a, .ovk-modal-player-window #ovk-player-part .bottom-part a {
|
|
|
|
color: #515151;
|
2023-11-15 11:41:18 +03:00
|
|
|
}
|
|
|
|
|
2024-11-07 23:39:57 +03:00
|
|
|
.ovk-modal-player-window #ovk-player-info {
|
|
|
|
display: none;
|
2023-11-15 11:41:18 +03:00
|
|
|
}
|
|
|
|
|
2024-11-07 23:39:57 +03:00
|
|
|
.ovk-modal-player-window #ovk-player-info.shown {
|
|
|
|
display: block;
|
2023-11-15 11:41:18 +03:00
|
|
|
}
|
|
|
|
|
2024-11-07 23:39:57 +03:00
|
|
|
.ovk-modal-player-window #ovk-player-info {
|
2023-11-15 11:41:18 +03:00
|
|
|
background: white;
|
2024-11-07 23:39:57 +03:00
|
|
|
min-height: 200px;
|
|
|
|
padding: 5px 15px;
|
2023-11-15 11:41:18 +03:00
|
|
|
}
|
|
|
|
|
2024-11-07 23:39:57 +03:00
|
|
|
.ovk-modal-player-window .media-page-wrapper-comments {
|
|
|
|
width: 100%;
|
2023-11-15 11:41:18 +03:00
|
|
|
}
|
|
|
|
|
2024-11-07 23:39:57 +03:00
|
|
|
.ovk-modal-player-window .center-part {
|
|
|
|
text-align: center;
|
|
|
|
height: 90%;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2023-11-15 11:41:18 +03:00
|
|
|
}
|
|
|
|
|
2024-11-07 23:39:57 +03:00
|
|
|
.ovk-modal-player-window .center-part .gray {
|
2023-11-15 11:41:18 +03:00
|
|
|
color: gray;
|
|
|
|
}
|
|
|
|
|
2024-11-07 23:39:57 +03:00
|
|
|
.ovk-modal-player-window .center-part .bsdn, .ovk-modal-player-window .center-part .bsdn-player {
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
2023-11-15 11:41:18 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
.miniplayer {
|
|
|
|
position: absolute;
|
2024-11-07 23:39:57 +03:00
|
|
|
background: rgba(54, 54, 54, 0.95);
|
2023-11-15 11:41:18 +03:00
|
|
|
border-radius: 3px;
|
|
|
|
min-width: 299px;
|
|
|
|
min-height: 192px;
|
2024-11-07 23:39:57 +03:00
|
|
|
z-index: 7777;
|
|
|
|
padding: 2px 7px;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2023-11-15 11:41:18 +03:00
|
|
|
}
|
|
|
|
|
2024-11-07 23:39:57 +03:00
|
|
|
.miniplayer .miniplayer-head {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
align-items: center;
|
2023-11-15 11:41:18 +03:00
|
|
|
}
|
|
|
|
|
2024-11-07 23:39:57 +03:00
|
|
|
.miniplayer .miniplayer-head b {
|
|
|
|
color: white;
|
2023-11-15 11:41:18 +03:00
|
|
|
user-select: none;
|
|
|
|
}
|
|
|
|
|
2024-11-07 23:39:57 +03:00
|
|
|
.miniplayer .miniplayer-head .miniplayer-head-buttons {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
gap: 4px;
|
2023-11-15 11:41:18 +03:00
|
|
|
}
|
|
|
|
|
2024-11-07 23:39:57 +03:00
|
|
|
.miniplayer .miniplayer-head .miniplayer-head-buttons div {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
background: url(/assets/packages/static/openvk/img/wall.png) no-repeat 1px 0;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
opacity: 0.5;
|
2023-11-15 11:41:18 +03:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2024-11-07 23:39:57 +03:00
|
|
|
.miniplayer .miniplayer-head .miniplayer-head-buttons div:hover {
|
|
|
|
opacity: 1;
|
2023-11-15 11:41:18 +03:00
|
|
|
}
|
|
|
|
|
2024-11-07 23:39:57 +03:00
|
|
|
.miniplayer .miniplayer-head .miniplayer-head-buttons #__miniplayer_return {
|
|
|
|
background-position: -28px 0px;
|
2023-11-15 11:41:18 +03:00
|
|
|
}
|
|
|
|
|
2024-11-07 23:39:57 +03:00
|
|
|
.miniplayer .miniplayer-head .miniplayer-head-buttons #__miniplayer_close {
|
|
|
|
background-position: -12px 0px;
|
2023-11-15 11:41:18 +03:00
|
|
|
}
|
|
|
|
|
2024-11-07 23:39:57 +03:00
|
|
|
.miniplayer .miniplayer-head-buttons {
|
|
|
|
height: 20px;
|
2023-11-15 11:41:18 +03:00
|
|
|
}
|
|
|
|
|
2024-11-07 23:39:57 +03:00
|
|
|
.miniplayer .miniplayer-body {
|
|
|
|
height: 100%;
|
2023-11-15 11:41:18 +03:00
|
|
|
}
|
|
|
|
|
2024-11-07 23:39:57 +03:00
|
|
|
.miniplayer .miniplayer-body .bsdn {
|
|
|
|
height: 100%;
|
2023-11-15 11:41:18 +03:00
|
|
|
}
|
|
|
|
|
2024-11-07 23:39:57 +03:00
|
|
|
.miniplayer .miniplayer-body .bsdn .bsdn-player {
|
|
|
|
height: 100%;
|
2023-11-15 11:41:18 +03:00
|
|
|
}
|
|
|
|
|
2024-11-07 23:39:57 +03:00
|
|
|
.miniplayer .miniplayer-body iframe {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
2023-11-15 11:41:18 +03:00
|
|
|
}
|