This is a dark theme for gogo-play.net. Currently works for the following gogoplay domains:
streamani.net
gogo-play.net
gogoplay1.com
Gogoplay Dark Theme by xspinfinuteyt
Details
Authorxspinfinuteyt
LicenseNo License
Categorygogoplay
Created
Updated
Size2.5 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 Empty @name replaces the default template - 10/20/2021, 11:13:46 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("streamani.net"), domain("gogo-play.net"), domain("gogoplay1.com") {
html > body{
background: #111 !important;
color: #255;
}
html{
color: var(--font-color);
}
:root{
--bg-color: #100;
--font-color: white;
--video-block-name: .video-block.name attr(content);
}
div[class="logo vc_col-sm-2"]{
border: none !important;
box-shadow: none !important;
}
.footer_search_input{
border-width: 0!important;
}
.video-block .name{
color: white !important;
}
.video-block .img{
border-radius: 4px;
}
.video-block span::before{
content: var(--video-block-name) !important;
}
.video-info .video-info-left h1, span, p, js, #rmjs-1{
color: var(--font-color)!important;
}
.video-info .video-info.left .date{
color: black !important;
text-align: right !important;
}
div[class = "row video-options"] a:hover{
border-radius: 20px !important;
border-color: #ffc119;
transition-duration: .1s;
color: black !important;
}
.video-info .video-info-left ul[class = "listing items lists"]{
display: flex !important;
flex-flow: row wrap !important;
flex-direction: row !important;
margin: 0px !important;
}
.video-info .video-info-left ul[class = "listing items lists"] li{
display: flex !important;
flex-flow: row wrap !important;
flex-direction: row !important;
margin: 3px !important;
}
.video-info .video-info-left ul[class = "listing items lists"] li .img:hover{
outline: 1px solid;
outline-color: #ffc119;
transition-duration: 0.1s;
}
.video-info .video-info-right ul[class="listing items videos"] li .img:hover{
outline: 1px solid;
outline-color: #ffc119;
transition-duration: 0.1s;
}
div[id="header-social"]{
visibility: hidden !important;
}
.play-video iframe html iframe{
display: none !important;
visibility: hidden !important;
}
.menu-header-menu{
background-color: black !important;
}
}