الفرق بين المراجعتين لصفحة: «ميدياويكي:Common.css»
لا ملخص تعديل |
لا ملخص تعديل |
||
(٦ مراجعات متوسطة بواسطة نفس المستخدم غير معروضة) | |||
سطر ١٬٦٩٤: | سطر ١٬٦٩٤: | ||
/* طراحی صفحه اول */ | /* طراحی صفحه اول */ | ||
.mainpage-top { | .mainpage-top { | ||
background-image: url('/images/ | background-image: url('/images/9/9e/Kaba_new.jpg'); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-size: 100%; | background-size: 100%; | ||
سطر ١٬٨٠٣: | سطر ١٬٨٠٣: | ||
.nv-talk { | .nv-talk { | ||
display: none !important; | display: none !important; | ||
} | } | ||
/* font-sizes */ | /* font-sizes */ | ||
.mw-editfont-monospace{ | .mw-editfont-monospace{ | ||
font-size: 17px; | font-size: 17px; | ||
سطر ١٬٩٠٤: | سطر ١٬٨٦٢: | ||
.mw-body-content { | .mw-body-content { | ||
line-height: 1.8; | line-height: 1.8; | ||
} | |||
/* vector 2022 */ | |||
.mw-content-container, .mw-article-toolbar-container { | |||
max -width: none; | |||
} | |||
.mw-sidebar-action { | |||
display: none; | |||
} | |||
#p-lang-btn.mw-portlet-empty { | |||
display: block; | |||
} | |||
#p-lang-btn { | |||
float: left; | |||
} | |||
/* comment section */ | |||
.cs-comments, .cs-title-edit-field, .cs-body-edit-field { | |||
font-family: vazir !important; | |||
} | |||
.cs-header .oo-ui-buttonElement-button[tabindex="0"] { | |||
position: fixed; | |||
top: 4em; | |||
left: 1em; | |||
} | |||
.cs-header .oo-ui-buttonElement-button[title="إلغاء"], .cs-header .oo-ui-buttonElement-button[title="إرسال"] { | |||
position: relative; | |||
top: unset; | |||
left: unset; | |||
} | |||
/* maps */ | |||
.leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-pane > svg, .leaflet-pane > canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer { | |||
left: 0; | |||
right: auto; | |||
} | |||
.leaflet-grab { | |||
cursor: -webkit-pointer; | |||
cursor: -moz-pointer; | |||
cursor: pointer; | |||
} | |||
.leaflet-interactive { | |||
cursor: auto; | |||
} | } |