Almost pitch black theme for the streaming page
mixdrop.co Dark by francescomosca
Details
Authorfrancescomosca
LicenseNo License
Categorymixdrop, stream, streaming
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name mixdrop.co Dark
@version 20220520.01.19
@namespace userstyles.world/user/francescomosca
@description Almost pitch black theme for the streaming page
@author francescomosca
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://mixdrop.co/f/") {
body {
color: #ddd
}
body a {
color: #bbb
}
body, .panel.download{
background: #000;
}
.panel.download .download-top,
.panel .player-bottom,
.panel.download .download-embed,
.container > .header, .landing .header {
background: #101010;
border: 1px solid #fff1;
}
.panel.download .download .download-btn,
.menu .btn2 {
background: #16463b;
}
.menu .btn1 {
background-color: #21334d;
}
.footer {
background: url(/imgs/illustration-triangles4.png) center bottom repeat-x #101010;
border-top: 1px solid #fff1;
}
.panel.video .download-top {
border-bottom-width: 0;
}
.container > .header, .landing .header {
border-width: 0 0 1px 0;
}
.panel .player-bottom {
border-top-width: 0;
border-bottom-width: 0;
}
.panel.download .download-embed {
border-top-width: 0;
}
}