Skip to content

Viditeo dark theme by butab

Details

Authorbutab

LicenseNo License

Categoryok

Created

Updated

Size1.2 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Dark theme for viditeo

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           rf.gd - 16.03.2023, 16:34:02
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document domain("viditeo.rf.gd") {
    /* Место для CSS кода... */
}
* {
    margin: 0px;
    font-family: arial, sans-serif, serif;
}

body {
    margin: 8px;
    background-color:#1a1a1a;
    color: #b6b6b6;
}

a:visited {
    color: #bbb5ff;
}

#Player {
    border: 1px solid #ccc;
    width: 480px;
}

#Player video {
    max-width: 480px;
    width: 100%;
    min-height: 320px;
}

#Main, #Video > .Main {
    width: 705px;
    margin: auto;
    display: grid;
    grid-template-columns: 485px 220px;
    padding-right: 5px;
    padding-bottom: 50px;
}

#Video {
    width: 705px;
    margin: auto;
}

#Sidebar {
    border-left: 1px solid #fff;
    padding-left: 5px;
}

#Heading {
    margin-right: 5px;
    padding-bottom: 10px;
}

#Heading.nopad {
    margin-right: 0px !important;
}

.Bold {
    font-weight: bold;
}

.center {
    text-align: center !important;
}

Reviews

No reviews yet.