「Print.css」の版間の差分
提供: 新纂浄土宗大辞典
Seishimaru (トーク | 投稿記録) (ページの作成:「→ここに記述したCSSは印刷出力に影響します: #content a.external.text:after, #content a.external.autonumber:after { content: none; } #content a.extern...」) |
Seishimaru (トーク | 投稿記録) |
||
6行目: | 6行目: | ||
#content a.external { | #content a.external { | ||
text-decoration: underline !important; | text-decoration: underline !important; | ||
+ | } | ||
+ | .plainlinksneverexpand a.external.text:after { | ||
+ | display: none !important; | ||
+ | } | ||
+ | |||
+ | .plainlinksneverexpand a.external.autonumber:after { | ||
+ | display: none !important; | ||
} | } |
2020年10月14日 (水) 01:17時点における版
/* ここに記述したCSSは印刷出力に影響します */ #content a.external.text:after, #content a.external.autonumber:after { content: none; } #content a.external { text-decoration: underline !important; } .plainlinksneverexpand a.external.text:after { display: none !important; } .plainlinksneverexpand a.external.autonumber:after { display: none !important; }