nhk自民総裁選の表を見やすくします。
nhk自民総裁選 by fructose888
Details
Authorfructose888
LicenseNo License
Categorynhk.or.jp
Created
Updated
Size728 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name ?
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("www3.nhk.or.jp") {
/* ここにコードを挿入... */
#side {
display: none !important;
}
#content #main {
float: none;
}
#main {
width: auto !important;
}
#content #content-inner{
width: auto;
}
#js-election-iframeWrap {
width: auto;
max-width: 100%;
}
.module--detail--v3 .content--body .body-img, .module--detail .content--body .body-img{
width: auto;
}
.l-content__inner--max {
width: auto;
}
}