操作

MediaWiki

「Print.css」の版間の差分

提供: 新纂浄土宗大辞典

 
(同じ利用者による、間の4版が非表示)
7行目: 7行目:
 
     text-decoration: underline !important;
 
     text-decoration: underline !important;
 
}
 
}
.plainlinksneverexpand .urlexpansion {
+
/* ここに記述したCSSは印刷出力に影響します */
display : none !important;
+
 
 +
.navbar,
 +
.navbox,
 +
.selflink,
 +
.wikilink {
 +
    display: none;
 
}
 
}

2021年2月20日 (土) 10:42時点における最新版

/* ここに記述したCSSは印刷出力に影響します */
#content a.external.text:after,
#content a.external.autonumber:after {
	content: none;
}
#content a.external {
    text-decoration: underline !important;
}
/* ここに記述したCSSは印刷出力に影響します */

.navbar,
.navbox,
.selflink,
.wikilink {
    display: none;
}