|
|
| خط ۱: |
خط ۱: |
| /* فونت فارسی */ | | /* حذف کامل سایدبار */ |
| body {
| | #mw-panel { |
| font-family: Vazirmatn, Tahoma, sans-serif;
| | display: none; |
| font-size:16px;
| |
| line-height:1.8;
| |
| background:#f8f9fa;
| |
| } | | } |
|
| |
|
| /* عرض صفحه */ | | /* تمام عرض شدن محتوا */ |
| .mw-page-container {
| | #content { |
| max-width:1400px;
| | margin-left: 0 !important; |
| } | | } |
|
| |
|
| /* هدر */
| | .mw-body { |
| .vector-header { | | margin-left: 0 !important; |
| 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:
| |
نسخهٔ ۲۱ مهٔ ۲۰۲۶، ساعت ۲۱:۲۶
/* حذف کامل سایدبار */
#mw-panel {
display: none;
}
/* تمام عرض شدن محتوا */
#content {
margin-left: 0 !important;
}
.mw-body {
margin-left: 0 !important;
}