مدیاویکی:Common.css: تفاوت میان نسخهها
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
| خط ۲۵: | خط ۲۵: | ||
width:320px; | width:320px; | ||
background:#f8f9fa; | background:#f8f9fa; | ||
border:1px solid # | border:1px solid #a2a9b1; | ||
border-radius:6px; | border-radius:6px; | ||
border-collapse:collapse; | border-collapse:collapse; | ||
margin:0 15px 10px 0; | margin:0 15px 10px 0; | ||
font-size:90%; | font-size:90%; | ||
line-height:1.4; | |||
overflow:hidden; | |||
} | } | ||
/* عنوان اصلی */ | |||
.infobox-universal th{ | .infobox-universal th{ | ||
background:#b0c4de; | background:#b0c4de; | ||
| خط ۳۸: | خط ۴۱: | ||
font-weight:bold; | font-weight:bold; | ||
font-size:110%; | font-size:110%; | ||
border-bottom:1px solid #a2a9b1; | |||
} | } | ||
/* سلولها */ | |||
.infobox-universal td{ | .infobox-universal td{ | ||
padding: | padding:6px 8px; | ||
border-bottom:1px solid # | border-bottom:1px solid #e6e6e6; | ||
vertical-align:top; | |||
} | } | ||
/* ستون عنوان */ | |||
.infobox-label{ | .infobox-label{ | ||
background:#eef3fb; | background:#eef3fb; | ||
font-weight:bold; | font-weight:bold; | ||
width:40%; | width:40%; | ||
color:#202122; | |||
} | } | ||
/* دادهها */ | |||
.infobox-universal td:not(.infobox-label){ | |||
background:#ffffff; | |||
} | |||
/* هدر بخشها */ | |||
.infobox-section td{ | .infobox-section td{ | ||
background:#e8cce8; | background:#e8cce8; | ||
font-weight:bold; | font-weight:bold; | ||
text-align:center; | text-align:center; | ||
padding:7px; | |||
font-size:95%; | |||
border-top:1px solid #d3b5d3; | |||
border-bottom:1px solid #d3b5d3; | |||
} | } | ||
/* تصویر */ | |||
.infobox-image td{ | .infobox-image td{ | ||
text-align:center; | text-align:center; | ||
padding: | padding:10px; | ||
background:#ffffff; | |||
} | |||
.infobox-image img{ | |||
max-width:100%; | |||
height:auto; | |||
border-radius:4px; | |||
} | |||
/* حذف خط آخر */ | |||
.infobox-universal tr:last-child td{ | |||
border-bottom:none; | |||
} | |||
/* ریسپانسیو برای موبایل */ | |||
@media screen and (max-width:720px){ | |||
.infobox-universal{ | |||
float:none; | |||
width:100%; | |||
margin:10px 0; | |||
} | |||
} | } | ||