Last active
December 19, 2016 12:11
-
-
Save katabame/3e43dc68b089401b08d73b87712320a5 to your computer and use it in GitHub Desktop.
nico5 (niconico html5 player tweaker)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
How to use: patch this up to http://www.nicovideo.jp/watch/* | |
LICENSE: MIT | |
*/ | |
.SwitchToFlashLead, .VideoMenuContainer-uadContainer, .BottomContainer-side, .IchibaContainer, .FooterContainer-group, .MiniBannerAdContainer, .MarqueeContainer, .PremiumLink, .PreVideoStartPremiumLinkContainer, .NicoSpotAdContainer | |
{ | |
display: none; | |
} | |
.WatchAppContainer | |
{ | |
background-color: #E0E0E0; | |
} | |
.SearchBox-input | |
{ | |
box-shadow: none; | |
} | |
.SeekBarHandle-handle, .SeekBar-played, .VolumeBar-progress | |
{ | |
background-color: #9C27B0; | |
} | |
.TagItem, .NicoDicIcon, .TagEnterEditingButton | |
{ | |
border-radius: 2px; | |
} | |
.FooterContainer | |
{ | |
background-color: #212121; | |
} | |
.VideoDescriptionContainer | |
{ | |
width: 100% | |
} | |
.VideoDescriptionContainer-expander | |
{ | |
left: 85% !important; | |
} | |
.CommentPanelContainer-commentPanel | |
{ | |
height: 111.5%; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment