Advertisement
k0ta0uchi

ニコニココミュニティプロフィールページを黒っぽくするやつ

Oct 4th, 2016
194
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.84 KB | None | 0 0
  1. @namespace url(http://www.w3.org/1999/xhtml);
  2.  
  3. @-moz-document domain("com.nicovideo.jp") {
  4.   .area-communityHeader,
  5.   .mainContentBox_header,
  6.   .submitButton {
  7.     background-color: #272727 !important;
  8.   }
  9.   .mainHeader {
  10.     border-top-color: #272727 !important;
  11.   }
  12.  
  13.   .md-settingButton {
  14.     background-color: #434343 !important;
  15.   }
  16.  
  17.   .area-sideContent a, .area-sideContent a:link,
  18.   .md-sideContentBox .text.inactive {
  19.     color: #0033cc !important;
  20.   }
  21.  
  22.   .cp-communityNavigation a {
  23.     color: #272727 !important;
  24.   }
  25.  
  26.   .js-checkBroadcastLimit a.broadcastButton {
  27.     color: #FFF !important;
  28.   }
  29.  
  30.   .blomaga_displayControl.inactive {
  31.     border-color: #0033cc !important;
  32.   }
  33.  
  34.   .cp-communityNavigation .item.active,
  35.   .cp-communityNavigation .item.active:hover{
  36.     border-bottom: 3px solid #272727;
  37.   }
  38. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement