Skip to content

w2g.tv fullscreen 1920x1080 by mihasev

Screenshot of w2g.tv fullscreen 1920x1080

Details

Authormihasev

LicenseNo License

Categoryw2g.tv

Created

Updated

Size4.5 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

fullscreen 1920x1080

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         w2g.tv fullscreen 1920x1080
@version      20240509
@namespace    userstyles.world/user/mihasev
@description  fullscreen 1920x1080
@author       mihasev
@license      No License
==/UserStyle== */
@-moz-document domain("w2g.tv") {
    /*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;;
    }
    

    .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*/
    
    .w2g-search-hide > a > img{
        height: 1.7em;
        /*upd: 20240509*/
    }
    
    #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 {
        TEST min-width : 300px; 
    }*/

    .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;  
    }
    .top-\[56px\]{
        top: 25px;
    }
    .h-\[calc\(100vh-56px\)\]{
        height: calc(100vh - 25px);
    }
}
/*test update 20240509*/

Reviews

No reviews yet.