Skip to content

w2g fullscreen dark mode watchtogether by user784598415286

Details

Authoruser784598415286

LicenseNo License

Categorywatchtogether

Created

Updated

Size5.1 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Darkmode Fullscreen for Watchtogether (w2g)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         w2g.tv fullscreen 1920x1080
@version      20231011
@namespace    userstyles.world/user/mihasev
@description  fullscreen 1920x1080
@author       mihasev
@license      No License
==/UserStyle== */
@-moz-document domain("w2g.tv") {
    
    *, ::before, ::after{
        border: 0 solid transparent !important;
    }
    
    div.bg-gradient-to-b{
        background-image: none;
        background-color: black !important;
        height: 30px;
    }
    
    
    .bg-gray-300,
    #search-bar-input,
    div.px-3,
    button.px-3,
    .w2g-input,
    .bg-white{
        background-color: #181a1b;
        color: #e2e2e2;
    }
    
    
    .bg-gray-300:hover,
    #search-bar-input:hover,
    div.px-3:hover,
    button.px-3:hover,
    .w2g-input:hover,
    .bg-white:hover{
        background-color: #161718;
        color: #e2e2e2;
    }
    
    .w2g-chat-bubble-container{
        background-color: #414746 !important;
        color: #e2e2e2 !important;
    }
    
    
    /*w2gtv*/
    /*ads*/
    #w2g-center-doit,
    #w2g-btf-doit,
    .w2g-center-plus,
    #w2g-editorial,
    #w2g-at-right,
    #yt_a_message {
        display: none !important;
    }
    
    
    /* video-player */
    .w2g-player-search {
        max-width: 100%;
        margin: 1px 1px 0px 1px;
    }

    .w2g-main-lower {
        padding: 0px;
    }

    .w2g-video-container {
        max-height: none;
    }

    .w2g-main-right {
        margin: 0px;
    }

    .w2g-panel-menu {
        font-size: 8px;
        bottom: 105%;
        padding: 5px;
        background-color: #111111;
        border: 1px solid #e9e9ed;
        border-radius: 6px; 
    }

    .text-xl{
        font-size: 14px;;
    }
    
    #player_slider{
        padding-right: 110px;
    }

    .w2g-center-plus {
        margin-top: 50px;
    }

    .w2g-panel-notifications{
        top: -2px;
        right: -5px;
        padding: .15rem .3rem;
        font-weight: 900;
    }
    
    #time_action, #player_slider{
        transition-duration: 5s;
        transition-timing-function: ease-in;
        opacity: 0%;
        
    }
    #player_controls, .w2g-panel-menu{
        transition-duration: 5s;
        transition-timing-function: ease-in;
        opacity: 40%;
    }

    #player_controls:hover > div, #player_controls:hover, .w2g-panel-menu:hover{
        opacity: 100%;
        transition-duration: 1s;
        transition-timing-function: ease-out;
    }
    #video_container{
        margin-bottom: 38px;    
    }
    #player_controls{
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    /*top*/
    #search-bar-form > * {
        height: 20px;
    }

    .w2g-active-icon img {
        width: 1.4em;
    }

    .w2g-intro-search > .button.ui.icon:not(.animation):not(.compact) {
        padding: 5px;
    }

    #search-bar-input {
        border-bottom-width: 0px;
        border-top-width: 0px;
        padding: 0px 5px;
        padding-bottom: 2px;
        font-size: 0.9em;
        height: 20px;
    }

    .w2g-topbar-logo {
        background-size: 135px auto;
    }

    .w2g-topbar {
        height: 24px;
    } 

    #w2g-top-inviteurl {
        align-items: center;
    }

    #w2g-top-inviteurl > * {
        height: 1.5em;
        font-size: 12px;
    }
    
    
    .w2g-topbar-menu {
        font-size: 12px;
    }

    #w2g-top-inviteurl > .text-center{
        text-align: left;
    }
    
    /* right */
    .w2g-main-right {
        width: 290px;
    }

    .w2g-content-right {
        padding: 5px;
    }

    .w2g-chat-item-text.w2g-url {
        font-size: 14px;
    }

    .w2g-chat-provider.w2gplayer {
        width: 17px;
        height: 17px;
    }

    .icon.mod-player.play {
        font-size: 1.2em;
        margin-right: 0px;
        margin-bottom: auto;
    }

    .add.icon.mod_pl_interaction.mod-pl.square {
        font-size: 1.2em;
        margin-right: 0px;
        margin-top: auto;
    }

    .w2g-chat-item-actions {
        margin-right: 0px;
    }

    #w2g-sidebar-menu {
        margin-bottom: 0px;
        font-size: 15px;
    }

    .w2g-feedback-container.w2g-until-mobile {
        bottom: 100%;
    }

    .w2g-messages-input {
        white-space: pre-wrap;
    }

    .ui.form textarea,
    .ui.input textarea {
        padding-left: 10px;
        padding-right: 0px;
    }

    .w2g-chat-input-sizer > .ui.icon.button:not(.animated):not(.compact),
    .ui.icon.buttons .button {
        padding: 5px;
    }

    .w2g-chat-messages {
        font-size: 15px;
    }

    .w2g-chat-avatar {
        margin: 20px 0px;
        font-size: 10px;
    }

    .w2g-chat-bubble {
        margin: 2px 0px 0px 0px;
        max-width: 100%;
        padding: 0px;
    }

    .w2g-chat-avatar {
        margin: auto 5px auto 0px;
    }

    .w2g-typing {
        height: 1.2em;
        font-size: 0.7em;
        margin: 1px;
    }
    
    #w2g-top-invitebutton{
        border: 0.1rem solid #f3f4f6;
        height: 22px;
        font-size: 1.2em;  
    }
    
    
}
/*test update 20231011*/

Reviews

No reviews yet.