مدیاویکی:Common.css: تفاوت میان نسخهها
پرش به ناوبری
پرش به جستجو
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
| خط ۳۲: | خط ۳۲: | ||
} | } | ||
/* | |||
/* === اینفوباکس جامع بدون Lua === */ | |||
.infobox { | .infobox { | ||
width: 22em; | |||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; | ||
background-color: #f8f9fa; | background-color: #f8f9fa; | ||
margin: 0.5em 0 0.5em 1em; | |||
margin: 0.5em | |||
padding: 0.2em; | padding: 0.2em; | ||
float: | float: right; | ||
clear: | clear: right; | ||
font-size: | font-size: 90%; | ||
line-height: 1. | border-collapse: collapse; | ||
line-height: 1.4; | |||
} | |||
.infobox th { | |||
text-align: right; | text-align: right; | ||
background-color: #f0f0ff; | |||
padding: 0.4em 0.8em; | |||
width: 40%; | |||
border-bottom: 1px solid #a2a9b1; | |||
} | |||
.infobox td { | |||
padding: 0.4em 0.8em; | |||
border-bottom: 1px solid #a2a9b1; | |||
} | } | ||
.infobox th[scope="rowgroup"], | |||
.infobox- | .infobox th.infobox-header { | ||
background-color: #e0e0ff; | |||
text-align: center; | text-align: center; | ||
font-weight: bold; | font-weight: bold; | ||
padding: 0. | padding: 0.5em; | ||
border-bottom: 1px solid #a2a9b1; | |||
} | } | ||
.infobox caption, | |||
.infobox- | .infobox .infobox-title { | ||
background-color: #ccf; | |||
font-size: 125%; | |||
font-weight: bold; | |||
text-align: center; | text-align: center; | ||
padding: | padding: 0.4em; | ||
border-bottom: 1px solid #a2a9b1; | |||
} | } | ||
.infobox img { | |||
.infobox | max-width: 100%; | ||
height: auto; | |||
} | } | ||
نسخهٔ ۲۷ فوریهٔ ۲۰۲۶، ساعت ۱۵:۰۹
/* دستورات این بخش همهٔ کاربران را تحت تاثیر قرار میدهند. */
/* وارد کردن فونت وزیرمتن از گوگل فونت */
@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 {
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;
}
/* === اینفوباکس جامع بدون Lua === */
.infobox {
width: 22em;
border: 1px solid #a2a9b1;
background-color: #f8f9fa;
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
float: right;
clear: right;
font-size: 90%;
border-collapse: collapse;
line-height: 1.4;
}
.infobox th {
text-align: right;
background-color: #f0f0ff;
padding: 0.4em 0.8em;
width: 40%;
border-bottom: 1px solid #a2a9b1;
}
.infobox td {
padding: 0.4em 0.8em;
border-bottom: 1px solid #a2a9b1;
}
.infobox th[scope="rowgroup"],
.infobox th.infobox-header {
background-color: #e0e0ff;
text-align: center;
font-weight: bold;
padding: 0.5em;
border-bottom: 1px solid #a2a9b1;
}
.infobox caption,
.infobox .infobox-title {
background-color: #ccf;
font-size: 125%;
font-weight: bold;
text-align: center;
padding: 0.4em;
border-bottom: 1px solid #a2a9b1;
}
.infobox img {
max-width: 100%;
height: auto;
}