۲۸٬۸۸۴
ویرایش
بدون خلاصۀ ویرایش برچسب: برگرداندهشده |
بدون خلاصۀ ویرایش برچسب: برگرداندهشده |
||
| خط ۱: | خط ۱: | ||
/* | /* --------------------- Begin Font Style ----------------- */ | ||
@font-face { | @font-face { | ||
font-family: 'Samim'; | font-family: 'Samim'; | ||
font-style: normal; | |||
src: url('/ | font-weight: 400; | ||
url('/ | font-display: swap; | ||
url('/ | src: url('/static/fonts/Samim-FD.woff2') format('woff2'), | ||
url('/static/fonts/Samim-FD.woff') format('woff'); | |||
} | |||
@font-face { | |||
font-family: 'Samim'; | |||
font-style: normal; | |||
font-weight: 500; | |||
font-display: swap; | |||
src: url('/static/fonts/Samim-Medium-FD.woff2') format('woff2'), | |||
url('/static/fonts/Samim-Medium-FD.woff') format('woff'); | |||
} | |||
@font-face { | |||
font-family: 'Samim'; | |||
font-style: normal; | |||
font-weight: 700; | |||
font-display: swap; | |||
src: url('/static/fonts/Samim-Bold-FD.woff2') format('woff2'), | |||
url('/static/fonts/Samim-Bold-FD.woff') format('woff'); | |||
} | } | ||
@font-face { | @font-face { | ||
font-family: 'Quran'; | |||
font-style: normal; | |||
font-weight: 400; | |||
font-display: swap; | |||
src: url('/static/fonts/me_quran.woff2') format('woff2'), | |||
url('/static/fonts/me_quran.woff') format('woff'); | |||
} | } | ||
@font-face { | @font-face { | ||
font-family: 'Amiri'; | |||
font-style: italic; | |||
font-weight: 400; | |||
font-display: swap; | |||
src: url('/static/fonts/Amiri-Italic.woff2') format('woff2'), | |||
url('/static/fonts/Amiri-Italic.woff') format('woff'); | |||
} | } | ||
@font-face { | |||
font-family: 'Amiri'; | |||
font- | font-style: italic; | ||
font-weight: 700; | |||
font-display: swap; | |||
src: url('/static/fonts/Amiri-BoldItalic.woff2') format('woff2'), | |||
url('/static/fonts/Amiri-BoldItalic.woff') format('woff'); | |||
} | } | ||
@font-face { | |||
font-family: 'Amiri'; | |||
font-style: normal; | |||
font-weight: 400; | |||
font-display: swap; | |||
src: url('/static/fonts/Amiri-Regular.woff2') format('woff2'), | |||
url('/static/fonts/Amiri-Regular.woff') format('woff'); | |||
} | } | ||
@font-face { | |||
font-family: 'Amiri'; | |||
font-style: normal; | |||
font-weight: 700; | |||
font-display: swap; | |||
src: url('/static/fonts/Amiri-Bold.woff2') format('woff2'), | |||
url('/static/fonts/Amiri-Bold.woff') format('woff'); | |||
} | |||
body { | |||
font-family: Samim, Tahoma, 'Noto Serif', 'Droid Arabic Naskh', 'DejaVu Sans', serif !important; | |||
font- | font-size: 106%; | ||
} | } | ||
#content.mw-body h1, #content.mw-body h2, #content.mw-body #firstHeading, | |||
font- | #content.mw-body .mw-editsection, .mw-body .mw-editsection-like, | ||
#content.mw-body #toc h2, #content.mw-body .toc h2, .vector-sticky-header-context-bar-primary, | |||
#template-documentation, #documentation-meta-data{ | |||
font-family: Samim, Tahoma, 'Noto Serif', 'Droid Arabic Naskh', 'DejaVu Sans', serif !important; | |||
line-height: 1.6; | |||
} | } | ||
textarea { | |||
font-family: Samim, 'Courier New', monospace; | |||
} | } | ||
.mw-body-content { | |||
font-kerning: auto; | |||
font-size: 15px; | |||
line-height: 2.4; | |||
} | |||
.quran-text { | |||
font-size: 18px; | |||
} | } | ||
.quran-text span:nth-child(1) { | |||
padding: 0 0 0 2px; | |||
} | } | ||
.quran-text span:nth-child(2) { | |||
font-family: Quran, Tahoma,'DejaVu Sans'; | |||
word-spacing: 3px; | |||
color: #215e21; | |||
font-size: 18px; | |||
line-height: normal; | |||
} | } | ||
.quran-text span:nth-child(3) { | |||
padding: 0 2px 0 0; | |||
} | } | ||
.arabic-text { | |||
font-family: 'Amiri', serif; | |||
color: #202122; | |||
} | font-size: 18px; | ||
line-height: 2.4; | |||
word-spacing: -1px; | |||
} | |||
.hadith-text { | |||
font-family: 'Amiri', serif; | |||
color: #215e21; | |||
font-size: 18px; | |||
line-height: 2.4; | |||
word-spacing: -1px; | |||
} | } | ||
.references-small .quran-text { | |||
.references-small { | font-size: 17px; | ||
} | } | ||
.references-small .hadith-text, .references-small .arabic-text { | |||
font-size: 19px; | |||
} | } | ||
/* Ace editor now supports RTL editing but a monospace font with Arabic should be set for correct functionality */ | |||
.ace_editor { font-family: 'Courier New', monospace!important; } | |||
/* | /* force these to use inherited font configuration */ | ||
.ui-widget, .ui-widget *, button, input, select, optgroup { | |||
font- | font-family: inherit; | ||
} | } | ||
/* end */ | |||
/* | dfn { | ||
font-style: inherit; /* Reset default styling for <dfn> */ | |||
} | |||
sup, sub { | |||
line-height: 1em; /* Reduce line-height for <sup> and <sub> */ | |||
} | } | ||
/* --------------------- End Font Style ----------------- */ | |||
/* | /* --------------------- Begin Custom Style ----------------- */ | ||
#siteSub { | |||
display: block; | |||
font-size: 0.8125rem; | |||
} | } | ||
.mw-redirectedfrom { | |||
display: none; | |||
} | |||
.hatnote { | |||
padding: 5px 7px; | |||
color: #54595d; | |||
font-size: 0.8125rem; | |||
overflow: hidden; | |||
} | } | ||
.mw-parser-output .hatnote { | |||
font-style: normal; | |||
} | |||
/* Min dist for h2 header with Samim font أ */ | |||
. | .mw-body-content h2 { | ||
padding: 0.2em 0 0 0; | |||
} | } | ||
/* | |||
/* Show red links only for uesrs */ | |||
a.new, h2 a, h3 a { | |||
color: unset; | |||
. | |||
} | } | ||
/* | |||
. | /* References list */ | ||
.im-references { | |||
max-height: 300px; | |||
overflow: auto; | |||
padding: 5px 0 5px 5px; | |||
background: #f8f9fa; | |||
} | } | ||
/* | /* --------------------- End Custom Style ----------------- */ | ||
/* --------------------- Begin Persian Wikipedia Style----------------- */ | |||
/* Main page fixes */ | |||
. | body.page-امامتپدیا_صفحه_تمرین #ca-edit, | ||
. | body.page-امامتپدیا_آشنایی #ca-edit { | ||
border: 1px dotted #36c; | |||
} | } | ||
body.page-امامتپدیا_صفحه_تمرین #ca-edit:hover, | |||
. | body.page-امامتپدیا_آشنایی #ca-edit:hover { | ||
background: none repeat scroll 0 0 white; | |||
border-color: transparent; | |||
} | } | ||
. | body.page-صفحهٔ_اصلی #mp-topbanner { | ||
clear: both; | |||
} | } | ||
. | |||
. | body.page-صفحهٔ_اصلی #ca-delete, | ||
. | body.page-صفحهٔ_اصلی #deleteconfirm, | ||
body.page-صفحهٔ_اصلی #t-cite, | |||
body.page-صفحهٔ_اصلی #lastmod, | |||
body.page-صفحهٔ_اصلی #siteSub, | |||
. | body.page-صفحهٔ_اصلی #contentSub, | ||
. | body.page-صفحهٔ_اصلی #catlinks, | ||
. | body.page-صفحهٔ_اصلی h1.firstHeading, | ||
body.page-صفحهٔ_اصلی #centralNotice, | |||
body.page-درگاه_ورودی #siteSub, | |||
body.page-درگاه_ورودی h1.firstHeading { | |||
display: none !important; | |||
} | } | ||
. | body.page-صفحهٔ_اصلی #ca-history, | ||
. | body.page-صفحهٔ_اصلی #pagehistory { | ||
display: none; | |||
} | } | ||
/* تراز راست برای پیوند «ویرایش پیوندهای میانویکی» در نوار کناری پوستهٔ وکتور جدید */ | |||
. | .wb-langlinks-link { | ||
text-align : right; | |||
} | } | ||
/* | |||
. | /* Make the list of references in [[Template:Reflist]] smaller */ | ||
.references-small { | |||
font-size: 90%; | |||
font- | |||
} | } | ||
/* | |||
. | /* Highlight clicked reference in blue to help navigation */ | ||
ol.references > li:target, | |||
sup.reference:target, | |||
span.citation:target, cite:target { | |||
background-color: #ecf0fa; | |||
} | } | ||
. | |||
/* Ensure refs in table headers and the like aren't bold or italic */ | |||
sup.reference { | |||
font-weight: normal; | |||
font-style: normal; | |||
} | } | ||
/* Styling for citations */ | |||
span.citation, cite { | |||
word-wrap: break-word; | |||
} | } | ||
/* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */ | |||
cite:target { | |||
background-color: #ecf0fa; | |||
} | } | ||
/* | /* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */ | ||
@media screen, handheld, projection { | |||
cite *.printonly { | |||
display: none; | |||
} | } | ||
} | } | ||
/* | /* Style for horizontal lists (separator following item) */ | ||
. | |||
.skin-monobook .hlist dl, | |||
.skin-modern .hlist dl, | |||
.skin-vector .hlist dl { | |||
line-height: 1.5em; | |||
} | } | ||
/* Style for horizontal lists (separator following item). | |||
/* | IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]]. | ||
@source mediawiki.org/wiki/Snippets/Horizontal_lists | |||
@revision 5 (2014-02-24) | |||
@author [[User:Edokter]] | |||
*/ | |||
.hlist dl, | |||
.hlist ol, | |||
.hlist ul { | |||
margin: 0; | |||
padding: 0; | |||
} | } | ||
/* | /* Display list items inline */ | ||
.hlist dd, | |||
.hlist dt, | |||
.hlist li { | |||
margin: 0; | |||
display: inline; | |||
} | } | ||
/* Display nested lists inline */ | |||
/* | .hlist.inline, | ||
. | .hlist.inline dl, | ||
.hlist.inline ol, | |||
.hlist.inline ul, | |||
.hlist dl dl, .hlist dl ol, .hlist dl ul, | |||
.hlist ol dl, .hlist ol ol, .hlist ol ul, | |||
.hlist ul dl, .hlist ul ol, .hlist ul ul { | |||
display: inline; | |||
} | |||
/* Generate interpuncts */ | |||
.hlist dt:after { | |||
content: ": "; | |||
} | } | ||
. | .hlist dd:after, | ||
. | .hlist li:after { | ||
content: " • "; | |||
font-family: Tahoma,'Noto Serif','Droid Arabic Naskh','DejaVu Sans',serif !important; | |||
} | } | ||
. | .hlist dd:last-child:after, | ||
. | .hlist dt:last-child:after, | ||
. | .hlist li:last-child:after { | ||
content: none; | |||
} | } | ||
/* For IE8 */ | |||
.hlist dd.hlist-last-child:after, | |||
.hlist dt.hlist-last-child:after, | |||
.hlist li.hlist-last-child:after { | |||
content: none; | |||
} | } | ||
. | /* Add parentheses around nested lists */ | ||
. | .hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before, | ||
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before, | |||
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before { | |||
content: " ("; | |||
font-weight: normal; | |||
} | } | ||
. | .hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after, | ||
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after, | |||
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after { | |||
content: ") "; | |||
font-weight: normal; | |||
} | } | ||
. | /* For IE8 */ | ||
. | .hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after, | ||
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after, | |||
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after { | |||
content: ") "; | |||
font-weight: normal; | |||
} | } | ||
/* Put ordinals in front of ordered list items */ | |||
.hlist ol { | |||
. | counter-reset: listitem; | ||
} | } | ||
. | .hlist ol > li { | ||
counter-increment: listitem; | |||
} | } | ||
. | .hlist ol > li:before { | ||
content: " " counter(listitem) " "; | |||
content: " " counter(listitem, -moz-persian) " "; | |||
content: " " counter(listitem, persian) " "; | |||
white-space: nowrap; | |||
} | } | ||
. | .hlist dd ol > li:first-child:before, | ||
.hlist dt ol > li:first-child:before, | |||
.hlist li ol > li:first-child:before { | |||
content: " (" counter(listitem) " "; | |||
content: " (" counter(listitem, -moz-persian) " "; | |||
content: " (" counter(listitem, persian) " "; | |||
} | } | ||
/* فهرست بدون گلوله */ | |||
.plainlist ul { | |||
line-height: inherit; | |||
list-style: none none; | |||
margin: 0; | |||
} | } | ||
. | .plainlist ul li { | ||
margin-bottom: 0; | |||
ul | |||
margin- | |||
} | } | ||
/* | /* Normal font styling for table row headers with scope="row" tag */ | ||
. | .wikitable.plainrowheaders th[scope=row] { | ||
. | |||
font-weight: normal; | font-weight: normal; | ||
/* @noflip */ | |||
text-align: right; | |||
} | } | ||
. | |||
/* Lists in data cells are always left-aligned */ | |||
.wikitable td ul, | |||
.wikitable td ol, | |||
.wikitable td dl { | |||
/* @noflip */ | |||
text-align: right; | |||
} | } | ||
. | /* ...unless they also use the hlist class */ | ||
.wikitable.hlist td ul, | |||
.wikitable.hlist td ol, | |||
.wikitable.hlist td dl { | |||
text-align: inherit; | |||
} | } | ||
. | |||
font-size: | /* Default style for navigation boxes */ | ||
.navbox { /* Navbox container style */ | |||
box-sizing: border-box; | |||
border: 1px solid #a2a9b1; | |||
width: 100%; | |||
margin: auto; | |||
clear: both; | |||
font-size: 88%; | |||
text-align: center; | |||
padding: 1px; | |||
} | } | ||
. | .navbox-inner, | ||
.navbox-subgroup { | |||
width: 100%; | |||
} | } | ||
/* | .navbox-group, | ||
. | .navbox-title, | ||
.navbox-abovebelow { | |||
padding: 0.25em 1em; /* Title, group and above/below styles */ | |||
line-height: 1.5em; | |||
text-align: center; | |||
} | } | ||
.navbox | th.navbox-group { /* Group style */ | ||
white-space: nowrap; | |||
/* @noflip */ | /* @noflip */ | ||
text-align: right; | text-align: right; | ||
} | } | ||
.navbox, | |||
.navbox-subgroup { | |||
background: #f8f9fa; /* Background color */ | |||
. | } | ||
/* | .navbox-list { | ||
line-height: 1.8em; | |||
border-color: #f8f9fa; /* Must match background color */ | |||
} | } | ||
.navbox th, | |||
.navbox-title { | |||
.navbox | background: #b3ccff; /* Level 1 color */ | ||
} | } | ||
.navbox-abovebelow, | |||
/* | th.navbox-group, | ||
. | .navbox-subgroup .navbox-title { | ||
background: #dbe7ff; /* Level 2 color */ | |||
} | |||
.navbox-subgroup .navbox-group, | |||
.navbox-subgroup .navbox-abovebelow { | |||
background: #e5edff; /* Level 3 color */ | |||
} | |||
.navbox-even { | |||
background: #f8f9fa; /* Even row striping */ | |||
} | } | ||
.navbox-odd { | |||
background: transparent; /* Odd row striping */ | |||
} | } | ||
table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */ | |||
/* | margin-top: -1px; /* (doesn't work for IE6, but that's okay) */ | ||
} | |||
.navbox .hlist td dl, | |||
.navbox .hlist td ol, | |||
.navbox .hlist td ul, | |||
.navbox td.hlist dl, | |||
.navbox td.hlist ol, | |||
.navbox td.hlist ul { | |||
padding: 0. | padding: 0.125em 0; /* Adjust hlist padding in navboxes */ | ||
} | |||
ol + table.navbox, | |||
ul + table.navbox { | |||
margin-top: 0.5em; /* Prevent lists from clinging to navboxes */ | |||
} | } | ||
/* | /* RTL fix for navbox-list bullet lists; See [[Special:Permalink/24864265#خطای ظاهری]]. */ | ||
.navbox-list li { | |||
unicode-bidi: isolate; | |||
. | |||
} | } | ||
/* Default styling for Navbar template */ | |||
. | .navbar { | ||
display: inline; | |||
font-size: 88%; | |||
font-weight: normal; | |||
} | |||
. | .navbar ul { | ||
display: inline; | |||
white-space: nowrap; | |||
} | } | ||
.navbar li { | |||
word-spacing: -0.125em; | |||
. | |||
} | } | ||
.navbar.mini li { /* span is removed */ | |||
font-size: xx-small; | |||
. | |||
font-size: | |||
} | } | ||
.nv-talk > a { | |||
color: #002BB8; | |||
. | |||
} | } | ||
/* Navbar styling when nested in infobox and navbox */ | |||
.infobox .navbar { | |||
font-size: 100%; | |||
.infobox . | |||
} | } | ||
.navbox .navbar { | |||
. | display: block; | ||
font-size: 100%; | |||
} | } | ||
.navbox-title .navbar { | |||
. | /* @noflip */ | ||
float: right; | |||
/* @noflip */ | |||
text-align: right; | |||
/* @noflip */ | |||
margin-left: 0.5em; | |||
width: 6em; | |||
} | } | ||
/* | /* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript | ||
. | in [[MediaWiki:Common.js]] are styled here so they can be customised. */ | ||
. | .collapseButton { | ||
/* @noflip */ | |||
float: left; | |||
font-weight: normal; | |||
/* | /* @noflip */ | ||
margin-right: 0.5em; | |||
. | /* @noflip */ | ||
text-align: left; | |||
width: auto; | |||
} | |||
/* In navboxes, the show/hide button balances the v·d·e links | |||
from [[Template:Navbar]], so they need to be the same width. */ | |||
.navbox .collapseButton { | |||
width: 6em; | |||
} | } | ||
. | /* Styling for JQuery makeCollapsible, matching that of collapseButton */ | ||
.mw-parser-output .mw-collapsible-toggle { | |||
font-weight: normal; | |||
/* @noflip */ | |||
text-align: left; | |||
padding-right: 0.2em; | |||
padding-left: 0.2em; | |||
} | } | ||
.mw-collapsible-leftside-toggle .mw-collapsible-toggle { | |||
/* | /* @noflip */ | ||
float: right; | |||
/* @noflip */ | /* @noflip */ | ||
text-align: right; | |||
} | } | ||
/* | /* Infobox template style */ | ||
.infobox | .infobox { | ||
border: 1px solid #a2a9b1; | |||
border: | border-spacing: 3px; | ||
background-color: #f8f9fa; | |||
color: black; | |||
/* @noflip */ | /* @noflip */ | ||
margin: 0.5em 1em 0.5em 0; | |||
padding: 0.2em; | |||
/* @noflip */ | |||
/* | float: left; | ||
/* @noflip */ | |||
clear: left; | |||
font-size: 88%; | |||
line-height: 1. | line-height: 1.5em; | ||
width: 22em; | |||
} | } | ||
/* | /* not strictly certain these styles are necessary | ||
* just replicating the module faithfully | |||
.infobox | */ | ||
border | .infobox-subbox { | ||
padding: 0; | |||
border: none; | |||
margin: -3px; | |||
width: auto; | |||
min-width: 100%; | |||
font-size: 100%; | |||
clear: none; | |||
float: none; | |||
background-color: transparent; | |||
} | } | ||
.infobox-header, | |||
.infobox. | .infobox-label, | ||
.infobox. | .infobox-above, | ||
.infobox-full-data, | |||
.infobox-data, | |||
.infobox-below, | |||
.infobox-subheader, | |||
.infobox-image, | |||
.infobox | .infobox-navbar, | ||
.infobox | /* Remove element declaration when both a) infobox3cols is migrated and | ||
* b) when every .infobox thing is using the standard module/templates */ | |||
.infobox th, | |||
.infobox td { | |||
vertical-align: top; | |||
} | } | ||
/* | .infobox-label, | ||
.infobox | .infobox-data, | ||
.infobox | /* Remove element declaration when both a) infobox3cols is migrated and | ||
* b) when every .infobox thing is using the standard module/templates */ | |||
.infobox th, | |||
.infobox td { | |||
/* @noflip */ | |||
text-align: right; | |||
} | } | ||
/* | /* remove .infobox from below new class names when live */ | ||
. | .infobox .infobox-above, | ||
.infobox .infobox-title, /* TODO remove caption line when class is live */ | |||
.infobox caption{ | |||
font-size: 125%; | |||
font-weight: bold; | |||
text-align: center; | |||
padding: 5px 0; | |||
} | |||
.infobox caption, /* TODO remove caption line when class is live */ | |||
.infobox-title { | |||
padding: 0.2em; | padding: 0.2em; | ||
} | } | ||
.infobox .infobox-header, | |||
.infobox .infobox-subheader, | |||
.infobox .infobox-image, | |||
.infobox .infobox-full-data, | |||
.infobox .infobox-below { | |||
text-align: center; | |||
} | } | ||
. | .infobox .infobox-navbar { | ||
text-align: left; | |||
} | } | ||
.infobox.bordered { | |||
border-collapse: collapse; | |||
} | } | ||
/* | /* TODO split definitions to appropriate class names when live from HTML element */ | ||
.infobox.bordered td, | |||
.infobox.bordered th { | |||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; | ||
} | } | ||
/* | /* TODO split definitions to appropriate class names when live from HTML element */ | ||
.infobox.bordered .borderless td, | |||
.infobox.bordered .borderless th { | |||
border: 0; | |||
} | } | ||
.infobox.sisterproject { | |||
width: 20em; | |||
font-size: 90%; | |||
} | } | ||
/* | /* styles for bordered infobox with merged rows */ | ||
/* TODO split definitions to appropriate class names when live from HTML element */ | |||
.infobox.bordered .mergedtoprow td, | |||
.infobox.bordered .mergedtoprow th { | |||
border: 0; | |||
. | border-top: 1px solid #a2a9b1; | ||
. | |||
/* @noflip */ | /* @noflip */ | ||
border-left: 1px solid #a2a9b1; | |||
} | } | ||
/* | /* TODO split definitions to appropriate class names when live from HTML element */ | ||
.infobox.bordered .mergedrow td, | |||
.infobox.bordered .mergedrow th { | |||
border: 0; | |||
/* @noflip */ | |||
border-left: 1px solid #a2a9b1; | |||
} | } | ||
/* Styles for geography infoboxes, eg countries, | |||
country subdivisions, cities, etc. */ | |||
.infobox.geography { | |||
border-collapse: collapse; | |||
line-height: 1.2em; | |||
font-size: 90%; | |||
} | } | ||
/* | /* TODO split definitions to appropriate class names when live from HTML element */ | ||
.infobox.geography td, | |||
.infobox.geography th { | |||
border-top: 1px solid #a2a9b1; | |||
padding: 0.4em 0.6em 0.4em 0.6em; | |||
} | } | ||
/* TODO split definitions to appropriate class names when live from HTML element */ | |||
.infobox.geography .mergedtoprow td, | |||
.infobox.geography .mergedtoprow th { | |||
border-top: 1px solid #a2a9b1; | |||
padding: 0.4em 0.6em 0.2em 0.6em; | |||
} | } | ||
/* TODO split definitions to appropriate class names when live from HTML element */ | |||
.infobox.geography .mergedrow td, | |||
.infobox.geography .mergedrow th { | |||
border: 0; | |||
padding: 0 0.6em 0.2em 0.6em; | |||
} | } | ||
/* TODO split definitions to appropriate class names when live from HTML element */ | |||
.infobox.geography .mergedbottomrow td, | |||
.infobox.geography .mergedbottomrow th { | |||
border-top: 0; | |||
border-bottom: 1px solid #a2a9b1; | |||
padding: 0 0.6em 0.4em 0.6em; | |||
} | } | ||
/* | /* TODO split definitions to appropriate class names when live from HTML element */ | ||
.infobox.geography .maptable td, | |||
.infobox.geography .maptable th { | |||
border: 0; | |||
padding: 0; | |||
} | |||
. | /* Style for "notices" */ | ||
.notice { | |||
padding: 0 | margin: 1em; | ||
padding: 0.2em; | |||
} | } | ||
#disambig { | |||
border-top: 1px solid #c8ccd1; | |||
border-bottom: 1px solid #c8ccd1; | |||
} | } | ||
.notice-text, .toggle-box, .red-button, .goal, div.red-button, div.siteNoticeSmall, div#siteNotice { | |||
font-family: inherit; | |||
. | |||
} | } | ||
/* | DIV.siteNoticeSmall { | ||
. | font-size: 15pt; | ||
border: 1px solid #a2a9b1; | } | ||
/* Persondata and other (future) metadata */ | |||
table.InChI, /* temporary */ | |||
table.persondata { | |||
border: 1px solid #a2a9b1; | |||
display: none; | |||
speak: none; | |||
} | } | ||
. | .InChI-label, /* temporary */ | ||
.persondata-label { | |||
color: #a2a9b1; | |||
} | } | ||
. | |||
/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */ | |||
div.listenlist { | |||
background: url("//upload.wikimedia.org/wikipedia/commons/3/3f/Gnome_speakernotes_30px.png"); | |||
/* @noflip */ | |||
padding-right: 40px; | |||
} | } | ||
. | |||
div.videolist, div.multivideolist { | |||
background: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png"); | |||
padding-right: 50px; | |||
} | } | ||
. | |||
/* Change the external link icon to an Adobe icon for all PDF files | |||
in browsers that support these CSS selectors, like Mozilla and Opera */ | |||
.mw-body a[href$=".pdf"].external, | |||
.mw-body a[href*=".pdf?"].external, | |||
.mw-body a[href*=".pdf#"].external, | |||
. | .mw-body a[href$=".PDF"].external, | ||
.mw-body a[href*=".PDF?"].external, | |||
.mw-body 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, | |||
div#mw_content a[href*=".PDF?"].external, | |||
div#mw_content a[href*=".PDF#"].external { | |||
background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat left; | |||
/* @noflip */ | /* @noflip */ | ||
padding-left: 18px; | |||
} | } | ||
/* | /* Change the external link icon to an Adobe icon anywhere the PDFlink class */ | ||
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */ | |||
span.PDFlink a { | |||
background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") center left no-repeat !important; | |||
padding-left: 18px !important; | |||
} | } | ||
span.geolink a { | |||
background: url(//upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center left no-repeat !important; | |||
padding-left: 11px !important; | |||
} | } | ||
. | |||
/* Content in columns with CSS instead of tables [[Template:Columns]] */ | |||
div.columns-2 div.column { | |||
/* @noflip */ | |||
float: right; | |||
width: 50%; | |||
min-width: 300px; | |||
} | } | ||
. | |||
div.columns-3 div.column { | |||
/* @noflip */ | |||
float: right; | |||
width: 33.3%; | |||
min-width: 200px; | |||
} | } | ||
. | |||
div.columns-4 div.column { | |||
/* @noflip */ | |||
float: right; | |||
width: 25%; | |||
min-width: 150px; | |||
} | } | ||
div.columns-5 div.column { | |||
/* @noflip */ | |||
float: right; | |||
width: 20%; | |||
min-width: 120px; | |||
} | } | ||
/*Add formatting to make sure that "external references" from [[Template:Ref]] do | |||
not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was | |||
that the HTML code contained a SPAN following the anchor A; this SPAN had the class | |||
"urlexpansion", which was not displayed on screen, but was shown when the medium was | |||
"print". The rules below ensure (a) that there is no extra padding to the left of | |||
the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for | |||
the link, and (c) that this SPAN of class "urlexpansion" is never shown. | |||
*/ | |||
.plainlinksneverexpand { | |||
background: none ! important; | |||
padding: 0 ! important; | |||
} | } | ||
.plainlinksneverexpand .urlexpansion { | |||
display: none ! important; | |||
} | } | ||
/* Make sure that ext links displayed within "plainlinksneverexpand" don't get | |||
the arrow... | |||
*/ | |||
.plainlinksneverexpand a { | |||
background: none !important; | |||
padding: 0 !important; | |||
} | } | ||
border- | /* Messagebox templates */ | ||
.messagebox { | |||
border: 1px solid #a2a9b1; | |||
background-color: #f8f9fa; | |||
width: 80%; | |||
margin: 0 auto 1em auto; | |||
padding: .2em; | |||
} | } | ||
.messagebox.merge { | |||
border- | border: 1px solid #c0b8cc; | ||
background-color: #f0e5ff; | |||
text-align: center; | |||
} | } | ||
.messagebox.cleanup { | |||
border: 1px solid #9f9fff; | |||
background-color: #efefff; | |||
text-align: center; | |||
} | |||
.messagebox.standard-talk { | |||
border | border: 1px solid #c0c090; | ||
background: | background-color: #f8eaba; | ||
} | } | ||
.messagebox.nested-talk { | |||
border: 1px solid #c0c090; | |||
background-color: #f8eaba; | |||
width: 100%; | width: 100%; | ||
margin: 2px 4px 2px 4px; | |||
} | } | ||
.messagebox.small { | |||
width: 238px; | |||
font-size: 85%; | |||
/* @noflip */ | |||
float: left; | |||
clear: both; | |||
/* @noflip */ | |||
margin: 0 0 1em 1em; | |||
line-height: 1.25em; | |||
} | } | ||
.messagebox.small-talk { | |||
width: 238px; | |||
font-size: 85%; | |||
/* @noflip */ | |||
float: left; | |||
background: | clear: both; | ||
/* @noflip */ | |||
margin: 0 0 1em 1em; | |||
line-height: 1.25em; | |||
background: #fff2cc; | |||
} | } | ||
/* | |||
/* Article message box styles */ | |||
table.ambox { | |||
margin: 0px 10%; /* 10% = Will not overlap with other elements */ | |||
border: 1px solid #a2a9b1; | |||
border-right: 10px solid #36c; /* Default "notice" blue */ | |||
margin: | background: #f8f9fa; | ||
border: 1px solid # | |||
} | } | ||
/* | table.ambox + table.ambox { /* Single border between stacked boxes. */ | ||
margin-top: -1px; | |||
margin: | |||
} | } | ||
.ambox th.mbox-text, | |||
/* | .ambox td.mbox-text { /* The message body cell(s) */ | ||
padding: 0.25em 0.5em; /* 0.5em left/right */ | |||
} | } | ||
.ambox td.mbox-image { /* The left image cell */ | |||
padding: 2px 0.5em 2px 0; /* 0.5em right, 0px left */ | |||
} | } | ||
.ambox td.mbox-imageright { /* The right image cell */ | |||
padding: 2px 0 2px 0.5em; /* 0px right, 0.5em left */ | |||
} | } | ||
table. | table.ambox-notice { | ||
border: | border-right: 10px solid #36c; /* Blue */ | ||
} | } | ||
table.ambox-speedy { | |||
table. | border-right: 10px solid #DD0000; /* Red */ | ||
border: | background: #fee7e6; /* Pink */ | ||
} | } | ||
table.ambox-delete { | |||
table. | border-right: 10px solid #DD0000; /* Red */ | ||
border: | |||
} | } | ||
table.ambox-content { | |||
table. | border-right: 10px solid #FF5D00; /* Orange */ | ||
border: | } | ||
table.ambox-style { | |||
border-right: 10px solid #fc3; /* Yellow */ | |||
} | |||
table.ambox-move { | |||
border-right: 10px solid #9932cc; /* Purple */ | |||
} | |||
table.ambox-protection { | |||
border-right: 10px solid #a2a9b1; /* Gray-gold */ | |||
} | } | ||
table. | /* Disambig and set index box styles */ | ||
border: | table.dmbox { | ||
clear: both; | |||
margin: 0.9em 1em; | |||
border-top: 1px solid #c8ccd1; | |||
border-bottom: 1px solid #c8ccd1; | |||
background: transparent; | |||
} | } | ||
/* | /* Footer and header message box styles */ | ||
table.fmbox { | |||
clear: both; | |||
margin: 0.2em 0; | |||
width: 100%; | |||
clear: | border: 1px solid #a2a9b1; | ||
background: #f8f9fa; /* Default "system" gray */ | |||
margin: | |||
width: | |||
} | } | ||
table.fmbox-system { | |||
background: #f8f9fa; | |||
} | } | ||
table.fmbox-warning { | |||
/* | border: 1px solid #DD0000; /* Dark pink */ | ||
/* | background: #fee7e6; /* Pink */ | ||
} | } | ||
table.fmbox-editnotice { | |||
background: transparent; | |||
. | |||
background | |||
} | } | ||
/* Div based "warning" style fmbox messages. */ | |||
div.mw-warning-with-logexcerpt, | |||
div.mw-lag-warn-high, | |||
div.mw-cascadeprotectedwarning, | |||
div#mw-protect-cascadeon { | |||
clear: both; | |||
margin: 0.2em 0; | |||
border: 1px solid #DD0000; | |||
background: #fee7e6; | |||
padding: 0.25em 0.9em; | |||
} | } | ||
/* Div based "system" style fmbox messages. | |||
/* | Used in [[MediaWiki:Readonly lag]]. */ | ||
. | div.mw-lag-warn-normal, | ||
div.fmbox-system { | |||
clear: both; | |||
margin: 0.2em 0; | |||
border: 1px solid #a2a9b1; | |||
background: #f8f9fa; | |||
padding: 0.25em 0.9em; | |||
} | } | ||
. | /* These mbox-small classes must be placed after all other | ||
ambox/tmbox/ombox etc classes. "body.mediawiki" is so | |||
they override "table.ambox + table.ambox" above. */ | |||
html body.mediawiki .mbox-small { /* For the "small=yes" option. */ | |||
/* @noflip */ | |||
clear: left; | |||
/* @noflip */ | |||
float: left; | |||
/* @noflip */ | |||
margin: 4px 1em 4px 0; | |||
box-sizing: border-box; | |||
width: 238px; | |||
font-size: 88%; | |||
line-height: 1.25em; | |||
} | } | ||
html body.mediawiki .mbox-small-right { /* For the "small=right" option. */ | |||
/* | /* @noflip */ | ||
margin: 4px 0 4px 1em; | |||
box-sizing: border-box; | |||
overflow: hidden; | |||
width: 238px; | |||
border-collapse: collapse; | |||
font-size: 88%; | |||
line-height: 1.25em; | |||
} | } | ||
/* | /* Style for compact ambox */ | ||
/* Hide the images */ | |||
.compact-ambox table .mbox-image, | |||
.compact-ambox table .mbox-imageright, | |||
.compact-ambox table .mbox-empty-cell { | |||
display: none; | |||
} | } | ||
/* Remove borders, backgrounds, padding, etc. */ | |||
.compact-ambox table.ambox { | |||
border: none; | |||
border-collapse: collapse; | |||
background-color: transparent; | |||
margin: 0 1.6em 0 0 !important; | |||
padding: 0 !important; | |||
width: auto; | |||
display: block; | |||
} | } | ||
body.mediawiki .compact-ambox table.mbox-small-left { | |||
font-size: 100%; | |||
width: auto; | |||
margin: 0; | |||
} | } | ||
/* | /* Style the text cell as a list item and remove its padding */ | ||
. | .compact-ambox table .mbox-text { | ||
padding: 0 !important; | |||
margin: 0 !important; | |||
} | } | ||
.compact-ambox table .mbox-text-span { | |||
display: list-item; | |||
line-height: 1.5em; | |||
list-style-type: square; | |||
list-style-image: url(/w/skins/MonoBook/resources/images/bullet.svg); | |||
} | } | ||
/* | /* Allow for hiding text in compact form */ | ||
.compact-ambox .hide-when-compact { | |||
display: none; | |||
} | } | ||
/* Put a checker background at the image description page only visible if the image has transparent background */ | |||
#file img { | |||
# | background: url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat; | ||
} | |||
#wpSave { | |||
font-weight: bold; | |||
} | |||
/* suppress missing interwiki image links where #ifexist cannot be used due to high number of requests */ | |||
/* use restricted to rail icon management pages */ | |||
/* see .hidden-redlink on //meta.wikimedia.org/wiki/MediaWiki:Common.css */ | |||
.check-icon a.new { | |||
display: none; | |||
speak:none; | |||
} | } | ||
/* Removes underlines from links */ | |||
.nounderlines a { | |||
text-decoration: none; | |||
} | } | ||
/* Remove underline from IPA links */ | |||
.IPA a:link, .IPA a:visited { | |||
text-decoration: none; | |||
} | } | ||
/* Removes useless links from printout */ | |||
@media print { | |||
#privacy, #about, #disclaimer {display:none;} | |||
} | } | ||
div. | |||
#EnWpMpBook { background-image: url(//upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); } | |||
#EnWpMpSearch { background: url(//upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top left; } | |||
#EnWpMpSearchInner { float: left; width: 20em; text-align: center; } | |||
#EnWpMpBook2 { background-image: url(//upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); } | |||
/* Standard Navigationsleisten, aka box hiding thingy from .de. Documentation at [[Wikipedia:NavFrame]]. */ | |||
div.Boxmerge, | |||
div.NavFrame { | |||
margin: 0px; | |||
padding: 4px; | |||
border: 1px solid #a2a9b1; | |||
text-align: center; | |||
border-collapse: collapse; | |||
font-size: 95%; | |||
} | } | ||
div.NavFrame div.NavHead:hover { | div.Boxmerge div.NavFrame { | ||
background-color: #aaf; | border-style: none; | ||
border-style: hidden; | |||
} | |||
div.NavFrame + div.NavFrame { | |||
border-top-style: none; | |||
border-top-style: hidden; | |||
} | |||
div.NavPic { | |||
background-color: #fff; | |||
margin: 0px; | |||
padding: 2px; | |||
float: right; | |||
} | |||
div.NavFrame div.NavHead { | |||
height: 1.6em; | |||
font-weight: bold; | |||
background-color: #b3ccff; | |||
position:relative; | |||
} | |||
div.NavFrame div.NavHead:hover { | |||
background-color: #aaf; | |||
} | } | ||
div.NavFrame p { | div.NavFrame p { | ||
| خط ۱٬۱۹۸: | خط ۱٬۲۹۸: | ||
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */ | /* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */ | ||
th.mbox-text, td.mbox-text { /* The message body cell(s) */ | th.mbox-text, td.mbox-text { /* The message body cell(s) */ | ||
border: none; | border: none; | ||
padding: 0.25em 0.9em; /* 0.9em left/right */ | padding: 0.25em 0.9em; /* 0.9em left/right */ | ||
width: 100%; /* Make all mboxes the same width regardless of text length */ | width: 100%; /* Make all mboxes the same width regardless of text length */ | ||
} | } | ||
td.mbox-image { /* The left image cell */ | td.mbox-image { /* The left image cell */ | ||
border: none; | border: none; | ||
padding: 2px 0.9em 2px 0px; /* 0.9em right, 0px left */ | padding: 2px 0.9em 2px 0px; /* 0.9em right, 0px left */ | ||
text-align: center; | text-align: center; | ||
} | } | ||
td.mbox-imageright { /* The right image cell */ | td.mbox-imageright { /* The right image cell */ | ||
border: none; | border: none; | ||
padding: 2px 0px 2px 0.9em; /* 0px left, 0.9em right */ | padding: 2px 0px 2px 0.9em; /* 0px left, 0.9em right */ | ||
text-align: center; | text-align: center; | ||
} | |||
/* Reduce line-height for <sup> and <sub> */ | |||
sup, sub { | |||
line-height: 1em; | |||
} | |||
/* Selectively hide headers in WikiProject banners */ | |||
/* TemplateStyles */ | |||
.wpb .wpb-header { | |||
display: none; | |||
} | |||
.wpbs-inner .wpb .wpb-header { | |||
display: table-row; | |||
} | } | ||
.wpbs-inner .wpb-outside { | |||
display: none; /* hide things that should only display outside shells */ | |||
.wpbs-inner | |||
display: | |||
} | } | ||
| خط ۱٬۳۳۳: | خط ۱٬۴۴۱: | ||
body.ns-2[class*="_صفحه_تمرین"] #firstHeading::after { | body.ns-2[class*="_صفحه_تمرین"] #firstHeading::after { | ||
color: #72777d; | color: #72777d; | ||
content: "توجه:این صفحه بخشی از دانشنامه نیست و صرفاً جهت ویرایش آزمایشی در | content: "توجه:این صفحه بخشی از دانشنامه نیست و صرفاً جهت ویرایش آزمایشی در امامتپدیا کاربرد دارد."; | ||
float: left; | float: left; | ||
width: 40%; | width: 40%; | ||
| خط ۱٬۳۶۲: | خط ۱٬۴۷۰: | ||
/* کمی پیوند ایجاد مقاله بزرگتر شود که پس از حذف بیشتر استفاده شود */ | /* کمی پیوند ایجاد مقاله بزرگتر شود که پس از حذف بیشتر استفاده شود */ | ||
.mw-warning-with-logexcerpt a[title=" | .mw-warning-with-logexcerpt a[title="امامتپدیا:ایجاد مقاله"] { font-size: 120%; font-weight: bold; } | ||
/* Make the textarea pink when an admin is editing a protected page */ | /* Make the textarea pink when an admin is editing a protected page */ | ||
| خط ۱٬۴۶۰: | خط ۱٬۵۶۸: | ||
white-space: normal; | white-space: normal; | ||
} | } | ||
/* --------------------- End Persian Wikipedia Style----------------- */ | |||