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

از ویکی حج
(صفحه‌ای تازه حاوی «←‏CSS placed here will affect the print output: .references, .notes { background-color: unset; max-height: unset; }» ایجاد کرد)
 
بدون خلاصۀ ویرایش
 
(۱۲ نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد)
خط ۱: خط ۱:
/* CSS placed here will affect the print output */
/* CSS placed here will affect the print output */
.references, .notes {
.references, .notes {
     background-color: unset;
     background: none;
     max-height: unset;
     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;
}