مدیاویکی:Common.css: تفاوت میان نسخهها
پرش به ناوبری
پرش به جستجو
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
| خط ۲۰: | خط ۲۰: | ||
.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 | .infobox-universal th{ | ||
background:#b0c4de; | |||
padding:6px; | |||
text-align:center; | |||
font-weight:bold; | |||
} | } | ||
.infobox- | .infobox-universal td{ | ||
padding:4px 6px; | |||
border-bottom:1px solid #e0e0e0; | |||
} | } | ||
.infobox- | .infobox-label{ | ||
background:#eef3fb; | |||
font-weight:bold; | |||
width:35%; | |||
} | } | ||
.infobox-section td{ | |||
background:#e8cce8; | |||
font-weight:bold; | |||
text-align:center; | |||
} | } | ||
.infobox-image td{ | |||
text-align:center; | |||
} | } | ||
نسخهٔ ۷ مارس ۲۰۲۶، ساعت ۰۷:۲۵
/* دستورات این بخش همهٔ کاربران را تحت تاثیر قرار میدهند. */
/* وارد کردن فونت وزیرمتن */
@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:6px;
text-align:center;
font-weight:bold;
}
.infobox-universal td{
padding:4px 6px;
border-bottom:1px solid #e0e0e0;
}
.infobox-label{
background:#eef3fb;
font-weight:bold;
width:35%;
}
.infobox-section td{
background:#e8cce8;
font-weight:bold;
text-align:center;
}
.infobox-image td{
text-align:center;
}