Skip to content

Cytube Modern Fluid - NoChat v2-Zorn by zorntaov

Details

Authorzorntaov

LicenseNo License

Categorycytube

Created

Updated

Size2.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Changes the layout for Cytube so that there's no chatbox, user list is at the top and is horizontal, and playlists area at the bottom can be seen better. Best used on a 1080p screen using Modern and Fluid (in the Options on Cytube).

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Cytube Modern Fluid - NoChat v2
@version      20220607.03.08
@namespace    userstyles.world/user/robotgryphon
@description  Use cytube theme "Modern" and Layout "Fluid"
@author       robotgryphon
@license      No License
==/UserStyle== */
@-moz-document url-prefix("https://cytu.be/r/") {

    .navbar-brand {
        padding: 5px;
        height: auto !important;
    }

    .nav > li > a {
        padding: 5px;
    }

    .navbar-text {
        margin: 0px;
        padding: 5px;
    }

    .navbar {
        min-height: 5px;
    }

    #mainpage {
        padding-top: 35px !important;
    }

    div.row#main {
        display: grid;
        row-gap: .6em;
        grid-template-areas: "userlist" "video";
    }

    div#chatwrap {
        grid-area: userlist;
        width: 100%;
        margin-bottom: 0px;
    }

    div#chatheader {
        display: none;
    }

    div#chatwrap div#userlist {
        border: 1px solid #151515;
        border-right: 1px solid #151515 !important;
        width: 100%;
        height: 2.5em !important;
        padding: .4em;
        display: grid;
        grid-template-columns: repeat(10, 1fr);
    }

    div.userlist_item {
        padding: 0 .8em;
        background: rgba(0, 0, 0, 0.5);
        border-radius: .3em;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
    }

    div.userlist_item span:first-child {
        padding-right: .2em;
    }

    div#chatwrap div#messagebuffer {
        display: none;
    }

    div#chatwrap form {
        display: none;
    }

    div#videowrap {
        width: 100%;
        grid-area: video;
        background-color: rgba(20, 22, 26, 0.7);
    }

    .embed-responsive {
        padding-bottom: 40% !important;
    }

    div#videowrap iframe {
        max-height: 100%;
    }

    #controlsrow {
        width: 60%;
        margin-top: -10px;
    }

    #leftcontrols {
        width: max-content;
    }

    #rightcontrols {
        position: relative;
        float: right;
    }

    #plcontrol {
        position: relative;
        float: right;
    }

    #videocontrols {
        float: left !important;
    }

    #playlistrow div#rightpane {
        margin-top: -40px;
        width:40%;
        float: right;
    }
    #playlistrow div#leftpane {
        width:60%;
    }
}

Reviews

No reviews yet.