Advertisement
k0ta0uchi

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

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