الفرق بين المراجعتين لصفحة: «ميدياويكي:Common.css»
لا ملخص تعديل |
لا ملخص تعديل |
||
(٩ مراجعات متوسطة بواسطة نفس المستخدم غير معروضة) | |||
سطر ٢١: | سطر ٢١: | ||
} | } | ||
.mw-body h1, .mw-body-content h1, .mw-body-content h2, .mw-body-content #firstHeading, | |||
.mw-body-content .mw-editsection, .mw-body .mw-editsection-like, .vector-sticky-header-context-bar-primary, | |||
.mw-body-content #toc h2, .mw-body-content .toc h2, | |||
#template-documentation, #documentation-meta-data { | #template-documentation, #documentation-meta-data { | ||
/* generally a serif font should be here but Arial is not acceptable for Persian */ | |||
font-family: Amiri, Tahoma, 'Iranian Serif', 'Noto Kufi Arabic', 'Droid Arabic Naskh', 'Iranian Sans', 'DejaVu Sans', serif; | |||
} | } | ||
سطر ٣٨: | سطر ٣٨: | ||
@media not all and (min-resolution:.001dpcm) { @media { | @media not all and (min-resolution:.001dpcm) { @media { | ||
body, .mw-body-content h1, .mw-body-content h2, .mw-body-content #firstHeading, .mw-body-content .mw-editsection, .mw-body .mw-editsection-like, .mw-body-content #toc h2, .mw-body-content .toc h2, #template-documentation, #documentation-meta-data { | body, .mw-body-content h1, .mw-body-content h2, .mw-body-content #firstHeading, .mw-body-content .mw-editsection, .mw-body .mw-editsection-like, .mw-body-content #toc h2, .mw-body-content .toc h2, #template-documentation, #documentation-meta-data { | ||
font-family: | font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif; | ||
} | } | ||
textarea { font-family: 'Courier New', monospace; font-size: 100%; } | textarea { font-family: 'Courier New', monospace; font-size: 100%; } | ||
سطر ٥٩٢: | سطر ٥٩٢: | ||
/* Change the external link icon to an Adobe icon for all PDF files | /* Change the external link icon to an Adobe icon for all PDF files | ||
in browsers that support these CSS selectors, like Mozilla and Opera */ | in browsers that support these CSS selectors, like Mozilla and Opera */ | ||
.mw-body-content a[href$=".pdf"].external, | |||
.mw-body-content a[href*=".pdf?"].external, | |||
.mw-body-content a[href*=".pdf#"].external, | |||
.mw-body-content a[href$=".PDF"].external, | |||
.mw-body-content a[href*=".PDF?"].external, | |||
.mw-body-content a[href*=".PDF#"].external, | |||
div#mw_content a[href$=".pdf"].external, | div#mw_content a[href$=".pdf"].external, | ||
div#mw_content a[href*=".pdf?"].external, | div#mw_content a[href*=".pdf?"].external, | ||
سطر ١٬٦٩٤: | سطر ١٬٦٩٤: | ||
/* طراحی صفحه اول */ | /* طراحی صفحه اول */ | ||
.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; | |||
} | } |