مدیاویکی:Mobile.css: تفاوت میان نسخهها
بدون خلاصۀ ویرایش |
بدون خلاصۀ ویرایش |
||
(۷۷ نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد) | |||
خط ۱: | خط ۱: | ||
body { font-family: Vazir; } | * { | ||
box-sizing: border-box; | |||
} | |||
/* Vazir Font */ | |||
@font-face { | |||
font-family: 'Vazir'; | |||
src: url('/fonts/Vazir.woff2') format('woff2'), url('/fonts/Vazir.woff') format('woff'), url('/fonts/Vazir.ttf') format('truetype'); | |||
} | |||
body, | |||
h1, | |||
h2, | |||
h3, | |||
h4, | |||
h5, | |||
h6, | |||
.mw-headline { | |||
font-family: Vazir !important; | |||
} | |||
#wikitext-editor { | |||
font-family: monospace | |||
} | |||
/* to prevent double welcome! */ | /* to prevent double welcome! */ | ||
.page-Main_Page #section_0 { display: none } | .page-Main_Page #section_0 { | ||
display: none | |||
} | |||
/* Mobile template hacks (see bug 54176) */ | /* Mobile template hacks (see bug 54176) */ | ||
خط ۱۴: | خط ۳۵: | ||
#content .vertical-navbox, | #content .vertical-navbox, | ||
#content .navbox { | #content .navbox { | ||
dis play: none; | |||
} | } | ||
/* Tablet specific styling */ | /* Tablet specific styling */ | ||
@media all and (min-width: 768px) { | @media all and (min-width: 768px) { | ||
#content .vertical-navbox, #content .navbox { | |||
display: inherit; | |||
} | |||
} | |||
#mw-mf-last-modified { | |||
display: none; | |||
} | } | ||
/* For linked citation numbers and document IDs, where | /* For linked citation numbers and document IDs, where | ||
the number need not be shown on a screen or a handheld, | the number need not be shown on a screen or a handheld, | ||
خط ۳۲: | خط ۵۴: | ||
See https://www.mediawiki.org/wiki/Requests_for_comment/Allow_styling_in_templates | See https://www.mediawiki.org/wiki/Requests_for_comment/Allow_styling_in_templates | ||
*/ | */ | ||
@media screen, handheld { | @media screen, | ||
handheld { | |||
.citation *.printonly { | .citation *.printonly { | ||
display: none; | display: none; | ||
} | } | ||
} | } | ||
/* Styling for citations (CSS3). Breaks long urls, etc., rather than overflowing box | /* Styling for citations (CSS3). Breaks long urls, etc., rather than overflowing box | ||
*/ | */ | ||
خط ۶۰: | خط ۸۴: | ||
} | } | ||
.navbar.mini li span { | .navbar.mini li span { | ||
font-variant: small-caps; | |||
} | |||
.navbox-group, .navbox-title, .navbox-abovebelow { | |||
padding: 5px; | |||
} | } | ||
/* Navbar styling when nested in infobox and navbox */ | /* Navbar styling when nested in infobox and navbox */ | ||
.infobox .navbar { | .infobox .navbar { | ||
font-size: 100%; | font-size: 100%; | ||
border: 1px solid #a2a9b1; | |||
} | } | ||
.navbox .navbar { | .navbox .navbar { | ||
خط ۷۹: | خط ۱۰۷: | ||
width: 6em; | width: 6em; | ||
} | } | ||
.infobox { | |||
width: 100%; | |||
} | |||
.navbar { | |||
width: 100%; | |||
} | |||
/* Style for horizontal lists (separator following item). | /* Style for horizontal lists (separator following item). | ||
@source mediawiki.org/wiki/Snippets/Horizontal_lists | @source mediawiki.org/wiki/Snippets/Horizontal_lists | ||
خط ۹۱: | خط ۱۲۴: | ||
padding: 0; | padding: 0; | ||
} | } | ||
/* Display list items inline and make them nowrap */ | /* Display list items inline and make them nowrap */ | ||
.hlist dd, | .hlist dd, | ||
خط ۹۹: | خط ۱۳۳: | ||
white-space: nowrap; | white-space: nowrap; | ||
} | } | ||
/* Allow wrapping for list items (in tight spaces) */ | /* Allow wrapping for list items (in tight spaces) */ | ||
.hlist.hwrap dd, | .hlist.hwrap dd, | ||
خط ۱۰۵: | خط ۱۴۰: | ||
white-space: normal; | white-space: normal; | ||
} | } | ||
/* Display nested lists inline and allow them to wrap */ | /* Display nested lists inline and allow them to wrap */ | ||
.hlist dl dl, .hlist dl ol, .hlist dl ul, | .hlist dl dl, | ||
.hlist ol dl, .hlist ol ol, .hlist ol ul, | .hlist dl ol, | ||
.hlist ul dl, .hlist ul ol, .hlist ul ul { | .hlist dl ul, | ||
.hlist ol dl, | |||
.hlist ol ol, | |||
.hlist ol ul, | |||
.hlist ul dl, | |||
.hlist ul ol, | |||
.hlist ul ul { | |||
display: inline; | display: inline; | ||
white-space: normal; | white-space: normal; | ||
} | } | ||
/* Generate interpuncts */ | /* Generate interpuncts */ | ||
#content .hlist dt:after { | #content .hlist dt:after { | ||
خط ۱۲۶: | خط ۱۶۹: | ||
content: none; | content: none; | ||
} | } | ||
/* Add parentheses around nested lists */ | /* Add parentheses around nested lists */ | ||
#content .hlist dd dd:first-child:before, #content .hlist dd dt:first-child:before, #content .hlist dd li:first-child:before, | #content .hlist dd dd:first-child:before, | ||
#content .hlist dt dd:first-child:before, #content .hlist dt dt:first-child:before, #content .hlist dt li:first-child:before, | #content .hlist dd dt:first-child:before, | ||
#content .hlist li dd:first-child:before, #content .hlist li dt:first-child:before, #content .hlist li li:first-child:before { | #content .hlist dd li:first-child:before, | ||
#content .hlist dt dd:first-child:before, | |||
#content .hlist dt dt:first-child:before, | |||
#content .hlist dt li:first-child:before, | |||
#content .hlist li dd:first-child:before, | |||
#content .hlist li dt:first-child:before, | |||
#content .hlist li li:first-child:before { | |||
content: "("; | content: "("; | ||
font-weight: normal; | font-weight: normal; | ||
} | } | ||
#content .hlist dd dd:last-child:after, #content .hlist dd dt:last-child:after, #content .hlist dd li:last-child:after, | #content .hlist dd dd:last-child:after, | ||
#content .hlist dt dd:last-child:after, #content .hlist dt dt:last-child:after, #content .hlist dt li:last-child:after, | #content .hlist dd dt:last-child:after, | ||
#content .hlist li dd:last-child:after, #content .hlist li dt:last-child:after, #content .hlist li li:last-child:after { | #content .hlist dd li:last-child:after, | ||
#content .hlist dt dd:last-child:after, | |||
#content .hlist dt dt:last-child:after, | |||
#content .hlist dt li:last-child:after, | |||
#content .hlist li dd:last-child:after, | |||
#content .hlist li dt:last-child:after, | |||
#content .hlist li li:last-child:after { | |||
content: ")"; | content: ")"; | ||
font-weight: normal; | font-weight: normal; | ||
} | } | ||
/* Put ordinals in front of ordered list items */ | /* Put ordinals in front of ordered list items */ | ||
#content .hlist ol { | #content .hlist ol { | ||
خط ۱۵۴: | خط ۲۱۱: | ||
content: "(" counter(list-item) " "; | content: "(" counter(list-item) " "; | ||
} | } | ||
/* Unbulleted lists e.g. Barack Obama page */ | /* Unbulleted lists e.g. Barack Obama page */ | ||
.plainlist ul { | .plainlist ul { | ||
خط ۱۶۱: | خط ۲۱۸: | ||
/* CODE FOR COMPACT AMBOX */ | /* CODE FOR COMPACT AMBOX */ | ||
/* Hide the images */ | /* Hide the images */ | ||
.compact-ambox table .mbox-image, | .compact-ambox table .mbox-image, | ||
خط ۱۶۷: | خط ۲۲۵: | ||
display: none; | display: none; | ||
} | } | ||
/* Remove borders, backgrounds, padding, etc. | /* Remove borders, backgrounds, padding, etc. | ||
Please document here what pages use this | Please document here what pages use this | ||
خط ۱۸۴: | خط ۲۴۳: | ||
margin: 0; | margin: 0; | ||
} | } | ||
/* Style the text cell as a list item and remove its padding */ | /* Style the text cell as a list item and remove its padding */ | ||
.compact-ambox table .mbox-text { | .compact-ambox table .mbox-text { | ||
خط ۱۹۵: | خط ۲۵۵: | ||
list-style-image: url("data:image/gif;base64,R0lGODlhBQANAIAAAGOMnP///yH5BAEAAAEALAAAAAAFAA0AAAIJjI+pu+APo4SpADs="); | list-style-image: url("data:image/gif;base64,R0lGODlhBQANAIAAAGOMnP///yH5BAEAAAEALAAAAAAFAA0AAAIJjI+pu+APo4SpADs="); | ||
} | } | ||
/* Allow for hiding text in compact form */ | /* Allow for hiding text in compact form */ | ||
.compact-ambox .hide-when-compact { | .compact-ambox .hide-when-compact { | ||
خط ۲۱۶: | خط ۲۷۷: | ||
for how these are used. The classes "geo", "longitude", and | for how these are used. The classes "geo", "longitude", and | ||
"latitude" are used by the [[Geo microformat]]. */ | "latitude" are used by the [[Geo microformat]]. */ | ||
.geo-default, .geo-dms, .geo-dec | .geo-default, | ||
.geo-nondefault, .geo-multi-punct { display: none; } | .geo-dms, | ||
.longitude, .latitude | .geo-dec { | ||
display: inline; | |||
} | |||
.geo-nondefault, | |||
.geo-multi-punct { | |||
display: none; | |||
} | |||
.longitude, | |||
.latitude { | |||
white-space: nowrap; | |||
} | |||
/* Prevent line breaks in silly places: | /* Prevent line breaks in silly places: | ||
خط ۲۳۳: | خط ۳۰۴: | ||
white-space: nowrap; | white-space: nowrap; | ||
} | } | ||
/* But allow wrapping where desired: */ | /* But allow wrapping where desired: */ | ||
.wrap, | .wrap, | ||
خط ۲۴۷: | خط ۳۱۹: | ||
display: none; | display: none; | ||
} | } | ||
#li-coordinates { | #li-coordinates { | ||
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/5/57/Edge-firefox.png/80px-Edge-firefox.png); | background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/5/57/Edge-firefox.png/80px-Edge-firefox.png); | ||
خط ۲۵۵: | خط ۳۲۶: | ||
background-size: auto 30px; | background-size: auto 30px; | ||
} | } | ||
.client-js .content_block.coordinates { | .client-js .content_block.coordinates { | ||
display: none; | display: none; | ||
خط ۲۶۲: | خط ۳۳۲: | ||
font-size: smaller; | font-size: smaller; | ||
} | } | ||
.client-js .content_block.coordinates .latitude { | .client-js .content_block.coordinates .latitude { | ||
display:none; | display: none; | ||
padding-right: 20px; | padding-right: 20px; | ||
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/5/57/Edge-firefox.png/50px-Edge-firefox.png); | background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/5/57/Edge-firefox.png/50px-Edge-firefox.png); | ||
خط ۲۷۶: | خط ۳۴۵: | ||
display: list-item; | display: list-item; | ||
} | } | ||
.client-js .beta .content_block.coordinates { | .client-js .beta .content_block.coordinates { | ||
display: block; | display: block; | ||
} | } | ||
.client-js .beta .content_block.coordinates .latitude { | .client-js .beta .content_block.coordinates .latitude { | ||
display:inline; | display: inline; | ||
} | } | ||
.topicon { | .topicon { | ||
display: none; | display: none; | ||
خط ۲۹۲: | خط ۳۵۸: | ||
.stub { | .stub { | ||
display: none; | display: none; | ||
} | |||
/* hide the second toc */ | |||
#toc { | |||
display: none | |||
} | |||
/* hide language link */ | |||
.mw-ui-icon-language-switcher { | |||
display: none !important | |||
} | |||
/* navbox */ | |||
.content table .navbox-inner { | |||
margin: 0; | |||
} | |||
/* طراحی صفحه اول */ | |||
.page-Main_Page.is-authenticated .pre-content{ | |||
display:none | |||
} | |||
.mainpage-top { | |||
background-image: url('/images/9/9e/Kaba_new.jpg'); | |||
background-attachment: initial; | |||
background-repeat: no-repeat; | |||
background-size: cover; | |||
background-position: 20% center; | |||
} | |||
/* سفید کردن لینک های بالای صفحه اول */ | |||
.mainpage-top a { | |||
color: white !important | |||
} | |||
/* حذف دکمه اضافه از جستجوی صفحه اول */ | |||
[name=go] { | |||
display: none | |||
} | |||
/* راست چین کردن جستجوی صفحه اول */ | |||
#mainpage-search { | |||
text-align: right | |||
} | |||
.mainpage-box { | |||
margin-top: 15px; | |||
} | |||
/* tables */ | |||
caption { | |||
text-align: center !important | |||
} | |||
.content table { | |||
max-width: 100%; | |||
} | |||
/* navboxes */ | |||
.content ol li, .content ul li { | |||
margin-bottom: 0px; | |||
} | |||
.hlist > ul li, .hlist > dl li, ul.hlist li { | |||
margin-left: initial; | |||
margin-right: 8px; | |||
} | |||
table { | |||
display: table !important; | |||
} | |||
.content table caption { | |||
display: table-caption; | |||
} | |||
.thumbinner { | |||
width: unset !important | |||
} | |||
.multipageimage td:nth-child(2) { | |||
max-width: 25%; | |||
} | |||
.fullMedia .internal { | |||
color: #fff; | |||
background-color: #36c; | |||
border-color: #36c; | |||
line-height: 1.28571429em; | |||
padding-top: 6px; | |||
padding-bottom: 6px; | |||
transition: background-color 100ms,color 100ms,border-color 100ms,box-shadow 100ms; | |||
padding-right: 12px; | |||
padding-left: 12px; | |||
min-height: 2.28571429em; | |||
} | |||
.content { | |||
overflow: hidden; | |||
} | |||
.filehistory-selected { | |||
white-space: normal !important; | |||
} | |||
.filehistory span { | |||
white-space: normal !important; | |||
} | |||
/* gallery */ | |||
ul.gallery.mw-gallery-slideshow { | |||
text-align: center; | |||
margin: auto; | |||
} | |||
.gallery .thumb div { | |||
margin: auto !important; | |||
} | |||
ul.gallery { | |||
padding: 0; | |||
} | |||
/* | |||
ul.gallery.mw-gallery-slideshow .gallerybox > div { | |||
margin: auto; | |||
} | |||
.gallerybox div { | |||
text-align: center; | |||
margin: 0 auto; | |||
} | |||
.gallery img { | |||
width: 70%; | |||
} | |||
.gallerytext { | |||
margin-bottom: 10px !important; | |||
} | |||
*/ | |||
@media (max-width: 720px) { | |||
.gallery .gallerybox { | |||
width: auto !important; | |||
margin: 10px; | |||
} | |||
} | |||
/* justify */ | |||
p { | |||
text-align: justify | |||
} | |||
/* 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; | |||
} | |||
.infobox .maps-map { | |||
margin: auto | |||
} | |||
/* reflist */ | |||
.reflist, .mw-references-columns { | |||
column-width: unset !important; | |||
} | |||
/* comment */ | |||
.cs-comments, .cs-title-edit-field, .cs-body-edit-field { | |||
font-family: vazir !important; | |||
} | |||
.cs-title-edit-field { | |||
min-width: unset !important; | |||
background-color: white; | |||
} | |||
.cs-body-edit-field { | |||
width: 98% !important; | |||
padding: 5px 1% !important; | |||
} | |||
.cs-edit-box { | |||
margin-top: 10px; | |||
} | |||
.cs-header .oo-ui-buttonElement-button[tabindex="0"] { | |||
position: fixed; | |||
bottom: 1em; | |||
left: 1em; | |||
} | |||
.cs-header .oo-ui-buttonElement-button[title="لغو"], .cs-header .oo-ui-buttonElement-button[title="ثبت"] { | |||
position: relative; | |||
bottom: unset; | |||
left: unset; | |||
} | |||
/* quotebox */ | |||
.quotebox { | |||
width: 100% !important; | |||
} | |||
/* photos */ | |||
@media all and (max-width:720px) { | |||
.content .thumb .thumbinner { | |||
text-align: center; | |||
display: block; | |||
} | |||
} | } |