「MediaWiki:Print.css」の版間の差分

提供:畜産用語辞典
編集の要約なし
 
編集の要約なし
 
(同じ利用者による、間の2版が非表示)
24行目: 24行目:
     display: none !important;
     display: none !important;
}
}


/* 引用ガイドを非表示にする */
/* 引用ガイドを非表示にする */
#refguide_table {
#refguide_table {
     display: none !important;
     display: none !important;
}
/* 広告を非表示にする */
.adsbygoogle {
display: none !important;
}
/* ライセンスの説明を非表示にする */
.licensetbl {
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;
}