الفرق بين المراجعتين لصفحة: «ميدياويكي:Common.css»
لا ملخص تعديل |
لا ملخص تعديل |
||
(٣ مراجعات متوسطة بواسطة نفس المستخدم غير معروضة) | |||
سطر ١٬٨٠٦: | سطر ١٬٨٠٦: | ||
/* font-sizes */ | /* font-sizes */ | ||
.mw-editfont-monospace{ | .mw-editfont-monospace{ | ||
font-size: 17px; | font-size: 17px; | ||
سطر ١٬٨٧٨: | سطر ١٬٨٧٥: | ||
#p-lang-btn { | #p-lang-btn { | ||
float: left; | 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; | |||
} | } |