مدیاویکی:Print.css: تفاوت میان نسخه‌ها

از ویکی حج
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۲: خط ۲:
.references, .notes {
.references, .notes {
     background: none;
     background: none;
     max-height: none;
     max-height: none !important;
}
}
.nv-view, .nv-edit, .nv-talk {
.nv-view, .nv-edit, .nv-talk {
display: none;
display: none !important;
}
#toc {
border: black solid 1px;
}
}

نسخهٔ ‏۵ ژوئن ۲۰۱۹، ساعت ۱۲:۰۷

/* CSS placed here will affect the print output */
.references, .notes {
    background: none;
    max-height: none !important;
}
.nv-view, .nv-edit, .nv-talk {
	display: none !important;
}
#toc {
	border: black solid 1px;
}