ميدياويكي:Common.css
اذهب إلى التنقل
اذهب إلى البحث
ملاحظة: بعد النشر، أنت قد تحتاج إلى إفراغ الكاش الخاص بمتصفحك لرؤية التغييرات.
- فايرفوكس / سافاري: أمسك Shift أثناء ضغط Reload، أو اضغط على إما Ctrl-F5 أو Ctrl-R (⌘-R على ماك)
- جوجل كروم: اضغط Ctrl-Shift-R (⌘-Shift-R على ماك)
- إنترنت إكسبلورر/إيدج: أمسك Ctrl أثناء ضغط Refresh، أو اضغط Ctrl-F5
- أوبرا: اضغط Ctrl-F5.
/* Any rules which should not be flipped should be prepended with @noflip in a comment block.*/
/* add horizontal scrollbar to "pre" elements */
pre {
overflow-x: auto;
}
/* جعل صندوق التحرير أقصر */
#wpTextbox1 {
height: 25em;
}
/* القائمة الكاملة بخط غليظ في الصفحة الرئيسية */
#interwiki-completelist {
font-weight: bold;
}
/* وتحسين مظهر الصفحة */
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-الصفحة_الرئيسية #catlinks,
body.page-الصفحة_الرئيسية #centralNotice {
display: none !important;
}
/* وتعيين رسومها
#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 right; }
#EnWpMpSearchInner { float: right; width: 20em; text-align: center; }
#EnWpMpBook2 { background-image: url(//upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); }
#globe { background-image: url(//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png); }
*/
/* */
@media print {
#privacy, #about, #disclaimer {display:none;}
}
/* تعديل شريط أدوات النافذة */
#toolbar {
height: 22px;
margin-bottom: 6px;
}
/* تصغير قائمة المراجع */
ol.references,
div.reflist,
div.refbegin {
font-size: 90%; /* Default font-size */
margin-bottom: 0.5em;
}
div.reflist ol.references {
font-size: 100%; /* Reset font-size when nested in div.reflist */
list-style-type: inherit; /* Enable custom list style types */
}
/* اسم المرجع بلون أزرق بعد الضغط على رقمه */
ol.references li:target,
sup.reference:target,
span.citation:target {
background-color: #DEF;
}
/* أسماء المواجع في ترويسات الجداول بلا بخط غليظ ولا مائل */
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) " ";
}
/* */
#specialchars {
background: white;
border: 1px solid #aaa;
margin-top: 3px;
padding: 1px;
text-align: right;
}
/* */
div#editpage-specialchars a
{
text-decoration: none;
}
div#editpage-specialchars a:hover
{
text-decoration: underline;
}
/* */
.usermessage {
vertical-align: middle;
}
/* [[قالب:خطأ]] */
p.error
{
font-weight:bold;
}
/* [[قالب:أصد]] */
.IPA {
direction: ltr;
unicode-bidi: embed;
}
/* */
span#URLSource
{
direction: ltr;
font-size: 1.2em;
font-weight: bold;
}
/* */
table.metadata
{
float: right;
}
/* */
span#edit-for-sysops
{
display: none;
}
/* */
div.sharedUploadNotice
{
font-style: normal;
}
/* */
input#wpUploadFile, input#wpDestFile, input#wpLicense
{
float: right;
}
/* ־Site Notice */
div#siteNotice
{
padding-top: 5px;
text-align: center;
}
/* [[قالب:أصد]] */
.nounderlines a,
.IPA a:link, .IPA a:visited {
text-decoration: none;
}
/* [[قالب:صندوق معلومات]] */
.infobox {
border: 1px solid #aaaaaa;
background-color: #f9f9f9;
color: black;
margin-bottom: 0.5em;
margin-right: 1em;
padding: 0.2em;
float: left;
clear: left;
}
.infobox td,
.infobox th {
vertical-align: top;
}
.infobox caption {
font-size: larger;
margin-left: inherit;
}
.infobox.bordered {
border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border: 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;
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;
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;
}
/* 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;
}
/* The backgrounds for galleries. */
div#content .gallerybox div.thumb {
background-color: #F9F9F9; /* Light gray padding */
}
/* */
div.Boxmerge, div.NavFrame
{
border-collapse: collapse;
border-color: #AAAAAA;
border-style: solid;
border-width: 1px;
font-size: 95%;
margin: 0px;
padding: 2px;
text-align: center;
}
div.Boxmerge div.NavFrame
{
border-style: none;
border-style: hidden;
}
div.NavFrame + div.NavFrame
{
border-top-style: none;
border-top-style: hidden;
}
div.NavPic
{
background-color: #FFFFFF;
float: left;
margin: 0px;
margin-top: 0.5em;
padding: 2px;
}
div.NavFrame div.NavHead
{
background-color: #EFEFEF;
font-size: 100%;
font-weight: bold;
height: 1.6em;
position: relative;
}
div.NavFrame p
{
font-size: 100%;
}
div.NavFrame div.NavContent
{
font-size: 100%;
}
div.NavFrame div.NavContent p
{
font-size: 100%;
}
div.NavEnd
{
clear: both;
line-height: 1px;
margin: 0px;
padding: 0px;
}
a.NavToggle
{
font-size: smaller;
font-weight: normal;
left: 3px;
position: absolute;
top: 0px;
}
/* */
body
{
letter-spacing: 0.001em;
}
/* 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;
}
}
/* 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-right: 0.05em;
}
/* */
@media print
{
/* */
.printfooter
{
display: none;
}
}
/* */
.audiolink a
{
background: url("//upload.wikimedia.org/wikipedia/commons/f/f7/Loudspeaker.png") center right no-repeat !important;
padding-left: 16px !important;
padding-right: 0 !important;
}
html > body .audiolink a
{
background: none !important;
padding-left: 0 !important;
}
/* wikitable/prettytable class for skinning normal tables */
table.wikitable, table.prettytable {
margin: 1em 0 1em 1em;
background-color: #F9F9F9;
border: 1px #aaaaaa solid;
border-collapse: collapse;
}
table.wikitable th, table.wikitable td, table.prettytable th, table.prettytable td {
border: 1px #aaaaaa solid;
padding: 0.2em;
}
table.wikitable th, table.prettytable th {
background-color: #F2F2F2;
text-align: center;
}
table.wikitable caption, table.prettytable caption {
margin-left: inherit;
margin-right: inherit;
}
/* hiddenStructure from Monobook - allows selective hiding of markup in templates */
.hiddenStructure {
display: none;
speak: none;
}
/* قوالب صندوق رسالة نقاش */
.messagebox {
border: 1px solid #aaaaaa;
background-color: #f9f9f9;
width: 80%;
margin: 0 auto 1em auto;
padding: .2em;
text-align: justify;
}
.messagebox.merge {
border: 1px solid #cf9fff;
background-color: #f5edf5;
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.small-talk {
width: 238px;
font-size: 85%;
float: left;
clear: both;
margin: 0 0 1em 1em;
line-height: 1.25em;
background: #F8EABA;
}
.infobox.sisterproject {
width: 20em;
font-size: 90%;
}
/************************/
/*
** Logo properties with modified height value to meet the actual logo hieght, 165px.*/
/************************/
#p-logo {
height: 165px;
}
#p-logo a,
#p-logo a:hover {
height: 165px;
}
/************************/
/* CommonsTicker styles */
/************************/
/* links */
.tickerDiffLink { } /* diff links in ticker */
.tickerMiscLink { } /* misc links in ticker */
/* remove list bullets */
.tickerList ul, .tickerList ul li { list-style: none; text-indent:-2em; margin-right:2em; text-align:right; }
.tickerList ul ul, .tickerList ul ul li { list-style: none; text-indent:0; margin-right:1.5em; text-align:right; }
/* per-type styles */
.tickerEntry_deleted { } /* entry for image deletion */
.tickerEntry_restored { } /* entry for restored image */
.tickerEntry_replaced { } /* entry for image replacement */
.tickerEntry_tagged { } /* entry for adding/removing problem tags */
.tickerEntry_redir { } /* entry for critical redirection (fot tag redirects) */
.tickerEntry_recat { } /* entry for critical re-categorization (for tag categories) */
.tickerEntry_notify { } /* entry for global notifications */
.tickerEntry_changed { } /* entry for generic change */
/* per-status styles */
.tickerStatus_done { text-decoration:line-through; } /* strike through when entry has been handeled */
/* per-action styles */
.tickerAction_deleted:before { content:" حذفت "; color: #FF0000; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_restored:before { content:" استرجعت "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_deletedRev:before { content:" -OLD "; color: #DDAAAA; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_replaced:before { content:" استبدلت "; color: #CC88FF; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_replacedOwn:before { content:" حدثت "; color: #EEAAFF; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_addedBad:before { content:" +حذف "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_removedBad:before { content:" -حذف "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_addedGood:before { content:" +OK "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_removedGood:before { content:" -OK "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }
/* ticker usage list */
.tickerUsage { font-size:80%; }
/* entry applies to a template used by multiple images */
.tickerTemplateEntry { font-weight: bold; }
/* entry applies to sub-entries, i.e.images that use a specific template */
.tickerSubEntry { }
/* minor entry styles */
.tickerMinorEntry { color:#666; } /* minor entry */
.tickerMinorEntry a,
.tickerMinorEntry a:link,
.tickerMinorEntry a:visited { color:#669; }
#bodyContent .tickerMinorEntry a.extiw,
#bodyContent .tickerMinorEntry a.extiw:link,
#bodyContent .tickerMinorEntry a.extiw:visited { color:#669; }
/* لإظهار ما إذا كانت خلفية أي صورة شفافة */
#file img {background: url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;}
/* خلفية شفافة */
.same-bg { background: none }
/* */
.infobox_v2 { /* monobookocentré debut */
background: #f9f9f9;
color: #000;
font-size:90%;
line-height:1.1em;
float:left;
clear:left;
margin:0 1em 1em 0; /* haut droite bas gauche */
width:300px;
border: 1px solid #aaa;
padding: 0.1em;
}
.infobox_v2 th {
vertical-align:top;
text-align:left;
}
.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 {
height:35px;
vertical-align:middle;
text-align:center;
font-weight:bolder;
color:#000
}
/* [[قالب:صندوق المعلومات 2]] */
/* .entete.defaut {} */
.entete.aerostat {background: url("//upload.wikimedia.org/wikipedia/commons/7/7e/Picto_infobox_aerostat.png") no-repeat right top ;}
.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 right top ;}
.entete.chateau {background: url("//upload.wikimedia.org/wikipedia/commons/5/5c/Picto_infobox_chateau.png") no-repeat right top ;}
.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 right top ;}
.entete.egypte-antique {background: url("//upload.wikimedia.org/wikipedia/commons/c/cc/Picto_infobox_ancient_Egypt.png") no-repeat right top ;}
.entete.eveque {background: url("//upload.wikimedia.org/wikipedia/commons/b/b3/Picto_infobox_bishop.png") no-repeat right top ;}
.entete.football {background: url("//upload.wikimedia.org/wikipedia/commons/f/f8/Infobox_Football_pictogram.png") no-repeat right top ;}
.entete.grappe {background: url("//upload.wikimedia.org/wikipedia/commons/6/66/Picto_info_grape.png") no-repeat right top ;}
/* .entete.helicoptere {background: url("//upload.wikimedia.org/wikipedia/commons/f/fa/Picto_infobox_helicopter.png") no-repeat right top ;} */
.entete.hockey {background: url("//upload.wikimedia.org/wikipedia/commons/e/ee/Picto_Infobox_Ice_hockey.png") no-repeat right top ;}
.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 right top ;}
.entete.israel-judaisme {background: url("//upload.wikimedia.org/wikipedia/commons/a/a5/Picto_infobox_israel-judaisme.png") no-repeat right top ;}
.entete.jeu {background: url("//upload.wikimedia.org/wikipedia/commons/9/90/Picto_infobox_Game.png") no-repeat right top ;}
.entete.jeu-role {background: url("//upload.wikimedia.org/wikipedia/commons/d/d8/Picto_infobox_Jeu_de_rôle.png") no-repeat right top ;}
.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 right top ;}
.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 right top ;}
.entete.mets {background: url("//upload.wikimedia.org/wikipedia/commons/a/aa/Picto_infobox_mets.png") no-repeat right top ;}
.entete.montreal-metro {background: url("//upload.wikimedia.org/wikipedia/fr/b/ba/Picto_infobox_Mtl_metro.png") no-repeat right top ;}
.entete.montreal-train {background: url("//upload.wikimedia.org/wikipedia/fr/9/99/Picto_infobox_Mtl_train.png") no-repeat right top ;}
.entete.moteur-avion {background: url("//upload.wikimedia.org/wikipedia/commons/9/9c/Picto_Infobox_moteur_d%27avion.png") no-repeat right top ;}
.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 right top ;}
.entete.paralympique {background: url("//upload.wikimedia.org/wikipedia/commons/5/5e/Picto_infobox_Paralympics.png") no-repeat right top ;}
.entete.persofiction , .entete.theatre {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 right top ;}
.entete.planeur {background: url("//upload.wikimedia.org/wikipedia/commons/5/54/Picto_infobox_planeur.png") no-repeat right top ;}
.entete.presse {background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Picto_infobox_journal.png") no-repeat right top ;}
.entete.projet {background: url("//upload.wikimedia.org/wikipedia/commons/c/cb/Picto_infobox_tools.png") no-repeat right top ;}
.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 right top ;}
.entete.rome-antique {background: url("//upload.wikimedia.org/wikipedia/commons/2/2e/Picto_infobox_Roman_millitary_banner.png") no-repeat right top ;}
.entete.rugby {background: url("//upload.wikimedia.org/wikipedia/commons/0/06/Picto_Infobox_Rugby.png") no-repeat right top ;}
.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 right top ;}
.entete.television {background: url("//upload.wikimedia.org/wikipedia/commons/a/a6/Picto_infobox_TV-T%26PC.png") no-repeat right top ;}
.entete.timbre {background: url("//upload.wikimedia.org/wikipedia/commons/b/b3/Picto_infobox_Stamps.png") no-repeat right top ;}
.entete.train {background: url("//upload.wikimedia.org/wikipedia/commons/4/44/Picto_infobox_train.png") no-repeat right top ;}
.entete.union-europeenne {background: url("//upload.wikimedia.org/wikipedia/commons/c/c0/Picto_Infobox_Europe.png") no-repeat right top ;}
.entete.universite {background: url("//upload.wikimedia.org/wikipedia/commons/4/42/Picto_infobox_book.png") no-repeat right top ;}
.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/en/thumb/2/20/Tango-video-x-generic.png/35px-Tango-video-x-generic.png") no-repeat top left;}
/* [[قالب:صندوق رسالة]] */
th.mbox-text, td.mbox-text { /* The message body cell(s) */
border: none;
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;
padding: 2px 0.9em 2px 0; /* 0.9em left, 0px right */
text-align: center;
}
td.mbox-imageright { /* The right image cell */
border: none;
padding: 2px 0 2px 0.9em; /* 0px left, 0.9em right */
text-align: center;
}
/* Article message box styles */
table.ambox {
margin: 0px 10%; /* 10% = Will not overlap with other elements */
border: 1px solid #aaa;
border-right: 10px solid #1e90ff; /* Default "notice" blue */
background: #fbfbfb;
}
table.ambox + table.ambox { /* Single border between stacked boxes.*/
margin-top: -1px;
}
table.ambox th.ambox-text, table.ambox td.ambox-text { /* The message body cell(s) */
padding: 0.25em 0.5em; /* 0.5em left/right */
width: 100%; /* Make all templates the same width regardless of text size */
}
table.ambox td.ambox-image { /* The right image cell */
padding: 2px 0px 2px 0.5em; /* 0.5em left, 0px right */
text-align: center;
}
table.ambox td.ambox-imageright { /* The right image cell */
padding: 2px 4px 2px 0px; /* 0px left, 4px right */
text-align: center;
}
.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 2px 0.5em; /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright { /* The right image cell */
padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */
}
table.ambox-notice {
border-right: 10px solid #1e90ff; /* Blue */
}
table.ambox-speedy {
border-right: 10px solid #b22222; /* Red */
background: #fee; /* Pink */
}
table.ambox-delete {
border-right: 10px solid #b22222; /* Red */
}
table.ambox-content {
border-right: 10px solid #f28500; /* Orange */
}
table.ambox-style {
border-right: 10px solid #f4c430; /* Yellow */
}
table.ambox-move {
border-right: 10px solid #9932cc; /* Purple */
}
table.ambox-protection {
border-right: 10px solid #bba; /* Gray-gold */
}
table.ambox-serious {
border-color: #b22222; /* Red */
}
table.ambox-merge {
border-color: #9932cc; /* Purple */
}
table.ambox.ambox-mini { /* small floating box variant */
float: right;
clear: right;
margin: 0 0 0 1em;
width: 25%;
}
/* 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.*/
}
.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" */
margin: 2px 0; /* class ensures that this declaration overrides other */
width: 100%; /* For Safari and Opera */ /* styles (including mbox-small above) */
}
.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.noarticletext,
div.fmbox-system {
clear: both;
margin: 0.2em 0;
border: 1px solid #aaa;
background: #f9f9f9;
padding: 0.25em 0.9em;
}
/* [[قالب:صندوق تصفح]] */
.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;
}
.navbox {
margin-top: -1px;
border: 1px solid #aaa;
clear: both;
font-size: 88%;
margin: auto;
padding: 1px;
text-align: center;
width: 100%;
}
table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */
margin-top: -1px; /* (doesn't work for IE6, but that's okay) */
}
.navbox-title,
.navbox-abovebelow,
.navbox th {
text-align: center; /* Title and above/below styles */
padding-left: 1em;
padding-right: 1em;
background-color: #ccf;
}
table.navbox tr:not(:first-child) th {
background-color: #ddf;
}
@media print {
.navbox {
display: none;
}
}
th.navbox-group { /* Group style */
white-space: nowrap;
/* @noflip */text-align: right;
font-weight: bold;
padding-left: 1em;
padding-right: 1em;
}
.navbox, .navbox-subgroup {
background: #fdfdfd; /* Background color */
}
.navbox-inner,
.navbox-subgroup {
width: 100%;
}
.navbox-list {
border-color: #fdfdfd; /* Must match background color */
}
.navbox-title,
.navbox th {
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 */
}
/* so they need to be the same width. */
.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 */
}
/* '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;
}
.plainlinksneverexpand a
{
background: none !important;
padding: 0 !important;
}
body.mediawiki table.mbox-small {
clear: left;
float: left;
margin: 4px 1em 4px 0;
width: 238px;
font-size: 88%;
line-height: 1.25em;
}
/* [[قالب:إحداث]] */
#coordinates, #osm-coordinates {
position: absolute;
z-index: 1;
border: none;
background: none;
left: 30px;
top: 4.4em;
float: left;
margin: 0.0em;
padding: 0.0em;
line-height: 1.5em;
text-align: right;
text-indent: 0;
font-size: 85%;
text-transform: none;
white-space: nowrap;
}
/* 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; }
/* [[ويكيبيديا:مراجعات معلمة]] */
.flaggedrevs_short {
float: left;
margin: 0 1em 0 0;
}
.flaggedrevs_editnotice, .mw-undo-success {
border: solid 1px grey !important;
padding: 8px !important;
}
/*FlaggedRevs box walkaround*/
#contentSub {
margin-bottom: 2em;
}
/* [[قالب:مبوبة]] */
.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 */}
/*[[قالب:تبويبات]]*/
div.horizTabBox ul.tabbernav li a {
background-color:#3eb2c9;
color:white;
margin-left:10px;
padding-right:1em;
padding-left:1em;
-moz-border-radius:2em 0;
-webkit-border-radius:2em 0;
border-radius:2em 0;
-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 0;
-webkit-border-radius:1em 0;
border-radius:1em 0;
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;
}
/* [[قالب:إيقونة علوية]] */
div.toplink div {
position: static !important;
}
/* [[قالب:شريط بوابات]] */
#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}
/* إخفاء زر [أغلق] عند تعطيل إعلانات الموقع المحسنة */
#mw-dismissable-notice {
display: none;
}
/* إصلاح نوافذ حوار شريط أدوات التحرير بما سوى مظهر فكتر */
.ui-widget-content { border: 1px solid #aaaaaa/*{borderColorContent}*/;
background: #ffffff/*{bgColorContent}*/
url(images/ui-bg_flat_75_ffffff_40x100.png)/*{bgImgUrlContent}*/
50%/*{bgContentXPos}*/ 50%/*{bgContentYPos}*/ repeat-x/*{bgContentRepeat}*/;
color: #222222/*{fcContent}*/; }
.ui-widget-content a { color: #222222/*{fcContent}*/; }
.ui-widget-header { border: 1px solid #aaaaaa/*{borderColorHeader}*/;
background: #cccccc/*{bgColorHeader}*/
url(images/ui-bg_highlight-soft_75_cccccc_1x100.png)/*{bgImgUrlHeader}*/
50%/*{bgHeaderXPos}*/ 50%/*{bgHeaderYPos}*/ repeat-x/*{bgHeaderRepeat}*/;
color: #222222/*{fcHeader}*/; font-weight: bold; }
.ui-widget-header a { color: #222222/*{fcHeader}*/; }
/* [[قالب:زر]] */
/* 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: 100% Arial, sans-serif;
padding: .4em 1.2em .4em;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-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;
}
.zirrkabirmudawwar {
-webkit-border-radius: 2em;
-moz-border-radius: 2em;
border-radius: 2em;
}
.zirrmutawassit {
font-size: 95%;
padding: .2em .8em .2em;
}
.zirrsaghir {
font-size: 90%;
padding: .1em .4em .1em;
}
/* 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');
}