مدیاویکی:Common.css: تفاوت میان نسخهها
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
خط ۶: | خط ۶: | ||
font-family: 'wm', sans-serif; | font-family: 'wm', sans-serif; | ||
} | } | ||
.mw-header:after{ | header.mw-header:after{ | ||
content:""; | content:""; | ||
display:none; | display:none; |
نسخهٔ ۷ ژانویهٔ ۲۰۲۵، ساعت ۲۱:۴۹
/* دستورات این بخش همهٔ کاربران را تحت تاثیر قرار میدهند. */
@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;
}
header.mw-header:after{
content:"";
display:none;
width:140px;
height:70px;
background-image:url('/resources/assets/sun-1.webp');
position:inherit;
}
/* Changes the default font used for MediaWiki headings to Noto Serif: */
#content h1,
#content h2 {
font-family: 'wm', serif;
}