/* ==UserStyle==
@name ニコニコ大百科 BIZ UDゴシック/明朝化 +α
@version 20220122.16.07
@namespace userstyles.world/user/dengofinal
@description Tweaks for nico nico pedia for Windows User (Above Windows 10)
Replacing font to BIZ UDP Gothic / Mincho from standard font
ニコニコ大百科用のTweakです。 個人用に作っていた物ですが、形になってきたので公開する事にしました。
表示フォントをBIZ UDPゴシック/明朝へと変更し、更により読みやすくなるようレイアウトをページスタイルを崩さない程度に変更を加えております。
BIZ UD系のフォントが無い場合、游ゴシック/明朝で表示します。 それも無い場合はMeiryo系で表示します。 いずれの場合もテストをしていないので、動作は保証しません。
@author dengofinal
@license GPL
==/UserStyle== */
@-moz-document domain("dic.nicovideo.jp") {
body,
.nico-CommonHeaderRoot *{
font-family: "Segoe UI", "BIZ UDPGothic", "Yu Gothic UI", "Yu Gothic", "Meiryo UI", "Meiryo", sans-serif;
}
.article-title,
.a-title {
font-family: "Century", "BIZ UDMincho", "Yu Mincho", serif;
font-size: 1.2rem;
text-align: center;
padding-left: 1.9rem;
}
.article-title-yomi {
font-family: "BIZ UDPGothic semibold", "Yu Mincho UI semibold", serif;
text-align: center;
}
div#notice,
div#notice ul {
font-size: 0.9rem;
line-height: 1.25rem;
text-align: center;
}
body#tinymce blockquote,
div.article blockquote,
div.content blockquote {
text-align: center;
padding-bottom: 10px;
padding-left: 20px;
margin-left: 0px;
}
body#tinymce h2,
div.article h2,
div.content h2,
div.community-bbs h2,
body#tinymce h3,
div.article h3,
div.content h3,
div.article h4,
div.content h4{
font-family: "Century", "BIZ UDMincho", "Yu Mincho", serif;
text-align: center;
}
div.article h4,
div.content h4 {
font-weight: 600;
}
div#twitter-share-button,
#dic_pc_300x250_east,
div.twitter_nicopedia,
.twitter-timeline,
.twitter-follow-button,
.adsense-728,
.__uz__widget,
div#dic_pc_watch_native_middle_in_recommend_video,
.ad-bannar-maincolumn-top{
display: none;
}
.TXT12 {
font-size: 0.65rem;
line-height: 14px;
}
tr {
text-align: center;
}
body#tinymce p,
div.article p,
div.content p {
text-indent: 1rem;
line-height: 1.5rem;
}
#topline,
.illust_ttl_area,
.illust_cmt_area,
.TXT10,
#ichibaBpIflameItemTitle,
#ichibaBpIflameDetails,
dd.resbody,
.st-bbs_resbody {
font-family: "Segoe UI", "BIZ UDPGothic", "Yu Gothic UI", "Yu Gothic", "Meiryo UI", "Meiryo", sans-serif !important;
}
#topline {
font-weight: 550;
}
dt.reshead,
.st-bbs_reshead {
font-family: "Century", "BIZ UDMincho", "Yu Mincho", serif;
}
ul#page-menu,
.st-box {
text-align: center;
}
div.video_res {
font-size: 0.6rem !important;
}
dd.resbody {
line-height: 1.25rem;
}
.article > table {
text-align: center;
}
table {
margin-right: auto;
}
h2.st-box_heading,
.st-bbs h2{
display: inherit;
}
h2.st-box_heading {
padding-bottom: 2.5rem;
}
.st-bbs h2 {
text-align: center;
}
.st-box_space-footer {
margin-bottom: 0rem;
}
}