مدیاویکی: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; | |||
} | } | ||