「Print.css」の版間の差分
提供: 新纂浄土宗大辞典
Seishimaru (トーク | 投稿記録) |
Seishimaru (トーク | 投稿記録) |
||
6行目: | 6行目: | ||
#content a.external { | #content a.external { | ||
text-decoration: underline !important; | text-decoration: underline !important; | ||
+ | } | ||
+ | |||
+ | .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; | ||
} | } |
2021年2月20日 (土) 10:33時点における版
/* ここに記述したCSSは印刷出力に影響します */ #content a.external.text:after, #content a.external.autonumber:after { content: none; } #content a.external { text-decoration: underline !important; } .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; }