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

از ویکی حج
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
 
(۱۱ نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد)
خط ۲: خط ۲:
.references, .notes {
.references, .notes {
     background: none;
     background: none;
     max-height: none;
     max-height: none !important;
}
.nv-view, .nv-edit, .nv-talk, #cat_a_lot {
display: none !important;
}
#toc, .infobox, .thumbinner {
border: black solid 1.5px !important;
}
.navbox-title {
border-bottom: 1.5px solid grey;
}
.navbox-group {
border-left: 1.5px solid grey;
border-bottom: 1.5px solid grey;
}
.navbox-list {
border-bottom: 1.5px solid grey;
}
}

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

/* CSS placed here will affect the print output */
.references, .notes {
    background: none;
    max-height: none !important;
}
.nv-view, .nv-edit, .nv-talk, #cat_a_lot {
	display: none !important;
}
#toc, .infobox, .thumbinner {
	border: black solid 1.5px !important;
}
.navbox-title {
	border-bottom: 1.5px solid grey;
}
.navbox-group {
	border-left: 1.5px solid grey;
	border-bottom: 1.5px solid grey;
}
.navbox-list {
	border-bottom: 1.5px solid grey;
}