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

از ویکی‌مهدی
بدون خلاصۀ ویرایش
برچسب‌ها: برگردانده‌شده ویرایش همراه ویرایش از وبگاه همراه
بدون خلاصۀ ویرایش
برچسب‌ها: واگردانی دستی ویرایش همراه ویرایش از وبگاه همراه
 
خط ۱۰: خط ۱۰:
#content h2 {
#content h2 {
   font-family: 'wm', serif;
   font-family: 'wm', serif;
}
@media screen {
#footer-places li#footer-places-mobileview{
background-image: url('/resources/assets/responsive-desktop.png');
background-position: right center;
background-size: contain;
width: 7rem;
text-align: left;
font-weight: bold;
background-repeat: no-repeat;
}
#footer-places li#footer-places-desktop-toggle{
background-image: url('/resources/assets/responsive-desktop.png');
background-position: right center;
background-size: contain;
width: 7.14rem;
text-align: left;
font-weight: bold;
background-repeat: no-repeat;
height: 2rem;
line-height: 2rem;
}
}
}

نسخهٔ کنونی تا ‏۱۲ ژانویهٔ ۲۰۲۵، ساعت ۱۸:۰۲

/* دستورات این بخش همهٔ کاربران را تحت تاثیر قرار می‌دهند. */
@import url( 'resources/assets/font/wm/wm.css');

/* Changes the default font used for MediaWiki to Noto Sans (does not include headings or monospaced text): */
body {
  font-family: 'wm', sans-serif;
}
/* Changes the default font used for MediaWiki headings to Noto Serif: */
#content h1, 
#content h2 {
  font-family: 'wm', serif;
}