.vjs-overlay a { color: #210cbf; } /* make font size for overlays little bigger and responsive */ .video-js .vjs-overlay { /* apply for screen sizes under 768px */ font-size:1.2rem; } @media screen and (min-width: 768px) { /* apply for screen sizes bigger or equal 768px */ .video-js .vjs-overlay { font-size:1.4rem; } }.video-js .vjs-overlay{color:#fff;position:absolute;text-align:center}.video-js .vjs-overlay-no-background{max-width:33%}.video-js .vjs-overlay-background{background-color:#646464;background-color:rgba(255,255,255,0.4);border-radius:3px;padding:10px;width:33%}.video-js .vjs-overlay-top-left{top:5px;left:5px}.video-js .vjs-overlay-top{left:50%;margin-left:-16.5%;top:5px}.video-js .vjs-overlay-top-right{right:5px;top:5px}.video-js .vjs-overlay-right{right:5px;top:50%;transform:translateY(-50%)}.video-js .vjs-overlay-bottom-right{bottom:3.5em;right:5px}.video-js .vjs-overlay-bottom{bottom:3.5em;left:50%;margin-left:-16.5%}.video-js .vjs-overlay-bottom-left{bottom:3.5em;left:5px}.video-js .vjs-overlay-left{left:5px;top:50%;transform:translateY(-50%)}.video-js .vjs-overlay-center{left:50%;margin-left:-16.5%;top:50%;transform:translateY(-50%)}.video-js .vjs-no-flex .vjs-overlay-left,.video-js .vjs-no-flex .vjs-overlay-center,.video-js .vjs-no-flex .vjs-overlay-right{margin-top:-15px} #peertube-plugin-livechat-container { display: flex; flex-direction: column; } #plugin-placeholder-player-next #peertube-plugin-livechat-container { height: 100%; } .peertube-plugin-livechat-buttons { align-items: center; display: flex; flex-flow: row nowrap; justify-content: flex-end; } .peertube-plugin-livechat-button { align-items: center; display: flex; flex-direction: row; height: 36px !important; margin: 5px !important; padding: 2px !important; } .peertube-plugin-livechat-button svg { height: auto; } .peertube-plugin-livechat-buttons-open .peertube-plugin-livechat-button { height: 18px !important; margin: 2px !important; padding: 1px !important; } [peertube-plugin-livechat-state=initializing] { display: none; } [peertube-plugin-livechat-state=open] .peertube-plugin-livechat-button-open { display: none; } [peertube-plugin-livechat-state=closed] .peertube-plugin-livechat-button-close { display: none; } [peertube-plugin-livechat-state]:not([peertube-plugin-livechat-state=open]) .peertube-plugin-livechat-multi-button-main { border-top-right-radius: 0 !important; border-bottom-right-radius: 0 !important; margin-right: 0 !important; } [peertube-plugin-livechat-state]:not([peertube-plugin-livechat-state=open]) .peertube-plugin-livechat-multi-button-secondary { border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important; margin-left: 0 !important; border-left: 1px solid currentColor; } #peertube-plugin-livechat-container iframe { border: 1px solid black; min-height: 30vh; height: 100%; } .peertube-plugin-livechat-warning { color: orange; } .peertube-plugin-livechat-error { color: red; } table.peertube-plugin-livechat-prosody-list-rooms { border: 1px solid black; margin: 5px 0; } table.peertube-plugin-livechat-prosody-list-rooms tr:nth-child(odd) { background-color: #eee; } table.peertube-plugin-livechat-prosody-list-rooms tr:nth-child(even) { background-color: #fff; } table.peertube-plugin-livechat-prosody-list-rooms th { background-color: var(--mainHoverColor); border: 1px solid black; color: var(--mainBackgroundColor); padding: 4px 5px; } table.peertube-plugin-livechat-prosody-list-rooms td { border: 1px solid #555; color: black; padding: 4px 5px; } /*# sourceMappingURL=style.css.map */