mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-11 21:58:35 +00:00
5268 lines
102 KiB
CSS
5268 lines
102 KiB
CSS
:root {
|
|
/* Discord Greys - Dark to Lighter */
|
|
--discord-grey-0: #121212;
|
|
--discord-grey-1: #1e1f22;
|
|
--discord-grey-1a: #1e1f22;
|
|
--discord-grey-2: #232428;
|
|
--discord-grey-3: #2b2d31;
|
|
--discord-grey-4: #2e3035;
|
|
--discord-grey-5: #313338;
|
|
--discord-grey-6: #383a40;
|
|
--discord-grey-7: #404249;
|
|
--discord-grey-8: #5e6064;
|
|
--discord-text: hsl( 210 calc(1 * 9.1%) 87.1% /1);
|
|
|
|
--darktheme-blue: rgb(33 69 114);
|
|
--darktheme-green: rgb(36 88 49);
|
|
--darktheme-brown: rgb(96 58 25);
|
|
--darktheme-yellow: rgb(84 70 9);
|
|
|
|
/* Discord Greys */
|
|
--background-color: #141926;
|
|
--dark-background-color: #02050c;
|
|
--container-color: #373737;
|
|
--button-color: #2A2A2A;
|
|
--blue-accent: #4a4c63;
|
|
--red-accent: #553737;
|
|
--green-accent: #3f4f50;
|
|
--olive-accent: #535D32;
|
|
--regular-margin: 10px;
|
|
--director-margin: 15px 20px 0 0;
|
|
--fit-style: contain;
|
|
--fadein-speed: 0;
|
|
--video-margin: 0px;
|
|
--video-rounded: 0px;
|
|
--video-border: 0px;
|
|
--video-border-color: #0000;
|
|
--video-rounded: 0px;
|
|
--button-radius: 2px;
|
|
--myvideo-max-width: min(800px,100vw);
|
|
--myvideo-width:unset;
|
|
--myvideo-height:auto;
|
|
--myvideo-background: #FFF1;
|
|
--video-background-image: url("data:image/svg+xml,%3Csvg viewBox='-42 0 512 512.002' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m210.351562 246.632812c33.882813 0 63.222657-12.152343 87.195313-36.128906 23.972656-23.972656 36.125-53.304687 36.125-87.191406 0-33.875-12.152344-63.210938-36.128906-87.191406-23.976563-23.96875-53.3125-36.121094-87.191407-36.121094-33.886718 0-63.21875 12.152344-87.191406 36.125s-36.128906 53.308594-36.128906 87.1875c0 33.886719 12.15625 63.222656 36.132812 87.195312 23.976563 23.96875 53.3125 36.125 87.1875 36.125zm0 0'/%3E%3Cpath d='m426.128906 393.703125c-.691406-9.976563-2.089844-20.859375-4.148437-32.351563-2.078125-11.578124-4.753907-22.523437-7.957031-32.527343-3.308594-10.339844-7.808594-20.550781-13.371094-30.335938-5.773438-10.15625-12.554688-19-20.164063-26.277343-7.957031-7.613282-17.699219-13.734376-28.964843-18.199219-11.226563-4.441407-23.667969-6.691407-36.976563-6.691407-5.226563 0-10.28125 2.144532-20.042969 8.5-6.007812 3.917969-13.035156 8.449219-20.878906 13.460938-6.707031 4.273438-15.792969 8.277344-27.015625 11.902344-10.949219 3.542968-22.066406 5.339844-33.039063 5.339844-10.972656 0-22.085937-1.796876-33.046874-5.339844-11.210938-3.621094-20.296876-7.625-26.996094-11.898438-7.769532-4.964844-14.800782-9.496094-20.898438-13.46875-9.75-6.355468-14.808594-8.5-20.035156-8.5-13.3125 0-25.75 2.253906-36.972656 6.699219-11.257813 4.457031-21.003906 10.578125-28.96875 18.199219-7.605469 7.28125-14.390625 16.121094-20.15625 26.273437-5.558594 9.785157-10.058594 19.992188-13.371094 30.339844-3.199219 10.003906-5.875 20.945313-7.953125 32.523437-2.058594 11.476563-3.457031 22.363282-4.148437 32.363282-.679688 9.796875-1.023438 19.964844-1.023438 30.234375 0 26.726562 8.496094 48.363281 25.25 64.320312 16.546875 15.746094 38.441406 23.734375 65.066406 23.734375h246.53125c26.625 0 48.511719-7.984375 65.0625-23.734375 16.757813-15.945312 25.253906-37.585937 25.253906-64.324219-.003906-10.316406-.351562-20.492187-1.035156-30.242187zm0 0'/%3E%3C/svg%3E");
|
|
--background-main-image: unset;
|
|
--show-codirectors: inline-block;
|
|
--full-screen-button: inherit;
|
|
--color-mode: light;
|
|
--video-background-image-size: auto 30%;
|
|
}
|
|
@media (prefers-color-scheme: dark) {
|
|
:root {
|
|
--color-mode: dark;
|
|
}
|
|
}
|
|
|
|
* {
|
|
padding: 0;
|
|
margin: 0;
|
|
box-sizing: border-box;
|
|
border: 0;
|
|
}
|
|
|
|
::selection {
|
|
background-color: #0447c888;
|
|
color: #FFF;
|
|
}
|
|
|
|
button:hover,[role="button"]
|
|
:not(.column)
|
|
:not(.controlsGrid)
|
|
:not(#controlButtons)
|
|
:hover{
|
|
filter: brightness(120%);
|
|
}
|
|
|
|
table {
|
|
display: inline-block;
|
|
padding:10px;
|
|
margin:10px;
|
|
}
|
|
|
|
#audioSource3{
|
|
background-color: #FFF;
|
|
}
|
|
|
|
.promptModalLabel{
|
|
cursor: pointer;
|
|
font-weight: normal;
|
|
font-size: 1.0em;
|
|
display:block;
|
|
margin: 17px 20px 15px 20px;
|
|
}
|
|
|
|
#bigPlayButton {
|
|
margin:0 auto;
|
|
background-color: #0000;
|
|
cursor:pointer;
|
|
font-family: Cousine, monospace;
|
|
font-size: 4em;
|
|
line-height: 1.5em;
|
|
letter-spacing: 0.0em;
|
|
text-shadow: 0.05em 0.05em 0px rgba(0,0,0,1);
|
|
width:100%;
|
|
height:100vh;
|
|
z-index: 1;
|
|
vertical-align: top;
|
|
text-align: center;
|
|
top: 0;
|
|
position: fixed;
|
|
overflow-wrap: anywhere;
|
|
padding:3%;
|
|
}
|
|
|
|
.playButton {
|
|
border-radius: 50vh;
|
|
width: min(30vw, 30vh);
|
|
cursor: pointer;
|
|
opacity: 100%;
|
|
background-color: #bbb;
|
|
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 122.88 122.88' style='enable-background:new 0 0 122.88 122.88' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill-rule:evenodd;clip-rule:evenodd;%7D%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M61.44,0c33.93,0,61.44,27.51,61.44,61.44s-27.51,61.44-61.44,61.44S0,95.37,0,61.44S27.51,0,61.44,0L61.44,0z M83.31,65.24c3.13-2.02,3.12-4.27,0-6.06L50.98,40.6c-2.55-1.6-5.21-0.66-5.14,2.67l0.1,37.55c0.22,3.61,2.28,4.6,5.32,2.93 L83.31,65.24L83.31,65.24z M61.44,12.48c27.04,0,48.96,21.92,48.96,48.96c0,27.04-21.92,48.96-48.96,48.96S12.48,88.48,12.48,61.44 C12.48,34.4,34.4,12.48,61.44,12.48L61.44,12.48z'/%3E%3C/g%3E%3C/svg%3E");
|
|
display: inline-block;
|
|
height: min(30vw, 30vh);
|
|
background-repeat: no-repeat;
|
|
border: #bbb 3vh solid;
|
|
position: absolute;
|
|
}
|
|
|
|
#bigPlayButton>.playButton {
|
|
width: min(50vw, 50vh);
|
|
margin-top: 10vh;
|
|
background-color: #646262;
|
|
height: min(50vw, 50vh);
|
|
border: #646262 7vh solid;
|
|
position: unset;
|
|
position: static;
|
|
}
|
|
.paused {
|
|
cursor: pointer;
|
|
}
|
|
|
|
tr {
|
|
padding:4px;
|
|
}
|
|
th {
|
|
padding:4px;
|
|
}
|
|
.advancedVideoSettings .preSelectButton {
|
|
display: inline-block;
|
|
margin: 4px 0 4px 4px;
|
|
padding: 2px 8px 1px 8px;
|
|
}
|
|
.meter {
|
|
display: inline-block;
|
|
width: 0px;
|
|
height: 10px;
|
|
background: green;
|
|
transition: all 100ms linear;
|
|
}
|
|
.meter2 {
|
|
display: inline-block;
|
|
width: 0px;
|
|
height: 10px;
|
|
background: yellow;
|
|
transition: all 50ms linear;
|
|
}
|
|
.meter3 {
|
|
display: inline-block;
|
|
width: 0px;
|
|
height: 10px;
|
|
background: red;
|
|
transition: all 25ms linear;
|
|
}
|
|
.meter4 {
|
|
display: inline-block;
|
|
width: 2px;
|
|
height: 10px;
|
|
background: black;
|
|
position:relative;
|
|
float:left;
|
|
}
|
|
#mynetwork {
|
|
width: 600px;
|
|
height: 400px;
|
|
border: 1px solid lightgray;
|
|
}
|
|
|
|
.email {
|
|
unicode-bidi: bidi-override;
|
|
direction: rtl;
|
|
user-select: none;
|
|
}
|
|
a {
|
|
-webkit-app-region: no-drag;
|
|
}
|
|
.darktheme a:link {
|
|
color: #B9DFF9;
|
|
}
|
|
.darktheme a:visited {
|
|
text-decoration: none;
|
|
color: #99BFD9;
|
|
}
|
|
.darktheme a:active {
|
|
color: #B9DFF9;
|
|
}
|
|
a:link {
|
|
text-decoration: none;
|
|
color: #2ca8ff;
|
|
}
|
|
a:visited {
|
|
text-decoration: none;
|
|
color: #2ca8ff;
|
|
}
|
|
.darktheme a:hover, a:hover {
|
|
color: #82cbff;
|
|
}
|
|
a:active {
|
|
color: #2ca8ff;
|
|
}
|
|
|
|
input {
|
|
border-radius: 4px;
|
|
padding: 2px;
|
|
-webkit-app-region: no-drag;
|
|
}
|
|
|
|
button.grey {
|
|
-webkit-app-region: no-drag;
|
|
padding: 10px;
|
|
margin: 10px 0px;
|
|
cursor: pointer;
|
|
border-radius: 2px;
|
|
background-color: var(--button-color);
|
|
color: white;
|
|
}
|
|
|
|
button.hint {
|
|
-webkit-box-shadow: inset 0px 0px 25px #0004;
|
|
-moz-box-shadow: inset 0px 0px 25px #0004;
|
|
box-shadow: inset 0px 0px 25px #0004;
|
|
}
|
|
|
|
#miniPerformer > video, #miniPerformer > canvas{
|
|
width: 80px;
|
|
height: 45px;
|
|
margin: 5px;
|
|
background-color: #464749 !important;
|
|
background-size: 50%;
|
|
}
|
|
|
|
#reportbutton{
|
|
visibility: hidden;
|
|
}
|
|
|
|
#popOutChat{
|
|
cursor:pointer;
|
|
text-align:right;
|
|
color:#B3C7F9;
|
|
margin:5px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
/* Clicked buttons overwrite */
|
|
.red {
|
|
background-color: #840000 !important;
|
|
}
|
|
.red:hover {
|
|
background-color: #b30c0c !important;
|
|
}
|
|
|
|
.green {
|
|
background-color: #64c04d !important;
|
|
}
|
|
|
|
.green:hover {
|
|
background-color: #76c762 !important;
|
|
}
|
|
|
|
.blue {
|
|
background-color: #161699 !important;
|
|
}
|
|
|
|
.blue:hover {
|
|
background-color: #2727bb !important;
|
|
}
|
|
|
|
.brown {
|
|
background-color: #8d6418 !important;
|
|
}
|
|
|
|
.brown:hover {
|
|
background-color: #a06d10 !important;
|
|
}
|
|
|
|
/* ///////////////////// */
|
|
|
|
.orange {
|
|
background-color: #673100 !important;
|
|
}
|
|
|
|
.directorBlue {
|
|
background-color: #5c7785 !important;
|
|
}
|
|
|
|
button {
|
|
-webkit-app-region: no-drag;
|
|
padding: 7px 10px 6px 6px;
|
|
user-select: none;
|
|
margin: 10px 0px;
|
|
cursor: pointer;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
|
|
button.white {
|
|
padding: 6px 10px 4px 9px;
|
|
;
|
|
margin: 10px 0px;
|
|
cursor: pointer;
|
|
border-radius: 2px;
|
|
background-color: white;
|
|
color: black;
|
|
border: 1px solid black;
|
|
}
|
|
|
|
button.white:active {
|
|
padding: 6px 10px 4px 9px;
|
|
;
|
|
margin: 10px 0px;
|
|
cursor: pointer;
|
|
border-radius: 2px;
|
|
background-color: black;
|
|
color: white;
|
|
border: 1px solid black;
|
|
}
|
|
#meshcastMenu{
|
|
display: inline-block;
|
|
color: #e0dfdf;
|
|
}
|
|
#header {
|
|
width: 100%;
|
|
padding: 1px;
|
|
background-color: #0F131D;
|
|
color: #FFF;
|
|
-webkit-app-region: drag;
|
|
}
|
|
#head1{
|
|
display: inline-block;
|
|
padding:1px;
|
|
position: relative;
|
|
-webkit-app-region: no-drag;
|
|
}
|
|
.randomRoomName{
|
|
width: 20px;
|
|
height: 20px;
|
|
background-size: contain;
|
|
background-repeat: no-repeat;
|
|
border-radius: 5px;
|
|
background: rgb(238,238,238);
|
|
background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 29 29'%3E%3Cpath d='M18 9v-3c-1 0-3.308-.188-4.506 2.216l-4.218 8.461c-1.015 2.036-3.094 3.323-5.37 3.323h-3.906v-2h3.906c1.517 0 2.903-.858 3.58-2.216l4.218-8.461c1.356-2.721 3.674-3.323 6.296-3.323v-3l6 4-6 4zm-9.463 1.324l1.117-2.242c-1.235-2.479-2.899-4.082-5.748-4.082h-3.906v2h3.906c2.872 0 3.644 2.343 4.631 4.324zm15.463 8.676l-6-4v3c-3.78 0-4.019-1.238-5.556-4.322l-1.118 2.241c1.021 2.049 2.1 4.081 6.674 4.081v3l6-4z'/%3E%3C/svg%3E"), linear-gradient(135deg, rgba(238,238,238,1) 0%,rgba(204,204,204,1) 100%);
|
|
position: absolute;
|
|
margin: 6px;
|
|
}
|
|
.randomRoomName:active{
|
|
animation: shake 0.2s;
|
|
animation-iteration-count: once;
|
|
}
|
|
.randomRoomName:hover{
|
|
-webkit-box-shadow: 0px 0px 4px #000;
|
|
}
|
|
#head5 {
|
|
-webkit-app-region: no-drag;
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
color: white;
|
|
text-align: right;
|
|
margin-right: 10px;
|
|
cursor: help;
|
|
float: right;
|
|
font-size: 90%;
|
|
line-height:100%;
|
|
margin-top:2px;
|
|
}
|
|
#head6 {
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
color: white;
|
|
text-align: left;
|
|
margin-left: 10px;
|
|
pointer-events: none;
|
|
font-weight: 700;
|
|
}
|
|
|
|
#head7 {
|
|
display: inline-block;
|
|
text-decoration: none;
|
|
color: white;
|
|
text-align: left;
|
|
margin-left: 10px;
|
|
pointer-events: none;
|
|
font-weight: 700;
|
|
}
|
|
#overlayClockContainer{
|
|
margin: 0 auto;
|
|
background-color: #0000;
|
|
color: white;
|
|
font-family: Cousine, monospace;
|
|
font-size: calc(6vh + 6vw / 2);
|
|
letter-spacing: 0.0em;
|
|
text-shadow: 0.05em 0.05em 0px rgb(0 0 0);
|
|
z-index: 6;
|
|
vertical-align: top;
|
|
text-align: right;
|
|
right:0;
|
|
bottom:0;
|
|
position: fixed;
|
|
overflow-wrap: anywhere;
|
|
cursor: pointer;
|
|
user-select: none;
|
|
}
|
|
#overlayClockContainer.top {
|
|
top:0%;
|
|
bottom:unset;
|
|
}
|
|
#overlayClockContainer.vmiddle {
|
|
bottom:48%;
|
|
top:unset;
|
|
}
|
|
#overlayClockContainer.bottom {
|
|
bottom:0%;
|
|
top:unset;
|
|
}
|
|
#overlayClockContainer.left {
|
|
right:unset;
|
|
left:0;
|
|
}
|
|
#overlayClockContainer.hmiddle {
|
|
right:45%;
|
|
left:unset;
|
|
}
|
|
#overlayClockContainer.right {
|
|
right:0;
|
|
left:unset;
|
|
}
|
|
|
|
#overlayClock{
|
|
padding:2px 20px;
|
|
background-color: #0009;
|
|
}
|
|
#overlayClock video {
|
|
width: calc(22vh + 22vw / 2);
|
|
max-width: 100%;
|
|
max-height:25%;
|
|
}
|
|
#overlayClock:empty{
|
|
display:none;
|
|
}
|
|
#overlayClockContainer2{
|
|
margin: 0 auto;
|
|
background-color: #0000;
|
|
color: white;
|
|
font-family: Cousine, monospace;
|
|
font-size: calc(3vh + 3vw / 2);
|
|
letter-spacing: 0.0em;
|
|
text-shadow: 0.05em 0.05em 0px rgb(0 0 0);
|
|
z-index: 6;
|
|
vertical-align: top;
|
|
text-align: right;
|
|
position: fixed;
|
|
right:0;
|
|
bottom:0;
|
|
overflow-wrap: anywhere;
|
|
cursor: pointer;
|
|
user-select: none;
|
|
}
|
|
#overlayClockContainer2.top {
|
|
top:0%;
|
|
bottom:unset;
|
|
}
|
|
#overlayClockContainer2.vmiddle {
|
|
bottom:48%;
|
|
top:unset;
|
|
}
|
|
#overlayClockContainer2.bottom {
|
|
bottom:0%;
|
|
top:unset;
|
|
}
|
|
#overlayClockContainer2.left {
|
|
right:unset;
|
|
left:0;
|
|
}
|
|
#overlayClockContainer2.hmiddle {
|
|
right:45%;
|
|
left:unset;
|
|
}
|
|
#overlayClockContainer2.right {
|
|
right:0;
|
|
left:unset;
|
|
}
|
|
|
|
#overlayClock2{
|
|
padding:0 5px;
|
|
background-color: #0009;
|
|
}
|
|
#overlayClock2:empty{
|
|
display:none;
|
|
}
|
|
#stickyMsgs{
|
|
margin:0 auto;
|
|
background-color: #0000;
|
|
color: white;
|
|
font-family: Cousine, monospace;
|
|
font-size: 6vh;
|
|
line-height: 8vh;
|
|
letter-spacing: 0.0em;
|
|
text-shadow: 0.05em 0.05em 0px rgba(0,0,0,1);
|
|
width:100%;
|
|
z-index: 7;
|
|
vertical-align: top;
|
|
text-align: center;
|
|
position: fixed;
|
|
overflow-wrap: anywhere;
|
|
padding:2% 3%;
|
|
}
|
|
.avatarSelection{
|
|
vertical-align: top;
|
|
margin: 10px 0;
|
|
width:130px;
|
|
display:inline-block;
|
|
margin:0 1px;
|
|
text-align: center;
|
|
cursor:pointer;
|
|
}
|
|
.overlayCloseBtn{
|
|
padding: 0;
|
|
margin: 10px;
|
|
width: 16px;
|
|
height: 16px;
|
|
position: relative;
|
|
bottom: 10px;
|
|
background-color: #DDDD;
|
|
}
|
|
|
|
#overlayMsgs{
|
|
margin:0 auto;
|
|
background-color: #0000;
|
|
color: white;
|
|
font-family: Cousine, monospace;
|
|
font-size: 6vh;
|
|
line-height: 8vh;
|
|
letter-spacing: 0.0em;
|
|
text-shadow: 0.05em 0.05em 0px rgba(0,0,0,1);
|
|
width:100%;
|
|
height:100vh;
|
|
z-index: 7;
|
|
vertical-align: top;
|
|
text-align: center;
|
|
position: fixed;
|
|
overflow-wrap: anywhere;
|
|
padding:2% 3%;
|
|
pointer-events: none
|
|
}
|
|
#overlayMsgs span{
|
|
background-color: #000B;
|
|
padding: 2px;
|
|
margin: 0.5vh;
|
|
text-align: center;
|
|
width:100%;
|
|
pointer-events: none
|
|
}
|
|
|
|
.credits {
|
|
color: #101020;
|
|
position: fixed;
|
|
bottom: 0;
|
|
right: 0;
|
|
z-index: -1;
|
|
font-size: 80%;
|
|
margin-right:100px;
|
|
}
|
|
|
|
.credits>a {
|
|
color: #101020;
|
|
}
|
|
|
|
.credits>a:visited {
|
|
color: #101020;
|
|
}
|
|
|
|
|
|
|
|
body.darktheme .credits {
|
|
color: #707a93;
|
|
}
|
|
|
|
body.darktheme .credits>a {
|
|
color: #707a93;
|
|
}
|
|
|
|
body.darktheme .credits>a:visited {
|
|
color: #707a93;
|
|
}
|
|
|
|
.chevron {
|
|
padding: 0px 6px;
|
|
}
|
|
|
|
.chevron::before {
|
|
border-style: solid;
|
|
border-width: 0.14em 0.14em 0 0;
|
|
content: '';
|
|
display: inline-block;
|
|
height: 0.32em;
|
|
left: 0.15em;
|
|
position: relative;
|
|
/* top: .43em; */
|
|
transform: rotate(-45deg);
|
|
vertical-align: top;
|
|
width: 0.32em;
|
|
}
|
|
|
|
.chevron.bottom::before {
|
|
/* top: .28em; */
|
|
transform: rotate(135deg);
|
|
}
|
|
|
|
.chevron.right::before {
|
|
/* top: .28em; */
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.label {
|
|
float: left;
|
|
font-size: 1.2em;
|
|
color: white;
|
|
display: inline-block;
|
|
position: absolute;
|
|
bottom: 0;
|
|
align-self: center;
|
|
z-index: 1000;
|
|
margin: 5% 20%;
|
|
padding: 1%;
|
|
background-color: black;
|
|
}
|
|
|
|
.darktheme .advancedAudioSettings, .darktheme .advancedVideoSettings {
|
|
background-color: var(--discord-grey-2);
|
|
}
|
|
|
|
.advancedAudioSettings, .advancedVideoSettings {
|
|
display: flex;
|
|
padding: 5px;
|
|
max-height: 220px;
|
|
overflow-y: auto;
|
|
border-radius: 4px;
|
|
background-color: #ccc;
|
|
width: 100%;
|
|
gap: 4px;
|
|
font-size: 14px;
|
|
}
|
|
.advancedAudioSettings div {
|
|
display: flex;
|
|
width: 100%;
|
|
align-items: center;
|
|
gap: 4px;
|
|
}
|
|
.advancedAudioSettings div button {
|
|
padding: 4px;
|
|
height: 24px;
|
|
margin: unset;
|
|
flex: 1;
|
|
}
|
|
|
|
.advancedAudioSettings div select {
|
|
width: 100%;
|
|
border-radius: 4px;
|
|
flex: 2;
|
|
height: 24px;
|
|
box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
|
|
}
|
|
|
|
.advancedAudioSettings div select[data-chosen='false'], .advancedVideoSettings div select[data-chosen='false'] {
|
|
border: 2px solid red;
|
|
}
|
|
.advancedAudioSettings div select[data-chosen='true'], .advancedVideoSettings div select[data-chosen='true'] {
|
|
border: 2px solid green;
|
|
}
|
|
|
|
.advancedAudioSettings > div:nth-child(1) {
|
|
flex-direction: column;
|
|
align-items: flex-start;
|
|
width: 100%;
|
|
padding: unset;
|
|
}
|
|
|
|
.darktheme .advancedAudioSettings .settingsLabel, .darktheme .advancedVideoSettings .settingsLabel {
|
|
background-color: var(--discord-grey-7);
|
|
border: 1px solid var(--discord-grey-1);
|
|
box-shadow: 1px 1px 3px var(--discord-grey-1);
|
|
}
|
|
|
|
.advancedAudioSettings .settingsLabel, .advancedVideoSettings .settingsLabel {
|
|
background-color: #bbb;
|
|
padding: 5px;
|
|
border-radius: 4px;
|
|
display: block;
|
|
border: 1px solid #999;
|
|
box-shadow: 1px 1px 3px #999;
|
|
margin: 5px -2px 0px;
|
|
}
|
|
|
|
.advancedVideoSettings div:nth-child(2) {
|
|
display: flex;
|
|
width: 100%;
|
|
padding: 4px;
|
|
align-items: center;
|
|
gap: 4px;
|
|
box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
|
|
}
|
|
|
|
.advancedVideoSettings div:nth-child(2) select {
|
|
width: 100%;
|
|
flex: 2;
|
|
height: 24px;
|
|
border-radius: 4px;
|
|
box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
|
|
}
|
|
|
|
.advancedVideoSettings div:nth-child(2) button {
|
|
width: 100%;
|
|
flex: 1;
|
|
height: 24px;
|
|
margin: unset;
|
|
}
|
|
|
|
.darktheme .advancedAudioSettings label, .darktheme .advancedVideoSettings label {
|
|
color: #FFF;
|
|
}
|
|
|
|
.altpress {
|
|
background: #673100 !important;
|
|
-webkit-box-shadow: inset 0px 0px 1px #b90000;
|
|
-moz-box-shadow: inset 0px 0px 1px #b90000;
|
|
box-shadow: inset 0px 0px 1px #b90000;
|
|
outline: none;
|
|
color: white;
|
|
}
|
|
|
|
#mainmenu.row {
|
|
align-content: center;
|
|
text-align: center;
|
|
margin-top: 10px;
|
|
}
|
|
#mainmenu.row:after {
|
|
content: "";
|
|
display: table;
|
|
clear: both;
|
|
}
|
|
|
|
hr {
|
|
height: 2px;
|
|
border-width: 0;
|
|
color: gray;
|
|
background-color: gray;
|
|
}
|
|
|
|
|
|
.vidcon {
|
|
max-width: 100%;
|
|
border: 0;
|
|
}
|
|
|
|
.vidcon:nth-of-type(3n) {
|
|
grid-column: 2;
|
|
}
|
|
|
|
.vidcon:nth-of-type(3n) {
|
|
grid-row: span;
|
|
}
|
|
|
|
.tile {
|
|
object-fit: var(--fit-style);
|
|
width: 100%;
|
|
height: 100%;
|
|
overflow: hidden;
|
|
border-radius: var(--video-rounded);
|
|
}
|
|
|
|
#gridlayout,#directorlayout {
|
|
padding: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
grid-gap: 0;
|
|
overflow: hidden;
|
|
justify-items: stretch;
|
|
grid-auto-flow: dense;
|
|
grid-auto-columns: minmax(50%, auto);
|
|
grid-auto-rows: minmax(50%, auto);
|
|
border: 0;
|
|
margin: 0;
|
|
}
|
|
#gridlayout{
|
|
z-index:-1;
|
|
}
|
|
.invite_setting_group {
|
|
margin: 20px 0px;
|
|
background-color: #d2d2d2;
|
|
padding: 10px 30px;
|
|
}
|
|
|
|
.invite_setting_group h4 {
|
|
margin: 10px 0px 20px;
|
|
}
|
|
|
|
.invite_setting_item {
|
|
margin: 10px 0px;
|
|
}
|
|
|
|
.invite_setting_item > input[type="text"], .invite_setting_item > select{
|
|
padding: 6px;
|
|
}
|
|
|
|
.directorsgrid {
|
|
justify-items: normal;
|
|
grid-auto-columns: minmax(100px, 530px);
|
|
grid-auto-rows: minmax(100px, 300px);
|
|
display: block ! important;
|
|
overflow-y: auto !important;
|
|
}
|
|
|
|
.directorsgrid .vidcon video {
|
|
margin: 0 5px;
|
|
padding:0;
|
|
width: 100%;
|
|
height: 148px;
|
|
max-width: 260px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.directorsgrid .vidcon {
|
|
display: inline-block;
|
|
width: 269.7px !important;
|
|
background: #7E7E7E;
|
|
color: #000;
|
|
vertical-align: top;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
.directorBox {
|
|
background-color: #606383 !important;
|
|
display: var(--show-codirectors) !important;
|
|
}
|
|
|
|
.directorBlue {
|
|
background-color: #5c7785 !important;
|
|
display: var(--show-codirectors) !important;
|
|
}
|
|
|
|
.directorsgrid .vidcon>.las {
|
|
color: black;
|
|
background: #999999;
|
|
width: 90%;
|
|
}
|
|
#activeShares>div{
|
|
font-weight: normal;
|
|
font-size: 12px;
|
|
margin: 10px 0 0 0;
|
|
}
|
|
.pulsate {
|
|
border-radius: 50%;
|
|
box-shadow: 0 0 0 0 rgba(14, 19, 26, 1);
|
|
transform: scale(1);
|
|
animation: pulse 2s infinite;
|
|
}
|
|
|
|
.minimized {
|
|
float: left;
|
|
position: absolute;
|
|
bottom: 0;
|
|
height: 24px;
|
|
overflow:hidden;
|
|
box-shadow: inset -1px 1px white
|
|
}
|
|
|
|
.minimized:nth-child(1) {
|
|
left:0px;
|
|
z-index:10;
|
|
}
|
|
.minimized:nth-child(2) {
|
|
left:max(100px, calc(10% - 260px));
|
|
z-index:9;
|
|
}
|
|
.minimized:nth-child(3) {
|
|
left:max(200px, calc(20% - 260px));
|
|
z-index:8;
|
|
}
|
|
.minimized:nth-child(4) {
|
|
left:max(250px, calc(30% - 260px));
|
|
z-index:7;
|
|
}
|
|
.minimized:nth-child(5) {
|
|
left:max(300px, calc(40% - 260px));
|
|
z-index:6;
|
|
}
|
|
.minimized:nth-child(6) {
|
|
left:max(450px, calc(50% - 260px));
|
|
z-index:5;
|
|
}
|
|
.minimized:nth-child(7) {
|
|
left:max(500px, calc(60% - 260px));
|
|
z-index:4;
|
|
}
|
|
.minimized:nth-child(8) {
|
|
left:max(650px, calc(70% - 260px));
|
|
z-index:3;
|
|
}
|
|
.minimized:nth-child(9) {
|
|
left:max(700px, calc(80% - 260px));
|
|
z-index:2;
|
|
}
|
|
.minimized:nth-child(10) {
|
|
left:max(850px, calc(90% - 260px));
|
|
z-index:1;
|
|
}
|
|
.minimized:nth-child(11) {
|
|
left:max(900px, calc(100% - 260px));
|
|
z-index:0;
|
|
}
|
|
.battery {
|
|
border: 3px solid #4192c5;
|
|
width: 11px;
|
|
height: 19px;
|
|
border-radius: 4px;
|
|
position: absolute;
|
|
left: 27px;
|
|
top: 3px;
|
|
background-color: #FFF2;
|
|
font-size: 1.5em;
|
|
z-index: 2;
|
|
cursor: help;
|
|
display:none;
|
|
}
|
|
|
|
.battery-charging{
|
|
margin: 0;
|
|
left: -1px;
|
|
padding: 0;
|
|
position: absolute;
|
|
font-size: 0.54em;
|
|
display: none;
|
|
}
|
|
|
|
.battery[data-plugged="1"] > .battery-charging {
|
|
display:block;
|
|
}
|
|
.battery.warn {
|
|
border: 3px solid #EFAF13;
|
|
}
|
|
.battery.alert {
|
|
border: 3px solid #e81309;
|
|
}
|
|
.battery-level {
|
|
background: #30b455;
|
|
position: absolute;
|
|
bottom: 0px;
|
|
right: 0;
|
|
left: 0;
|
|
font-size: 0.7em;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.hasMedia > .battery {
|
|
display:block;
|
|
}
|
|
.slotsbar {
|
|
border-radius: 6px;
|
|
margin: 3.8px 3.8px 0 3.8px;
|
|
padding: 0 6px;
|
|
box-shadow: 0 0 1px #111;
|
|
cursor:grab;
|
|
color: white;
|
|
text-shadow: 0 0 1px black;
|
|
text-align: center;
|
|
}
|
|
.slotsbar>button{
|
|
margin: 0;
|
|
padding: 0 10px;
|
|
}
|
|
.slotsbar:active {
|
|
cursor:grabbing;
|
|
}
|
|
[data-slot='0'] {
|
|
background: linear-gradient(145deg, #dadada, #b8b8b8);
|
|
}
|
|
[data-slot='1'] {
|
|
background-color: #00AAAA
|
|
}
|
|
[data-slot='2'] {
|
|
background-color: #FF0000
|
|
}
|
|
[data-slot='3'] {
|
|
background-color: #0000FF
|
|
}
|
|
[data-slot='4'] {
|
|
background-color: #AA00AA
|
|
}
|
|
[data-slot='5'] {
|
|
background-color: #00FF00
|
|
}
|
|
[data-slot='6'] {
|
|
background-color: #AAAA00
|
|
}
|
|
[data-slot='7'] {
|
|
background-color: #AACC44
|
|
}
|
|
[data-slot='8'] {
|
|
background-color: #CCAA44
|
|
}
|
|
[data-slot='9'] {
|
|
background-color: #CC44AA
|
|
}
|
|
[data-slot='10'] {
|
|
background-color: #44AACC
|
|
}
|
|
#slotpicker{
|
|
box-shadow: 0 0 1px #908080;
|
|
width: 180px;
|
|
margin: 3px;
|
|
background-color: white;
|
|
text-shadow: 0px 0px 1px white;
|
|
vertical-align: middle;
|
|
align-content: center;
|
|
text-align: center;
|
|
position: absolute;
|
|
z-index: 5;
|
|
border-radius: 3px;
|
|
border: 1px solid black;
|
|
outline: 6px solid #444;
|
|
}
|
|
#slotPicker > [data-slot]{
|
|
margin: 2px;
|
|
width: 50px;
|
|
height: 34px;
|
|
border-radius: 3px;
|
|
display: inline-block;
|
|
cursor: pointer;
|
|
font-size:12px;
|
|
}
|
|
.rem-con-count{
|
|
position: absolute;
|
|
left: 49px;
|
|
top: 0px;
|
|
color: white;
|
|
background-color: #0006;
|
|
font-size: 1em;
|
|
z-index: 2;
|
|
cursor: help;
|
|
border-radius: 4px;
|
|
padding: 1px 4px 1px 0px;
|
|
}
|
|
.signal-meter{
|
|
width: 22px;
|
|
height: 22px;
|
|
position: absolute;
|
|
left: 5px;
|
|
top: 1px;
|
|
background-color: #FFF2;
|
|
font-size: 1.5em;
|
|
z-index: 2;
|
|
cursor: help;
|
|
}
|
|
.hasMedia > .signal-meter {
|
|
display:block;
|
|
}
|
|
.signal-meter[data-cpu="0"]>.la-signal {
|
|
display:block;
|
|
}
|
|
.signal-meter[data-cpu="0"]>.la-fire-alt {
|
|
display:none;
|
|
}
|
|
.signal-meter[data-cpu="1"]>.la-signal {
|
|
display:none;
|
|
}
|
|
.signal-meter[data-cpu="1"]>.la-fire-alt {
|
|
display:block;
|
|
}
|
|
.signal-meter[data-cpu="1"] {
|
|
display:block!important;
|
|
}
|
|
.signal-meter[data-level="0"] {
|
|
color:#000F;
|
|
display:none;
|
|
}
|
|
.signal-meter[data-level="1"] {
|
|
color:#FF1B01;
|
|
}
|
|
.signal-meter[data-level="2"] {
|
|
color:#FF8D01;
|
|
}
|
|
.signal-meter[data-level="3"] {
|
|
color:#FFD201;
|
|
}
|
|
.signal-meter[data-level="4"] {
|
|
color:#C6FF01;
|
|
}
|
|
.signal-meter[data-level="5"] {
|
|
color:#00FF00;
|
|
}
|
|
|
|
.volume-control {
|
|
height: 44px;
|
|
position: absolute;
|
|
left: 0px;
|
|
bottom: 0px;
|
|
font-size: 1.5em;
|
|
z-index: 2;
|
|
cursor: help;
|
|
padding: 18px 5% !important;
|
|
background: #555A;
|
|
border-radius: 0 !important;
|
|
margin: 0!important;
|
|
}
|
|
|
|
.togglePreview{
|
|
border-radius: 11px;
|
|
background-color: #00000044;
|
|
top: calc(19px + 2vh);
|
|
right: 2vw;
|
|
cursor: pointer;
|
|
width: 22px;
|
|
display: flex;
|
|
margin: 5px;
|
|
position: absolute;
|
|
color: white;
|
|
font-size: 22px;
|
|
z-Index:35;
|
|
height: 22px;
|
|
}
|
|
.togglePreview > .la-eye-slash{
|
|
display:block;
|
|
}
|
|
|
|
.togglePreview > .la-eye{
|
|
display:none;
|
|
}
|
|
.togglePreview.blinded > .la-eye-slash{
|
|
display:none!important;
|
|
}
|
|
.togglePreview.blinded > .la-eye{
|
|
display:block!important;
|
|
}
|
|
.rounded{
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.mirror{
|
|
transform: scaleX(-1);
|
|
}
|
|
|
|
.notification {
|
|
position: absolute;
|
|
top: -4px;
|
|
right: -4px;
|
|
padding: 2px 0;
|
|
border-radius: 50%;
|
|
color: white;
|
|
width: 11px;
|
|
height: 11px;
|
|
margin: 0;
|
|
}
|
|
.queueNotification {
|
|
position: relative;
|
|
top: -40px;
|
|
right: -33px;
|
|
padding: 2px 0;
|
|
border-radius: 50%;
|
|
background: #335c3a;
|
|
color: white;
|
|
width: 23px;
|
|
height: 23px;
|
|
margin: 0;
|
|
}
|
|
|
|
|
|
button.glyphicon-button:focus,
|
|
button.glyphicon-button:active:focus,
|
|
button.glyphicon-button.active:focus,
|
|
button.glyphicon-button.focus,
|
|
button.glyphicon-button:active.focus,
|
|
button.glyphicon-button.active.focus {
|
|
outline: none !important;
|
|
}
|
|
|
|
#main {
|
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
|
|
-webkit-tap-highlight-color: transparent !important;
|
|
outline: 0px !important;
|
|
height:100%;
|
|
animation: fadeIn 0.2s;
|
|
background-size: cover;
|
|
background-image: var(--background-main-image);
|
|
background-repeat: no-repeat;
|
|
background-attachment: fixed;
|
|
background-position: center;
|
|
overflow-x: hidden;
|
|
position: absolute;
|
|
z-index: 0;
|
|
}
|
|
|
|
#controlButtons {
|
|
display: flex;
|
|
position: fixed;
|
|
z-index: 995;
|
|
padding: 0px 10px;
|
|
bottom: 10px;
|
|
padding: 0 10px;
|
|
border: 0;
|
|
min-height: 0; /* Must have a min-height or drag-drop doesn't work */
|
|
pointer-events: none;
|
|
width: 100%;
|
|
justify-content: center;
|
|
align-items: center;
|
|
transform-origin: bottom; /* Keeps it at bottom even if scaled */
|
|
}
|
|
#controlButtons:empty {
|
|
display: none;
|
|
}
|
|
|
|
.controlPositioning {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
align-items: center;
|
|
}
|
|
|
|
#subControlButtons {
|
|
display: flex;
|
|
position: absolute;
|
|
background-color: var(--discord-grey-0);
|
|
box-shadow: 0px 0px 10px rgba(0,0,0,1);
|
|
pointer-events: auto;
|
|
border: #cccccc22 1px solid;
|
|
border-radius: 10px;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-wrap: wrap;
|
|
bottom: 0px;
|
|
min-width: 230px;
|
|
cursor: grab;
|
|
}
|
|
|
|
#subControlButtons:empty{
|
|
display:none;
|
|
}
|
|
|
|
#subControlButtons div, #subControlButtons span button {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background-color: var(--discord-grey-1);
|
|
opacity: unset;
|
|
border-radius: 8px;
|
|
transition: border-radius 200ms ease-in-out;
|
|
box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
|
|
}
|
|
|
|
#subControlButtons div:hover {
|
|
background-color: var(--discord-grey-3);
|
|
border-radius: 4px;
|
|
}
|
|
|
|
/* Set for the notification button to use as offset */
|
|
#chatbutton {
|
|
position: relative;
|
|
}
|
|
|
|
|
|
#container.vidcon {
|
|
height:100%;
|
|
}
|
|
|
|
.nocontrolbar #container.vidcon {
|
|
height:100%!important;
|
|
}
|
|
|
|
.labelSmall {
|
|
display:none;
|
|
}
|
|
|
|
.gobutton {
|
|
font-size: 110%;
|
|
padding: 10px;
|
|
border: 3px solid #DDDDDD;
|
|
cursor: pointer;
|
|
background-color: #99BFD9;
|
|
color: black;
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
@media only screen and (max-width: 640px){
|
|
.labelSmall {
|
|
display:inherit;
|
|
padding:5px;
|
|
}
|
|
|
|
.labelLarge {
|
|
display:none!important;
|
|
}
|
|
|
|
.gobutton{
|
|
width: 100vh;
|
|
margin-left: 10px;
|
|
margin-right: 10px;
|
|
max-width: 87%;
|
|
}
|
|
|
|
.roomnotes{
|
|
display:none!important;
|
|
}
|
|
|
|
#head5 {
|
|
margin-right: 1px;
|
|
}
|
|
}
|
|
|
|
.orange{
|
|
background-color: #8d5e1a
|
|
}
|
|
|
|
.shake {
|
|
animation: shake 0.5s;
|
|
animation-iteration-count: once;
|
|
}
|
|
|
|
@keyframes shake {
|
|
0% { transform: translate(1px, 1px) rotate(0deg); }
|
|
10% { transform: translate(-1px, -2px) rotate(-1deg); }
|
|
20% { transform: translate(-3px, 0px) rotate(1deg); }
|
|
30% { transform: translate(3px, 2px) rotate(0deg); }
|
|
40% { transform: translate(1px, -1px) rotate(1deg); }
|
|
50% { transform: translate(-1px, 2px) rotate(-1deg); }
|
|
60% { transform: translate(-3px, 1px) rotate(0deg); }
|
|
70% { transform: translate(3px, 1px) rotate(-1deg); }
|
|
80% { transform: translate(-1px, -1px) rotate(1deg); }
|
|
90% { transform: translate(1px, 2px) rotate(0deg); }
|
|
100% { transform: translate(1px, -2px) rotate(-1deg); }
|
|
}
|
|
|
|
|
|
|
|
button.btnArmTransferRoom{
|
|
width:auto;
|
|
margin-left: 2px;
|
|
height:38px;
|
|
border-radius: 15px;
|
|
}
|
|
button.btnArmTransferRoom i{
|
|
margin-right:3px;
|
|
}
|
|
button.btnArmTransferRoom:hover{
|
|
background-color: var(--green-accent);
|
|
}
|
|
|
|
button.btnArmTransferRoom.selected{
|
|
background-color: #840000;
|
|
}
|
|
|
|
@media only screen and (max-height: 540px){
|
|
#gridlayout>#container.vidcon {
|
|
height:88%
|
|
}
|
|
#copythisurl {
|
|
font-size:80%;
|
|
}
|
|
}
|
|
@media only screen and (max-height: 500px){
|
|
#gridlayout>#container.vidcon {
|
|
height:87%
|
|
}
|
|
}
|
|
@media only screen and (max-height: 400px){
|
|
#logoname{
|
|
display:none;
|
|
}
|
|
#head4{
|
|
display:none;
|
|
}
|
|
#head2{
|
|
display:none;
|
|
}
|
|
#gridlayout>#container.vidcon {
|
|
height:85%
|
|
}
|
|
#header{
|
|
min-height:0px;
|
|
}
|
|
}
|
|
@media only screen and (max-height: 300px){
|
|
#gridlayout>#container.vidcon {
|
|
height:81%
|
|
}
|
|
#head2 {
|
|
display:none !important;
|
|
}
|
|
|
|
}
|
|
@media only screen and (max-height: 240px){
|
|
#gridlayout>#container.vidcon {
|
|
height:78%
|
|
}
|
|
}
|
|
@media only screen and (max-height: 190px){
|
|
#gridlayout>#container.vidcon {
|
|
height:75%
|
|
}
|
|
}
|
|
@media only screen and (max-height: 160px){
|
|
#gridlayout>#container.vidcon {
|
|
height:70%
|
|
}
|
|
}
|
|
@media only screen and (max-height: 120px){
|
|
#gridlayout>#container.vidcon {
|
|
height:70%
|
|
}
|
|
}
|
|
|
|
#header:empty{
|
|
display:none;
|
|
}
|
|
|
|
@keyframes pulse {
|
|
0% {
|
|
transform: scale(1);
|
|
box-shadow: 0 0 0 0 rgba(14, 19, 26, 0.7);
|
|
}
|
|
15% {
|
|
transform: scale(1.2);
|
|
box-shadow: 0 0 0 10px rgba(2, 3, 4, 0);
|
|
}
|
|
50% {
|
|
transform: scale(1.0);
|
|
box-shadow: 0 0 0 0 rgba(14, 19, 26, 0);
|
|
}
|
|
85% {
|
|
transform: scale(0.95);
|
|
box-shadow: 0 0 0 0 rgba(14, 19, 26, 0);
|
|
}
|
|
100% {
|
|
transform: scale(1);
|
|
box-shadow: 0 0 0 0 rgba(14, 19, 26, 0);
|
|
}
|
|
}
|
|
|
|
.la-sliders-h {
|
|
cursor:pointer;
|
|
}
|
|
|
|
.la-sliders-h {
|
|
cursor:pointer;
|
|
}
|
|
|
|
select {
|
|
cursor:pointer;
|
|
}
|
|
|
|
input[type='checkbox'] { cursor:pointer; }
|
|
input[type='radio'] { cursor:pointer; }
|
|
|
|
.icn-spinner {
|
|
animation: spin-animation 3s infinite;
|
|
display: inline-block;
|
|
z-index: 10;
|
|
}
|
|
|
|
#recordLocalbutton.la-spinner {
|
|
animation: spin-animation 3s infinite;
|
|
display: inline-block;
|
|
}
|
|
|
|
.retry-spinner {
|
|
border: 1vh solid #7f838666;
|
|
border-top: 1vh solid #f0f0f066;
|
|
border-radius: 50%;
|
|
width: 10vh;
|
|
height: 10vh;
|
|
animation: spin-animation 3s infinite linear, fadeIn 5s;
|
|
margin: 44vh auto;
|
|
cursor: help;
|
|
}
|
|
#retryimage{
|
|
display: block;
|
|
margin: auto;
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
width: 100%;
|
|
height: 100%;
|
|
animation: fadeIn 2s;
|
|
object-fit: contain;
|
|
}
|
|
#retrymessage{
|
|
display: block;
|
|
margin: 80vh auto;
|
|
animation: fadeIn 2s;
|
|
color: white;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
float: left;
|
|
width: 100%;
|
|
height: 100%;
|
|
text-align: center;
|
|
font-size: 2em;
|
|
}
|
|
|
|
@keyframes spin-animation {
|
|
0% {
|
|
transform: rotate(0deg);
|
|
}
|
|
100% {
|
|
transform: rotate(359deg);
|
|
}
|
|
}
|
|
|
|
html {
|
|
border: 0;
|
|
margin: 0;
|
|
outline: 0;
|
|
}
|
|
|
|
li {
|
|
margin: 0.1em 0;
|
|
padding-left: 0.1em;
|
|
line-height: 1.3em;
|
|
}
|
|
|
|
body {
|
|
-webkit-font-smoothing: antialiased;
|
|
text-rendering: optimizeLegibility;
|
|
color: var(--gray90);
|
|
padding: 0 0px;
|
|
height: 100%;
|
|
width: 100%;
|
|
background-color: var(--background-color);
|
|
font-family: Helvetica, Arial, sans-serif;
|
|
display: flex;
|
|
flex-flow: column;
|
|
border: 0;
|
|
margin: 0;
|
|
opacity: 1;
|
|
transition: opacity .1s linear;
|
|
scrollbar-color:#666 #201c29;
|
|
}
|
|
body.darktheme{
|
|
background-color: var(--dark-background-color);
|
|
}
|
|
|
|
::-webkit-scrollbar {
|
|
width: 15px;
|
|
height: 15px;
|
|
}
|
|
|
|
::-webkit-scrollbar-track {
|
|
-webkit-box-shadow: inset 0 0 13px rgb(0 0 0 / 90%);
|
|
border-radius: 4px;
|
|
}
|
|
|
|
::-webkit-scrollbar-thumb {
|
|
border-radius: 4px;
|
|
-webkit-box-shadow: inset 0 0 16px rgb(150 150 150 / 100%);
|
|
border: solid 3px transparent;
|
|
}
|
|
|
|
.previewWebcam {
|
|
max-width: 640px;
|
|
max-width: 83vw;
|
|
height: 30vh;
|
|
opacity:1;
|
|
animation: fadeIn 0.2s;
|
|
}
|
|
|
|
#getPermissions{
|
|
font-size: 110%;
|
|
border: 3px solid #99A;
|
|
cursor: pointer;
|
|
background-color: #cce0ff;
|
|
margin: 20px;
|
|
padding: 10px 50px;
|
|
text-align:center;
|
|
}
|
|
|
|
.gowebcam {
|
|
font-size: 110%;
|
|
border: 1px solid #ccc;
|
|
background-color: #f0f0f0;
|
|
color: black;
|
|
cursor: pointer;
|
|
margin: 20px;
|
|
padding: 10px 50px;
|
|
}
|
|
@-webkit-keyframes pulsate {
|
|
0% { box-shadow: 0 0 31px #244e1c44; transform: scale(1.0);}
|
|
50% { box-shadow: 0 0 17px #0004; transform: scale(0.99);}
|
|
100% { box-shadow: 0 0 31px #244e1c44; transform: scale(1.0);}
|
|
}
|
|
.gowebcam:enabled {
|
|
background-color: #26e726 !important;
|
|
background: radial-gradient(#26e726, #2EeF2E);
|
|
color: black;
|
|
font-weight: bold !important;
|
|
box-shadow: 0 0 31px 0px #244e1c44;
|
|
animation: pulsate 2s ease-out infinite;
|
|
}
|
|
#mainmenu {
|
|
height:100vh;
|
|
}
|
|
.mainmenuclass {
|
|
display: inherit;
|
|
}
|
|
#welcomeImage{
|
|
object-fit:cover;
|
|
width:100%;
|
|
height:100%;
|
|
display:block;
|
|
z-index:10;
|
|
}
|
|
div[data-action-type='toggle-group'] {
|
|
padding: 0 10px;
|
|
}
|
|
.infoblob {
|
|
color: white;
|
|
width: 100%;
|
|
padding: 20px;
|
|
max-width: 1280px;
|
|
}
|
|
|
|
.outer {
|
|
position: relative;
|
|
margin: auto;
|
|
width: 70px;
|
|
margin-top: 0px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.close {
|
|
position: absolute;
|
|
right: 20px;
|
|
top: 20px;
|
|
cursor: pointer;
|
|
display: none;
|
|
-webkit-app-region: no-drag;
|
|
}
|
|
|
|
select{
|
|
-webkit-app-region: no-drag;
|
|
}
|
|
.advancedToggle {
|
|
display:none;
|
|
background-color:#EFEFEF;
|
|
padding:10px 12px 12px 8px;
|
|
margin: 0px 0px 0px 10px;
|
|
}
|
|
|
|
.highlight {
|
|
background-color:#ddeeff;
|
|
}
|
|
|
|
#effectSelector{
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
font-size: 100%;
|
|
max-width: 260px;
|
|
border: solid 1px #AAA;
|
|
border-radius: 4px;
|
|
}
|
|
#effectSelector3{
|
|
background-color: #FFF;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
padding: 3px;
|
|
font-size: 93%;
|
|
max-width: 100%;
|
|
width: 90%;
|
|
border: solid 1px #AAA;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
/*https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/*/
|
|
input[type=range] {
|
|
-webkit-appearance: none;
|
|
margin: 18px 0;
|
|
width: 100%;
|
|
}
|
|
input[type=range]:focus {
|
|
outline: none;
|
|
}
|
|
input[type=range]::-webkit-slider-runnable-track {
|
|
width: 100%;
|
|
height: 8.4px;
|
|
cursor: pointer;
|
|
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
|
|
background: #5ca930;
|
|
border-radius: 1.3px;
|
|
border: 0.2px solid #010101;
|
|
}
|
|
input[type=range]::-webkit-slider-thumb {
|
|
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
|
|
border: 1px solid #000000;
|
|
height: 24px;
|
|
width: 8px;
|
|
border-radius: 2px;
|
|
background: #ffffff;
|
|
cursor: pointer;
|
|
-webkit-appearance: none;
|
|
margin-top: -8px;
|
|
}
|
|
input[type=range]:focus::-webkit-slider-runnable-track {
|
|
background: #57a32a;
|
|
}
|
|
input[type=range]::-moz-range-track {
|
|
width: 100%;
|
|
height: 8.4px;
|
|
cursor: pointer;
|
|
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
|
|
background: #3071a9;
|
|
border-radius: 1.3px;
|
|
border: 0.2px solid #010101;
|
|
}
|
|
input[type=range]::-moz-range-thumb {
|
|
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
|
|
border: 1px solid #000000;
|
|
height: 36px;
|
|
width: 16px;
|
|
border-radius: 3px;
|
|
background: #ffffff;
|
|
cursor: pointer;
|
|
}
|
|
input[type=range]::-ms-track {
|
|
width: 100%;
|
|
height: 8.4px;
|
|
cursor: pointer;
|
|
background: transparent;
|
|
border-color: transparent;
|
|
border-width: 16px 0;
|
|
color: transparent;
|
|
}
|
|
input[type=range]::-ms-fill-lower {
|
|
background: #2a6495;
|
|
border: 0.2px solid #010101;
|
|
border-radius: 2.6px;
|
|
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
|
|
}
|
|
input[type=range]::-ms-fill-upper {
|
|
background: #3071a9;
|
|
border: 0.2px solid #010101;
|
|
border-radius: 2.6px;
|
|
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
|
|
}
|
|
input[type=range]::-ms-thumb {
|
|
box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
|
|
border: 1px solid #000000;
|
|
height: 36px;
|
|
width: 16px;
|
|
border-radius: 3px;
|
|
background: #ffffff;
|
|
cursor: pointer;
|
|
}
|
|
input[type=range]:focus::-ms-fill-lower {
|
|
background: #3071a9;
|
|
}
|
|
input[type=range]:focus::-ms-fill-upper {
|
|
background: #367ebd;
|
|
}
|
|
|
|
|
|
.popupSelector_constraints{
|
|
margin:25px 9% 0 7%;
|
|
}
|
|
.popupSelector_constraints label{
|
|
color:white;
|
|
text-shadow: 0px 0px 6px #000000FF;
|
|
font-weight: 700;
|
|
|
|
}
|
|
|
|
/* ////// Icon resizing for mobile subControl bar ////// */
|
|
|
|
@media only screen and (max-width: 500px) {
|
|
#subControlButtons {
|
|
position: unset;
|
|
min-width: unset;
|
|
}
|
|
#subControlButtons > div {
|
|
min-width: 40px;
|
|
min-height: 40px;
|
|
margin: 4px;
|
|
}
|
|
#SubControlButtons > div i {
|
|
font-size: 28px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 410px) {
|
|
#subControlButtons > div {
|
|
min-width: 35px;
|
|
min-height: 35px;
|
|
border-radius: 6px;
|
|
margin: 3px;
|
|
}
|
|
#SubControlButtons > div i {
|
|
font-size: 24px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 360px) {
|
|
#subControlButtons > div {
|
|
min-width: 30px;
|
|
min-height: 30px;
|
|
border-radius: 4px;
|
|
margin: 3px;
|
|
}
|
|
#SubControlButtons > div i {
|
|
font-size: 20px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 320px) {
|
|
#subControlButtons > div {
|
|
min-width: 28px;
|
|
min-height: 28px;
|
|
border-radius: 4px;
|
|
margin: 3px;
|
|
}
|
|
#SubControlButtons > div i {
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 280px) {
|
|
#subControlButtons > div {
|
|
min-width: 25px;
|
|
min-height: 25px;
|
|
border-radius: 4px;
|
|
margin: 3px;
|
|
}
|
|
#SubControlButtons > div i {
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
|
|
|
|
/* //////////////////////////////////// */
|
|
|
|
@media only screen and (max-height: 650px) {
|
|
body {
|
|
font-size: 0.9em;
|
|
}
|
|
.gowebcam {
|
|
padding: 5px;
|
|
margin: 5px;
|
|
}
|
|
.infoblob {
|
|
color: white;
|
|
width: 100%;
|
|
padding: 20px;
|
|
max-width: 1280px;
|
|
}
|
|
#qrcode img {
|
|
max-height: 150px;
|
|
}
|
|
.outer {
|
|
width: 50px;
|
|
}
|
|
.close {
|
|
top: 0px;
|
|
right: 0px;
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (max-width: 1220px) {
|
|
#fakeguest4{
|
|
display: none!important;
|
|
}
|
|
#fakeguestinfo{
|
|
display: none!important;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 933px) {
|
|
#fakeguest3{
|
|
display: none!important;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 700px) {
|
|
#fakeguest2{
|
|
display: none!important;
|
|
}
|
|
#chatModule {
|
|
margin-bottom: 5px !important;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 292px) {
|
|
#fakeguest1{
|
|
display: none!important;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 768px) {
|
|
#popOutChat{
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 650px) {
|
|
|
|
.mainmenuclass {
|
|
display: inline-block;
|
|
}
|
|
.outer {
|
|
width: 50px;
|
|
}
|
|
.close {
|
|
top: 0;
|
|
right: 0;
|
|
}
|
|
select {
|
|
height: 30px;
|
|
font-size: 120%;
|
|
}
|
|
#reshare {
|
|
max-width: 650px !important;
|
|
font-size: 96% !important;
|
|
width: 300px !important;
|
|
}
|
|
.fa-paperclip {
|
|
display: none;
|
|
}
|
|
#copythisurl {
|
|
color: #DDD;
|
|
display: inline-block;
|
|
font-size: 75% !important;
|
|
}
|
|
#logoname {
|
|
font-size: 100%;
|
|
}
|
|
.column {
|
|
float: none !important;
|
|
padding: 15px 10px 1px 10px !important;
|
|
}
|
|
div.multiselect, .videoMenu, #videoSettings {
|
|
max-width: 100% !important;
|
|
min-width: 100% !important;
|
|
}
|
|
#addPasswordBasic, #headphonesDiv, #effectsDiv, #effectsDiv3, #headphonesDiv3 {
|
|
max-width: 100% !important;
|
|
min-width: 100% !important;
|
|
overflow: hidden !important;
|
|
}
|
|
#outputSource {
|
|
width: 100% !important;
|
|
border: solid 1px #AAA;
|
|
border-radius: 4px;
|
|
}
|
|
#outputSource3 {
|
|
width: 100% !important;
|
|
border: solid 1px #AAA;
|
|
border-radius: 4px;
|
|
}
|
|
#audioSourceScreenshare, #videoSettings2 {
|
|
max-width: 90% !important;
|
|
min-width: 90% !important;
|
|
overflow: hidden !important;
|
|
}
|
|
.popupSelector_constraints{
|
|
margin:25px 15% 0 1%;
|
|
}
|
|
.mobileHide{
|
|
display:none !important;
|
|
}
|
|
#effectSelector {
|
|
max-width: 100%;
|
|
width: 100%;
|
|
margin: 4px 0 0 0;
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (max-height: 355px) {
|
|
|
|
.popupSelector_constraints{
|
|
margin:20px 12% 0 2%;
|
|
}
|
|
}
|
|
|
|
#popupSelector_user_settings label{
|
|
color:white;
|
|
text-shadow: 0px 0px 6px #000000FF;
|
|
font-weight: 700;
|
|
padding: 0 10px 0 0;
|
|
}
|
|
.tooltip {
|
|
position: relative;
|
|
display: inline-block;
|
|
border-bottom: 1px dotted black;
|
|
}
|
|
.tooltip .tooltiptext {
|
|
visibility: hidden;
|
|
width: 10em;
|
|
background-color: #9d5050;
|
|
color: #fff;
|
|
text-align: center;
|
|
border-radius: 10px;
|
|
position: absolute;
|
|
z-index: 1;
|
|
top: -10px;
|
|
font-family: "Lato", sans-serif;
|
|
}
|
|
.tooltip:hover .tooltiptext {
|
|
visibility: visible;
|
|
}
|
|
|
|
#previewWebcam.miconly {
|
|
display:none;
|
|
}
|
|
|
|
.notmain > .mainonly {
|
|
display:none!important;
|
|
}
|
|
|
|
#popupSelector {
|
|
background: linear-gradient(6deg, rgba(221, 221, 221, 0) 4%, rgb(221, 221, 221, 0.2) 30%, rgba(120, 120, 100, .5) 100%);
|
|
transition: all 0.2s linear 0s;
|
|
padding: 20px 20px 0px 20px;
|
|
position: fixed;
|
|
top: 0px;
|
|
height: 90%;
|
|
max-width: 505px;
|
|
max-width: 100%;
|
|
right: -400px;
|
|
overflow: auto;
|
|
z-index: 4;
|
|
-webkit-app-region: no-drag;
|
|
}
|
|
|
|
#popupSelector div {
|
|
max-width: 100%;
|
|
}
|
|
|
|
#audioSourceScreenshare {
|
|
display:block;
|
|
height: 60px;
|
|
width: 100%;
|
|
overflow: auto;
|
|
padding: 5px;
|
|
resize: both;
|
|
border: solid 1px #AAA;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
|
|
#headphonesDiv2{
|
|
background-color: #f3f3f3;
|
|
min-width: 350px;
|
|
display: none;
|
|
padding: 4px 10px 10px 10px;
|
|
border: 1px solid #ccc;
|
|
vertical-align: middle;
|
|
margin: 10px 0;
|
|
text-align: left;
|
|
}
|
|
#audioScreenShare1 {
|
|
border: 1px solid #ccc;
|
|
display: inline-block;
|
|
background: #f3f3f3;
|
|
padding: 4px 10px 10px 10px;
|
|
text-align: left;
|
|
min-width:350px;
|
|
}
|
|
#audioScreenShare1 > i {
|
|
display: inline-block;
|
|
}
|
|
|
|
#audioScreenShare1 > span {
|
|
margin: 7px 0px;
|
|
text-align: left;
|
|
display: inline-block;
|
|
}
|
|
|
|
h2 {
|
|
color: white;
|
|
-webkit-user-select: none;
|
|
/* Safari */
|
|
-moz-user-select: none;
|
|
/* Firefox */
|
|
-ms-user-select: none;
|
|
/* IE10+/Edge */
|
|
user-select: none;
|
|
/* Standard */
|
|
}
|
|
|
|
.inner {
|
|
width: inherit;
|
|
text-align: center;
|
|
}
|
|
|
|
.labelclass {
|
|
opacity: 0;
|
|
font-size: 1.1em;
|
|
line-height: 4em;
|
|
text-transform: uppercase;
|
|
transition: all .3s ease-in;
|
|
cursor: pointer;
|
|
}
|
|
|
|
label {
|
|
color: #000;
|
|
}
|
|
.generalButton{
|
|
border-radius: 3px;
|
|
padding: 5px;
|
|
margin: 0 0 10px 0;
|
|
}
|
|
|
|
.inner:before,
|
|
.inner:after {
|
|
position: absolute;
|
|
content: '';
|
|
height: 7px;
|
|
width: inherit;
|
|
background: #000;
|
|
left: 0;
|
|
font-weight: bold;
|
|
transition: all .3s ease-in;
|
|
}
|
|
|
|
.inner:before {
|
|
top: 50%;
|
|
transform: rotate(45deg);
|
|
}
|
|
|
|
.inner:after {
|
|
bottom: 50%;
|
|
transform: rotate(-45deg);
|
|
}
|
|
|
|
.outer:hover .labelclass {
|
|
opacity: 1;
|
|
}
|
|
|
|
.outer:hover .inner:before,
|
|
.outer:hover .inner:after {
|
|
transform: rotate(0);
|
|
}
|
|
|
|
.outer:hover .inner:before {
|
|
top: 0;
|
|
}
|
|
|
|
.outer:hover .inner:after {
|
|
bottom: 0;
|
|
}
|
|
.microphoneBackground{
|
|
background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M 13 4 C 11.90625 4 11 4.90625 11 6 L 11 18 C 11 19.09375 11.90625 20 13 20 L 19 20 C 20.09375 20 21 19.09375 21 18 L 21 6 C 21 4.90625 20.09375 4 19 4 Z M 13 6 L 19 6 L 19 18 L 13 18 Z M 7 14 L 7 18 C 7 21.300781 9.699219 24 13 24 L 15 24 L 15 26 L 11 26 L 11 28 L 21 28 L 21 26 L 17 26 L 17 24 L 19 24 C 22.300781 24 25 21.300781 25 18 L 25 14 L 23 14 L 23 18 C 23 20.21875 21.21875 22 19 22 L 13 22 C 10.78125 22 9 20.21875 9 18 L 9 14 Z'/%3E%3C/svg%3E")!important;
|
|
}
|
|
|
|
|
|
.container-inner > div, .container-inner > span > div, .container-inner button:not(.gowebcam), .message-card, .cameraTip {
|
|
border-radius: 5px;
|
|
box-shadow: 10px 8px 32px -10px #8883;
|
|
}
|
|
|
|
#dropButton{
|
|
font-size: 2em;
|
|
display: block;
|
|
margin: auto;
|
|
background-color: #5555;
|
|
border-radius: 30px;
|
|
cursor:pointer;
|
|
color: #636363;
|
|
padding: 3px;
|
|
width: 100px;
|
|
}
|
|
.fullcolumn {
|
|
float: left;
|
|
display: inline-block;
|
|
margin: 0 auto;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.card {
|
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1);
|
|
background-color: #ddd;
|
|
}
|
|
|
|
|
|
.column {
|
|
display: inline-block;
|
|
margin: 1.8%;
|
|
min-width: 300px;
|
|
width: 20%;
|
|
padding: 25px;
|
|
height: 200px;
|
|
text-align: center;
|
|
font-size: 100%;
|
|
transition: box-shadow 0.1s ease-in-out;
|
|
}
|
|
|
|
|
|
.column:hover {
|
|
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .3);
|
|
}
|
|
|
|
.column:active {
|
|
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .5);
|
|
}
|
|
|
|
.column>h2 {
|
|
color: black;
|
|
}
|
|
|
|
.fadeout {
|
|
animation: fadeout 1s;
|
|
opacity: 0!important;
|
|
}
|
|
|
|
.partialFadeout{
|
|
opacity: 0.2 !important;
|
|
}
|
|
|
|
.greyout {
|
|
animation: greyout 3s;
|
|
opacity: 0.3!important;
|
|
}
|
|
.graphSection {
|
|
display: flex;
|
|
flex-direction: column;
|
|
max-width: 50%;
|
|
gap: 5px;
|
|
}
|
|
.darktheme .graphSection > span {
|
|
color: var(--discord-text)
|
|
}
|
|
.graphSection > span {
|
|
display: block;
|
|
font-size: 10px;
|
|
height: 50px;
|
|
}
|
|
.graphSection>span:last-child{
|
|
margin-bottom: 0px;
|
|
}
|
|
span[data-action-type="stats-graphs-details-container"]>span{
|
|
padding: 1px;
|
|
display:block;
|
|
}
|
|
|
|
@keyframes greyout {
|
|
0% {
|
|
opacity: 1
|
|
}
|
|
100% {
|
|
opacity: 0.3
|
|
}
|
|
}
|
|
|
|
@keyframes fadeout {
|
|
0% {
|
|
opacity: 1
|
|
}
|
|
100% {
|
|
opacity: 0
|
|
}
|
|
}
|
|
|
|
#empty-container {
|
|
display: inline-block;
|
|
width: 20%;
|
|
min-width: 300px;
|
|
padding: 28px;
|
|
height: 200px;
|
|
margin: 1.8%;
|
|
text-align: center;
|
|
}
|
|
#container-1 {
|
|
background-repeat: no-repeat;
|
|
background-size: 80px;
|
|
background-position: 50% 65%;
|
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='342.728' height='325.878' viewBox='0 0 90.68 86.222' fill='none' stroke='%23000' stroke-width='5.6' stroke-linejoin='round' stroke-dashoffset='22.7149601' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M3.15 3.15h37.378v35.24H3.15zm47.002 0H87.53v35.24H50.152zM3.15 47.832h37.378v35.24H3.15zm47.002 0H87.53v35.24H50.152z'/%3E%3C/svg%3E");
|
|
}
|
|
#container-2 {
|
|
background-repeat: no-repeat;
|
|
background-size: 80px;
|
|
background-position: 50% 65%;
|
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='347.569' height='278.797' viewBox='0 0 91.961 73.765' fill='none' stroke='%23000' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M3.02 3.02h85.921v54.399H3.02z' stroke-width='6.04' stroke-linejoin='round' stroke-dashoffset='22.7149601'/%3E%3Cg stroke-width='6.3'%3E%3Cpath d='M35.607 70.527l21.839.071' stroke-linecap='round' paint-order='markers fill stroke'/%3E%3Cpath d='M46.404 73.517l.142-15.596' paint-order='markers fill stroke'/%3E%3C/g%3E%3C/svg%3E");
|
|
}
|
|
#container-3 {
|
|
background-repeat: no-repeat;
|
|
background-size: 90px;
|
|
transition: background-image 0.3s ease-in-out;
|
|
-webkit-transition: background-image 0.3s ease-in-out;
|
|
background-position: 50% 65%;
|
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='347.184' height='187.007' viewBox='0 0 91.859 49.479' fill='none' stroke='%23000' stroke-width='5' stroke-linejoin='round' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M3.15 3.15h65.569v43.179H3.15z' stroke-dashoffset='22.7149601' paint-order='markers fill stroke'/%3E%3Cpath d='M68.919 28.837L88.709 44.73V7.148L69.019 22.341z'/%3E%3C/svg%3E");
|
|
}
|
|
#container-3a {
|
|
background-repeat: no-repeat;
|
|
background-size: 90px;
|
|
transition: background-image 0.3s ease-in-out;
|
|
-webkit-transition: background-image 0.3s ease-in-out;
|
|
background-position: 50% 65%;
|
|
}
|
|
#container-4 {
|
|
background-repeat: no-repeat;
|
|
background-size: 80px;
|
|
background-position: 50% 65%;
|
|
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='303.594' height='274.946' viewBox='0 0 80.326 72.746' fill='none' stroke='%23000' stroke-width='4.6' stroke-linejoin='round' stroke-dashoffset='6.01000023' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M2 51.27L78.326 2l-8.03 63.359-37.093-12.414z'/%3E%3Cpath d='M33.047 70.746l.157-17.802L78.326 2 33.203 52.944l10.314 3.39z'/%3E%3C/svg%3E");
|
|
}
|
|
#container-5 {
|
|
background-repeat: no-repeat;
|
|
background-size: 80px;
|
|
background-position: 50% 65%;
|
|
background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiPgogIDxnPgogICAgPGc+CiAgICAgIDxwYXRoIGQ9Im0xOC43LDEyMi41aDkxLjZjMi4zLDAgNC4xLTEuOCA0LjEtNC4xdi0xMDcuOWMwLTIuMy0xLjgtNC4xLTQuMS00LjFoLTY4LjdjLTAuMywwLTAuNywwLTEsMC4xLTAuMSwwLTAuMiwwLjEtMC4yLDAuMS0wLjMsMC4xLTAuNSwwLjItMC44LDAuMy0wLjEsMC4xLTAuMiwwLjEtMC4zLDAuMi0wLjMsMC4yLTAuNiwwLjQtMC44LDAuN2wtMjIuOSwyN2MtMC4zLDAuMy0wLjUsMC43LTAuNywxLjEtMC4xLDAuMS0wLjEsMC4zLTAuMSwwLjQtMC4xLDAuMy0wLjEsMC42LTAuMiwwLjkgMCwwLjEgMCwwLjEgMCwwLjJ2ODAuOWMtMS4wNjU4MWUtMTQsMi40IDEuOSw0LjIgNC4xLDQuMnptMTguOC0xMDAuOHYxMS44aC0xMGwxMC0xMS44em0tMTQuNywxOS45aDE4LjhjMi4zLDAgNC4xLTEuOCA0LjEtNC4xdi0yMi45aDYwLjV2OTkuN2gtODMuNHYtNzIuN3oiIGZpbGw9IiMwMDAwMDAiLz4KICAgICAgPHBhdGggZD0ibTk0LDUwLjVoLTU5Yy0yLjMsMC00LjEsMS44LTQuMSw0LjEgMCwyLjMgMS44LDQuMSA0LjEsNC4xaDU5YzIuMywwIDQuMS0xLjggNC4xLTQuMSAwLTIuMy0xLjgtNC4xLTQuMS00LjF6IiBmaWxsPSIjMDAwMDAwIi8+CiAgICAgIDxwYXRoIGQ9Im05NCw3MC4zaC01OWMtMi4zLDAtNC4xLDEuOC00LjEsNC4xIDAsMi4zIDEuOCw0LjEgNC4xLDQuMWg1OWMyLjMsMCA0LjEtMS44IDQuMS00LjEgMC0yLjItMS44LTQuMS00LjEtNC4xeiIgZmlsbD0iIzAwMDAwMCIvPgogICAgPC9nPgogIDwvZz4KPC9zdmc+Cg==)
|
|
}
|
|
|
|
.controlVideoBox {
|
|
position:relative;
|
|
}
|
|
|
|
.container-inner {
|
|
display: none;
|
|
background-color: rgb(221, 221, 221);
|
|
max-height: 100%;
|
|
min-height: calc(100% - 75px);
|
|
margin-bottom:30px;
|
|
}
|
|
.canvasStats{
|
|
background-color: black;
|
|
width: 100%;
|
|
height: 50px;
|
|
border-radius: 4px;
|
|
}
|
|
.manualInput{
|
|
width: 55px;
|
|
display: inline-block;
|
|
overflow: scroll;
|
|
margin: 4px 0 4px 4px;
|
|
padding: 1px 4px;
|
|
box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
|
|
}
|
|
#add_screen {
|
|
padding-bottom: 20px;
|
|
}
|
|
.soloButton{
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
font-size: 0.7em;
|
|
}
|
|
.soloButton button {
|
|
margin: 5px 0px 0px 0px;
|
|
box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
|
|
}
|
|
|
|
.lowerRaisedHand{
|
|
margin: auto;
|
|
margin-left: 5px;
|
|
margin-bottom: 10px;
|
|
background-color: yellow;
|
|
width: calc(100% - 10px);
|
|
}
|
|
.float {
|
|
opacity: 0.8;
|
|
min-width: 45px;
|
|
min-height: 45px;
|
|
height: 100%;
|
|
box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
|
|
color: #FFF;
|
|
border-radius: 8px;
|
|
text-align: center;
|
|
margin: 5px;
|
|
pointer-events: auto;
|
|
outline:none;
|
|
padding: 5px 5px;
|
|
}
|
|
.float2 {
|
|
opacity: 0.8;
|
|
min-width: 45px;
|
|
min-height: 45px;
|
|
height: 100%;
|
|
background-color: #8888;
|
|
box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
|
|
color: #FFF;
|
|
border-radius: 38px;
|
|
text-align: center;
|
|
z-index: 10;
|
|
margin: 5px;
|
|
pointer-events: auto;
|
|
outline:none;
|
|
padding: 5px 5px;
|
|
}
|
|
|
|
.rotate225 {
|
|
transform: rotate(135deg);
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
|
|
#previewWebcam.rotate{
|
|
max-width: 30vh;
|
|
}
|
|
#previewWebcam.rotate{
|
|
max-width: 30vh;
|
|
}
|
|
|
|
.myVideo {
|
|
box-shadow: rgb(88, 88, 88) 0px 0px 5px 1px;
|
|
width: var(--myvideo-width);
|
|
max-width: 800px !important;
|
|
max-height: 100% !important;
|
|
height: var(--myvideo-height) !important;
|
|
display: block !important;
|
|
margin: auto auto !important;
|
|
position: relative !important;
|
|
top: 50% !important;
|
|
background-color: var(--myvideo-background);
|
|
object-fit: var(--fit-style);
|
|
max-width: var(--myvideo-max-width) !important;
|
|
}
|
|
#calendarButton {
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
display:none;
|
|
}
|
|
#translateButton {
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
}
|
|
#helpButton {
|
|
cursor: pointer;
|
|
z-index: 1;
|
|
}
|
|
|
|
iframe {
|
|
z-index: 2;
|
|
}
|
|
|
|
@media only screen and (max-width: 390px) {
|
|
#translateButton {
|
|
display:none;
|
|
}
|
|
#helpButton {
|
|
display:none;
|
|
}
|
|
}
|
|
|
|
.popup .menu { margin: 2px; }
|
|
|
|
.toggleSize {
|
|
font-size: 32px;
|
|
color: white;
|
|
}
|
|
|
|
img {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.in-animation {
|
|
animation: inlightbox 0.5s forwards;
|
|
position: fixed !important;
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.skip-animation {
|
|
position: fixed !important;
|
|
margin: 0 !important;
|
|
height: 100%;
|
|
width: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
.skip-animation .container-inner{
|
|
display:block;
|
|
}
|
|
|
|
.out-animation {
|
|
animation: outlightbox 0.5s forwards;
|
|
}
|
|
|
|
.pointer {
|
|
cursor: pointer;
|
|
}
|
|
@keyframes inlightbox {
|
|
50% {
|
|
width: 100%;
|
|
left: 0;
|
|
height: 200px;
|
|
}
|
|
|
|
100% {
|
|
height: 100%;
|
|
width: 100%;
|
|
top: 0;
|
|
left: 0;
|
|
}
|
|
}
|
|
.column_neon {
|
|
color: white;
|
|
animation: neonGlow 2s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
|
|
box-shadow: 0 0 5px rgba(255, 255, 255, .8), 0 0 10px rgba(255, 255, 255, .8), 0 0 20px rgba(66, 220, 219, .5), 0 0 22px rgba(66, 220, 219, .5)
|
|
}
|
|
@keyframes neonGlow {
|
|
100% {
|
|
box-shadow: 0 0 5px rgba(255, 255, 255, .8), 0 0 10px rgba(255, 255, 255, .8), 0 0 20px rgba(66, 220, 219, .5), 0 0 22px rgba(66, 220, 219, .5)
|
|
}
|
|
|
|
0% {
|
|
box-shadow: 0 0 2px rgba(255, 255, 255, .8), 0 0 3px rgba(255, 255, 255, .8), 0 0 4px rgba(66, 220, 219, .5)
|
|
}
|
|
}
|
|
.modal {
|
|
display: none;
|
|
position: fixed;
|
|
padding-top: 50px;
|
|
left: 0;
|
|
top: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgb(0, 0, 0);
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
}
|
|
.modal-content {
|
|
position: relative;
|
|
background-color: white;
|
|
padding: 20px;
|
|
margin: auto;
|
|
max-width: 400px;
|
|
}
|
|
.close-btn {
|
|
float: right;
|
|
color: lightgray;
|
|
font-size: 24px;
|
|
font-weight: bold;
|
|
}
|
|
.close-btn:hover {
|
|
color: darkgray;
|
|
}
|
|
#chattoggle{
|
|
top: 0.5px;
|
|
position: relative;
|
|
}
|
|
|
|
.la-phone {
|
|
color: red;
|
|
top:0.5;
|
|
}
|
|
|
|
#obsState {
|
|
border:#888 solid 2px;
|
|
padding:2px 5px;
|
|
color: white;
|
|
z-index:2;
|
|
background-color: #222D;
|
|
display: block;
|
|
top: 0;
|
|
position: fixed;
|
|
opacity: 0.7;
|
|
font-size: 11px;
|
|
border-radius: 4px;
|
|
text-align: center;
|
|
}
|
|
#obsState.larger {
|
|
padding:2px 10px;
|
|
font-size: 30px;
|
|
}
|
|
|
|
|
|
@media only screen and (max-height: 400px){
|
|
#obsState {
|
|
transform: scale(0.9);
|
|
}
|
|
}
|
|
@media only screen and (max-height: 300px){
|
|
#obsState {
|
|
transform: scale(0.8);
|
|
}
|
|
}
|
|
@media only screen and (max-width: 620px){
|
|
#obsState {
|
|
top:20px;
|
|
transform: scale(0.8);
|
|
}
|
|
}
|
|
@media only screen and (max-height: 200px){
|
|
#obsState {
|
|
transform: scale(0.7);
|
|
}
|
|
}
|
|
|
|
@media only screen and (max-width: 400px){
|
|
#obsState {
|
|
top:30px;
|
|
transform: scale(0.7);
|
|
display:none!important;
|
|
opacity:0;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 300px){
|
|
#obsState {
|
|
display:none!important;
|
|
opacity:0;
|
|
}
|
|
}
|
|
.onair {
|
|
box-shadow: inset 0 0 max(10vw, 10vh) green;
|
|
}
|
|
|
|
.ondeck {
|
|
display: block !important;
|
|
box-shadow: inset 0 0 max(10vw, 10vh) yellow;
|
|
}
|
|
|
|
.recording{
|
|
box-shadow: inset 0 0 max(10vw, 10vh) red
|
|
}
|
|
|
|
.raisedHand{
|
|
background-color: #DD1A !important;
|
|
}
|
|
|
|
.flip {
|
|
animation: flip180 2s;
|
|
animation-iteration-count: 1;
|
|
}
|
|
|
|
@keyframes flip180 {
|
|
0% {transform: rotate(0);}
|
|
100% {transform: rotate(180deg);}
|
|
}
|
|
|
|
.flip2 {
|
|
animation: flip1802 2s;
|
|
animation-iteration-count: 1;
|
|
}
|
|
|
|
@keyframes flip1802 {
|
|
0% {transform: rotate(180deg)}
|
|
100% {transform: rotate(360deg);}
|
|
}
|
|
|
|
@-webkit-keyframes animatetop {
|
|
from {
|
|
top: -300px;
|
|
opacity: 0
|
|
}
|
|
|
|
to {
|
|
top: 0;
|
|
opacity: 1
|
|
}
|
|
}
|
|
@keyframes animatetop {
|
|
from {
|
|
top: -300px;
|
|
opacity: 0
|
|
}
|
|
|
|
to {
|
|
top: 0;
|
|
opacity: 1
|
|
}
|
|
}
|
|
#request_info_prompt{
|
|
z-index: 20;
|
|
color: white;
|
|
font-size: 30px;
|
|
font-size: 3.5vw;
|
|
top: 0;
|
|
align-self: center;
|
|
margin: 25vh 0;
|
|
position: absolute;
|
|
}
|
|
|
|
.holder {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100%;
|
|
max-width: 100%;
|
|
max-height: 100%;
|
|
object-fit: contain;
|
|
overflow:hidden;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: var(--video-margin);
|
|
border-radius: var(--video-rounded);
|
|
border-width: var(--video-border);
|
|
border-color: var(--video-border-color);
|
|
background-color: var(--video-border-color);
|
|
border-style: solid;
|
|
}
|
|
|
|
.fadein {
|
|
animation: fadeIn var(--fadein-speed);
|
|
-webkit-animation: fadeIn var(--fadein-speed);
|
|
-moz-animation: fadeIn var(--fadein-speed);
|
|
-o-animation: fadeIn var(--fadein-speed);
|
|
-ms-animation: fadeIn var(--fadein-speed);
|
|
animation-iteration-count: 1;
|
|
}
|
|
|
|
@keyframes fadeIn {
|
|
0% {opacity:0;}
|
|
100% {opacity:1;}
|
|
}
|
|
|
|
@-moz-keyframes fadeIn {
|
|
0% {opacity:0;}
|
|
100% {opacity:1;}
|
|
}
|
|
|
|
@-webkit-keyframes fadeIn {
|
|
0% {opacity:0;}
|
|
100% {opacity:1;}
|
|
}
|
|
|
|
@-o-keyframes fadeIn {
|
|
0% {opacity:0;}
|
|
100% {opacity:1;}
|
|
}
|
|
|
|
@-ms-keyframes fadeIn {
|
|
0% {opacity:0;}
|
|
100% {opacity:1;}
|
|
}
|
|
|
|
video {
|
|
transition: opacity .25s ease-in-out;
|
|
-moz-transition: opacity .25s ease-in-out;
|
|
-webkit-transition: opacity .25s ease-in-out;
|
|
pointer-events: auto;
|
|
background-color: transparent;
|
|
border: 0;
|
|
margin: 0;
|
|
user-select:none;
|
|
-webkit-user-select: none; /* Chrome/Safari */
|
|
-moz-user-select: none; /* Firefox */
|
|
-ms-user-select: none; /* IE10+ */
|
|
-webkit-tap-highlight-color:transparent;
|
|
outline-style:none;
|
|
background-size: var(--video-background-image-size);
|
|
background-repeat: no-repeat;
|
|
background-position: center;
|
|
background-image: var(--video-background-image);
|
|
}
|
|
|
|
.nogb { background-image: unset !important }
|
|
|
|
video::-webkit-media-controls-timeline {
|
|
display: none;
|
|
}
|
|
|
|
video::-webkit-media-controls-fullscreen-button {
|
|
display: var(--full-screen-button);
|
|
}
|
|
|
|
video::-webkit-media-controls-timeline-container {
|
|
display: none;
|
|
}
|
|
|
|
audio::-webkit-media-controls-overlay-play-button, video::-webkit-media-controls-overlay-play-button {
|
|
display: none;
|
|
}
|
|
|
|
audio::-webkit-media-controls-play-button, video::-webkit-media-controls-play-button {
|
|
display: none;
|
|
}
|
|
|
|
video::-webkit-media-controls-toggle-closed-captions-button {
|
|
display: none;
|
|
}
|
|
|
|
video.clean::-webkit-media-controls-current-time-display {
|
|
display: inherit;
|
|
}
|
|
|
|
video.clean::-webkit-media-controls-time-remaining-display {
|
|
display: inherit;
|
|
}
|
|
|
|
video.clean::-webkit-media-controls-timeline {
|
|
display: inherit;
|
|
}
|
|
|
|
video.clean::-webkit-media-controls-timeline-container {
|
|
display: inherit;
|
|
}
|
|
|
|
audio.fileshare::-webkit-media-controls-overlay-play-button, video.fileshare::-webkit-media-controls-overlay-play-button {
|
|
display: inherit;
|
|
}
|
|
|
|
audio.fileshare::-webkit-media-controls-play-button, video.fileshare::-webkit-media-controls-play-button {
|
|
display: inherit;
|
|
}
|
|
|
|
.mirrorControl::-webkit-media-controls-enclosure {
|
|
padding: 0px;
|
|
height: 30px;
|
|
transform: scaleX(-1);
|
|
-webkit-transform: scaleX(-1);
|
|
}
|
|
.popup-screen {
|
|
text-align: center;
|
|
position: absolute;
|
|
display:none;
|
|
top:0;
|
|
left:0;
|
|
z-index: 7 !important;
|
|
padding: 20px;
|
|
margin:15px 15px 80px 15px;
|
|
width: 80vh !important;
|
|
height: 80vh !important;
|
|
background-color: #ccc !important;
|
|
border: solid 1px #dfdfdf !important;
|
|
box-shadow: 1px 1px 2px #cfcfcf !important;
|
|
}
|
|
.context-menu {
|
|
display: none;
|
|
position: absolute;
|
|
z-index: 996 !important;
|
|
padding: 12px 0 !important;
|
|
width: 240px !important;
|
|
background-color: #fff !important;
|
|
border: solid 1px #dfdfdf !important;
|
|
box-shadow: 1px 1px 2px #cfcfcf !important;
|
|
}
|
|
|
|
.darktheme .popup-message {
|
|
background-color: var(--discord-grey-1);
|
|
border-color: var(--discord-grey-3);
|
|
color: var(--discord-text);
|
|
box-shadow: 1px 1px 3px black;
|
|
}
|
|
|
|
.popup-message {
|
|
display: none;
|
|
text-align: center;
|
|
position: absolute;
|
|
z-index: 35;
|
|
padding: 5px;
|
|
border-radius: 4px;
|
|
min-width: 180px;
|
|
background-color: #fff;
|
|
border: solid 1px #dfdfdf;
|
|
box-shadow: 1px 1px 2px #cfcfcf;
|
|
}
|
|
|
|
.darktheme .popup-message ul {
|
|
list-style: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAALCAYAAACtWacbAAAAr0lEQVQYlY3QMUoDUBAE0KciNtpI+hQ5gdhZ5QIewwN4EisJpM0RhJRiZSt4A8EynWlCig0j+wttdODzYXZndhj/QlX9frOqeq6q96paZ3aMNW7b8AorTPCBRcijKJrI4gsuscXNSBKnDaZ4xQX2OGtBnL+X7lp5jhNc9x/HR8xybmR5aKeBXQs3cQreMO/BKb46U7JOxlJCP7Uyp++bX+JzdJQ+0kv6SU8/uvsbOACH0VkbmsdQwQAAAABJRU5ErkJggg==);
|
|
}
|
|
|
|
.popup-message ul {
|
|
list-style: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAA/ElEQVQYlTWPwUrEMBCGJ2mUNKZxIbRQ2oPeRT34OH2HPfQ5eugzeRG8rOLdvRVagm5Jm+DSILO0c5kZZub/vyF1XcMWTdNgda2UeqSUSmvt736/P7C2bZ9DCN8hhBMAxEqpJ601H4bhJ4RwxCsqpdwJIe6wieP4Icsy3nWdt9Z+rIdAlFIvWmuJAynlVRRFsCwLTNPknXNfAODoOI6fxhhfliUnhNCqql4xF0Vxg9bISFbmGK2EEJwxdlGy1p7zPOfGGEvX75xz7n2apnOSJBFaee/fEB6/ZBd6Sm8RPk1T3vf9xgLzPB8ppWRbumeM7VAaGQHgb3U4AcDhH7U6eiFtegoRAAAAAElFTkSuQmCC');
|
|
margin-left: 14px;
|
|
}
|
|
|
|
.popup-message li {
|
|
text-align: left;
|
|
padding-left: unset;
|
|
line-height: unset;
|
|
margin: 0 0 0 18px;
|
|
}
|
|
|
|
.popup-message a {
|
|
|
|
}
|
|
|
|
.context-menu--active {
|
|
display: block !important;
|
|
}
|
|
.context-menu__items {
|
|
list-style: none !important;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.context-menu__item {
|
|
display: block;
|
|
margin-bottom: 4px !important;
|
|
}
|
|
.context-menu__item:last-child {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
.context-menu__link {
|
|
display: block;
|
|
padding: 4px 12px;
|
|
color: #0066aa !important;
|
|
text-decoration: none;
|
|
}
|
|
.context-menu__link:hover {
|
|
color: #fff !important;
|
|
background-color: #0066aa !important;
|
|
}
|
|
.context-menu__tip {
|
|
margin-left: 15px;
|
|
color: #777;
|
|
margin-top: 10px;
|
|
padding-top: 10px;
|
|
position: relative;
|
|
top: 7px;
|
|
}
|
|
#bufferSliderValue{
|
|
margin-left:10px;
|
|
}
|
|
.context-menu__link:hover > #bufferSliderValue {
|
|
color: #fff;
|
|
}
|
|
.selectedTFImage{
|
|
box-shadow: 0 0 10px #2c3554;
|
|
outline: 2px solid black;
|
|
}
|
|
|
|
.audioTitle {
|
|
text-align: left;
|
|
padding: 7px 0px;
|
|
}
|
|
.audioTitle2 {
|
|
text-align: left;
|
|
padding: 0px 10px 6px 1px;
|
|
}
|
|
.multiselect .multiselect-trigger:hover {
|
|
cursor: pointer;
|
|
cursor: hand;
|
|
text-decoration: none;
|
|
}
|
|
.multiselect .multiselect-trigger.open {
|
|
border-bottom: 0;
|
|
border-bottom-left-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.multiselect .multiselect-trigger.closed {
|
|
border-bottom: 1px solid #ccc;
|
|
border-bottom-left-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
}
|
|
.gear_microphone{
|
|
user-select: none;
|
|
float: right;
|
|
height: 0;
|
|
padding: 0;
|
|
top: 6px;
|
|
position: relative;
|
|
}
|
|
.gear_microphone.gearflat{
|
|
top: -1px;
|
|
}
|
|
.gear_microphone>input{
|
|
top: 1px;
|
|
position: relative;
|
|
}
|
|
#micStereoMonoInput3{
|
|
width: 10px;
|
|
height: 11px;
|
|
}
|
|
#headphonesDiv3 {
|
|
text-align: left;
|
|
margin: 17px 0 0 0;
|
|
width: 450px;
|
|
background-color: #f3f3f3;
|
|
padding: 10px 10px;
|
|
border: 1px solid #ccc;
|
|
vertical-align: middle;
|
|
}
|
|
#headphonesDiv {
|
|
width: 450px;
|
|
background-color: #f3f3f3;
|
|
border: 1px solid #ccc;
|
|
}
|
|
button.toggleSettings{
|
|
width: 135px;
|
|
background-color:#EFEFEF;
|
|
padding:9px 12px 10px 2px;
|
|
margin: 0px 0px 20px 0
|
|
}
|
|
.selected {
|
|
border: solid 3px black;
|
|
padding: 4px;
|
|
}
|
|
#avatarDiv {
|
|
user-select: none;
|
|
font-size:100%;
|
|
text-align:left;
|
|
margin: 17px auto;
|
|
max-width:450px;
|
|
min-width: 420px;
|
|
background-color: #f3f3f3;
|
|
display: block;
|
|
padding: 10px 10px;
|
|
border: 1px solid #ccc;
|
|
}
|
|
#effectsDiv {
|
|
user-select: none;
|
|
font-size:100%;
|
|
text-align:left;
|
|
margin: 17px auto;
|
|
max-width:450px;
|
|
min-width: 420px;
|
|
background-color: #f3f3f3;
|
|
display: none;
|
|
padding: 10px 10px;
|
|
border: 1px solid #ccc;
|
|
vertical-align: middle;
|
|
}
|
|
#effectsDiv3 {
|
|
text-align: left;
|
|
width: 450px;
|
|
background-color: #f3f3f3;
|
|
padding: 10px 10px;
|
|
border: 1px solid #ccc;
|
|
vertical-align: middle;
|
|
margin: 17px 0 0 0;
|
|
}
|
|
#avatarDiv3 {
|
|
text-align: left;
|
|
width: 450px;
|
|
background-color: #f3f3f3;
|
|
padding: 10px 10px;
|
|
border: 1px solid #ccc;
|
|
vertical-align: middle;
|
|
margin: 17px 0 0 0;
|
|
}
|
|
#videoSettings {
|
|
margin: auto auto;
|
|
background-color: #f3f3f3;
|
|
width: 450px;
|
|
padding: 10px 0;
|
|
margin: 0px 0 0px 0;
|
|
border: 1px solid #ccc;
|
|
}
|
|
#audioMenu {
|
|
margin: 15px 0 0 0;
|
|
}
|
|
|
|
#videosource {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
font-size: 100%;
|
|
}
|
|
|
|
|
|
#minipreview > #videosource {
|
|
height:auto!important;
|
|
width:auto!important;
|
|
max-height:100%!important;
|
|
max-width:100%!important;
|
|
border-radius: 0!important;
|
|
}
|
|
|
|
#videoSourceSelect {
|
|
flex: 1;
|
|
vertical-align: middle;
|
|
font-size: 100%;
|
|
border: solid 1px #AAA;
|
|
border-radius: 4px;
|
|
}
|
|
#gear_webcam{
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
padding: 0 0 0 3px;
|
|
}
|
|
.gone {
|
|
position:absolute;
|
|
top: -150px;
|
|
}
|
|
.grabLinks {
|
|
display: inline-flex;
|
|
cursor: grab;
|
|
font-weight: bold;
|
|
font-size: 1em;
|
|
padding: 10px;
|
|
margin: 5px 0;
|
|
word-break: break-all;
|
|
}
|
|
.grabLinks a:hover {
|
|
color: black !important;
|
|
}
|
|
.grabLinks a:active {
|
|
color: black !important;
|
|
}
|
|
.grabLinks a:link {
|
|
color: black !important;
|
|
}
|
|
|
|
.hidden {
|
|
display: none !important;
|
|
visibility: hidden;
|
|
width: 0px;
|
|
height: 0px;
|
|
opacity: 0;
|
|
}
|
|
.grabLinks a:visited {
|
|
color: black !important;
|
|
}
|
|
|
|
.permahide {
|
|
display: none!important;
|
|
visibility: hidden;
|
|
width:0px;
|
|
height:0px;
|
|
opacity: 0;
|
|
background: #0000;
|
|
color: #0000;
|
|
font-size: 0em;
|
|
pointer-events:none;
|
|
}
|
|
|
|
#grabDirectorSoloLinkParent {
|
|
text-align: left;
|
|
margin: 17px 0 0 0;
|
|
width: 450px;
|
|
background-color: #f3f3f3;
|
|
padding: 10px 10px;
|
|
border: 1px solid #ccc;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#grabDirectorSoloLink{
|
|
max-width: 100%;
|
|
line-break: anywhere;
|
|
margin:0;
|
|
display:inline-flex;
|
|
padding:4px 5px 2px 7px;
|
|
cursor:grab;
|
|
background-color: #FFF;
|
|
}
|
|
|
|
#videoSettings3 {
|
|
background-color: #f3f3f3;
|
|
width: 100%;
|
|
padding: 7px 10px 1px 10px;
|
|
border: 1px solid #ccc;
|
|
font-size: 90%;
|
|
margin: 10px 0 0 0;
|
|
}
|
|
#videoSource3 {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
padding: 3px;
|
|
font-size: 93%;
|
|
max-width: 235px;
|
|
border: solid 1px #AAA;
|
|
border-radius: 4px;
|
|
}
|
|
#outputSource {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
padding: 4px;
|
|
font-size: 93%;
|
|
max-width: 100%;
|
|
border: solid 1px #AAA;
|
|
border-radius: 4px;
|
|
}
|
|
#outputSource3 {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
padding: 3px;
|
|
font-size: 93%;
|
|
max-width: 100%;
|
|
border: solid 1px #AAA;
|
|
border-radius: 4px;
|
|
}
|
|
#addPasswordBasic {
|
|
width: 450px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
border-bottom: 0;
|
|
display: block;
|
|
text-align: left;
|
|
margin: 17px auto 0 auto;
|
|
max-width: 450px;
|
|
min-width: 420px;
|
|
background-color: #f3f3f3;
|
|
padding: 10px 10px;
|
|
border: 1px solid #ccc;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#outputSourceScreenshare {
|
|
margin-top: 5px;
|
|
padding: 10px 5px;
|
|
width: 100%;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
border-radius: 4px;
|
|
border: solid 1px #AAA;
|
|
}
|
|
|
|
.videoMenu {
|
|
background-color: #f3f3f3;
|
|
width: 450px;
|
|
display: inline-block;
|
|
padding: 5px 10px 10px 10px;
|
|
border: 1px solid #ccc;
|
|
vertical-align: middle;
|
|
text-align: left;
|
|
}
|
|
|
|
#videoMenu3{
|
|
background-color: #f3f3f3;
|
|
width: 450px;
|
|
max-width:100%;
|
|
display: block;
|
|
padding: 10px 10px;
|
|
border: 1px solid #ccc;
|
|
vertical-align: middle;
|
|
text-align: left;
|
|
margin: 0 0 15px 0;
|
|
}
|
|
|
|
.audioMenu{
|
|
text-align: left;
|
|
margin: 17px 0px 0px;
|
|
max-width: 550px;
|
|
min-width: 420px;
|
|
background-color: rgb(243, 243, 243);
|
|
display: inline-block;
|
|
padding: 10px;
|
|
border: 1px solid rgb(204, 204, 204);
|
|
vertical-align: middle;
|
|
}
|
|
|
|
div.multiselect {
|
|
width: 450px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
margin: auto auto;
|
|
border: 1px solid #ccc;
|
|
display: inline-block;
|
|
padding: 4px 10px 10px 10px;
|
|
background-color: #f3f3f3;
|
|
}
|
|
.form-group .multiselect {
|
|
padding: 10px;
|
|
background-color:#f3f3f3;
|
|
}
|
|
.multiselect .multiselect-contents {
|
|
display: block;
|
|
margin: 0;
|
|
font-size: 80%;
|
|
padding: 3px 5px 1px;
|
|
text-align: left;
|
|
background-color: white;
|
|
border: solid 1px #AAA;
|
|
border-radius: 4px;
|
|
}
|
|
.multiselect .multiselect-contents li {
|
|
list-style: none;
|
|
font-size: 120%;
|
|
padding: 2px;
|
|
overflow: hidden;
|
|
}
|
|
.select .select-trigger:hover {
|
|
cursor: pointer;
|
|
cursor: hand;
|
|
text-decoration: none;
|
|
}
|
|
.select .select-trigger.open {
|
|
border-bottom: 0;
|
|
border-bottom-left-radius: 0;
|
|
border-bottom-right-radius: 0;
|
|
}
|
|
.select .select-trigger.closed {
|
|
border-bottom: 1px solid #ccc;
|
|
border-bottom-left-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
}
|
|
.select .select-contents {
|
|
display: none;
|
|
margin: 0;
|
|
padding: 0 24px 24px;
|
|
border: 1px solid #ccc;
|
|
border-top: 0;
|
|
border-bottom-left-radius: 4px;
|
|
border-bottom-right-radius: 4px;
|
|
}
|
|
.select .select-contents li {
|
|
list-style: none;
|
|
}
|
|
::-webkit-input-placeholder {
|
|
color: #555 !important;
|
|
}
|
|
::-moz-placeholder {
|
|
color: #555 !important;
|
|
}
|
|
:-ms-input-placeholder {
|
|
color: #555 !important;
|
|
}
|
|
:-moz-placeholder {
|
|
color: #555 !important;
|
|
}
|
|
label {
|
|
font-weight: normal;
|
|
}
|
|
input[type=checkbox] {
|
|
-ms-transform: scale(1.4);
|
|
/* IE */
|
|
-moz-transform: scale(1.4);
|
|
/* FF */
|
|
-webkit-transform: scale(1.4);
|
|
/* Safari and Chrome */
|
|
-o-transform: scale(1.4);
|
|
/* Opera */
|
|
transform: scale(1.4);
|
|
padding: 5px;
|
|
margin: 0 5px 0 1px;
|
|
}
|
|
#screenshare {
|
|
height: 300px;
|
|
display: inline-block;
|
|
max-height: 50vh;
|
|
max-width: 50vh;
|
|
border: 0;
|
|
margin: 0;
|
|
padding: 0;
|
|
text-shadow: 0;
|
|
box-shadow: 0;
|
|
text-decoration: none;
|
|
border-image-width: 0;
|
|
background-size: contain;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
}
|
|
.inMessage {
|
|
color: #000;
|
|
margin: 3px;
|
|
border-radius: 5px;
|
|
background: #FFF;
|
|
padding: 5px;
|
|
text-align: left;
|
|
margin: 10px 3px;
|
|
}
|
|
.actionMessage {
|
|
color: #000;
|
|
margin: 3px;
|
|
border-radius: 5px;
|
|
background: #FFF;
|
|
padding: 5px;
|
|
text-align: left;
|
|
margin: 10px 3px;
|
|
}
|
|
.outMessage {
|
|
color: #000;
|
|
border-radius: 5px;
|
|
background: #BCF;
|
|
padding: 5px;
|
|
text-align: right;
|
|
margin-bottom: 5px;
|
|
}
|
|
#chatBody {
|
|
z-index: 12;
|
|
background-color: #0004;
|
|
width: 100%;
|
|
border-radius: 5px;
|
|
overflow-y: scroll;
|
|
overflow-wrap: anywhere;
|
|
max-height: 500px;
|
|
}
|
|
|
|
#chatBody::-webkit-scrollbar {
|
|
width: 0px;
|
|
background: transparent; /* make scrollbar transparent */
|
|
}
|
|
|
|
div#chatBody a {
|
|
color: blue;
|
|
text-decoration: underline;
|
|
background-color: #c9c9c9;
|
|
border: 2px solid black;
|
|
padding: 2px 10px;
|
|
border-radius: 6px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
#chatModule {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
z-index: 3;
|
|
width: 100%;
|
|
max-width: 500px;
|
|
z-index: 3;
|
|
margin-bottom: 65px;
|
|
gap: 0px 5px;
|
|
pointer-events: auto;
|
|
}
|
|
#chatInput {
|
|
color: #000;
|
|
background-color: #FFFE;
|
|
width: 70%;
|
|
padding: 3px;
|
|
}
|
|
.chatBarInputButton {
|
|
width: calc(30% - 5px);
|
|
margin: unset;
|
|
}
|
|
|
|
.debugStats {
|
|
font-size: 0.8rem;
|
|
list-style-type: none;
|
|
left: 50px;
|
|
top: 0px;
|
|
width: 300px;
|
|
min-height: 200px;
|
|
max-height: 99vh;
|
|
overflow-y: auto;
|
|
background-color: rgba(0, 0, 0, 0.95);
|
|
position: absolute;
|
|
z-index: 20;
|
|
color: white;
|
|
padding: 20px;
|
|
border: 2px solid #1d1d1d;
|
|
padding-bottom: 100px!important;
|
|
margin-bottom: 100px!important;
|
|
}
|
|
.debugStats::-webkit-scrollbar {
|
|
width: 0.5em;
|
|
}
|
|
.debugStats::-webkit-scrollbar-track {
|
|
background: black;
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.debugStats::-webkit-scrollbar-thumb {
|
|
background: rgb(119, 119, 119);
|
|
border-radius: 10px;
|
|
}
|
|
|
|
.debugStats::-webkit-scrollbar-thumb:hover {
|
|
background: rgb(158, 158, 158);
|
|
;
|
|
}
|
|
.debugStats h1 {
|
|
font-size: 1rem;
|
|
text-align: left;
|
|
text-transform: uppercase;
|
|
margin-bottom: 10px;
|
|
margin-top: -5px;
|
|
}
|
|
.debugStats h2 {
|
|
font-size: 0.8rem;
|
|
text-align: left;
|
|
text-transform: uppercase;
|
|
margin-top: 10px;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
display: block;
|
|
overflow: hidden;
|
|
}
|
|
.viewstats::-webkit-scrollbar-track {
|
|
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
|
|
}
|
|
.debugStats li {
|
|
display: flex;
|
|
margin: 5px 0px;
|
|
}
|
|
.debugStats li:nth-child(even) {
|
|
background: rgba(33, 33, 33, 0.8);
|
|
padding: 2px 0px;
|
|
}
|
|
.debugStats li span:first-child {
|
|
flex: 1;
|
|
white-space: nowrap;
|
|
}
|
|
.debugStats li span:last-child {
|
|
flex: 1;
|
|
text-align: right;
|
|
max-height: 49px;
|
|
overflow: auto;
|
|
}
|
|
.debugStats .close {
|
|
font-weight: bold;
|
|
color: white;
|
|
display: block;
|
|
background: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
font-size: 1.5rem;
|
|
border: none;
|
|
top: 10px;
|
|
right: 10px;
|
|
}
|
|
.debugStats button:not(.close) {
|
|
margin: 10px 0px;
|
|
padding: 10px 0px;
|
|
background: #263250;
|
|
color: white;
|
|
border-radius: 0;
|
|
width: 100%;
|
|
font-weight: bold;
|
|
border-bottom: 2px solid #364c84;
|
|
}
|
|
|
|
.directorMargins {
|
|
margin: var(--director-margin);
|
|
}
|
|
.hideLinksClass {
|
|
background-color: var(--container-color);
|
|
width:1191px;
|
|
padding: 10px;
|
|
margin: 5px 10px 10px 10px;
|
|
max-width:100%;
|
|
}
|
|
.directorContainer {
|
|
background-color: var(--container-color);
|
|
display: grid;
|
|
grid-template-columns: 1fr ;
|
|
margin: 10px 0px 10px 10px;
|
|
padding: 10px;
|
|
max-width: min(100%, 1191px);
|
|
|
|
}
|
|
|
|
#directorLinksButton{
|
|
cursor:pointer;
|
|
}
|
|
.directorContainer.half {
|
|
background-color: var(--container-color);
|
|
display: grid;
|
|
grid-template-columns: 1fr 1fr;
|
|
padding: 10px 10px;
|
|
width: min(100%, 591px);
|
|
}
|
|
.directorBlock {
|
|
padding: 10px 10px 5px 10px;
|
|
margin: var(--regular-margin);
|
|
color: white;
|
|
position:relative;
|
|
max-width: 100%;
|
|
overflow: hidden;
|
|
}
|
|
.directorBlock:nth-child(1) {
|
|
background-color: var(--blue-accent);
|
|
}
|
|
.directorBlock:nth-child(2) {
|
|
background-color: var(--green-accent);
|
|
}
|
|
.directorBlock:nth-child(3) {
|
|
background-color: var(--olive-accent);
|
|
}
|
|
.directorBlock:nth-child(4) {
|
|
background-color: var(--red-accent);
|
|
}
|
|
.directorBlock button {
|
|
bottom: 0;
|
|
margin: 10px;
|
|
}
|
|
.directorBlock button i {
|
|
margin-right: 5px;
|
|
}
|
|
a.task {
|
|
width: 100%;
|
|
}
|
|
.directorBlock h2 {
|
|
text-transform: uppercase;
|
|
margin-bottom: 10px;
|
|
margin-left: 5px;
|
|
font-size:1.2em;
|
|
}
|
|
.shift {
|
|
display: inline-block;
|
|
position: relative;
|
|
margin: 0 0 0 4px;
|
|
padding: 0;
|
|
min-width: 25px;
|
|
font-size: 0.8em;
|
|
top: -4.9px;
|
|
color: white;
|
|
}
|
|
.shift>i {
|
|
cursor:pointer;
|
|
width: 10px;
|
|
margin: 0 auto;
|
|
left: -1.1px;
|
|
position: relative;
|
|
}
|
|
.shift.locked>i{
|
|
display:none;
|
|
}
|
|
.shift.locked>span{
|
|
margin-left: 7px;
|
|
}
|
|
#toggleroomnotes {
|
|
grid-column: 4;
|
|
grid-row: 1;
|
|
}
|
|
div#roomnotes2 {
|
|
background: var(--container-color);
|
|
padding: 10px !important;
|
|
margin: 0 var(--regular-margin) 10px var(--regular-margin);
|
|
width: 100%;
|
|
}
|
|
.directorsgrid .directorContainer:nth-child(2) button {
|
|
grid-row: 1;
|
|
grid-column: 4;
|
|
}
|
|
.directorsgrid .directorContainer:nth-child(2) span {
|
|
grid-row: 1;
|
|
grid-column: 1;
|
|
}
|
|
.directorsgrid button {
|
|
text-transform: capitalize;
|
|
}
|
|
|
|
#yourDirectorStatus {
|
|
color: var(--discord-text);
|
|
}
|
|
|
|
/* ---- DIRECTORS PAGE - Guest Controls Box ---- */
|
|
.darktheme .controlCenterBox button {
|
|
background-color: var(--discord-grey-7);
|
|
color: var(--discord-text);
|
|
filter: brightness(1);
|
|
}
|
|
.darktheme .controlCenterBox button:hover {
|
|
filter: brightness(1.2);
|
|
}
|
|
.controlsGrid {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 4px;
|
|
}
|
|
|
|
.controlsGrid button {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.controlsGrid button span {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.darktheme .controlsGrid .group {
|
|
background-color: var(--discord-grey-3);
|
|
border: 1px solid var(--discord-grey-8);
|
|
border-top: 1px solid var(--discord-grey-2);
|
|
}
|
|
|
|
.controlsGrid .group {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 4px;
|
|
padding: 4px 4px 4px 4px;
|
|
background-color: #bbb;
|
|
border-radius: 0px 0px 4px 4px;
|
|
margin-top: -6px;
|
|
border: 1px solid #ccc;
|
|
border-top: 1px solid #666;
|
|
box-shadow: inset 0 10px 5px -10px rgba(0, 0, 0, 1);
|
|
}
|
|
|
|
.controlsGrid .row {
|
|
width: 100%;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 4px;
|
|
}
|
|
.controlsGrid .row > .row {
|
|
margin: 0;
|
|
}
|
|
.controlsGrid .row.two > * {
|
|
flex: 1 33%;
|
|
}
|
|
.controlsGrid .row.three > * {
|
|
flex: 1 25%;
|
|
}
|
|
.controlsGrid .row.four > * {
|
|
flex: 1 20%;
|
|
}
|
|
.controlsGrid .row.six > * {
|
|
flex: 1 13%;
|
|
}
|
|
|
|
.controlsGrid button {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin: 0;
|
|
padding: 5px;
|
|
border-radius: 4px;
|
|
gap: 2px;
|
|
box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
|
|
}
|
|
|
|
.controlsGrid
|
|
|
|
.controlsGrid button i {
|
|
font-size: 15px;
|
|
}
|
|
|
|
/* Button icons: Red */
|
|
.controlsGrid button[data-action-type="mute-scene"] i,
|
|
.controlsGrid button[data-action-type="mute-guest"] i,
|
|
.controlsGrid button[data-action-type="hangup"] i,
|
|
.controlsGrid button[data-action-type="remote-global-record"] i,
|
|
.controlsGrid button[data-action-type="local-global-record"] i,
|
|
.controlsGrid button[data-action-type="recorder-local"] i,
|
|
.controlsGrid button[data-action-type="recorder-remote"] i {
|
|
color: #f00;
|
|
}
|
|
/* Button icons: Green */
|
|
.controlsGrid button[data-action-type="addToScene"] i,
|
|
.controlsGrid button[data-action-type="solo-chat"] i {
|
|
color: #0c0;
|
|
}
|
|
/* Button icons: Blue */
|
|
.controlsGrid button[data-action-type=""] i {
|
|
color: #00f;
|
|
}
|
|
|
|
|
|
/* Specitic CSS for different elements inside the guest control-buttons */
|
|
.darktheme .controlsGrid .director-message-box {
|
|
background-color: var(--discord-grey-3);
|
|
border: 1px solid var(--discord-grey-8);
|
|
}
|
|
|
|
.darktheme .controlsGrid .director-message-box button {
|
|
background-color: var(--discord-grey-6);
|
|
}
|
|
|
|
.controlsGrid .director-message-box {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
gap: 5px;
|
|
flex: 1 100% !important;
|
|
padding: 5px;
|
|
background: rgba(0, 0, 0, .15);
|
|
border-radius: 4px;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.darktheme .controlsGrid .director-message-box textarea {
|
|
background-color: var(--discord-grey-6);
|
|
border: 1px solid var(--discord-grey-7);
|
|
color: var(--discord-text);
|
|
}
|
|
|
|
|
|
.controlsGrid .director-message-box textarea {
|
|
flex: 1 100%;
|
|
padding: 5px;
|
|
border-radius: 4px;
|
|
outline: none;
|
|
}
|
|
|
|
.controlsGrid .director-message-box .message-close {
|
|
flex: 1;
|
|
}
|
|
.controlsGrid .director-message-box .message-send {
|
|
flex: 1 33%;
|
|
}
|
|
|
|
.controlsGrid .tooltip {
|
|
flex: 1 calc(50% - 10px);
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.controlsGrid .tooltip input[type=range] {
|
|
margin: 0;
|
|
}
|
|
.controlsGrid .tooltip .tooltiptext {
|
|
height: 18px;
|
|
line-height: 1.2;
|
|
top: 3px !important;
|
|
left: 100% !important;
|
|
background-color: #7a9d50;
|
|
border: 1px solid rgba(0,0,0,1);
|
|
border-radius: 4px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
|
|
.darktheme .controlsGrid .hideDropMenu {
|
|
border: 1px solid var(--discord-grey-8);
|
|
background-color: var(--discord-grey-5);
|
|
}
|
|
|
|
.controlsGrid .hideDropMenu{
|
|
width: 100%;
|
|
}
|
|
|
|
.darktheme .controlsGrid .orderspan {
|
|
color: var(--discord-text);
|
|
}
|
|
|
|
.controlsGrid .orderspan {
|
|
font-size: 50%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
text-align: center;
|
|
position: relative;
|
|
user-select: none;
|
|
}
|
|
.controlsGrid .orderspan .order-label {
|
|
width: max-content;
|
|
}
|
|
|
|
/* Hightlight */
|
|
.controlsGrid button[data-action-type="solo-video"] {
|
|
box-shadow: 1px 1px 3px rgba(0,0,0,0.75), inset 0px 0px 3px rgb(255,255,0,0.5);
|
|
}
|
|
|
|
/* Hightlights for buttons in the guest control-buttons */
|
|
/* Dark theme */
|
|
.darktheme .controlsGrid .btn-HL-yellow {
|
|
background-color: var(--darktheme-yellow);
|
|
}
|
|
.darktheme .controlsGrid .btn-HL-peach {
|
|
background-color: var(--darktheme-brown);
|
|
}
|
|
.darktheme .controlsGrid .btn-HL-green {
|
|
background-color: var(--darktheme-green);
|
|
}
|
|
.darktheme .controlsGrid .btn-HL-blue {
|
|
background-color: var(--darktheme-blue);
|
|
}
|
|
/* Light theme */
|
|
.controlsGrid .btn-HL-yellow {
|
|
background-color: rgb(255, 229, 127);
|
|
}
|
|
.controlsGrid .btn-HL-peach {
|
|
background-color: rgb(228, 203, 189);
|
|
}
|
|
.controlsGrid .btn-HL-green {
|
|
background-color: rgb(189, 228, 199);
|
|
}
|
|
.controlsGrid .btn-HL-blue {
|
|
background-color: rgb(170, 204, 248)
|
|
}
|
|
|
|
/* Hides buttons that are supposed to be hidden when &novice is added to URL */
|
|
.controlsGrid .advanced.hide {
|
|
display: none;
|
|
}
|
|
|
|
#widget {
|
|
position: absolute;
|
|
width: 25%;
|
|
height: 100%;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
#localMuteElement{
|
|
top: 1vh;
|
|
right: 1vh;
|
|
}
|
|
#localVoiceMeter{
|
|
width: 10px;
|
|
height: 10px;
|
|
top: 8px;
|
|
right: 10px;
|
|
}
|
|
.controlCenterBox{
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 5px;
|
|
padding: 5px;
|
|
}
|
|
|
|
.darktheme .controlCenterBox .flexBreak {
|
|
border-bottom: 1px double var(--discord-grey-7);
|
|
}
|
|
|
|
.controlCenterBox .flexBreak {
|
|
width: 100%;
|
|
border-bottom: 1px #ccc double;
|
|
margin: 4px 0px;
|
|
position: relative;
|
|
user-select: none;
|
|
}
|
|
|
|
.darktheme .controlCenterBox .flexBreak span {
|
|
text-shadow: 0px 0px 1px var(--discord-text);
|
|
background-color: var(--discord-grey-3);
|
|
color: var(--discord-text);
|
|
}
|
|
|
|
.controlCenterBox .flexBreak span {
|
|
position: absolute;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
text-transform: uppercase;
|
|
font-size: 10px;
|
|
text-shadow: 0px 0px 1px var(--discord-text);
|
|
color: var(--discord-text);
|
|
background-color: #7E7E7E;
|
|
padding: 0px 4px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.contolboxLabel {
|
|
float: left;
|
|
top: 2px;
|
|
margin-left: 5px;
|
|
position: relative;
|
|
cursor: pointer;
|
|
}
|
|
.fullwindowButton {
|
|
transition: opacity 0.3s;
|
|
width: 4vh;
|
|
height: 4vh;
|
|
max-width: 30px;
|
|
max-height: 30px;
|
|
min-width: 15px;
|
|
min-height: 15px;
|
|
position: absolute;
|
|
display: none;
|
|
z-index: 6;
|
|
right: 4vh;
|
|
top : 4vh;
|
|
color: white;
|
|
cursor: pointer;
|
|
}
|
|
.fullwindowButtonimg {
|
|
user-select: none;
|
|
background-color:#0007;
|
|
width:4vh;
|
|
}
|
|
#widget {
|
|
position: absolute;
|
|
width: 25%;
|
|
height: 100%;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.pull-right {
|
|
float: right;
|
|
right: 0;
|
|
}
|
|
.pull-left {
|
|
float: left;
|
|
left: 0;
|
|
}
|
|
.streamID {
|
|
text-align: right;
|
|
margin: 5px 5px 2px 0px;
|
|
font-size: 0.7em;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
position: relative;
|
|
width: 227px;
|
|
display: inline-block;
|
|
color: white;
|
|
}
|
|
.streamID i {
|
|
margin-left: 1px;
|
|
font-size: 1.3em;
|
|
position: relative;
|
|
top: 1px;
|
|
}
|
|
.darktheme .soloLink:hover {
|
|
filter: brightness(1.2);
|
|
background-color: var(--discord-grey-6);
|
|
}
|
|
.darktheme .soloLink {
|
|
background-color: var(--discord-grey-6);
|
|
}
|
|
|
|
.soloLink:hover {
|
|
background-color: white;
|
|
}
|
|
.soloLink {
|
|
background-color: #f0f0f0;
|
|
cursor: grab;
|
|
font-size: 1.2em;
|
|
font-weight: 700;
|
|
padding: 5px;
|
|
border-radius: 5px;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
box-shadow: 1px 1px 3px rgba(0,0,0,0.75);
|
|
}
|
|
.vidcon>h2 {
|
|
font-size: 1em;
|
|
margin-top: 20px;
|
|
}
|
|
#pptbackbutton {
|
|
margin-left: 20;
|
|
}
|
|
#pptnextbutton {
|
|
background-color: #007900;
|
|
}
|
|
#pptbackbutton:active {
|
|
-webkit-box-shadow: inset 0px 0px 17px #4b4b4b;
|
|
-moz-box-shadow: inset 0px 0px 17px #4b4b4b;
|
|
box-shadow: inset 0px 0px 17px #4b4b4b;
|
|
outline: none;
|
|
}
|
|
#pptnextbutton:active {
|
|
-webkit-box-shadow: inset 0px 0px 17px #4b4b4b;
|
|
-moz-box-shadow: inset 0px 0px 17px #4b4b4b;
|
|
box-shadow: inset 0px 0px 17px #4b4b4b;
|
|
outline: none;
|
|
}
|
|
|
|
.darktheme div#guestFeeds {
|
|
background-color: var(--discord-grey-1a)
|
|
}
|
|
|
|
div#guestFeeds {
|
|
background-color: var(--container-color);
|
|
padding: 5px 0 15px 20px;
|
|
display: inline-block;
|
|
margin: 0px var(--regular-margin) 80px var(--regular-margin);
|
|
}
|
|
|
|
div#guestFeeds:empty {
|
|
display:none;
|
|
}
|
|
#hiddenElements{
|
|
visibility:hidden;
|
|
position: absolute;
|
|
left:-9999;
|
|
top:-9999;
|
|
width:0px;
|
|
height:0px;
|
|
}
|
|
#press2talk:hover {
|
|
border-radius: 4px;
|
|
}
|
|
#press2talk[data-enabled="true"] {
|
|
background: #1e0000;
|
|
-webkit-box-shadow: inset 0px 0px 1px #b90000;
|
|
-moz-box-shadow: inset 0px 0px 1px #b90000;
|
|
box-shadow: inset 0px 0px 1px #b90000;
|
|
outline: none;
|
|
}
|
|
|
|
a#reshare {
|
|
white-space: nowrap;
|
|
margin: 0;
|
|
padding: 0;
|
|
display: inline;
|
|
}
|
|
#copythisurl+i {
|
|
display: inline;
|
|
font-size: 130%;
|
|
}
|
|
|
|
#joinroomID {
|
|
border-radius: 0;
|
|
padding: 5px;
|
|
}
|
|
#joinroomID+button {
|
|
margin: 0px var(--regular-margin);
|
|
}
|
|
|
|
#guestTips {
|
|
margin: 0 auto 15px auto;
|
|
width: 450px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
text-align: left;
|
|
background: #f3f3f3;
|
|
border: 1px solid #cccccc;
|
|
padding: 10px;
|
|
}
|
|
|
|
#guestTips p {
|
|
font-weight: bold;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#guestTips span:nth-child(1) {
|
|
color: red;
|
|
}
|
|
|
|
#guestTips > span > i {
|
|
font-size: 2.5em;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
#guestTips > span > span {
|
|
line-height: 2.5em;
|
|
vertical-align: bottom;
|
|
}
|
|
|
|
.video-label {
|
|
position: absolute;
|
|
bottom: 0.6vh;
|
|
left: 0.5vh;
|
|
margin: 0px;
|
|
color: white;
|
|
padding: 5px 10px;
|
|
background: rgba(0, 0, 0, .5);
|
|
font-size: 1em;
|
|
pointer-events:none;
|
|
}
|
|
|
|
|
|
.video-label.zoom {
|
|
bottom: 0;
|
|
left: 0;
|
|
pointer-events:none;
|
|
}
|
|
|
|
.video-label.teams {
|
|
background: rgba(0, 0, 0, .4);
|
|
pointer-events:none;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.video-label.skype {
|
|
bottom: 2vh;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
background: rgba(0, 0, 0, .8);
|
|
pointer-events:none;
|
|
border-radius: 5px;
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.video-label.ninjablue {
|
|
bottom: 5%;
|
|
left: 0;
|
|
background: #141926;
|
|
padding: 10px 5%;
|
|
}
|
|
|
|
.video-label.toprounded {
|
|
top: 0;
|
|
bottom: unset;
|
|
background: rgb(0 0 0 / 70%);
|
|
padding: 10px 5%;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
width: 50%;
|
|
text-align: center;
|
|
border-bottom-left-radius: 50px;
|
|
border-bottom-right-radius: 50px;
|
|
text-transform: uppercase;
|
|
letter-spacing: 3;
|
|
box-shadow: 0px 0px 10px #00000059;
|
|
font-size: 0.7em
|
|
}
|
|
|
|
.video-label.fire {
|
|
text-shadow: 0 -1px 4px #FFF, 0 -2px 10px #ff0, 0 -10px 20px #ff8000, 0 -18px 40px #F00;
|
|
font-weight: bold;
|
|
bottom: 2vh;
|
|
left: 0;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.video-meter {
|
|
padding:0.5vh;
|
|
display:block;
|
|
width:0.5vh;
|
|
height:0.5vh;
|
|
min-width:10px;
|
|
min-height:10px;
|
|
top: 2vh;
|
|
right: 2vh;
|
|
background-color:green;
|
|
position:absolute;
|
|
border-radius: 2vh;
|
|
pointer-events:none;
|
|
border: 1px black solid;
|
|
}
|
|
|
|
.video-meter-2 {
|
|
padding:0;
|
|
display:block;
|
|
width:100%;
|
|
height:100%;
|
|
min-width:10px;
|
|
min-height:10px;
|
|
top: 0;
|
|
right: 0;
|
|
background-color:unset;
|
|
position:absolute;
|
|
border-radius: 5px;
|
|
pointer-events:none;
|
|
border: 5px green solid;
|
|
}
|
|
|
|
.video-meter-director {
|
|
width: 10px;
|
|
height: 10px;
|
|
top: 8px;
|
|
right: 10px;
|
|
}
|
|
.video-meter2 {
|
|
display:block;
|
|
padding:0;
|
|
width: 4px;
|
|
height:0%;
|
|
min-width:2px;
|
|
bottom: 1px;
|
|
right: 7px;
|
|
background-color:#0000;
|
|
position:absolute;
|
|
border-radius: 2vh;
|
|
pointer-events:none;
|
|
border: 1px black solid;
|
|
transition: height 0.1s ease, background-color 0.1s ease;
|
|
}
|
|
|
|
|
|
.hasMedia > .video-meter2 {
|
|
display:block;
|
|
}
|
|
.hasMedia > .video-meter-2 {
|
|
display:block;
|
|
}
|
|
.hasMedia > .video-meter {
|
|
display:block;
|
|
}
|
|
|
|
|
|
#voiceMeterTemplate{
|
|
display:none;
|
|
}
|
|
#voiceMeterTemplate2{
|
|
display:none;
|
|
}
|
|
|
|
#userList{
|
|
line-height: 1.3em;
|
|
}
|
|
|
|
#userList > div > .video-meter {
|
|
padding: 5px;
|
|
margin-left: 5px;
|
|
top: 0;
|
|
right: 0;
|
|
position: relative;
|
|
display: inline-block;
|
|
}
|
|
.PPTActive {
|
|
box-shadow: 0px 0px 10px green;
|
|
}
|
|
.video-mute-state {
|
|
top: 2vh;
|
|
right: 2vh;
|
|
position: absolute;
|
|
color:white;
|
|
border-radius: 2vh;
|
|
background-color:#b11313;
|
|
padding: 2px 2px 2px 1px;
|
|
}
|
|
|
|
.video-mute-state-userlist {
|
|
display:inline-block;
|
|
color:white;
|
|
border-radius: 2vh;
|
|
background-color:#b11313;
|
|
padding: 2.2px 1.5px 2px 2px;
|
|
margin: 0 0 0 5px;
|
|
}
|
|
.volume-control-userlist {
|
|
display:inline-block;
|
|
color:white;
|
|
border-radius: 2vh;
|
|
background-color:#262c3e;
|
|
padding: 2.2px 1.5px 2px 2px;
|
|
margin: 0 0 0 5px;
|
|
cursor: pointer;
|
|
border: 1px solid #9a9393;
|
|
}
|
|
|
|
.volume-control-userlist input[type=range][orient=vertical] {
|
|
display: block;
|
|
color: white;
|
|
border-radius: 2vh;
|
|
-webkit-appearance: slider-vertical;
|
|
background-color: #262c3e;
|
|
cursor: pointer;
|
|
width: 13px;
|
|
margin: 3px 0;
|
|
}
|
|
#closedList_connectUsers{
|
|
|
|
cursor: pointer;
|
|
color: #d9e4eb;
|
|
padding: 2px;
|
|
margin: 2px 2px 0 0;
|
|
font-size: 140%;
|
|
}
|
|
|
|
.screenshareNotActive{
|
|
opacity: 0.5;
|
|
box-shadow: inset 0 0 50px #290f07;
|
|
}
|
|
#help_directors_room{
|
|
cursor:pointer;
|
|
}
|
|
|
|
.iframeblob{
|
|
padding-top:18px;
|
|
text-align: left;
|
|
width: 600px;
|
|
display: block;
|
|
margin: auto;
|
|
}
|
|
#shareScreenGear{
|
|
display:none;
|
|
}
|
|
|
|
div.message-card {
|
|
padding: 10px;
|
|
display: block;
|
|
padding-left: 1em;
|
|
align-items: center;
|
|
width: 600px;
|
|
margin: 0 auto;
|
|
position: relative;
|
|
padding-left: 60px;
|
|
margin: 0 auto;
|
|
margin-bottom: 20px;
|
|
box-shadow: 0px 5px 10px -5px #a9a9a9;
|
|
}
|
|
|
|
div.message-card a {
|
|
color: rgb(0 77 218);
|
|
font-weight: bold;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.warning.message-card {
|
|
border-left: 4px solid #eff150;
|
|
background: #fffded;
|
|
}
|
|
.info.message-card {
|
|
border-left: 4px solid #aacefd;
|
|
background: #e6e8f0;
|
|
}
|
|
.darktheme #guestTips {
|
|
background-color: var(--discord-grey-7);
|
|
}
|
|
.darktheme #guestTips .las {
|
|
color: #FFF;
|
|
}
|
|
.darktheme .message-card {
|
|
background-color: #000;
|
|
}
|
|
.darktheme input[type='file'] {
|
|
background-color: #000;
|
|
}
|
|
.message-card h1 {
|
|
display: block;
|
|
font-size: 110%;
|
|
text-align: left;
|
|
}
|
|
|
|
.message-card p {
|
|
display: block;
|
|
text-align: left;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
div.message-card:before {
|
|
font-family: 'Line Awesome Free';
|
|
font-weight: 900;
|
|
font-size: 2em;
|
|
margin-right: 0.5em;
|
|
position: absolute;
|
|
top: 6px;
|
|
left: 10px;
|
|
}
|
|
|
|
div.message-card.warning:before {
|
|
content: "\f071";
|
|
}
|
|
|
|
div.message-card.info:before {
|
|
content: "\f05a";
|
|
}
|
|
|
|
@keyframes floating {
|
|
0% { transform: translate(0, 0px); }
|
|
50% { transform: translate(0, 15%); }
|
|
100% { transform: translate(0, -0px); }
|
|
}
|
|
|
|
.video-label.floating3d {
|
|
text-transform: uppercase;
|
|
display: block;
|
|
color: #FFFFFF;
|
|
text-shadow: 0 1px 0 #CCCCCC, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15);
|
|
color: #FFFFFF;
|
|
animation-name: floating;
|
|
animation-duration: 5s;
|
|
animation-iteration-count: infinite;
|
|
animation-timing-function: ease-in-out;
|
|
width: 100%;
|
|
font-size: 5em;
|
|
font-weight:bold;
|
|
text-align: center;
|
|
bottom: 4vh;
|
|
position: absolute;
|
|
}
|
|
|
|
.director-link-icons {
|
|
font-size: 1.5em;
|
|
float: left;
|
|
bottom: 4px;
|
|
position: relative;
|
|
margin-right: 9px;
|
|
}
|
|
|
|
.switch {
|
|
position: relative;
|
|
margin:5px 5px 2px 5px;
|
|
width: 40px;
|
|
height: 24px;
|
|
bottom:20px;
|
|
border-radius: 2px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.switch input {
|
|
width: 0;
|
|
height: 0;
|
|
opacity: 0;
|
|
}
|
|
|
|
.slider {
|
|
cursor: pointer;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
background-color: #ccc;
|
|
-webkit-transition: .3s;
|
|
transition: .3s;
|
|
position: absolute;
|
|
}
|
|
|
|
.slider:before {
|
|
content: "";
|
|
height: 17px;
|
|
width: 17px;
|
|
left: 3px;
|
|
bottom: 3px;
|
|
background-color: white;
|
|
-webkit-transition: .3s;
|
|
transition: .3s;
|
|
position: absolute;
|
|
}
|
|
|
|
input:checked + .slider {
|
|
background-color: #86b98f;
|
|
}
|
|
|
|
input:focus + .slider {
|
|
box-shadow: 0 0 1px #86b98f;
|
|
}
|
|
|
|
input:checked + .slider:before {
|
|
-webkit-transform: translateX(16px);
|
|
-ms-transform: translateX(16px);
|
|
transform: translateX(16px);
|
|
}
|
|
#remoteOBSControl {
|
|
user-select: none;
|
|
z-index: 25;
|
|
max-height: calc(100vh - 116px);
|
|
overflow-y: auto;
|
|
}
|
|
|
|
#remoteOBSControl button {
|
|
margin:5px;
|
|
padding:10px;
|
|
}
|
|
|
|
.darktheme #promptModal, .darktheme .customModelPopup, .darktheme .promptModal {
|
|
background-color: var(--discord-grey-5);
|
|
color: var(--discord-text);
|
|
}
|
|
|
|
#promptModal, .customModelPopup, .promptModal {
|
|
position: absolute;
|
|
background-color: rgb(221 221 221);
|
|
box-shadow: 0 0 30px 10px #0000005c;
|
|
color: black;
|
|
font-size: 1.0em;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
border-radius: 10px;
|
|
font-weight: bold;
|
|
z-index:31;
|
|
width:550px;
|
|
max-width:100%;
|
|
overflow: hidden;
|
|
overflow-wrap: break-word;
|
|
}
|
|
|
|
#bufferSettings{
|
|
position: absolute;
|
|
background-color: #ddddddee;
|
|
box-shadow: 0 0 30px 10px #0000005c;
|
|
color: black;
|
|
font-size: 1.0em;
|
|
bottom: 5%;
|
|
left: 50%;
|
|
transform: translate(-50%, 0%);
|
|
border-radius: 10px;
|
|
font-weight: bold;
|
|
z-index:31;
|
|
width:550px;
|
|
max-width:100%;
|
|
overflow: hidden;
|
|
overflow-wrap: break-word;
|
|
}
|
|
.largeTextEntry {
|
|
width: 90%;
|
|
margin: 10px 5%;
|
|
font-size: .8em;
|
|
padding: 0.4em;
|
|
display: block;
|
|
|
|
}
|
|
.promptModalInner {
|
|
position: relative;
|
|
padding: 1em;
|
|
width: 100%;
|
|
}
|
|
|
|
.promptModalMessage {
|
|
position: relative;
|
|
display: block;
|
|
width: 93%;
|
|
margin: 0 5%;
|
|
}
|
|
|
|
#iframe_source{
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: auto;
|
|
border: 10px dashed rgb(64 65 62)
|
|
}
|
|
|
|
.startupWarning{
|
|
max-width:100%;
|
|
display:block;
|
|
width: 450px;
|
|
border-left: 4px solid #eff150;
|
|
background: #fffded;
|
|
padding: 10px;
|
|
align-items: center;
|
|
position: relative;
|
|
margin: 17px auto 20px auto;
|
|
box-shadow: 0px 5px 10px -5px #a9a9a9;
|
|
text-align: left;
|
|
}
|
|
.startupWarning > p {
|
|
text-align: left;
|
|
display:inline-block;
|
|
padding-left: 38px;
|
|
|
|
}
|
|
.startupWarning > i {
|
|
position: absolute;
|
|
font-size: 2em;
|
|
padding: 2px 0 0 0;
|
|
}
|
|
|
|
|
|
.darktheme .startupWarning{
|
|
background: black!important;
|
|
box-shadow: 0px 5px 10px -5px #a5a566;
|
|
color: white!important;
|
|
}
|
|
|
|
|
|
|
|
.cameraTip {
|
|
width: 100%;
|
|
display: block;
|
|
border-left: 4px solid #50cef1;
|
|
background: #dbf0ff;
|
|
padding: 10px;
|
|
align-items: center;
|
|
position: relative;
|
|
margin: 8px auto 0px auto;
|
|
box-shadow: 0px 5px 10px -5px #a9a9a9;
|
|
text-align: left;
|
|
font-size: 97%;
|
|
white-space:normal;
|
|
min-height: 44px;
|
|
}
|
|
.cameraTip > p {
|
|
text-align: left;
|
|
display:inline-block;
|
|
padding-left: 32px;
|
|
vertical-align: middle;
|
|
|
|
}
|
|
.cameraTip > i {
|
|
position: absolute;
|
|
font-size: 1.5em;
|
|
padding: 2px 0 0 0;
|
|
}
|
|
|
|
#consentWarning{
|
|
margin: 0 auto 20px auto;
|
|
}
|
|
|
|
#consentWarning2{
|
|
margin: 0px auto 10px auto;
|
|
}
|
|
|
|
#alertModal {
|
|
position: absolute;
|
|
background-color: rgb(221 221 221);
|
|
box-shadow: 0 0 30px 10px #0000005c;
|
|
color: black;
|
|
font-size: 1.2em;
|
|
top: 50%;
|
|
left: 50%;
|
|
transform: translate(-50%, -50%);
|
|
border-radius: 10px;
|
|
font-weight: bold;
|
|
z-index:32;
|
|
overflow-wrap: break-word;
|
|
}
|
|
|
|
#connectUsers{
|
|
float: right;
|
|
display: none;
|
|
position: absolute;
|
|
max-width: 400px;
|
|
min-width: 150px;
|
|
max-height: 80%;
|
|
background-color: #08090e;
|
|
z-index: 5;
|
|
padding: 10px;
|
|
right: 20px;
|
|
bottom: 120px;
|
|
box-shadow: 2px 2px #313131;
|
|
border-radius: 5px;
|
|
border: 1px solid #252525;
|
|
opacity: 0.7;
|
|
color: white;
|
|
}
|
|
|
|
#alertModal a:link {
|
|
color: blue;
|
|
}
|
|
|
|
#alertModal a:visited {
|
|
color: blue;
|
|
}
|
|
|
|
#alertModal a:hover {
|
|
color: blue;
|
|
}
|
|
|
|
#alertModal a:active {
|
|
color: blue;
|
|
}
|
|
|
|
.alertModalInner {
|
|
position: relative;
|
|
padding: 2em;
|
|
user-select: none;
|
|
}
|
|
|
|
.modalClose {
|
|
position: absolute;
|
|
top: -4px;
|
|
right: 4px;
|
|
cursor: pointer;
|
|
font-weight: bolder;
|
|
font-size: 1.8em;
|
|
}
|
|
|
|
#modalBackdrop {
|
|
background: var(--background-color);
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 0;
|
|
opacity: 0.8;
|
|
}
|
|
#modalBackdrop.darktheme{
|
|
background-color: var(--dark-background-color);
|
|
}
|
|
|
|
.modalBackdrop {
|
|
background: var(--background-color);
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 0;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.modalBackdrop.darktheme{
|
|
background-color: var(--dark-background-color);
|
|
}
|
|
|
|
.opaqueBackdrop{
|
|
background: var(--background-color);
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
z-index: 0;
|
|
opacity: 1.0;
|
|
}
|
|
.opaqueBackdrop.darktheme{
|
|
background-color: var(--dark-background-color);
|
|
}
|
|
|
|
.alertModalMessage>select{
|
|
font-size: 100%;
|
|
}
|
|
|
|
|
|
.iframeDetails {
|
|
margin: 10px;
|
|
position: relative;
|
|
word-break: break-all;
|
|
max-height: 500px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.desktop-capturer-selection {
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100vh;
|
|
background: rgba(30,30,30,.75);
|
|
color: #fff;
|
|
z-index: 10000000;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.desktop-capturer-selection__scroller {
|
|
width: 100%;
|
|
max-height: 100vh;
|
|
overflow-y: auto;
|
|
}
|
|
.desktop-capturer-selection__list {
|
|
max-width: calc(100% - 100px);
|
|
margin: 50px;
|
|
padding: 0;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
list-style: none;
|
|
overflow: hidden;
|
|
justify-content: center;
|
|
}
|
|
.desktop-capturer-selection__item {
|
|
display: flex;
|
|
margin: 4px;
|
|
}
|
|
.desktop-capturer-selection__btn {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: stretch;
|
|
width: 145px;
|
|
margin: 0;
|
|
border: 0;
|
|
border-radius: 3px;
|
|
padding: 4px;
|
|
background: #252626;
|
|
text-align: left;
|
|
transition: background-color .15s, box-shadow .15s;
|
|
}
|
|
.desktop-capturer-selection__btn:hover,
|
|
.desktop-capturer-selection__btn:focus {
|
|
background: rgba(98,100,167,.8);
|
|
}
|
|
.desktop-capturer-selection__thumbnail {
|
|
width: 100%;
|
|
height: 81px;
|
|
object-fit: cover;
|
|
}
|
|
.desktop-capturer-selection__name {
|
|
margin: 6px 0 6px;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
.makeSmallerDirectorRoom{
|
|
max-width: calc(100% - 415px);
|
|
min-width: min(calc(100% - 395px), 75%);
|
|
}
|
|
.pinToSide{
|
|
top: unset;
|
|
left: unset;
|
|
right: 0;
|
|
transform: unset;
|
|
border-radius: unset;
|
|
height: 100%;
|
|
max-width: min(25%, 415px);
|
|
min-width: 395px;
|
|
overflow-y: auto;
|
|
position: fixed;
|
|
}
|
|
#roomSettings{
|
|
max-height: 100%;
|
|
overflow: auto;
|
|
}
|
|
@font-face {
|
|
font-family: 'Line Awesome Free';
|
|
font-style: normal;
|
|
font-weight: 900;
|
|
font-display: auto;
|
|
src: url("./lineawesome/fonts/la-solid-900.eot");
|
|
src: url("./lineawesome/fonts/la-solid-900.eot?#iefix") format("embedded-opentype"), url("./lineawesome/fonts/la-solid-900.woff2") format("woff2"), url("./lineawesome/fonts/la-solid-900.woff") format("woff"), url("./lineawesome/fonts/la-solid-900.ttf") format("truetype"), url("./lineawesome/fonts/la-solid-900.svg#lineawesome") format("svg"); }
|
|
.las {
|
|
-moz-osx-font-smoothing: grayscale;
|
|
-webkit-font-smoothing: antialiased;
|
|
display: inline-block;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
text-rendering: auto;
|
|
line-height: 1; }
|
|
.las {
|
|
font-family: 'Line Awesome Free';
|
|
font-weight: 900; }
|
|
.la-bell:before {
|
|
content: "\f0f3"; }
|
|
.la-bell-slash:before {
|
|
content: "\f1f6"; }
|
|
.la-long-arrow-alt-right:before {
|
|
content: "\f30b"; }
|
|
.la-paperclip:before {
|
|
content: "\f0c6"; }
|
|
.la-window-close:before {
|
|
content: "\f410"; }
|
|
.la-stream:before {
|
|
content: "\f550"; }
|
|
.la-file-upload:before {
|
|
content: "\f574"; }
|
|
.la-comment-alt:before {
|
|
content: "\f27a"; }
|
|
.la-tv:before {
|
|
content: "\f26c"; }
|
|
.la-volume-up:before {
|
|
content: "\f028"; }
|
|
.la-comment-dots:before {
|
|
content: "\f4ad"; }
|
|
.la-microphone:before {
|
|
content: "\f130"; }
|
|
.la-microphone-alt:before {
|
|
content: "\f3c9"; }
|
|
.la-video:before {
|
|
content: "\f03d"; }
|
|
.la-desktop:before {
|
|
content: "\f108"; }
|
|
.la-tv:before {
|
|
content: "\f26c"; }
|
|
.la-window-maximize:before {
|
|
content: "\f2d0"; }
|
|
.la-sync-alt:before {
|
|
content: "\f2f1"; }
|
|
.la-users-cog:before {
|
|
content: "\f509"; }
|
|
.la-cog:before {
|
|
content: "\f013"; }
|
|
.la-phone:before {
|
|
content: "\f095"; }
|
|
.la-gamepad:before {
|
|
content: "\f11b"; }
|
|
.la-user-slash:before {
|
|
content: "\f506"; }
|
|
.la-skull-crossbones:before {
|
|
content: "\f714"; }
|
|
.la-hand-paper:before {
|
|
content: "\f256"; }
|
|
.la-dot-circle:before {
|
|
content: "\f192"; }
|
|
.la-bug:before {
|
|
content: "\f188"; }
|
|
.la-question-circle:before {
|
|
content: "\f059"; }
|
|
.la-language:before {
|
|
content: "\f1ab"; }
|
|
.la.la-calendar:before {
|
|
content: "\f073"; }
|
|
.la-exclamation-circle:before {
|
|
content: "\f06a"; }
|
|
.la-plug:before {
|
|
content: "\f1e6"; }
|
|
.la-ethernet:before {
|
|
content: "\f796"; }
|
|
.la-headphones:before {
|
|
content: "\f025"; }
|
|
.la-robot:before {
|
|
content: "\f544"; }
|
|
.la-info-circle:before {
|
|
content: "\f05a"; }
|
|
.la-play:before {
|
|
content: "\f04b"; }
|
|
.la-gamepad:before {
|
|
content: "\f11b"; }
|
|
.la-blender:before {
|
|
content: "\f517"; }
|
|
.la-heartbeat:before {
|
|
content: "\f21e"; }
|
|
.la-code-branch:before {
|
|
content: "\f126"; }
|
|
.la-info:before {
|
|
content: "\f129"; }
|
|
.la-square:before {
|
|
content: "\f0c8"; }
|
|
.la-play-circle:before {
|
|
content: "\f144"; }
|
|
.la.la-hdd-o:before {
|
|
content: "\f0a0"; }
|
|
.la-key:before {
|
|
content: "\f084"; }
|
|
.la-broadcast-tower:before {
|
|
content: "\f519"; }
|
|
.la-clock:before {
|
|
content: "\f017"; }
|
|
.la-tachometer-alt:before {
|
|
content: "\f3fd"; }
|
|
.la-fire-alt:before {
|
|
content: "\f7e4"; }
|
|
.la-book-open:before {
|
|
content: "\f518"; }
|
|
.la-caret-down:before {
|
|
content: "\f0d7"; }
|
|
.la-comments:before {
|
|
content: "\f086"; }
|
|
.la-caret-right:before {
|
|
content: "\f0da"; }
|
|
.la-copy:before {
|
|
content: "\f0c5"; }
|
|
.la-tools:before {
|
|
content: "\f7d9"; }
|
|
.la-th-large:before {
|
|
content: "\f009"; }
|
|
.la-user-circle:before {
|
|
content: "\f2bd"; }
|
|
.la-paper-plane:before {
|
|
content: "\f1d8"; }
|
|
.la-envelope:before {
|
|
content: "\f0e0"; }
|
|
.la-sign-out-alt:before {
|
|
content: "\f2f5"; }
|
|
.la-angle-right:before {
|
|
content: "\f105"; }
|
|
.la-angle-left:before {
|
|
content: "\f104"; }
|
|
.la-plus-square:before {
|
|
content: "\f0fe"; }
|
|
.la-microphone-slash:before {
|
|
content: "\f131"; }
|
|
.la-user:before {
|
|
content: "\f007"; }
|
|
.la-video-slash:before {
|
|
content: "\f4e2"; }
|
|
.la-volume-off:before {
|
|
content: "\f026"; }
|
|
.la-eye-slash:before {
|
|
content: "\f070"; }
|
|
.la-eye:before {
|
|
content: "\f06e"; }
|
|
.la-minus:before {
|
|
content: "\f068"; }
|
|
.la-minus-circle:before {
|
|
content: "\f056"; }
|
|
.la-window-minimize:before {
|
|
content: "\f2d1"; }
|
|
.la-hat-wizard:before {
|
|
content: "\f6e8"; }
|
|
.la-plus:before {
|
|
content: "\f067"; }
|
|
.la-sync:before {
|
|
content: "\f021"; }
|
|
.la-circle:before {
|
|
content: "\f111"; }
|
|
.la-chevron-left:before {
|
|
content: "\f053"; }
|
|
.la-chevron-right:before {
|
|
content: "\f054"; }
|
|
.la-binoculars:before {
|
|
content: "\f1e5"; }
|
|
.la-user-cog:before {
|
|
content: "\f4fe"; }
|
|
.la-stop-circle:before {
|
|
content: "\f28d"; }
|
|
.la-redo-alt:before {
|
|
content: "\f2f9"; }
|
|
.la-sliders-h:before {
|
|
content: "\f1de"; }
|
|
.la-compress-arrows-alt:before {
|
|
content: "\f78c"; }
|
|
.la-users:before {
|
|
content: "\f0c0"; }
|
|
.la-spinner:before {
|
|
content: "\f110"; }
|
|
.la-external-link:before {
|
|
content: "\f35d"; }
|
|
.la-pen:before {
|
|
content: "\f304"; }
|
|
.la-external-link-alt:before {
|
|
content: "\f35d"; }
|
|
.la-times:before {
|
|
content: "\f00d"; }
|
|
.la-volume-mute:before {
|
|
content: "\f6a9"; }
|
|
.la-plug:before {
|
|
content: "\f1e6"; }
|
|
.la-reply:before {
|
|
content: "\f3e5"; }
|
|
.la-expand-arrows-alt:before {
|
|
content: "\f31e"; }
|
|
.la-headset:before {
|
|
content: "\f590"; }
|
|
.la-check:before {
|
|
content: "\f00c"; }
|
|
.la-exclamation:before {
|
|
content: "\f12a"; }
|
|
.la-chevron-down:before {
|
|
content: "\f078"; }
|
|
.la-music:before {
|
|
content: "\f001"; }
|
|
.la-thumbtack:before {
|
|
content: "\f08d"; }
|
|
.la-hdd:before {
|
|
content: "\f0a0"; }
|
|
.la-signal:before {
|
|
content: "\f012"; }
|
|
.la-unlock:before {
|
|
content: "\f023"; }
|
|
.la-lock-open:before {
|
|
content: "\f3c1"; }
|
|
.la-theater-masks:before {
|
|
content: "\f630"; }
|
|
.la-compact-disc:before {
|
|
content: "\f51f"; }
|
|
|
|
body.darktheme {
|
|
color: white;
|
|
scrollbar-color: #000 #333;
|
|
}
|
|
body.darktheme form>label{
|
|
color: white;
|
|
}
|
|
|
|
body.darktheme .container-inner{
|
|
background-color: var(--discord-grey-3);
|
|
}
|
|
body.darktheme .card{
|
|
background-color: var(--discord-grey-3);
|
|
}
|
|
body.darktheme input{
|
|
background-color: var(--discord-grey-7);
|
|
color: var(--discord-text);
|
|
}
|
|
body.darktheme input::placeholder {
|
|
color: var(--discord-) !important;
|
|
}
|
|
body.darktheme .column>h2{
|
|
color: #b6b6b6;
|
|
}
|
|
body.darktheme .multiselect .multiselect-contents {
|
|
background-color:unset;
|
|
}
|
|
body.darktheme .directorsgrid .vidcon > .las {
|
|
background-color: #424242;
|
|
}
|
|
body.darktheme .form-group .multiselect {
|
|
background-color: var(--discord-grey-7);
|
|
padding: 10px;
|
|
}
|
|
body.darktheme h2 {
|
|
color: #DDD;
|
|
}
|
|
body.darktheme .column .las {
|
|
color: var(--discord-text);
|
|
}
|
|
body.darktheme label {
|
|
color: var(--discord-text);
|
|
}
|
|
body.darktheme #roomHeader{
|
|
color: var(--discord-text);
|
|
}
|
|
body.darktheme div.multiselect {
|
|
background-color: var(--discord-grey-7);
|
|
}
|
|
body.darktheme .videoMenu {
|
|
background-color: var(--discord-grey-7);
|
|
}
|
|
body.darktheme .audioMenu{
|
|
background-color: var(--discord-grey-7);
|
|
}
|
|
body.darktheme #avatarDiv{
|
|
background-color: var(--discord-grey-7);
|
|
}
|
|
body.darktheme .selected {
|
|
border: solid 3px #f8f7f7;
|
|
}
|
|
body.darktheme #selectAvatarImage label {
|
|
color: #f8f7f7;
|
|
}
|
|
body.darktheme .avatarLabel {
|
|
color: #f8f7f7;
|
|
}
|
|
body.darktheme #headphonesDiv{
|
|
background-color: var(--discord-grey-7);
|
|
}
|
|
body.darktheme #headphonesDiv3{
|
|
background-color: var(--discord-grey-7);
|
|
}
|
|
body.darktheme select{
|
|
background-color: var(--discord-grey-7);
|
|
color: var(--discord-text);
|
|
}
|
|
/* body.darktheme .white {
|
|
color: var(--discord-text);
|
|
} */
|
|
body.darktheme .directorsgrid .vidcon {
|
|
background-color: var(--discord-grey-3);
|
|
}
|
|
body.darktheme .promptModal {
|
|
background-color: var(--discord-grey-5);
|
|
color: var(--discord-text);
|
|
}
|
|
body.darktheme .infoblob{
|
|
color: #CCC;
|
|
}
|
|
body.darktheme #addPasswordBasic{
|
|
background-color: var(--discord-grey-7);
|
|
}
|
|
body.darktheme #effectsDiv{
|
|
background-color: var(--discord-grey-7);
|
|
}
|
|
body.darktheme #effectsDiv3{
|
|
background-color: var(--discord-grey-7);
|
|
}
|
|
body.darktheme .outMessage{
|
|
background-color: #7f89a7;
|
|
}
|
|
body.darktheme .inMessage {
|
|
background-color: #b1b1b1;
|
|
}
|
|
body.darktheme .actionMessage {
|
|
background-color: #b1b1b1;
|
|
}
|
|
body.darktheme #chatInput{
|
|
background-color: var(--discord-grey-7);
|
|
color: var(--discord-text)
|
|
}
|
|
body.darktheme #audioScreenShare1{
|
|
background-color: var(--discord-grey-3);
|
|
}
|
|
body.darktheme #webcamstats2{
|
|
background-color: var(--discord-grey-3);
|
|
}
|
|
body.darktheme #audioSourceScreenshare{
|
|
background-color: var(--discord-grey-7);
|
|
}
|
|
body.darktheme #headphonesDiv2{
|
|
background-color: var(--discord-grey-3);
|
|
}
|
|
body.darktheme #outputSourceScreenshare{
|
|
background-color: var(--discord-grey-7);
|
|
}
|
|
body.darktheme #audioSource{
|
|
background-color: var(--discord-grey-3);
|
|
}
|
|
body.darktheme #outputSource{
|
|
background-color: var(--discord-grey-3);
|
|
}
|
|
body.darktheme #videoSourceSelect{
|
|
background-color: var(--discord-grey-3);
|
|
}
|
|
body.darktheme #videoSettings{
|
|
background-color: var(--discord-grey-7);
|
|
}
|
|
body.darktheme #effectSelector{
|
|
background-color: var(--discord-grey-3);
|
|
}
|
|
body.darktheme #effectSelector3{
|
|
background-color: var(--discord-grey-3);
|
|
}
|
|
body.darktheme #audioSource3{
|
|
background-color: var(--discord-grey-3);
|
|
}
|
|
body.darktheme #videoSource3{
|
|
background-color: var(--discord-grey-3);
|
|
}
|
|
body.darktheme #videoMenu3{
|
|
background-color: var(--discord-grey-7);
|
|
}
|
|
body.darktheme #outputSource3{
|
|
background-color: var(--discord-grey-3);
|
|
}
|
|
body.darktheme #videoSettings3{
|
|
background-color: var(--discord-grey-7);
|
|
}
|
|
body.darktheme .alertModal{
|
|
background-color: #ccc;
|
|
filter:brightness(0.85);
|
|
}
|
|
body.darktheme .directorContainer{
|
|
filter: brightness(0.85);
|
|
}
|
|
body.darktheme #grabDirectorSoloLinkParent{
|
|
background-color: var(--discord-grey-7);
|
|
}
|
|
body.darktheme #grabDirectorSoloLink{
|
|
background-color: var(--discord-grey-3);
|
|
}
|
|
body.darktheme .cameraTip{
|
|
background-color: #27354b;
|
|
color: #e5dbdb;
|
|
}
|
|
body.darktheme .invite_setting_group{
|
|
color: black;
|
|
}
|
|
body.darktheme .invite_setting_item>input{
|
|
background-color:white;
|
|
}
|
|
body.darktheme .invite_setting_item>select{
|
|
background-color:white;
|
|
}
|
|
.containerGreen{
|
|
background-color: #649166!important;
|
|
}
|
|
body.darktheme .containerGreen{
|
|
background-color: #243824!important;
|
|
}
|
|
body.darktheme .startupWarning>.las {
|
|
color:white!important;
|
|
}
|
|
body.darktheme .invite_setting_group_links a {
|
|
color:#d2e5ff!important;
|
|
}
|
|
|
|
/* ---- BASIC CSS CLASSES ---- */
|
|
.pressed {
|
|
background: #1e0000 !important;
|
|
-webkit-box-shadow: inset 0px 0px 1px #b90000;
|
|
-moz-box-shadow: inset 0px 0px 1px #b90000;
|
|
box-shadow: inset 0px 0px 1px #b90000;
|
|
outline: none;
|
|
color: white;
|
|
} |