A new userstyle
gimy劇迷播放器滿寬 by LinPolly
Details
AuthorLinPolly
LicenseNo License
Categorygimy.ai
Created
Updated
Size3.4 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 gimy.ai - 2024年1月
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("gimy.ai") {
/* 在此插入程式碼…… */
body {
background-color: #2b2b2b;
color: #c3c3c3;
padding: 0;
margin: 0;
}
.list-mcat .left-head li a.active,
.layout-box,
.navbar-inverse,
.box-mcid-list,
.list-mcat,
.box-video-details,
.details-play-title .nav-tabs > li.active > a,
.details-play-title .nav-tabs > li.active > a:focus,
.details-play-title .nav-tabs > li.active > a:hover,
.details-play-title .nav-tabs > li > a:hover,
.details-play-title .nav-tabs > li.open > a,
.details-play-title .dropdown-menu,
.comment-sub,
.dropdown-menu,
.drop-box,
.popover,
.playlog_list,
.autocomplete-suggestions,
.user-search .nav-search,
.box-star-list .star-pic {
background-color: #2b2b2b;
color: #c3c3c3;
margin: 0;
padding: 0;
}
.navbar-inverse .navbar-nav > li > a {
color: #c3c3c3;
}
.box-footer {
background-color: #2b2b2b;
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
.details-play-title .nav-tabs > li.active > a,
.details-play-title .nav-tabs > li.active > a:focus,
.details-play-title .nav-tabs > li.active > a:hover,
.details-play-title .nav-tabs > li > a:hover,
.details-play-title .nav-tabs > li.open > a,
.details-play-title .dropdown-menu > li > a,
.dropdown-menu > li > a {
color: #c3c3c3;
}
.box-video-ranking ul li .num,
.box-video-text-list ul li .num,
.index-menu li a,
.box-index-mcid li a,
.box-title-nav li a,
.box-page ul li span,
.tv-diantai li .tv,
.nav-search .form-control,
.index-menu li a,
.details-tool a,
.playlist ul li a,
.player_playlist ul li a,
.details-story h4,
.details-tv .item h4,
.comment-post,
.details-page a,
.details-title h1,
.actor-title,
.layout-box .more-click,
.box-gbook .item .content,
.comment-num,
.news_remark,
.player_bottom .prevnext a,
.tv_txt_list ul li span.b,
.tv_detail_week,
.playlog_list ul li:hover,
.autocomplete-selected {
background-color: #2b2b2b;
color: #c3c3c3;
}
.navbar-inverse .navbar-nav > .menu-active > a,
.navbar-inverse .navbar-nav > .menu-active > a:hover {
background-color: #c3c3c3;
color: #2b2b2b;
}
.index-menu li a,
.box-index-mcid li a,
.box-page ul li.active span,
.nav-search .form-control,
#rating,
.playlist ul li a,
.details-page a,
.box-gbook .item .content,
.comment-num,
.comment-sub,
.tv_txt_list ul li span.b {
border: 1px solid #c3c3c3;
}
.span-text {
color: #c3c3c3;
}
.container {
width: 100%;
}
#playerCnt {
height: calc(100vw / 16 * 9)
}
.navbar {
position: absolute;
top: calc(100vw / 16 * 9 + 31.4px);
}
.player_right {
margin-top: 65px;
}
}