「MediaWiki:Print.css」の版間の差分
Masashi.oikawa (トーク | 投稿記録) 編集の要約なし |
Masashi.oikawa (トーク | 投稿記録) 編集の要約なし |
||
24行目: | 24行目: | ||
display: none !important; | display: none !important; | ||
} | } | ||
/* 引用ガイドを非表示にする */ | /* 引用ガイドを非表示にする */ | ||
34行目: | 33行目: | ||
.adsbygoogle { | .adsbygoogle { | ||
display: none !important; | display: none !important; | ||
} | } |
2023年3月24日 (金) 09:49時点における版
/* ここに記述したCSSは印刷出力に影響します */
.navbar,
.navbox {
display: none;
}
/* スクリプト処理で移動した節リンクを印刷時に表示しない */
.editsection-moved {
display: none;
}
/* Do not print edit link in templates using Template:Ed
Do not print certain classes that shouldn't appear on paper */
.skin-monobook .editlink,
.skin-monobook .metadata,
.skin-monobook .dablink {
display: none;
}
/* 外部リンクの展開部を非表示にする */
.nourlexpansion a.external.text:after,
.nourlexpansion a.external.autonumber:after {
display: none !important;
}
/* 引用ガイドを非表示にする */
#refguide_table {
display: none !important;
}
/* 広告を非表示にする */
.adsbygoogle {
display: none !important;
}