Skip to content

Instantly share code, notes, and snippets.

@ustreamer-01647
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ustreamer-01647/462844b89b78f544fea3 to your computer and use it in GitHub Desktop.
Save ustreamer-01647/462844b89b78f544fea3 to your computer and use it in GitHub Desktop.
「GYAO!」のためのユーザースタイルシート
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("gyao.yahoo.co.jp") {
/* カテゴリーメニューバー追従阻止 */
#navi_wrapper {
position: relative;
}
/* ジャンルトップの動画再生非表示 */
.emPlay{
display: none;
}
/* 右バー非表示。広告、GYAO!ストア、ランキング、書籍案内 */
#rightCnt /* ジャンルトップページ */
,#rightcnt /* 作品ページ */
,#rightCont /* 視聴ページ */{
display: none;
}
/* 表示領域の制限を解除して全項目を表示し、特殊スクロールを不要にする */
.makeMeScrollable, .scrollableArea{
height: 100% !important;
width: 100% !important;
}
/* 特殊スクロールしないから、スクロールUIを表示しない */
.scrollingHotSpotLeft, .scrollingHotSpotRight{
display: none !important;
}
/* 配信スケジュールの各曜日マージンを狭め、表示曜日数を増やす */
.dayCnt{
margin: 0 2px !important;
}
/* 配信スケジュール伸縮ボタンを表示しない */
.more_btn{
display: none;
}
/* 広告非表示 */
.adIM_main /* ジャンルトップ。配信スケジュール下 */
,#left_jck{
display: none !important;
}
/* その他、不要情報を非表示 */
#storeModule /* 作品ページ下と視聴ページ下。GYAO!ストア */
,#shopModule /* 視聴ページ下。関連商品 */{
display: none;
}
#wrapper /* アニドル表示調整 */{
min-width: 0;
}
#left_jck, #right_jck /* アニドル広告表示調整 */{
position: relative;
display: none;
}
}
@ustreamer-01647
Copy link
Author

rev. 6
GYAO!デザインがまたも微調整されたらしい。見直した。
右バーをごっそり非表示。push contents2位以降非表示化巻き込まれ解消。

@ustreamer-01647
Copy link
Author

GYAO!デザインがまたも微調整された.http://twitter.com/paul_ga/status/558870768403369984

@ustreamer-01647
Copy link
Author

rev. 7
アニドル表示調整について追記した

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment