مدیاویکی:Vector.css: تفاوت میان نسخهها
admin>Esfandiari بدون خلاصۀ ویرایش |
admin>Esfandiari بدون خلاصۀ ویرایش |
||
| خط ۱: | خط ۱: | ||
/* فونت فارسی */ | |||
body { | |||
font-family: Vazirmatn, Tahoma, sans-serif; | |||
font-size:16px; | |||
line-height:1.8; | |||
background:#f8f9fa; | |||
} | |||
/* عرض صفحه */ | |||
.mw-page-container { | |||
max-width:1400px; | |||
} | |||
/* هدر */ | |||
.vector-header { | .vector-header { | ||
background:# | background:#ffffff; | ||
border-bottom:1px solid #e0e0e0; | |||
} | |||
/* لینک ها */ | |||
a { | |||
color:#0645ad; | |||
text-decoration:none; | |||
} | |||
a:hover { | |||
text-decoration:underline; | |||
} | |||
/* سایدبار */ | |||
.vector-sidebar { | |||
background:#ffffff; | |||
border-left:1px solid #e5e5e5; | |||
} | |||
/* عنوان صفحه */ | |||
.firstHeading { | |||
font-size:28px; | |||
font-weight:bold; | |||
border-bottom:2px solid #eaecf0; | |||
padding-bottom:6px; | |||
} | |||
/* اینفوباکس */ | |||
.infobox { | |||
border:1px solid #a2a9b1; | |||
background:#f8f9fa; | |||
width:280px; | |||
float:left; | |||
margin:0 1em 1em 0; | |||
font-size:90%; | |||
} | } | ||
.infobox th { | |||
background:#eaecf0; | |||
text-align:center; | |||
} | |||
.infobox td { | |||
padding:4px; | |||
} | } | ||
/* جعبه هشدار */ | |||
.messagebox { | |||
border:1px solid #f0c36d; | |||
background:#fff8e5; | |||
padding:10px; | |||
margin: | |||