「MediaWiki:Print.css」の版間の差分
Masashi.oikawa (トーク | 投稿記録) 編集の要約なし |
Masashi.oikawa (トーク | 投稿記録) 編集の要約なし |
||
32行目: | 32行目: | ||
/* 広告を非表示にする */ | /* 広告を非表示にする */ | ||
.adsbygoogle { | .adsbygoogle { | ||
display: none !important; | |||
} | |||
/* ライセンスの説明を非表示にする */ | |||
.licensetbl { | |||
display: none !important; | display: none !important; | ||
} | } |
2023年3月24日 (金) 09:55時点における最新版
/* ここに記述した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;
}
/* ライセンスの説明を非表示にする */
.licensetbl {
display: none !important;
}