واپرائيندڙ:UsmanKhan/mwtext/1
/* Default font */ html, body, textarea, .mw-body-content,
- wpTextbox1 {
font-family: "Arabic Typesetting", Georgia, "Times New Roman", Times, sans-serif;
}
- content {
font-size: 100%; -webkit-font-feature-settings: "ccmp" 0;
}
textarea {
font-size: 110%; -webkit-font-feature-settings: "ccmp" 0;
}
- wpTextbox1 {
-webkit-font-feature-settings: "ccmp" 0;
}
/* Default styling for HTML elements */ dfn {
font-style: inherit; /* Reset default styling for */
} sup, sub {
line-height: 1em; /* Reduce line-height for and */
}
/* Main page fixes */
- interwiki-completelist {
font-weight: bold;
}
.page-Main_Page #ca-delete {
display: none !important;
}
.page-Main_Page #mp-topbanner {
clear: both;
}
body.page-صفحۂ_اول #firstHeading,body.page-صفحۂ_اول #siteSub {display:none;}
/* Main page Background */ .globegris {
background-image: url("//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png");
}
/* Edit window toolbar */
- toolbar {
height: 22px; margin-bottom: 6px;
}
/* Make the list of references smaller */ ol.references, div.reflist, div.refbegin {
font-size: 90%; /* Default font-size */ margin-bottom: 0.5em;
} div.refbegin-100 {
font-size: 100%; /* Option for normal fontsize in
} div.reflist ol.references {
font-size: 100%; /* Reset font-size when nested in div.reflist */ list-style-type: inherit; /* Enable custom list style types */
}
/* Highlight clicked reference in blue to help navigation */ ol.references li:target, sup.reference:target, span.citation:target {
background-color: #DEF;
}
/* Ensure refs in table headers and the like aren't bold or italic */ sup.reference {
font-weight: normal; font-style: normal;
}
/* Allow hidden ref errors to be shown by user CSS */ span.brokenref {
display: none;
}
/* Styling for citations (CSS3). Breaks long urls, etc., rather than overflowing box */ .citation {
word-wrap: break-word;
}
/* Default styling for titles of works, styling for the title of an article
within a periodical, or a contribution within a compilation. */
cite, .citation cite.article, .citation cite.contribution {
font-style: inherit;
}
/* Styling for the title of any work within a citation,
or specifically the title of a periodical. */
.citation cite, .citation cite.periodical {
font-style: italic;
}
/* 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 {
.citation *.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;
} .hlist dl, .hlist ol, .hlist ul {
margin: 0;
} .hlist dd, .hlist dt, .hlist li {
display: inline; margin: 0;
} /* Display nested lists inline */ .hlist dl dl, .hlist ol ol, .hlist ul ul {
display: inline;
} /* Generate interpuncts */ .hlist dt:after {
content: ":";
} .hlist dd:after, .hlist li:after {
content: " ·"; font-weight: bold;
} .hlist dd:last-child:after, .hlist dt:last-child:after, .hlist li:last-child:after {
content: none;
} /* for IE 8 */ .hlist dd.hlist-last-child:after, .hlist dt.hlist-last-child:after, .hlist li.hlist-last-child:after {
content: none;
} /* Add parens around nested lists */ .hlist dl dl dd:first-child:before, .hlist ol ol li:first-child:before, .hlist ul ul li:first-child:before {
content: "(";
} .hlist dl dl dd:last-child:after, .hlist ol ol li:last-child:after, .hlist ul ul li:last-child:after {
content: ")"; font-weight: normal;
} /* For IE8 */ .hlist dl dl dd.hlist-last-child:after, .hlist ol ol li.hlist-last-child:after, .hlist ul ul li.hlist-last-child:after {
content: ")"; font-weight: normal;
} /* Put numbers in ordered lists */ .hlist.hnum ol li {
counter-increment: level1;
} .hlist.hnum ol li:before {
content: counter(level1) " ";
} .hlist.hnum ol ol li {
counter-increment: level2;
} .hlist.hnum ol ol li:first-child:before {
content: "(" counter(level2) " ";
} .hlist.hnum ol ol li:before {
content: counter(level2) " ";
}
/* Unbulleted lists */ .plainlist ul {
line-height: inherit; list-style: none none; margin: 0;
} .plainlist ul li {
margin-bottom: 0;
}
/* Default style for navigation boxes */ .navbox { /* Navbox container style */
border: 1px solid #aaa; width: 100%; margin: auto; clear: both; font-size: 88%; text-align: center; padding: 1px;
} .navbox-inner, .navbox-subgroup {
width: 100%;
} .navbox th, .navbox-title, .navbox-abovebelow {
text-align: center; /* Title and above/below styles */ padding-left: 1em; padding-right: 1em;
} th.navbox-group { /* Group style */
white-space: nowrap; /* @noflip */ text-align: left;
} .navbox, .navbox-subgroup {
background: #fdfdfd; /* Background color */
} .navbox-list {
border-color: #fdfdfd; /* Must match background color */
} .navbox th, .navbox-title {
background: #ccccff; /* Level 1 color */
} .navbox-abovebelow, th.navbox-group, .navbox-subgroup .navbox-title {
background: #ddddff; /* Level 2 color */
} .navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
background: #e6e6ff; /* Level 3 color */
} .navbox-even {
background: #f7f7f7; /* 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.125em 0; /* Adjust hlist padding in navboxes */
} .navbox .hlist dd, .navbox .hlist dt, .navbox .hlist li {
white-space: nowrap; /* Nowrap list items in navboxes */ white-space: normal !ie; /* IE < 8 no-wraps entire list, so disable it */
} .navbox .hlist dd dl, .navbox .hlist dt dl, .navbox .hlist li ol, .navbox .hlist li ul {
white-space: normal; /* But allow parent list items to be wrapped */
} ol + table.navbox, ul + table.navbox {
margin-top: 0.5em; /* Prevent lists from clinging to navboxes */
}
/* 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 {
font-variant: small-caps;
} /* Navbar styling when nested in navbox */ .navbox .navbar {
display: block; font-size: 100%;
} .navbox-title .navbar {
/* @noflip */ float: right; /* @noflip */ text-align: right; /* @noflip */ margin-left: 0.5em; width: 6em;
}
/*جدید ناوباکسز و سائید بارز*/ .navbar { display:inline; font-size:88%; font-weight:400; }
.navbar ul { display:inline; white-space:nowrap; }
.navbar li { word-spacing:-.125em; }
.navbar.mini li span { font-variant:small-caps; }
.navbox .navbar { display:block; font-size:100%; }
.navbox-title .navbar { float:right; text-align:right; width:6em; margin:0px -.5em 0px -6em; }
.navbox { border:1px solid silver; clear:both; font-size:90%; margin:auto; padding:0; text-align:center; width:100%; box-shadow: 0px 1px 1px 0px #C0C0C0; border-color: #E6E6E6 transparent transparent !important; }
table.navbox + table.navbox { margin-top:-1px; }
.navbox-title,.navbox-abovebelow,.navbox th { text-align:center; padding-left:1em; padding-right:1em; background-color:#EFEFEF; }
@media print{ .navbox { display:none; } }
th.navbox-group { text-align:right; font-weight:700; padding-left:1em; padding-right:1em; white-space:nowrap; }
.navbox,.navbox-subgroup { background:#f9f9f9; }
.navbox-inner,.navbox-subgroup { width:100%; }
.navbox-list { border-color:#f9f9f9; }
.navbox-title,.navbox th { background:#EFEFEF; }
.navbox-abovebelow,th.navbox-group,.navbox-subgroup .navbox-title { background:#EFEFEF; }
.navbox-subgroup .navbox-group,.navbox-subgroup .navbox-abovebelow { background:#cacaca; }
.navbox-even { background:#f5f5f5; }
.navbox-odd { background:#fdfdfd; }
.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:.125em; }
.navbox .hlist dd,.navbox .hlist dt,.navbox .hlist li { white-space:nowrap; white-space:normal !ie; }
.navbox .hlist dd dl,.navbox .hlist dt dl,.navbox .hlist li ol,.navbox .hlist li ul { white-space:normal; }
ol + table.navbox,ul + table.navbox { margin-top:.5em; }
.hlist li { white-space:normal!important; }
.ns--1 .hlist li { padding-left:4px!important; }
.collapseButton { float:left; font-weight:400; text-align:left; width:auto; color:transparent!important; font-family:"Jameel Noori Nastaleeq", 'Alvi Lahori Nastaleeq', 'Alvi Nastaleeq', Georgia, "Times New Roman", Times, sans-serif; !important; font-size:95% !important; text-shadow:0 0 1px; } .navbox .collapseButton { position:relative; right:10px; bottom:1px;} .navbox-list .collapseButton { margin-left: -3px; }
.mw-collapsible-toggle { font-weight:400; text-align:left; }
.navbox .mw-collapsible-toggle { width:6em; }
.plainlinksneverexpand a { background:none!important; padding:0!important; }
.vertical-navbox { border: 0.7px solid !important; }
/* '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-collapsible-toggle {
font-weight: normal; /* @noflip */ text-align: right;
} .navbox .mw-collapsible-toggle {
width: 6em;
}
/* Infobox template style */ .infobox {
border: 1px solid #aaa; background-color: #f9f9f9; color: black; margin: 0.5em 1em 0.5em 0; padding: 0.2em; /* @noflip */ float: left; /* @noflip */ clear: left; text-align: right; font-size: 88%; line-height: 1.5em;
} .infobox caption {
font-size: 125%; font-weight: bold;
} .infobox td, .infobox th {
vertical-align: top;
} .infobox.bordered {
border-collapse: collapse;
} .infobox.bordered td, .infobox.bordered th {
border: 1px solid #aaa;
} .infobox.bordered .borderless td, .infobox.bordered .borderless th {
border: 0;
}
.infobox.sisterproject {
width: 20em; font-size: 90%;
}
.infobox.standard-talk {
border: 1px solid #c0c090; background-color: #f8eaba;
} .infobox.standard-talk.bordered td, .infobox.standard-talk.bordered th {
border: 1px solid #c0c090;
}
/* styles for bordered infobox with merged rows */ .infobox.bordered .mergedtoprow td, .infobox.bordered .mergedtoprow th {
border: 0; border-top: 1px solid #aaa; border-right: 1px solid #aaa;
}
.infobox.bordered .mergedrow td, .infobox.bordered .mergedrow th {
border: 0; border-right: 1px solid #aaa;
}
/* Styles for geography infoboxes, eg countries,
country subdivisions, cities, etc. */
.infobox.geography {
/* @noflip */ text-align: right; border-collapse: collapse; line-height: 1.2em; font-size: 90%;
}
.infobox.geography td, .infobox.geography th {
border-top: 1px solid #aaa; padding: 0.4em 0.6em 0.4em 0.6em;
} .infobox.geography .mergedtoprow td, .infobox.geography .mergedtoprow th {
border-top: 1px solid #aaa; padding: 0.4em 0.6em 0.2em 0.6em;
}
.infobox.geography .mergedrow td, .infobox.geography .mergedrow th {
border: 0; padding: 0 0.6em 0.2em 0.6em;
}
.infobox.geography .mergedbottomrow td, .infobox.geography .mergedbottomrow th {
border-top: 0; border-bottom: 1px solid #aaa; padding: 0 0.6em 0.4em 0.6em;
}
.infobox.geography .maptable td, .infobox.geography .maptable th {
border: 0; padding: 0;
}
/* Normal font styling for table row headers with scope="row" tag */ .wikitable.plainrowheaders th[scope=row] {
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;
}
/* Icons for medialist templates Template:Listen,
Template:Multi-listen_start, Template:Video, Template:Multi-video_start
- /
div.listenlist {
/* @embed */ background: url("//upload.wikimedia.org/wikipedia/commons/3/3f/Gnome_speakernotes_30px.png"); /* @noflip */ padding-left: 40px;
}
/* Style rules for media list templates */ div.medialist {
min-height: 50px; margin: 1em; /* @noflip */ background-position: top left; background-repeat: no-repeat;
} div.medialist ul {
list-style-type: none; list-style-image: none; margin: 0;
} div.medialist ul li {
padding-bottom: 0.5em;
} div.medialist ul li li {
font-size: 91%; padding-bottom: 0;
}
/* Change the external link icon to an Adobe icon for all PDF files
in browsers that support these CSS selectors, like Mozilla and Opera */
div#content a[href$=".pdf"].external, div#content a[href*=".pdf?"].external, div#content a[href*=".pdf#"].external, div#content a[href$=".PDF"].external, div#content a[href*=".PDF?"].external, div#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, div#mw_content a[href*=".PDF#"].external {
/* @embed */ background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right; /* @noflip */ padding-right: 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. */
div#content span.PDFlink a, div#mw_content span.PDFlink a {
/* @embed */ background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right; /* @noflip */ padding-right: 18px;
}
/* Content in columns with CSS instead of tables Template:Columns */ div.columns-2 div.column {
/* @noflip */ float: left; width: 50%; min-width: 300px;
} div.columns-3 div.column {
/* @noflip */ float: left; width: 33.3%; min-width: 200px;
} div.columns-4 div.column {
/* @noflip */ float: left; width: 25%; min-width: 150px;
} div.columns-5 div.column {
/* @noflip */ float: left; width: 20%; min-width: 120px;
}
/* Messagebox templates */ .messagebox {
border: 1px solid #aaa; background-color: #f9f9f9; width: 80%; margin: 0 auto 1em auto; padding: .2em;
} .messagebox.merge {
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: 1px solid #c0c090; background-color: #f8eaba; margin: 4px auto;
} /* For old WikiProject banners inside banner shells. */ .mbox-inside .standard-talk, .messagebox.nested-talk {
border: 1px solid #c0c090; background-color: #f8eaba; width: 100%; margin: 2px 0; padding: 2px;
} .messagebox.small {
width: 238px; font-size: 85%; /* @noflip */ float: right; clear: both; /* @noflip */ margin: 0 0 1em 1em; line-height: 1.25em;
} .messagebox.small-talk {
width: 238px; font-size: 85%; /* @noflip */ float: right; clear: both; /* @noflip */ margin: 0 0 1em 1em; line-height: 1.25em; background: #F8EABA;
}
/* Messagebox templates */ .messagebox {
border: 1px solid #aaa; background-color: #f9f9f9; width: 80%; margin: 0 auto 1em auto; padding: .2em;
} .messagebox.merge {
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: 1px solid #c0c090; background-color: #f8eaba;
} .messagebox.nested-talk {
border: 1px solid #c0c090; background-color: #f8eaba; width: 100%; margin: 2px 4px 2px 4px;
} .messagebox.small {
width: 238px; font-size: 85%; float: left; clear: both; margin: 0 0 1em 1em; line-height: 1.25em;
} .messagebox.small-talk {
width: 238px; font-size: 85%; float: left; clear: both; margin: 0 0 1em 1em; line-height: 1.25em; background: #F8EABA;
}
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */ th.mbox-text, td.mbox-text { /* The message body cell(s) */
border: none; /* @noflip */ padding: 0.25em 0.9em; /* 0.9em left/right */ width: 100%; /* Make all mboxes the same width regardless of text length */
} td.mbox-image { /* The left image cell */
border: none; /* @noflip */ padding: 2px 0.9em 2px 0; /* 0.9em left, 0px right */ text-align: center;
} td.mbox-imageright { /* The right image cell */
border: none; /* @noflip */ padding: 2px 0 2px 0.9em; /* 0px left, 0.9em right */ text-align: center;
} td.mbox-empty-cell { /* An empty narrow cell */
border: none; padding: 0px; width: 1px;
}
/* Article message box styles */ table.ambox {
margin: 0px 10%; /* 10% = Will not overlap with other elements */ border: 1px solid #aaa; /* @noflip */ border-right: 10px solid #1e90ff; /* Default "notice" blue */ background: #fbfbfb;
} table.ambox + table.ambox { /* Single border between stacked boxes. */
margin-top: -1px;
} .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 */
/* @noflip */ padding: 2px 0.5em 2px 0; /* 0.5em left, 0px right */
} .ambox td.mbox-imageright { /* The right image cell */
/* @noflip */ padding: 2px 0 2px 0.5em; /* 0px left, 0.5em right */
}
table.ambox-notice {
/* @noflip */ border-right: 10px solid #1e90ff; /* Blue */
} table.ambox-speedy {
/* @noflip */ border-left: 10px solid #b22222; /* Red */ background: #fee; /* Pink */
} table.ambox-delete {
/* @noflip */ border-left: 10px solid #b22222; /* Red */
} table.ambox-content {
/* @noflip */ border-left: 10px solid #f28500; /* Orange */
} table.ambox-style {
/* @noflip */ border-left: 10px solid #f4c430; /* Yellow */
} table.ambox-move {
/* @noflip */ border-left: 10px solid #9932cc; /* Purple */
} table.ambox-protection {
/* @noflip */ border-left: 10px solid #bba; /* Gray-gold */
}
/* Image message box styles */ table.imbox {
margin: 4px 10%; border-collapse: collapse; border: 3px solid #1e90ff; /* Default "notice" blue */ background: #fbfbfb;
} .imbox .mbox-text .imbox { /* For imboxes inside imbox-text cells. */
margin: 0 -0.5em; /* 0.9 - 0.5 = 0.4em left/right. */ display: block; /* Fix for webkit to force 100% width. */
} .mbox-inside .imbox { /* For imboxes inside other templates. */
margin: 4px;
}
table.imbox-notice {
border: 3px solid #1e90ff; /* Blue */
} table.imbox-speedy {
border: 3px solid #b22222; /* Red */ background: #fee; /* Pink */
} table.imbox-delete {
border: 3px solid #b22222; /* Red */
} table.imbox-content {
border: 3px solid #f28500; /* Orange */
} table.imbox-style {
border: 3px solid #f4c430; /* Yellow */
} table.imbox-move {
border: 3px solid #9932cc; /* Purple */
} table.imbox-protection {
border: 3px solid #bba; /* Gray-gold */
} table.imbox-license {
border: 3px solid #88a; /* Dark gray */ background: #f7f8ff; /* Light gray */
} table.imbox-featured {
border: 3px solid #cba135; /* Brown-gold */
}
/* Category message box styles */ table.cmbox {
margin: 3px 10%; border-collapse: collapse; border: 1px solid #aaa; background: #DFE8FF; /* Default "notice" blue */
}
table.cmbox-notice {
background: #D8E8FF; /* Blue */
} table.cmbox-speedy {
margin-top: 4px; margin-bottom: 4px; border: 4px solid #b22222; /* Red */ background: #FFDBDB; /* Pink */
} table.cmbox-delete {
background: #FFDBDB; /* Red */
} table.cmbox-content {
background: #FFE7CE; /* Orange */
} table.cmbox-style {
background: #FFF9DB; /* Yellow */
} table.cmbox-move {
background: #E4D8FF; /* Purple */
} table.cmbox-protection {
background: #EFEFE1; /* Gray-gold */
}
/* Other pages message box styles */ table.ombox {
margin: 4px 10%; border-collapse: collapse; border: 1px solid #aaa; /* Default "notice" gray */ background: #f9f9f9;
}
table.ombox-notice {
border: 1px solid #aaa; /* Gray */
} table.ombox-speedy {
border: 2px solid #b22222; /* Red */ background: #fee; /* Pink */
} table.ombox-delete {
border: 2px solid #b22222; /* Red */
} table.ombox-content {
border: 1px solid #f28500; /* Orange */
} table.ombox-style {
border: 1px solid #f4c430; /* Yellow */
} table.ombox-move {
border: 1px solid #9932cc; /* Purple */
} table.ombox-protection {
border: 2px solid #bba; /* Gray-gold */
}
/* Talk page message box styles */ table.tmbox {
margin: 4px 10%; border-collapse: collapse; border: 1px solid #c0c090; /* Default "notice" gray-brown */ background: #f8eaba;
} .mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
margin: 2px 0; /* this declaration overrides other styles (including mbox-small above) */ width: 100%; /* For Safari and Opera */
} .mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when */
line-height: 1.5em; /* also "nested", so reset styles that are */ font-size: 100%; /* set in "mbox-small" above. */
}
table.tmbox-speedy {
border: 2px solid #b22222; /* Red */ background: #fee; /* Pink */
} table.tmbox-delete {
border: 2px solid #b22222; /* Red */
} table.tmbox-content {
border: 2px solid #f28500; /* Orange */
} table.tmbox-style {
border: 2px solid #f4c430; /* Yellow */
} table.tmbox-move {
border: 2px solid #9932cc; /* Purple */
} table.tmbox-protection, table.tmbox-notice {
border: 1px solid #c0c090; /* Gray-brown */
}
/* Disambig and set index box styles */ table.dmbox {
clear: both; margin: 0.9em 1em; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; background: transparent;
}
/* Footer and header message box styles */ table.fmbox {
clear: both; margin: 0.2em 0; width: 100%; border: 1px solid #aaa; background: #f9f9f9; /* Default "system" gray */
} table.fmbox-system {
background: #f9f9f9;
} table.fmbox-warning {
border: 1px solid #bb7070; /* Dark pink */ background: #ffdbdb; /* Pink */
} table.fmbox-editnotice {
background: transparent;
} /* 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 #bb7070; background: #ffdbdb; 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 #aaa; background: #f9f9f9; 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. */
body.mediawiki table.mbox-small { /* For the "small=yes" option. */
/* @noflip */ clear: left; /* @noflip */ float: left; /* @noflip */ margin: 4px 1em 4px 0; width: 238px; font-size: 88%; line-height: 1.25em;
} body.mediawiki table.mbox-small-left { /* For the "small=left" option. */
/* @noflip */ margin: 4px 1em 4px 0; width: 238px; border-collapse: collapse; font-size: 88%; line-height: 1.25em;
}
/* Remove default styles for MediaWiki:Noarticletext. */ div.noarticletext {
border: none; background: transparent; padding: 0;
}
/* Bold save button */
- wpSave {
font-weight: bold;
}
/* class hiddenStructure is defunct. See Wikipedia:hiddenStructure */ .hiddenStructure {
display: inline ! important; color: #f00; background-color: #0f0;
}
/* suppress missing interwiki image links where #ifexist cannot
be used due to high number of requests see .hidden-redlink on m:MediaWiki:Common.css
- /
.check-icon a.new {
display: none; speak: none;
}
/* Removes underlines from certain links */ .nounderlines a, .IPA a:link, .IPA a:visited {
text-decoration: none !important;
}
/* Standard Navigationsleisten, aka box hiding thingy
from .de. Documentation at Wikipedia:NavFrame. */
div.NavFrame {
margin: 0; padding: 4px; border: 1px solid #aaa; text-align: center; border-collapse: collapse; font-size: 95%;
} div.NavFrame + div.NavFrame {
border-top-style: none; border-top-style: hidden;
} div.NavPic {
background-color: #fff; margin: 0; padding: 2px; /* @noflip */ float: left;
} div.NavFrame div.NavHead {
height: 1.6em; font-weight: bold; background-color: #ccf; position: relative;
} div.NavFrame p, div.NavFrame div.NavContent, div.NavFrame div.NavContent p {
font-size: 100%;
} div.NavEnd {
margin: 0; padding: 0; line-height: 1px; clear: both;
} a.NavToggle {
position: absolute; top: 0; /* @noflip */ left: 3px; font-weight: normal; font-size: 90%;
}
/* Hatnotes and disambiguation notices */ .rellink, .dablink {
font-style: italic; /* @noflip */ padding-left: 1.6em; margin-bottom: 0.5em;
} .rellink i, .dablink i {
font-style: normal;
}
/* Allow transcluded pages to display in lists rather than a table.
Compatible in Firefox; incompatible in IE6. */
.listify td { display: list-item; } .listify tr { display: block; } .listify table { display: block; }
/* Geographical coordinates defaults. See Template:Coord/link
for how these are used. The classes "geo", "longitude", and "latitude" are used by the Geo microformat. */
.geo-default, .geo-dms, .geo-dec { display: inline; } .geo-nondefault, .geo-multi-punct { display: none; } .longitude, .latitude { white-space: nowrap; }
/* Whenthe ToC will display without numbers */
.nonumtoc .tocnumber { display: none; } .nonumtoc #toc ul, .nonumtoc .toc ul {
line-height: 1.5em; list-style: none; margin: .3em 0 0; padding: 0;
} .nonumtoc #toc ul ul, .nonumtoc .toc ul ul {
/* @noflip */ margin: 0 0 0 2em;
}
/* Allow limiting of which header levels are shown in a TOC;
showing ==headings== and ===headings=== but no further (as long as there are no =headings= on the page, which there shouldn't be according to the MoS). */
.toclimit-2 .toclevel-1 ul, .toclimit-3 .toclevel-2 ul, .toclimit-4 .toclevel-3 ul, .toclimit-5 .toclevel-4 ul, .toclimit-6 .toclevel-5 ul, .toclimit-7 .toclevel-6 ul {
display: none;
}
/* Styling for Template:Quote */ blockquote.templatequote {
margin-top: 0;
} blockquote.templatequote div.templatequotecite {
line-height: 1em; /* @noflip */ text-align: right; /* @noflip */ padding-left: 2em; margin-top: 0;
} blockquote.templatequote div.templatequotecite cite {
font-size: 85%;
}
/* User block messages */ div.user-block {
padding: 5px; margin-bottom: 0.5em; border: 1px solid #A9A9A9; background-color: #FFEFD5;
}
/* Prevent line breaks in silly places:
1) Where desired 2) Links when we don't want them to 3) Bold "links" to the page itself 4) HTML formulae 5) Ref tags with group names <ref group="Note"> --> "[Note 1]"
- /
.nowrap, .nowraplinks a, .nowraplinks .selflink, span.texhtml, sup.reference a {
white-space: nowrap;
}
/* For template documentation */ .template-documentation {
clear: both; margin: 1em 0 0 0; border: 1px solid #aaa; background-color: #ecfcf4; padding: 1em;
}
/* Inline divs in ImageMaps (code borrowed from de.wiki) */ .imagemap-inline div {
display: inline;
}
/* Increase the height of the image upload box */
- wpUploadDescription {
height: 13em;
}
/* Minimum thumb width */ .thumbinner {
min-width: 100px;
}
/* Makes the background of a framed image white instead of gray. */ /* Only visible with transparent images. */ div.thumb img.thumbimage {
background-color: #fff;
}
/* The backgrounds for galleries. */ div#content .gallerybox div.thumb {
background-color: #F9F9F9; /* Light gray padding */
} /* Put a chequered background behind images, only visible if they have transparency
Remove '.filehistory a img' and '#file img:hover' once 1.19 is deployed */
.gallerybox .thumb img, .filehistory a img,
- file img:hover {
/* @embed */ background: white url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
} /* But not on articles, user pages, portals or with opt-out. */ .ns-0 .gallerybox .thumb img, .ns-2 .gallerybox .thumb img, .ns-100 .gallerybox .thumb img, .nochecker .gallerybox .thumb img {
background: white;
}
/* Category tree */
- mw-subcategories ul {
list-style: none none; margin-left: 0.25em;
} .CategoryTreeChildren {
margin-left: 1.25em;
}
/* Prevent floating boxes from overlapping any category listings,
file histories, edit previews, and edit [Show changes] views */
- mw-subcategories, #mw-pages, #mw-category-media,
- filehistory, #wikiPreview, #wikiDiff {
clear: both;
}
/* Toned down styling for update markers on watchlist and history pages.
Please DO NOT DISABLE! Core functionality of MediaWiki should never be disabled be default.
- /
span.updatedmarker {
background-color: transparent; color: #006400;
} .mw-special-Watchlist strong.mw-watched a {
font-weight: normal;
}
/* Selectively hide headers in WikiProject banners */ .wpb .wpb-header { display: none; } .wpbs-inner .wpb .wpb-header { display: block; } /* for IE */ .wpbs-inner .wpb .wpb-header { display: table-row; } /* for real browsers */ .wpbs-inner .wpb-outside { display: none; } /* hide things that should only display outside shells */
/* Styling for Abuse Filter tags */ .mw-tag-markers {
font-family:sans-serif; font-style:italic; font-size:90%;
}
/* Hide stuff meant for accounts with special permissions. Made visible again in MediaWiki:Group-sysop.css and MediaWiki:Group-accountcreator.css. */ .sysop-show, .accountcreator-show {
display: none;
}
/* Remove bullets when there are multiple edit page warnings */ ul.permissions-errors > li {
list-style: none;
} ul.permissions-errors {
margin: 0;
}
/* No linewrap on the labels of the login/signup page */ body.page-Special_UserLogin .mw-label label, body.page-Special_UserLogin_signup .mw-label label { white-space : nowrap; }
/* Disable the automatic text-size adjust of WebKit on iPhones etc.
It scales some text, and not the other. Use none, or fixed percentage instead. Use media selector, because defining a value, overwrites platform defaults. */
@media only screen and (max-device-width: 480px) {
body { -webkit-text-size-adjust: none; }
}
/* Pie chart test: Transparent borders */ .transborder {
border: solid transparent;
}
- html .transborder { /* IE6 */
border: solid #000001; filter: chroma(color=#000001);
}
/* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size.
Bugzilla:26204 */
div.mw-geshi div, div.mw-geshi div pre, span.mw-geshi, pre.source-css, pre.source-javascript {
font-family: monospace, Courier !important;
}
/* Reduce excess space between category links.
Remove this when bug 31547/r100869 is resolved/deployed */
- catlinks {
line-height: 1.25em;
}
- catlinks li {
line-height: 1.25em; margin: 0.125em 0; padding: 0 0.5em;
}
- catlinks li:first-child {
padding-left: 0.25em;
}
/* Fix styling of transcluded prefindex tables */ table#mw-prefixindex-list-table, table#mw-prefixindex-nav-table {
width: 98%;
}
/* BREADCRUMB CODE FOR THE ACCOUNT CREATION PROCESS */
.breadcrumb {
list-style: none; overflow: hidden; font: 14px Helvetica, Arial, Sans-Serif;
} .breadcrumb li {
float: left; margin-bottom: 0;
} .breadcrumb li a {
color: white; text-decoration: none; padding: 10px 0 10px 45px; position: relative; display: block; float: left;
} .breadcrumb li a:after, .breadcrumb li a:before {
content: " "; display: block; width: 0; height: 0; border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */ border-bottom: 50px solid transparent; position: absolute; top: 50%; margin-top: -50px; left: 100%; z-index: 2;
} .breadcrumb li a:before {
border-left: 31px solid white; margin-left: 1px; z-index: 1;
} .breadcrumb li:first-child a {
padding-left: 20px;
} .currentcrumb a {
background: #069;
} .currentcrumb a:after {
border-left: 30px solid #069;
} .currentcrumb a:hover, .prevcrumb a:hover, .nextcrumb a:hover {
background: #002d44;
} .currentcrumb a:hover:after, .prevcrumb a:hover:after, .nextcrumb a:hover:after {
border-left-color: #002d44 !important;
} .prevcrumb a {
background: #396;
} .prevcrumb a:after {
border-left: 30px solid #396;
} .nextcrumb a {
background: #999;
} .nextcrumb a:after {
border-left: 30px solid #999;
}
/* Makes it possible for the boxes in the Account Creation Process to overlap */
- userlogin {
margin: 0; width: 90% !important; max-width: 100% !important; padding: 1.5em; padding-top: 0.75em !important; border: 0; -moz-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.35); -webkit-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.35); box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.35); -moz-border-radius: 7px; -webkit-border-radius: 7px; border-radius: 7px; background: white; background: #fff; background: -moz-linear-gradient(bottom, #fff 90%, #F5F5F5 100%); background: -webkit-gradient(linear, left bottom, left top, color-stop(90%,#fff), color-stop(100%,#F5F5F5)); background: -webkit-linear-gradient(bottom, #fff 90%,#F5F5F5 100%); background: -o-linear-gradient(bottom, #fff 90%,#F5F5F5 100%); background: -ms-linear-gradient(bottom, #fff 90%,#F5F5F5 100%); background: linear-gradient(bottom, #fff 90%,#fff 100%);
}
/* Hides the longer title for the listed pages */ body.page-MediaWiki:Customusertemplate-ACP1-Fancycaptcha-createaccount #firstHeading, body.page-MediaWiki:Customusertemplate-ACP1-Welcomecreation #firstHeading, body.page-MediaWiki_Customusertemplate-ACP2-Welcomecreation #firstHeading, body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_History_Copyediting #firstHeading, body.page-MediaWiki_Customusertemplate-ACP2-Which_skills_do_you_have_to_offer #firstHeading, body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Geography_Copyediting #firstHeading, body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Technology_Organizing #firstHeading, body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Technology_Searching_the_web #firstHeading, body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Technology_Research_Writing #firstHeading, body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Technology_Copyediting #firstHeading, body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Biology_Organizing #firstHeading, body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Biology_Searching_the_web #firstHeading, body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Biology_Research_Writing #firstHeading, body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Biology_Copyediting #firstHeading, body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_History_Organizing #firstHeading, body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_History_Searching_the_web #firstHeading, body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_History_Research_Writing #firstHeading, body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Arts_Organizing #firstHeading, body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Arts_Searching_the_web #firstHeading, body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Arts_Research_Writing #firstHeading, body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Arts_Copyediting #firstHeading, body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Mathematics_Organizing #firstHeading, body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Mathematics_Searching_the_web #firstHeading, body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Mathematics_Research_Writing #firstHeading, body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Mathematics_Copyediting #firstHeading, body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Geography_Organizing #firstHeading, body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Geography_Searching_the_web #firstHeading, body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Geography_Research_Writing #firstHeading {
display: none !important;
}
/* For portals, added 2011-12-07 -bv */ /* On wide screens, show these as two columns */ /* On narrow and mobile screens, let them collapse into a single column */ .portal-column-left {
float: left; width: 50%;
} .portal-column-right {
float: right; width: 49%;
} .portal-column-left-wide {
float: left; width: 60%;
} .portal-column-right-narrow {
float: right; width: 39%;
} .portal-column-left-extra-wide {
float: left; width: 70%;
} .portal-column-right-extra-narrow {
float: right; width: 29%;
} @media only screen and (max-width: 800px) {
/* Decouple the columns on narrow screens */ .portal-column-left, .portal-column-right, .portal-column-left-wide, .portal-column-right-narrow, .portal-column-left-extra-wide, .portal-column-right-extra-narrow { float: inherit; width: inherit; }
}
/* For announcements */
- bodyContent .letterhead {
background-image:url('//upload.wikimedia.org/wikipedia/commons/e/e0/Tan-page-corner.png'); background-repeat:no-repeat; padding: 2em; background-color: #faf9f2;
}
.ArabicText { font-family: Traditional Arabic, Arabic Transparent, DejaVu Sans, Tahoma, Arial Unicode MS, Code2000; font-size: 125%; font-weight:bold; }
/* Tabber and welcome box CSS provided by Zakariya from Arabic Wikipedia */
/* سانچہ:خوش آمدید */
div.horizTabBox ul.tabbernav li a {
background-color:#3eb2c9; color:white; margin-left:10px; padding-right:1em; padding-left:1em; -moz-border-radius:.1em; -webkit-border-radius:.1em; border-radius:.1em; -moz-box-shadow:2px 2px 10px gray inset; -webkit-box-shadow:2px 2px 10px gray inset; box-shadow:2px 2px 10px gray inset;
}
div.horizTabBox ul.tabbernav li.tabberactive a {
background-color:#3eb2c9; margin-left:10px; -moz-border-radius:.1em; -webkit-border-radius:.1em; border-radius:.1em; color:black;
} div.horizTabBox .tabbertab { padding:1em; } div.horizTabBox ul.tabbernav li a:hover {
color:white; background:#49D0EB;
}
div.horizTabBox ul.tabbernav li.tabberactive a:hover {
color: #000;
} div.horizTabBox {
width:100%; text-align:right; margin-right:auto; margin-left:auto;
}
div.pictChanger ul.tabbernav {line-height: 2.4;} div.pictChanger ul.tabbernav li a {border: transparent 1px solid} div.pictChanger {width:400px;} div.pictChanger div.tabbertab {text-align:right;}
div.tabberNoBorder div.tabbertab, div.tabberNoBorder ul.tabbernav {
border: none;
}
.tabberlive .tabbertabhide {
display:none;
}
.tabber { } .tabberlive {
margin-top:.1em;
}
ul.tabbernav {
margin:0; padding: 3px 0; font: bold 15px sans-serif;
}
ul.tabbernav li {
list-style: none; margin: 0; display: inline;
}
ul.tabbernav li a {
padding: 3px 0.1em; margin-right: 3px; -moz-border-radius:.1em; -webkit-border-radius:.1em; border-radius:.1em; background: transparent; text-decoration: none;
}
ul.tabbernav li a:link { color: #448; } ul.tabbernav li a:visited { color: #667; }
ul.tabbernav li a:hover {
color: #000; background: transparent; -moz-border-radius:.1em; -webkit-border-radius:.1em; border-radius:.1em;
}
ul.tabbernav li.tabberactive a {
background-color: #fff;
}
ul.tabbernav li.tabberactive a:hover {
color: #000; background: white;
}
.tabberlive .tabbertab {
padding:1em; border:1px solid transparent; border-top:0;
}
.tabberlive .tabbertab h2 {
display:none;
} .tabberlive .tabbertab h3 {
display:none;
}
.tabberlive#tab1 { } .tabberlive#tab2 { } .tabberlive#tab2 .tabbertab {
height:200px; overflow:auto;
} /* سانچہ:خانہ ابواب */
- bandeau-portail {
border: solid #AAAAAA 1px; padding: 4px; background-color: #F9F9F9; text-align: center; margin-top: 1em; margin-right: 0; clear: both; width: 98.8%;
}
- liste-portail {
padding: 4px; margin-right: 0; clear: both; text-align: center; width: 98.8%;
}
- liste-portail li {display: inline}
- bandeau-portail li {display: inline}
.bandeau-portail-element {white-space: nowrap; margin: auto 1.5em} .bandeau-portail-icone {margin-left: 0.5em} .bandeau-portail-texte {font-weight: bold}
/* add horizontal scrollbar to "pre" elements */ pre {
overflow-x: auto;
} /*سانچہ:لوحات*/ .mbBouton {
background-color: #ddddff; /* 4 */ border: 0.15em solid #000000; border-color: #eaeaff #eaeaff #9f9fff #c4c4ff; /* 5 3 2 5 */ border-radius: .2em 0em 0em .2em; cursor:pointer; display: inline; margin-left: 0.1em; padding: 0.2em 0.3em 0.2em 0.3em; position: relative;}
.mbBouton a, .mbBouton strong {
background: none !important; color:#8080ff !important; /* 1 */ font-size: 90%; font-weight: bold; padding: 0 !important; text-decoration: none !important;}
.mbBouton a:hover, .mbBouton strong:hover {
color: black !important; text-decoration: underline !important;}
.mbBoutonSel {
background-color: #9f9fff; /* 2 */ border: 0.15em solid #000000; border-color: #c4c4ff #c4c4ff #9f9fff #8080ff; /* 3 1 2 3 */ border-radius: .2em 0em 0em .2em; cursor: default; display: inline; margin-right: 0.1em; padding: 0.2em 0.3em 0.2em 0.3em; position: relative; color:white;}
.mbBoutonSel a {
background: none !important; color:white !important; cursor: default; font-size: 90%; font-weight: bold; padding: 0 !important; text-decoration: none !important;}
.mbContenu {
background-color: #f8f8ff; border: 0.2em solid #9f9fff; /* 2 */ border-color: #9f9fff #9f9fff #8080ff #8080ff ; /* 2 1 1 2 */ border-radius: 0em 0em .2em .2em; padding: 1em; position: static; }
.mbOnglet {
background-color: #f8f8ff; border-color: #8080ff #8080ff #c4c4ff #c4c4ff; /* 1 3 3 1 */ width: 100%;
}
/* Configuration du Lilas 1;7050a0 2;9070c0 3;b090e0 4;d0b0ff 5;f0d0ff */
.mbLilas .mbBouton {
background-color: #d0b0ff; /* 4 */ border-color: #f0d0ff #f0d0ff #9070c0 #b090e0; /* 5 3 2 5 */}
.mbLilas .mbBouton a, .mbLilas .mbBouton strong {
color:#8080ff !important; /* 1 */ font-size:90%}
.mbLilas .mbBouton a:hover, .mbLilas .mbBouton strong:hover {
color: black !important; text-decoration: underline;}
.mbLilas .mbBoutonSel {
background-color: #9070c0; /* 2 */ border-color: #b090e0 #b090e0 #9070c0 #7050a0; /* 3 1 2 3 */}
.mbLilas .mbContenu {
background-color: #f5fffa; border-color: #9070c0 #9070c0 #7050a0 #7050a0; /* 2 1 1 2 */}
.mbLilas .mbOnglet {
background-color: #f5fffa; border-color: #7050a0 #7050a0 #b090e0 #b090e0; /* 1 3 3 1 */}
/* Configuration du Vert 1;60b030 2;75c045 3;90d060 4;a5e085 5;c0f090 */
.mbVert .mbBouton {
background-color: #a5e085; /* 4 */ border-color: #c0f090 #c0f090 #90d060 #75c045; /* 5 3 2 5 */}
.mbVert .mbBouton a, .mbVert .mbBouton strong {
color:#60b030 !important; /* 1 */ font-size:90%}
.mbVert .mbBouton a:hover, .mbVert .mbBouton strong:hover {
color: black !important; text-decoration: underline;}
.mbVert .mbBoutonSel {
background-color: #75c045; /* 2 */ border-color: #90d060 #90d060 #75c045 #60b030; /* 3 1 2 3 */}
.mbVert .mbContenu {
background-color: #f5fffa; border-color: #75c045 #75c045 #60b030 #60b030; /* 2 1 1 2 */}
.mbVert .mbOnglet {
background-color: #f5fffa; border-color: #60b030 #60b030 #90d060 #90d060; /* 1 3 3 1 */}
/* Configuration du Bleu 1;3379de 2;5b8dd6 3;88abde 4;a7c1e6 5;c8d6e9 */
.mbBleu .mbBouton {
background-color: #a7c1e6; /* 4 */ border-color: #c8d6e9 #c8d6e9 #5b8dd6 #88abde; /* 5 3 2 5 */}
.mbBleu .mbBouton a, .mbBleu .mbBouton strong {
color:#3379de !important; /* 1 */ font-size:90%}
.mbBleu .mbBouton a:hover .mbBleu .mbBouton strong:hover {
color: black !important; text-decoration: underline;}
.mbBleu .mbBoutonSel {
background-color: #5b8dd6; /* 2 */ border-color: #88abde #88abde #5b8dd6 #3379de; /* 3 1 2 3 */}
.mbBleu .mbContenu {
background-color: #ffffff; border-color: #5b8dd6 #5b8dd6 #3379de #3379de; /* 2 1 1 2 */}
.mbBleu .mbOnglet {
background-color: #ffffff; border-color: #3379de #88abde #88abde #3379de; /* 1 3 3 1 */}
/* Configuration du Orange 1;ff820e 2;ff9d42 3;ffac5d 4;ffbd7f 5;ffd0a4 6;ffeedd */
.mbOrange .mbBouton {
background-color: #ffbd7f; /* 4 */ border-color: #ffd0a4 #ffd0a4 #ff9d42 #ffac5d; /* 5 3 2 5 */}
.mbOrange .mbBouton a, .mbOrange .mbBouton strong {
color:#ff820e !important; /* 1 */ font-size:90%}
.mbOrange .mbBouton a:hover .mbOrange .mbBouton strong:hover {
color: black !important; text-decoration: underline;}
.mbOrange .mbBoutonSel {
background-color: #ff9d42; /* 2 */ border-color: #ffac5d #ffac5d #ff9d42 #ff820e; /* 3 1 2 3 */}
.mbOrange .mbContenu {
background-color: #ffeedd; /* 6 */ border-color: #ff9d42 #ff9d42 #ff820e #ff820e; /* 2 1 1 2 */}
.mbOrange .mbOnglet {
background-color: #ffeedd; /* 6 */ border-color: #ff820e #ff820e #ffac5d #ffac5d; /* 1 3 3 1 */}
/* Configuration du Gris 1;666666 2;868686 3;9f9f9f 4;b9b9b9 5;cfcfcf */
.mbGris .mbBouton {
background-color: #b9b9b9; /* 4 */ border-color: #cfcfcf #cfcfcf #868686 #9f9f9f; /* 5 3 2 5 */}
.mbGris .mbBouton a, .mbGris .mbBouton strong {
color:#666666 !important; /* 1 */ font-size:90%}
.mbGris .mbBouton a:hover .mbGris .mbBouton strong:hover {
color: black !important; text-decoration: underline;}
.mbGris .mbBoutonSel {
background-color: #868686; /* 2 */ border-color: #9f9f9f #9f9f9f #868686 #666666; /* 3 1 2 3 */}
.mbGris .mbContenu {
background-color: #fffce8; border-color: #868686 #868686 #666666 #666666; /* 2 1 1 2 */}
.mbGris .mbOnglet {
background-color: #fffce8; border-color: #666666 #666666 #9f9f9f #9f9f9f; /* 1 3 3 1 */}
/* Configuration du Jaune 1;aa8800 2;eabb00 3;ffd52b 4;ffe16a 5;ffeeaa */
.mbJaune .mbBouton {
background-color: #ffe16a; /* 4 */ border-color: #ffeeaa #ffeeaa #eabb00 #ffd52b; /* 5 3 2 5 */}
.mbJaune .mbBouton a, .mbJaune .mbBouton strong {
color:#aa8800!important; /* 1 */ font-size:90%}
.mbJaune .mbBouton a:hover .mbJaune .mbBouton strong:hover {
color: black !important; text-decoration: underline;}
.mbJaune .mbBoutonSel {
background-color: #eabb00; /* 2 */ border-color: #ffd52b #ffd52b #eabb00 #aa8800; /* 3 1 2 3 */}
.mbJaune .mbContenu {
background-color: #fffce8; border-color: #eabb00 #eabb00 #aa8800 #aa8800; /* 2 1 1 2 */}
.mbJaune .mbOnglet {
background-color: #fffce8; border-color: #aa8800 #aa8800 #ffd52b #ffd52b; /* 1 3 3 1 */}
/* Configuration du Rouge 1;993300 2;ca4200 3;ff6215 4;ff9b6a 5;ffc6aa */
.mbRouge .mbBouton {
background-color: #ff9b6a; /* 4 */ border-color: #ffc6aa #ffc6aa #ca4200 #ff6215; /* 5 3 2 5 */}
.mbRouge .mbBouton a, .mbRouge .mbBouton strong {
color:#993300!important; /* 1 */ font-size:90%}
.mbRouge .mbBouton a:hover .mbRouge .mbBouton strong:hover {
color: black !important; text-decoration: underline;}
.mbRouge .mbBoutonSel {
background-color: #ca4200; /* 2 */ border-color: #ff6215 #ff6215 #ca4200 #993300; /* 3 1 2 3 */}
.mbRouge .mbContenu {
background-color: #fffce8; border-color: #ca4200 #ca4200 #993300 #993300; /* 2 1 1 2 */}
.mbRouge .mbOnglet {
background-color: #fffce8; border-color: #993300 #993300 #ff621 #ff62155; /* 1 3 3 1 */}
/* Contents of <math> tag should have an ltr layout */ span.texhtml {
direction:ltr; unicode-bidi:bidi-override;
}
/* عارضی؛ */ a:lang(ar):hover, a:lang(ckb):hover, a:lang(fa):hover, a:lang(kk-arab):hover, a:lang(mzn):hover, a:lang(ps):hover, a:lang(ur):hover {
text-decoration: underline;
}
/* سانچہ:زریہ */ /* Forked from CSS3 Gradient Buttons by Web Designer Wall */ /* button */ .zirr {
display: inline-block; zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */ *display: inline; vertical-align: baseline; margin: 0 2px; outline: none; cursor: pointer; text-align: center; text-decoration: none; font: bold 100% Arial, sans-serif; padding: .2em .6em; text-shadow: 0 1px 1px rgba(0,0,0,.3); -webkit-border-radius: .2em; -moz-border-radius: .2em; border-radius: .2em; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2);
} .zirr:hover {
text-decoration: none;
} .zirr:active {
position: relative; top: 1px;
} .zirr a {
color: white !important;
} .zirrabyad a {
color: black !important;
}
/* color styles */
/* black */ .zirraswad {
color: #d7d7d7; border: solid 1px #333; background: #333; background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000)); background: -moz-linear-gradient(top, #666, #000); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
} .zirraswad:hover {
background: #000; background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000)); background: -moz-linear-gradient(top, #444, #000); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
} .zirraswad:active {
color: #666; background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444)); background: -moz-linear-gradient(top, #000, #444); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
/* gray */ .zirrramadi {
color: #e9e9e9; border: solid 1px #555; background: #6e6e6e; background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757)); background: -moz-linear-gradient(top, #888, #575757); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
} .zirrramadi:hover {
background: #616161; background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b)); background: -moz-linear-gradient(top, #757575, #4b4b4b); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
} .zirrramadi:active {
color: #afafaf; background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888)); background: -moz-linear-gradient(top, #575757, #888); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
/* white */ .zirrabyad {
color: #606060; border: solid 1px #b7b7b7; background: #fff; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed)); background: -moz-linear-gradient(top, #fff, #ededed); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
} .zirrabyad:hover {
background: #ededed; background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc)); background: -moz-linear-gradient(top, #fff, #dcdcdc); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
} .zirrabyad:active {
color: #999; background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff)); background: -moz-linear-gradient(top, #ededed, #fff); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
/* orange */ .zirrburtuqali {
color: #fef4e9; border: solid 1px #da7c0c; background: #f78d1d; background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20)); background: -moz-linear-gradient(top, #faa51a, #f47a20); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
} .zirrburtuqali:hover {
background: #f47c20; background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015)); background: -moz-linear-gradient(top, #f88e11, #f06015); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
} .zirrburtuqali:active {
color: #fcd3a5; background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a)); background: -moz-linear-gradient(top, #f47a20, #faa51a); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
/* red */ .zirrahmar {
color: #faddde; border: solid 1px #980c10; background: #d81b21; background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#aa1317)); background: -moz-linear-gradient(top, #ed1c24, #aa1317); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed1c24', endColorstr='#aa1317');
} .zirrahmar:hover {
background: #b61318; background: -webkit-gradient(linear, left top, left bottom, from(#c9151b), to(#a11115)); background: -moz-linear-gradient(top, #c9151b, #a11115); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9151b', endColorstr='#a11115');
} .zirrahmar:active {
color: #de898c; background: -webkit-gradient(linear, left top, left bottom, from(#aa1317), to(#ed1c24)); background: -moz-linear-gradient(top, #aa1317, #ed1c24); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#aa1317', endColorstr='#ed1c24');
}
/* blue */ .zirrazraq {
color: #d9eef7; border: solid 1px #0076a3; background: #0095cd; background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5)); background: -moz-linear-gradient(top, #00adee, #0078a5); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
} .zirrazraq:hover {
background: #007ead; background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e)); background: -moz-linear-gradient(top, #0095cc, #00678e); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
} .zirrazraq:active {
color: #80bed6; background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee)); background: -moz-linear-gradient(top, #0078a5, #00adee); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
/* rosy */ .zirrwardi {
color: #fae7e9; border: solid 1px #b73948; background: #da5867; background: -webkit-gradient(linear, left top, left bottom, from(#f16c7c), to(#bf404f)); background: -moz-linear-gradient(top, #f16c7c, #bf404f); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f16c7c', endColorstr='#bf404f');
} .zirrwardi:hover {
background: #ba4b58; background: -webkit-gradient(linear, left top, left bottom, from(#cf5d6a), to(#a53845)); background: -moz-linear-gradient(top, #cf5d6a, #a53845); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cf5d6a', endColorstr='#a53845');
} .zirrwardi:active {
color: #dca4ab; background: -webkit-gradient(linear, left top, left bottom, from(#bf404f), to(#f16c7c)); background: -moz-linear-gradient(top, #bf404f, #f16c7c); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf404f', endColorstr='#f16c7c');
}
/* green */ .zirrakhdar {
color: #e8f0de; border: solid 1px #538312; background: #64991e; background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e)); background: -moz-linear-gradient(top, #7db72f, #4e7d0e); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
} .zirrakhdar:hover {
background: #538018; background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c)); background: -moz-linear-gradient(top, #6b9d28, #436b0c); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
} .zirrakhdar:active {
color: #a9c08c; background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f)); background: -moz-linear-gradient(top, #4e7d0e, #7db72f); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}
/* pink */ .zirrzahri {
color: #feeef5; border: solid 1px #d2729e; background: #f895c2; background: -webkit-gradient(linear, left top, left bottom, from(#feb1d3), to(#f171ab)); background: -moz-linear-gradient(top, #feb1d3, #f171ab); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feb1d3', endColorstr='#f171ab');
} .zirrzahri:hover {
background: #d57ea5; background: -webkit-gradient(linear, left top, left bottom, from(#f4aacb), to(#e86ca4)); background: -moz-linear-gradient(top, #f4aacb, #e86ca4); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4aacb', endColorstr='#e86ca4');
} .zirrzahri:active {
color: #f3c3d9; background: -webkit-gradient(linear, left top, left bottom, from(#f171ab), to(#feb1d3)); background: -moz-linear-gradient(top, #f171ab, #feb1d3); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f171ab', endColorstr='#feb1d3');
}
/*FIN DES SCHÉMAS DE COULEUR DE "CADRE À ONGLETS"*/
/************************************************
*** Infobox V2 - En phase de test *** *** Voir : Utilisateur:Antaya/Infobox V2 *** ************************************************/
.infobox_v2 { /* monobookocentré debut */
background: #f9f9f9; color: #000; font-size:90%; line-height:1.1em; float:left; clear:left; margin:0 1em .5em 0; /* haut droite bas gauche */ width:300px; border: 1px solid #aaa; padding: 0.1em;
}
.infobox_v2 th {
vertical-align:top; text-align:right;
}
/* Option désactivée : empêche les liens internes d'apparaître en bleu .infobox_v2 th a {
color:black; * désactive la couleur des liens à gauche *
}
- /
.infobox_v2 .entete {
height:45px; vertical-align:middle; text-align:center; font-size:150%; font-weight:bolder; line-height:1.2em; color:#000
}
.infobox_v2 .media { /* css V2 pour Modèle:Son, Modèle:Vidéo, etc. */ height:35px; vertical-align:middle; text-align:center; font-weight:bolder; color:#000 }
/* graphiques transparents d'entêtes des infobox V2 */ .entete.defaut {}
.entete.aerostat {background: url("//upload.wikimedia.org/wikipedia/commons/7/7e/Picto_infobox_aerostat.png") no-repeat top right;} .entete.auteur {background: url("//upload.wikimedia.org/wikipedia/commons/1/1e/Picto_infobox_auteur.png") no-repeat top right;} .entete.bd {background: url("//upload.wikimedia.org/wikipedia/commons/2/2c/Picto_infobox_comicballoon.png") no-repeat top right;} .entete.biere {background: url("//upload.wikimedia.org/wikipedia/commons/0/04/Picto_infobox_beer.png") no-repeat top right;} .entete.canada {background: url("//upload.wikimedia.org/wikipedia/commons/6/6a/Picto_infobox_Canada.png") no-repeat top right;} .entete.cardinal {background: url("//upload.wikimedia.org/wikipedia/commons/0/03/Picto_infobox_cardinal.png") no-repeat top right;} .entete.chateau {background: url("//upload.wikimedia.org/wikipedia/commons/5/5c/Picto_infobox_chateau.png") no-repeat top right;} .entete.cinema {background: url("//upload.wikimedia.org/wikipedia/commons/e/ea/Picto_infobox_cinema.png") no-repeat top right;} .entete.communication {background: url("//upload.wikimedia.org/wikipedia/commons/a/a2/Picto_infobox_antenna.png") no-repeat top right;} .entete.disney {background: url("//upload.wikimedia.org/wikipedia/commons/d/d3/Picto_infobox_Disney.png") no-repeat top right;} .entete.egypte-antique {background: url("//upload.wikimedia.org/wikipedia/commons/c/cc/Picto_infobox_ancient_Egypt.png") no-repeat top right;} .entete.eveque {background: url("//upload.wikimedia.org/wikipedia/commons/b/b3/Picto_infobox_bishop.png") no-repeat top right;} .entete.football {background: url("//upload.wikimedia.org/wikipedia/commons/f/f8/Infobox_Football_pictogram.png") no-repeat top right;} .entete.grappe {background: url("//upload.wikimedia.org/wikipedia/commons/6/66/Picto_info_grape.png") no-repeat top right;} .entete.helicoptere {background: url("//upload.wikimedia.org/wikipedia/commons/f/fa/Picto_infobox_helicopter.png") no-repeat top right;} .entete.humain {background: url("//upload.wikimedia.org/wikipedia/commons/8/82/Picto_infobox_manwoman.png") no-repeat top right;} .entete.informatique {background: url("//upload.wikimedia.org/wikipedia/commons/a/ae/Picto-infoboxinfo.png") no-repeat top right;} .entete.israel-judaisme {background: url("//upload.wikimedia.org/wikipedia/commons/a/a5/Picto_infobox_israel-judaisme.png") no-repeat top right;} .entete.jeu {background: url("//upload.wikimedia.org/wikipedia/commons/9/90/Picto_infobox_Game.png") no-repeat top right;} .entete.jeu-role {background: url("//upload.wikimedia.org/wikipedia/commons/d/d8/Picto_infobox_Jeu_de_rôle.png") no-repeat top right;} .entete.jeuvideo {background: url("//upload.wikimedia.org/wikipedia/commons/2/2d/Picto_infobox_gamepad.png") no-repeat bottom right;} .entete.macintosh {background: url("//upload.wikimedia.org/wikipedia/commons/2/20/Picto_infobox_Macintosh.png") no-repeat top right;} .entete.map {background: url("//upload.wikimedia.org/wikipedia/commons/7/7a/Picto_infobox_map.png") no-repeat top right;} .entete.medecine {background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Picto_infobox_med.png") no-repeat top right;} .entete.mets {background: url("//upload.wikimedia.org/wikipedia/commons/a/aa/Picto_infobox_mets.png") no-repeat top right;} .entete.montreal-metro {background: url("//upload.wikimedia.org/wikipedia/fr/b/ba/Picto_infobox_Mtl_metro.png") no-repeat top right;} .entete.montreal-train {background: url("//upload.wikimedia.org/wikipedia/fr/9/99/Picto_infobox_Mtl_train.png") no-repeat top right;} .entete.moteur-avion {background: url("//upload.wikimedia.org/wikipedia/commons/9/9c/Picto_Infobox_moteur_d%27avion.png") no-repeat top right;} .entete.musique {background: url("//upload.wikimedia.org/wikipedia/commons/6/60/Picto_infobox_music.png") no-repeat top right;} .entete.papyrus {background: url("//upload.wikimedia.org/wikipedia/commons/1/1b/Picto_infobox_papyrus.png") no-repeat top right;} .entete.paralympique {background: url("//upload.wikimedia.org/wikipedia/commons/5/5e/Picto_infobox_Paralympics.png") no-repeat top right;} .entete.persofiction {background: url("//upload.wikimedia.org/wikipedia/commons/3/37/Picto_infobox_masks.png") no-repeat top right;} .entete.personne {background: url("//upload.wikimedia.org/wikipedia/commons/4/48/Picto_infobox_character.png") no-repeat top right;} .entete.planeur {background: url("//upload.wikimedia.org/wikipedia/commons/5/54/Picto_infobox_planeur.png") no-repeat top right;} .entete.presse {background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Picto_infobox_journal.png") no-repeat top right;} .entete.projet {background: url("//upload.wikimedia.org/wikipedia/commons/c/cb/Picto_infobox_tools.png") no-repeat top right;} .entete.quebec {background: url("//upload.wikimedia.org/wikipedia/commons/2/21/Picto_infobox_Quebec.png") no-repeat top right;} .entete.recherche {background: url("//upload.wikimedia.org/wikipedia/commons/c/c1/Picto_infobox_detective.png") no-repeat top right;} .entete.rome-antique {background: url("//upload.wikimedia.org/wikipedia/commons/2/2e/Picto_infobox_Roman_millitary_banner.png") no-repeat top right;} .entete.science-fiction {background: url("//upload.wikimedia.org/wikipedia/commons/e/ed/Picto_infobox_fliyingsaucer.png") no-repeat top right;} .entete.sport {background: url("//upload.wikimedia.org/wikipedia/commons/8/8e/Picto_infobox_Olympic.png") no-repeat top right;} .entete.sport-automobile {background: url("//upload.wikimedia.org/wikipedia/commons/a/af/Picto_infobox_sport_auto.png") no-repeat top right;} .entete.television {background: url("//upload.wikimedia.org/wikipedia/commons/a/a6/Picto_infobox_TV-T%26PC.png") no-repeat top right;} .entete.timbre {background: url("//upload.wikimedia.org/wikipedia/commons/b/b3/Picto_infobox_Stamps.png") no-repeat top right;} .entete.train {background: url("//upload.wikimedia.org/wikipedia/commons/4/44/Picto_infobox_train.png") no-repeat top right;} .entete.union-europeenne {background: url("//upload.wikimedia.org/wikipedia/commons/c/c0/Picto_Infobox_Europe.png") no-repeat top right;} .entete.universite {background: url("//upload.wikimedia.org/wikipedia/commons/4/42/Picto_infobox_book.png") no-repeat top right;}
.media.audio {background: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/35px-Gnome-speakernotes.png") no-repeat top left;} .media.video {background: url("//upload.wikimedia.org/wikipedia/commons/thumb/2/20/Tango-video-x-generic.png/35px-Tango-video-x-generic.png") no-repeat top left;}
/* Fin de la phase de test Infobox V2 */ /* monobookocentré fin V2 */
/* Makes the background of a framed image white instead of gray. */ /* Only visible with transparent images. */ div.thumb img.thumbimage {
background-color: #fff;
}
.errorbox, .successbox, .prefsection fieldset {
float: right;
}
/* To Display poems justified in IE and CSS3 (http://www.w3.org/TR/css3-text/) */ .b { /* verse container */
text-align: justify; text-align-last: justify; /* for IE and CSS3 */ -moz-text-align-last: justify; /* for Firefox 12 */ -webkit-text-align-last: justify; /* webkit based browsers */ border: 0;
}
.beyt {
white-space: nowrap;
}
/* Small font-size for hidden categories */
- mw-hidden-catlinks { font-size: 87% !important; }
/* better font for hotcat arrows, same other wikis */
- mw-normal-catlinks > span > span {
font-family: Arial, Helvetica, sans-serif;
} .listify{
margin-left:0; margin-right:2em;
}
- wpFilterRules {
direction: ltr;
}
/* Pie chart test: Transparent borders */ .transborder {
border: solid transparent;
}
- html .transborder { /* IE6 */
border: solid #000001; filter: chroma(color=#000001);
}
/* See MediaWiki:Common.js#Hide some upload options */ .trustedUploader, #mw-imagepage-reupload-link { display: none; }
/* Hide edittools base for those not using the gadget */
- specialchars {
display: none;
}
/* Category tree styling. Works in conjuction with MediaWiki:Categorytree-expand-bullet,
MediaWiki:Categorytree-collapse-bullet and MediaWiki:Categorytree-empty-bullet. */
- mw-subcategories ul {
list-style: none none; margin-left: 0.25em;
} .CategoryTreeChildren {
margin-left: 1.25em;
} .CategoryTreeToggle {
color: #0645AD;
} .CategoryTreeEmptyBullet {
color: #C0C0C0;
}
/* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size. Bugzilla:26204. */ div.mw-geshi div, div.mw-geshi div pre, span.mw-geshi, pre.source-css, pre.source-javascript, pre.source-lua {
font-family: monospace, Courier !important;
}
/* Partially support HTML5 bdi tag on old browsers that don't support
it and reassign its default value on modern browsers, needed for better i18n even on old browsers */
bdi {
unicode-bidi: embed; /* fallback, it is not completely same but will work on most cases */ unicode-bidi: -webkit-isolate; unicode-bidi: -moz-isolate; unicode-bidi: -ms-isolate; unicode-bidi: isolate;
}
/* وضاحت در صفحات ریتخانہ برائے صارفین */ body[class*="_ریتخانہ"] #firstHeading > span:first-child:after {
float: left; font-size: 40%; color: gray; width: 30%; line-height: 1.5em; content: 'اطلاع: یہ صفحہ دائرۃ المعارف کا حصہ نہیں ہے، چنانچہ ویکیپیڈیا صفحہ کے طور پر اس کا شمار نہیں ہوتا، یہ محض ویکیپیڈیا صارفین کے لیے بطور تجربہ گاہ استعمال ہوتا ہے۔';
}
/* رنگین نمائش روابط در Newpages */
- mw-newpages-table td.mw-input > a:nth-child(2) { font-weight: bold; }
/*سانچہ:متعدد ابواب*/#bandeau-portail{border:solid #AAA 1px;padding:3px;background-color:#F9F9F9;text-align:center;margin-right:0;clear:both;}
- liste-portail{padding:3px;text-align:center;margin-right:0;clear:both;}
- liste-portail li{display:inline;}
- bandeau-portail li{display:inline;}
.bandeau-portail-element{white-space:nowrap;margin:auto 1.5em;} .bandeau-portail-icone{margin-left:.5em;}
/*تخفف خلا مابین زمرہ جات و نہائی مواد*/.catlinks{margin-top:.5em;} /*مابین زمرہ جات و سانچہ جات وغیرہ عدم مداخلت*/#mw-subcategories,#mw-pages,#mw-category-media,#filehistory,#wikiPreview,#wikiDiff{clear:both;} /*سانچہ:خوش آمدید*/.welcomeuser{border:1px solid #FFF;box-shadow:0 0 2px #000 inset;padding:.5em 1em;border-radius:.1em;} .welcomeuser h2{border-bottom:1px solid transparent!important;background-color:#F5F5F5;line-height:1.5em!important;font-size:120%!important;} .welcomeuser dl{background:transparent!important;}
/* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size.
Bugzilla:26204. See also Wikipedia:Typography#The monospace 'bug' */
div.mw-geshi div, div.mw-geshi div pre, span.mw-geshi, pre.source-css, pre.source-javascript, pre.source-lua {
font-family: monospace, Courier !important;
}
/**
* Styling for links generated by MediaWiki:Edittools * @source www.mediawiki.org/wiki/Extension:CharInsert#Styling * @updated 2012-02-29 */
.mw-charinsert-buttons { margin-top: 10px; border: 1px solid #aaaaaa; padding: 1px; text-align: center; font-size: 110%; } .mw-charinsert-buttons a { color: black; background-color: #cde !important; font-weight: bold; font-size: .9em; text-decoration: none; border: thin #069 outset; padding: 0 .1em .1em; } .mw-charinsert-buttons a:hover, .mw-charinsert-buttons a:active { background-color: #bcd; border-style: inset; } .client-js .mw-edittools-section { display: inline; } .client-js .mw-edittools-section input[type="button"] { font-size: 0.9em; padding-left: 1px; padding-right: 1px; margin-left: 1px; }