ニコニコ動画 ランキング 4列表示

ニコニコ動画ランキングを4列化

Versione datata 06/12/2019. Vedi la nuova versione l'ultima versione.

/* ==UserStyle==
@name             ニコニコ動画 ランキング 4列表示
@name:ja         ニコニコ動画 ランキング 4列表示
@namespace     https://greasyfork.org/users/412974
@version           2.0.0
@description      ニコニコ動画ランキングを4列化
@description:ja  ニコニコ動画ランキングを4列化
@author            Resubew
@license            CC BY-SA 4.0
==/UserStyle== */

/* ランキングを4列表示 */
@-moz-document url-prefix("https://www.nicovideo.jp/ranking/fav/"),
               url-prefix("https://www.nicovideo.jp/ranking/view/"),
               url-prefix("https://www.nicovideo.jp/ranking/res/"),
               url-prefix("https://www.nicovideo.jp/ranking/mylist/") {
  .column700-300 .main { padding-top: 0 !important; }
  .sub > .ads { display: none !important; }
  
  .videoList01 .item.videoRanking { background-color: #F5F5F5 !important; }
  
  .videoList01 .item.videoRanking,
  .videoList01 .item.videoRanking .rankingNumWrap,
  .videoList01 .itemContent,
  .videoList01 .itemContent .itemTitle.ranking,
  .videoList01 .itemContent .itemDescription.ranking,
  .video .itemData {
    width: 162px !important;
  }

  .video .item {
    margin-right: 10px !important;
    margin-top: 10px !important;
    padding-top: 0 !important;
  }
  .video .item:nth-child(4n) {
    margin-right: 0 !important;
  }
  .video .item:nth-child(4n+1) {
    clear: left !important;
  }
  
  .videoList01 .item.videoRanking .rankingNumWrap .rankingNum,
  .videoList01 .item.videoRanking .rankingNumWrap .rankingPt {
    float: left !important;
  }
  .videoList01 .item.videoRanking .rankingNumWrap .rankingNum {
    font-size: 18px !important;
    margin-right: 5px !important;
  }
  .videoList01 .item.videoRanking .rankingNumWrap .rankingPt {
    font-size: 12px !important;
    margin-top: 5px !important;
  }
  
  .videoList01 .itemContent .itemTitle {
    font-size: 12px !important;
    margin-top: 4px !important;
  }
  
  .videoList01 .itemContent .itemDescription.ranking {
/*    overflow: visible !important;*/
    display: none !important;
  }
  
  .videoList01 .itemContent .itemComment.ranking {
    display: none !important;
  }
}