مدیاویکی:Common.css: تفاوت میان نسخهها
پرش به ناوبری
پرش به جستجو
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
| خط ۳۳: | خط ۳۳: | ||
.infobox-universal th{ | .infobox-universal th{ | ||
background:#b0c4de; | background:#b0c4de; | ||
padding: | padding:8px; | ||
text-align:center; | text-align:center; | ||
font-weight:bold; | font-weight:bold; | ||
font-size:110%; | |||
} | } | ||
.infobox-universal td{ | .infobox-universal td{ | ||
padding: | padding:5px 7px; | ||
border-bottom:1px solid #e0e0e0; | border-bottom:1px solid #e0e0e0; | ||
} | } | ||
| خط ۴۶: | خط ۴۷: | ||
background:#eef3fb; | background:#eef3fb; | ||
font-weight:bold; | font-weight:bold; | ||
width: | width:40%; | ||
} | } | ||
| خط ۵۷: | خط ۵۸: | ||
.infobox-image td{ | .infobox-image td{ | ||
text-align:center; | text-align:center; | ||
padding:8px; | |||
} | } | ||
نسخهٔ ۷ مارس ۲۰۲۶، ساعت ۰۷:۵۸
/* دستورات این بخش همهٔ کاربران را تحت تاثیر قرار میدهند. */
/* وارد کردن فونت وزیرمتن */
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100;300;400;500;600;700;800;900&display=swap');
/* اعمال فونت */
body, h1, h2, h3, h4, h5, h6, p, div, span, a, button, input, textarea, select, .mw-body, .mw-heading, .vector-menu-heading, td, th {
font-family: 'Vazirmatn', Tahoma, sans-serif !important;
}
/* تنظیمات پایه */
body {
direction: rtl;
text-align: right;
}
/* کلاس لیست چند ستونه */
.cols-2 { column-count: 2; column-gap: 20px; }
.cols-3 { column-count: 3; column-gap: 20px; }
.cols-4 { column-count: 4; column-gap: 20px; }
.infobox-universal{
float:left;
width:320px;
background:#f8f9fa;
border:1px solid #aaa;
border-radius:6px;
border-collapse:collapse;
margin:0 15px 10px 0;
font-size:90%;
}
.infobox-universal th{
background:#b0c4de;
padding:8px;
text-align:center;
font-weight:bold;
font-size:110%;
}
.infobox-universal td{
padding:5px 7px;
border-bottom:1px solid #e0e0e0;
}
.infobox-label{
background:#eef3fb;
font-weight:bold;
width:40%;
}
.infobox-section td{
background:#e8cce8;
font-weight:bold;
text-align:center;
}
.infobox-image td{
text-align:center;
padding:8px;
}