مدیاویکی:Common.css: تفاوت میان نسخهها
پرش به ناوبری
پرش به جستجو
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
| خط ۱۷: | خط ۱۷: | ||
li#footer-poweredbyico { | li#footer-poweredbyico { | ||
display: none !important; | display: none !important; | ||
} | |||
/* استایل کلی باکس اینفو */ | |||
.infobox { | |||
border: 1px solid #a2a9b1; | |||
border-spacing: 3px; | |||
background-color: #f8f9fa; | |||
color: black; | |||
margin: 0.5em 1em 0.5em 0; /* فاصله باکس از اطراف */ | |||
padding: 0.2em; | |||
float: left; /* قرارگیری در سمت چپ برای زبان فارسی */ | |||
clear: left; | |||
font-size: 88%; | |||
line-height: 1.5em; | |||
width: 22em; /* عرض باکس */ | |||
text-align: right; | |||
} | |||
/* استایل عنوان داخل باکس */ | |||
.infobox-title { | |||
text-align: center; | |||
font-size: 125%; | |||
font-weight: bold; | |||
padding: 0.2em; | |||
background-color: #e0e0e0; /* رنگ پسزمینه عنوان */ | |||
} | |||
/* استایل تصویر داخل باکس */ | |||
.infobox-image { | |||
text-align: center; | |||
padding: 10px 0; | |||
} | |||
/* استایل هدرهای داخلی (مثل "زاده"، "وفات") */ | |||
.infobox-header { | |||
background-color: #e0e0e0; | |||
text-align: center; | |||
font-weight: bold; | |||
} | } | ||
نسخهٔ ۲۷ فوریهٔ ۲۰۲۶، ساعت ۱۲:۲۴
/* دستورات این بخش همهٔ کاربران را تحت تاثیر قرار میدهند. */
/* لود کردن فونت وزیرمتن */
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@400;700&display=swap');
/* اعمال فونت روی کل بدنه سایت */
body {
font-family: 'Vazirmatn', sans-serif !important;
}
/* اعمال فونت روی تایتلها و منوها */
h1, h2, h3, h4, h5, h6, #firstHeading, .mw-heading, .mw-ui-button, input, textarea {
font-family: 'Vazirmatn', sans-serif !important;
}
/* حذف لوگو و آیکونهای اضافی پایین صفحه */
.mw-footer-logo,
#footer-logo,
li#footer-poweredbyico {
display: none !important;
}
/* استایل کلی باکس اینفو */
.infobox {
border: 1px solid #a2a9b1;
border-spacing: 3px;
background-color: #f8f9fa;
color: black;
margin: 0.5em 1em 0.5em 0; /* فاصله باکس از اطراف */
padding: 0.2em;
float: left; /* قرارگیری در سمت چپ برای زبان فارسی */
clear: left;
font-size: 88%;
line-height: 1.5em;
width: 22em; /* عرض باکس */
text-align: right;
}
/* استایل عنوان داخل باکس */
.infobox-title {
text-align: center;
font-size: 125%;
font-weight: bold;
padding: 0.2em;
background-color: #e0e0e0; /* رنگ پسزمینه عنوان */
}
/* استایل تصویر داخل باکس */
.infobox-image {
text-align: center;
padding: 10px 0;
}
/* استایل هدرهای داخلی (مثل "زاده"، "وفات") */
.infobox-header {
background-color: #e0e0e0;
text-align: center;
font-weight: bold;
}