MediaWiki:Common.css: Difference between revisions

From S4wiki
Jump to navigation Jump to search
No edit summary
(Undo revision 3693 by Nyet (Talk))
Line 1: Line 1:
/* Main page fixes */
/* <nowiki> */
/* {{user language}} */
#interwiki-completelist {
@import "//meta.wikimedia.org/w/index.php?title=MediaWiki:User_language.css&action=raw&ctype=text/css&r=2";
font-weight: bold;
}
body.page-Main_Page #ca-delete {
display: none !important;
}


/* Redirects in categories, on [[Special:Allpages]], and [[Special:Prefixindex]] */
body.page-Main_Page #mp-topbanner {
.redirect-in-category, .allpagesredirect a {
clear: both;
color: gray;
}
}


/**
/* Edit window toolbar */
** User language styles ({{#babel:}})
#toolbar {
**/
height: 22px;
table.mw-babel-wrapper {
margin-bottom: 6px;
float:right;
clear:right;
margin-right:0;
margin-left:1em;
margin-bottom: 0.5em;
border-width:0;
}
}

div.mw-babel-box.mw-babel-box-0,
/* Make the list of references smaller */
div.mw-babel-box.mw-babel-box-1,
ol.references,
div.mw-babel-box.mw-babel-box-2,
div.reflist,
div.mw-babel-box.mw-babel-box-3,
div.refbegin {
div.mw-babel-box.mw-babel-box-4,
font-size: 90%; /* Default font-size */
div.mw-babel-box.mw-babel-box-5,
margin-bottom: 0.5em;
div.mw-babel-box.mw-babel-box-N {
border-width:0;
}
}
div.reflist ol.references {
div.mw-babel-box-0 table,
font-size: 100%; /* Reset font-size when nested in div.reflist */
div.mw-babel-box-1 table,
list-style-type: inherit; /* Enable custom list style types */
div.mw-babel-box-2 table,
div.mw-babel-box-3 table,
div.mw-babel-box-4 table,
div.mw-babel-box-5 table,
div.mw-babel-box-N table{
background-color:#F9F9F9;
}
}

div.mw-babel-box {
/* Highlight clicked reference in blue to help navigation */
margin:0;
ol.references li:target,
margin-bottom:-1px; /* collapse adjacent borders */
sup.reference:target,
span.citation:target {
background-color: #DEF;
}
}

div.mw-babel-box table {
/* Ensure refs in table headers and the like aren't bold or italic */
width:19em;
sup.reference {
border:1px solid #AAA;
font-weight: normal;
font-style: normal;
border-collapse:collapse;
}
}


div.mw-babel-box table th,
/* Allow hidden ref errors to be shown by user CSS */
div.mw-babel-box table td {
span.brokenref {
display: none;
height:auto;
padding:4px;
border:1px solid #AAA;
}
}

div.mw-babel-box table th {
/* Styling for citations (CSS3). Breaks long urls, etc., rather than overflowing box */
width:3em;
.citation {
background:#CCC;
word-wrap: break-word;
text-align:center;
font-size:1.3em;
}
}

div.mw-babel-box table td {
/* Default styling for titles of works, styling for the title of an article
width:16em;
within a periodical, or a contribution within a compilation. */
font-size:0.9em;
cite,
line-height:1.1em;
.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;
}
}
div.mw-babel-box-1 table th { background-color:#ADA; }
/* For linked citation numbers and document IDs, where
div.mw-babel-box-2 table th { background-color:#8E8; }
the number need not be shown on a screen or a handheld,
div.mw-babel-box-3 table th { background-color:#6E6; }
but should be included in the printed version */
div.mw-babel-box-4 table th { background-color:#3E3; }
@media screen, handheld {
div.mw-babel-box-5 table th { background-color:#2E2; }
.citation *.printonly {
div.mw-babel-box-N table th { background-color:#0D0; }
display: none;
}
.mw-babel-footer {
display:none;
}
}


/* {{babel-plain|xx-x}} shows a single box without floating or formatting, for custom user pages */
/* Align left margins for <ul> and <dd> (bug 12262/r102026) */
.babel-plain table.mw-babel-wrapper {
.mw-content-ltr ul, dd {
float:none;
/* @noflip */
clear:none;
margin-left: 1.6em;
margin:0;
}
}


.babel-plain div.mw-babel-box {
/* Style for horizontal lists (separator following item) */
margin:0;
.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.nopunct:after,
.hlist dt.nopunct:after,
.hlist li.nopunct:after {
content: none;
}
/* Add parens around nested lists */
.hlist dl dl:before,
.hlist ol ol:before,
.hlist ul ul:before {
content: "(";
}
.hlist dl dl:after,
.hlist ol ol:after,
.hlist ul ul:after {
content: ")";
}
/* 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:before {
content: counter(level2) " ";
}
}


.babel-plain .mw-babel-header,
/* Unbulleted lists */
.babel-plain .mw-babel-footer {
.plainlist ul {
display:none;
line-height: inherit;
list-style: none none;
margin: 0;
}
.plainlist ul li {
margin-bottom: 0;
}
}



/* Default style for navigation boxes */
/**
.navbox { /* Navbox container style */
** Printing
border: 1px solid #aaa;
**/
width: 100%;
/* hide unneeded content when printing */
margin: auto;
@media print {
clear: both;
#privacy, #about, #disclaimer {
font-size: 88%;
display: none;
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: right;
}
.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 */
** Hide selected content (should rarely be used, backwards compatibility)
.navbar {
**/
display: inline;
.hiddenStructure, .if {
font-size: 88%;
display: none;
font-weight: normal;
}
.navbar ul {
display: inline;
white-space: nowrap;
}
.navbar li {
word-spacing: -0.125em;
}
/* Navbar styling when nested in navbox */
.navbox .navbar {
display: block;
font-size: 100%;
}
.navbox-title .navbar {
/* @noflip */
float: left;
/* @noflip */
text-align: left;
/* @noflip */
margin-right: 0.5em;
width: 6em;
}
}


/**
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
** Infoboxes
in [[MediaWiki:Common.js]] are styled here so they can be customised. */
**/
.collapseButton {
.infobox {
/* @noflip */
float: right;
float: right;
clear: right;
font-weight: normal;
margin-bottom: 0.5em;
/* @noflip */
margin-left: 0.5em;
margin-left: 1em;
padding: 0.2em;
/* @noflip */
border: 1px solid #AAA;
text-align: right;
background: #F9F9F9;
width: auto;
color: black;
}
/* 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;
}
}


.infobox td,
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.infobox th {
.mw-collapsible-toggle {
vertical-align: top;
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 0 0.5em 1em;
padding: 0.2em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
text-align: left;
font-size: 88%;
line-height: 1.5em;
}
.infobox caption {
.infobox caption {
margin-left: inherit;
font-size: 125%;
font-weight: bold;
font-size: larger;
}
.infobox td,
.infobox th {
vertical-align: top;
}
}

.infobox.bordered {
.infobox.bordered {
border-collapse: collapse;
border-collapse: collapse;
}
}

.infobox.bordered td,
.infobox.bordered td,
.infobox.bordered th {
.infobox.bordered th {
border: 1px solid #aaa;
border: 1px solid #AAA;
}
}

.infobox.bordered .borderless td,
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
.infobox.bordered .borderless th {
border: 0;
border: 0;
}
}


/**
** Sister project templates
**/
.infobox.sisterproject {
.infobox.sisterproject {
width: 20em;
width: 20em;
font-size: 90%;
font-size: 90%;
}
}


.sister-project {
.infobox.standard-talk {
clear: right;
border: 1px solid #c0c090;
float: right;
background-color: #f8eaba;
width: 250px;
}
margin: 0 0 1em 3em;
.infobox.standard-talk.bordered td,
padding: 4px;
.infobox.standard-talk.bordered th {
border: 1px solid #c0c090;
border: 1px solid #AAA;
background: #F9F9F9;
font-size: 0.8em;
text-align: left;
}
}


/**
/* styles for bordered infobox with merged rows */
** {{other languages}}
.infobox.bordered .mergedtoprow td,
**/
.infobox.bordered .mergedtoprow th {
#otherlangs {
border: 0;
margin: 0.5em;
border-top: 1px solid #aaa;
padding: 2px;
border-right: 1px solid #aaa;
border: 1px solid #CCC;
background: #FAFAFA;
font-size: 0.9em;
}
}
#otherlangs span {

margin: 0 2px;
.infobox.bordered .mergedrow td,
padding-left: 2px;
.infobox.bordered .mergedrow th {
border-left: 1px solid gray;
border: 0;
border-right: 1px solid #aaa;
}
}
#otherlangs span.firstlang {

border: none;
/* Styles for geography infoboxes, eg countries,
country subdivisions, cities, etc. */
.infobox.geography {
/* @noflip */
text-align: left;
border-collapse: collapse;
line-height: 1.2em;
font-size: 90%;
}
}


/**
.infobox.geography td,
** Specific pages (keep to a minimum)
.infobox.geography th {
**/
border-top: 1px solid #aaa;
/* Spam blacklist */
padding: 0.4em 0.6em 0.4em 0.6em;
body.page-Talk_Spam_blacklist #ca-addsection { display: none; }
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
border-top: 1px solid #aaa;
padding: 0.4em 0.6em 0.2em 0.6em;
}


/* Spam blacklist/log */
.infobox.geography .mergedrow td,
.logtable pre {
.infobox.geography .mergedrow th {
border: 0;
margin: 0;
padding: 0 0.6em 0.2em 0.6em;
padding: 0;
border: 0;
}
}


/* Fundraising email feedback */
.infobox.geography .mergedbottomrow td,
.page-Talk_Fundraising_2010_Feedback #firstHeading {display: none; }
.infobox.geography .mergedbottomrow th {
border-top: 0;
border-bottom: 1px solid #aaa;
padding: 0 0.6em 0.4em 0.6em;
}


/* in {{PDFlink}}, for browsers that don't support the above (IE) */
.infobox.geography .maptable td,
span.PDFlink a {
.infobox.geography .maptable th {
padding-right: 17px !important;
border: 0;
background: url('//upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif') center right no-repeat !important;
padding: 0;
}
}


/**
/* Normal font styling for table row headers with scope="row" tag */
** Collapsible navigation boxes (see [[en: Wikipedia: NavFrame]])
.wikitable.plainrowheaders th[scope=row] {
**/
font-weight: normal;
div.Boxmerge,
/* @noflip */
div.NavFrame {
text-align: left;
margin: 0px;
padding: 4px;
border: 1px solid #AAA;
border-collapse: collapse;
text-align: center;
font-size: 95%;
}
}
div.Boxmerge div.NavFrame {

border-style: none;
/* lists in data cells are always left-aligned */
border-style: hidden;
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
/* @noflip */
text-align: left;
}
}
div.NavFrame + div.NavFrame {

border-top-style: none;
/* Icons for medialist templates [[Template:Listen]],
border-top-style: hidden;
[[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;
}
}
div.NavPic {

float: left;
/* Style rules for media list templates */
margin: 0px;
div.medialist {
padding: 2px;
min-height: 50px;
background: #FFF;
margin: 1em;
/* @noflip */
background-position: top left;
background-repeat: no-repeat;
}
}
div.medialist ul {
div.NavFrame div.NavHead {
position: relative;
list-style-type: none;
height: 1.6em;
list-style-image: none;
background: #CCF;
margin: 0;
font-weight: bold;
}
}
div.medialist ul li {
div.NavFrame p {
font-size: 100%;
padding-bottom: 0.5em;
}
}
div.medialist ul li li {
div.NavFrame div.NavContent {
font-size: 91%;
font-size: 100%;
padding-bottom: 0;
}
}
div.NavFrame div.NavContent p {

font-size: 100%;
/* 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;
}
}
div.NavEnd {

clear: both;
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
margin: 0px;
is used (notably Template:PDFlink). This works in IE, unlike the above. */
padding: 0px;
div#content span.PDFlink a,
line-height: 1px;
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;
}
}
a.NavToggle {

position: absolute;
/* Content in columns with CSS instead of tables [[Template:Columns]] */
top: 0px;
div.columns-2 div.column {
right: 3px;
/* @noflip */
font-size: smaller;
float: left;
font-weight: normal;
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 templates
** Imported from [[en: MediaWiki:Common.css]] on 2007-07-13
**/
.messagebox {
.messagebox {
width: 80%;
border: 1px solid #aaa;
margin: 0 auto 1em auto;
background-color: #f9f9f9;
padding: 0.2em;
width: 80%;
border: 1px solid #AAA;
margin: 0 auto 1em auto;
background: #F9F9F9;
padding: .2em;
}
}
.messagebox.merge {
.messagebox.merge {
border: 1px solid #c0b8cc;
border: 1px solid #C0B8CC;
background-color: #f0e5ff;
background: #F0E5FF;
text-align: center;
text-align: center;
}
}
.messagebox.cleanup {
.messagebox.cleanup {
border: 1px solid #9f9fff;
border: 1px solid #9F9FFF;
background-color: #efefff;
background: #EFEFFF;
text-align: center;
text-align: center;
}
}
.messagebox.standard-talk {
.messagebox .standard-talk {
border: 1px solid #c0c090;
border: 1px solid #C0C090;
background-color: #f8eaba;
background: #F8EABA;
margin: 4px auto;
}
}
/* For old WikiProject banners inside banner shells. */
.mbox-inside .standard-talk,
.messagebox.nested-talk {
.messagebox.nested-talk {
width: 100%;
border: 1px solid #c0c090;
margin: 2px 4px 2px 4px;
background-color: #f8eaba;
border: 1px solid #C0C090;
width: 100%;
background: #F8EABA;
margin: 2px 0;
padding: 2px;
}
}
.messagebox.small {
.messagebox.small {
float: right;
width: 238px;
clear: both;
font-size: 85%;
width: 238px;
/* @noflip */
margin: 0 0 1em 1em;
float: right;
font-size: 85%;
clear: both;
line-height: 1.25em;
/* @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;
}
}


/* To color the mention "updated since my last visit" in the history */
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
span.updatedmarker {
th.mbox-text, td.mbox-text { /* The message body cell(s) */
color: black;
border: none;
background-color: #0f0;
/* @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 2px 0.9em; /* 0.9em left, 0px right */
text-align: center;
}
td.mbox-imageright { /* The right image cell */
border: none;
/* @noflip */
padding: 2px 0.9em 2px 0; /* 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-left: 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 2px 0.5em; /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright { /* The right image cell */
/* @noflip */
padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */
}


/**
table.ambox-notice {
** Template documentation
/* @noflip */
**/
border-left: 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: right;
/* @noflip */
float: right;
/* @noflip */
margin: 4px 0 4px 1em;
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
http://meta.wikimedia.org/wiki/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.mw-collapsible,
div.NavFrame {
margin: 0;
padding: 4px;
border: 1px solid #aaa;
text-align: center;
border-collapse: collapse;
font-size: 95%;
}
div.mw-collapsible + div.mw-collapsible,
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.mw-collapsible div.NavHead,
div.NavFrame div.NavHead {
height: 1.6em;
font-weight: bold;
background-color: #ccf;
position: relative;
}
div.mw-collapsible p,
div.mw-collapsible div.NavContent,
div.mw-collapsible div.NavContent p,
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 */
right: 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; }

/* When <div class="nonumtoc"> is used on the table of contents,
the 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;
<div class="toclimit-3">, for instance, will limit to
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: left;
/* @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 {
.template-documentation {
clear: both;
clear: both;
margin: 1em 0 0 0;
margin: 1em 0 0 0;
padding: 5px;
border: 1px solid #aaa;
border: 1px solid #AAA;
background-color: #ecfcf4;
background: #ECFCF4;
padding: 1em;
}
}


.hidden-redlink a.new { display: none; }
/* Inline divs in ImageMaps (code borrowed from de.wiki) */
.imagemap-inline div {
display: inline;
}


/**
/* Increase the height of the image upload box */
** TOC Limit
#wpUploadDescription {
** Allow limiting which header levels are shown in a TOC
height: 13em;
** ie, <div class="toclimit-3">__TOC__</div> will only show top 3 header levels.
**/
.toclimit-2 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4,
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7 {
display: none;
}
}


/**
/* Reduce line-height for <sup> and <sub> */
** Default style for PrettyTextBox and InformationBox class of templates
sup, sub {
** ie, {{warning}}, {{info}}, etc
line-height: 1em;
**/
.InformationBox {
width: 80%;
clear: both;
margin: 0.5em auto;
padding: 3px;
border: 1px solid #999;
background: #F8F8F8;
color: #000;
}
}


.PrettyTextBox {
/* Minimum thumb width */
padding: .2em;
.thumbinner {
border: 1px solid #AAA;
min-width: 100px;
background: #F9F9F9;
color: #000;
}
}


/**
/* Makes the background of a framed image white instead of gray. */
** Highlight clicked reference in blue to help navigation
/* Only visible with transparent images. */
**/
div.thumb img.thumbimage {
ol.references > li:target {
background-color: #fff;
background: #DEF;
}
/* 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;
}
}


sup.reference:target {
/* Category tree */
background: #DEF;
#mw-subcategories ul {
list-style: none none;
margin-left: 0.25em;
}
.CategoryTreeChildren {
margin-left: 1.25em;
}
}


/* Have redlinks show up as grey on [[Toolserver/watcher]] */
/* Prevent floating boxes from overlapping any category listings,
body.page-Toolserver_watcher a.new:link,
file histories, edit previews, and edit [Show changes] views */
body.page-Toolserver_watcher a.new:visited {
#mw-subcategories, #mw-pages, #mw-category-media,
color: grey;
#filehistory, #wikiPreview, #wikiDiff {
clear: both;
}
}


/**
/* Selectively hide headers in WikiProject banners */
** Styling for box showing source page next to translation when you translate, used by the [[Fundraising 2011/Translation]].
.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 */


div.translationcompare {
/* Styling for Abuse Filter tags */
max-height:500px;
.mw-tag-markers {
overflow:auto;
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]]. */
** Hiding the check box for "I am highly knowledgeable about this topic" in AFT used for translations; hiding AFT for English source.
.sysop-show, .accountcreator-show {
**/
display: none;
}


div.articleFeedback-expertise {
/* Remove bullets when there are multiple edit page warnings */
display:none;
ul.permissions-errors > li {
list-style: none;
}
ul.permissions-errors {
margin: 0;
}
}


body.page-Fundraising_2011_Banners_and_LPs_en .articleFeedback, body.page-Fundraising_2011_Jimmy_Letter_002_en .articleFeedback, body.page-Fundraising_2011_Brandon_Letter_en .articleFeedback, body.page-Fundraising_2011_Alan_Letter_en .articleFeedback, body.page-Fundraising_2011_Kaldari_Letter_en .articleFeedback, body.page-Fundraising_2011_Susan_Letter_en .articleFeedback, body.page-Fundraising_2011_Thank_You_Mail_en .articleFeedback, body.page-Fundraising_2011_Thank_You_Page_en .articleFeedback, body.page-Fundraising_2011_FAQ_en .articleFeedback {
/* No linewrap on the labels of the login/signup page */
display:none;
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 */
** Permits the use of div tags to suppress auto-numbering in TOC, for instance on [[Terms of use]] where sections are manually numbered.
.transborder {
**/
border: solid transparent;
}
* html .transborder { /* IE6 */
border: solid #000001;
filter: chroma(color=#000001);
}


#hideTOCnumbers .tocnumber { display: none; }
/* 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;
}
}


:lang(fa) {
/* For announcements */
font-family: Tahoma, 'DejaVu Sans', sans-serif;
#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;
}
}
/* </nowiki> */

Revision as of 01:04, 8 February 2012

/* <nowiki> */
/* {{user language}} */
@import "//meta.wikimedia.org/w/index.php?title=MediaWiki:User_language.css&action=raw&ctype=text/css&r=2";

/* Redirects in categories, on [[Special:Allpages]], and [[Special:Prefixindex]] */
.redirect-in-category, .allpagesredirect a {
 color: gray;
}

/**
** User language styles ({{#babel:}})
**/
table.mw-babel-wrapper {
   float:right;
   clear:right;
   margin-right:0;
   margin-left:1em;
   margin-bottom: 0.5em;
   border-width:0;
}
 
div.mw-babel-box.mw-babel-box-0,
div.mw-babel-box.mw-babel-box-1,
div.mw-babel-box.mw-babel-box-2,
div.mw-babel-box.mw-babel-box-3,
div.mw-babel-box.mw-babel-box-4,
div.mw-babel-box.mw-babel-box-5,
div.mw-babel-box.mw-babel-box-N {
   border-width:0;
}
 
div.mw-babel-box-0 table,
div.mw-babel-box-1 table,
div.mw-babel-box-2 table,
div.mw-babel-box-3 table,
div.mw-babel-box-4 table,
div.mw-babel-box-5 table,
div.mw-babel-box-N table{
   background-color:#F9F9F9;
}
 
div.mw-babel-box {
   margin:0;
   margin-bottom:-1px; /* collapse adjacent borders */
}
 
div.mw-babel-box table {
   width:19em;
   border:1px solid #AAA;
   border-collapse:collapse;
}

div.mw-babel-box table th,
div.mw-babel-box table td {
   height:auto;
   padding:4px;
   border:1px solid #AAA;
}
 
div.mw-babel-box table th {
   width:3em;
   background:#CCC;
   text-align:center;
   font-size:1.3em;
}
 
div.mw-babel-box table td {
   width:16em;
   font-size:0.9em;
   line-height:1.1em;
}
 
div.mw-babel-box-1 table th { background-color:#ADA; }
div.mw-babel-box-2 table th { background-color:#8E8; }
div.mw-babel-box-3 table th { background-color:#6E6; }
div.mw-babel-box-4 table th { background-color:#3E3; }
div.mw-babel-box-5 table th { background-color:#2E2; }
div.mw-babel-box-N table th { background-color:#0D0; }
 
.mw-babel-footer {
   display:none;
}

/* {{babel-plain|xx-x}} shows a single box without floating or formatting, for custom user pages */
.babel-plain table.mw-babel-wrapper {
   float:none;
   clear:none;
   margin:0;
}

.babel-plain div.mw-babel-box {
   margin:0;
}

.babel-plain .mw-babel-header,
.babel-plain .mw-babel-footer {
   display:none;
}


/**
** Printing
**/
/* hide unneeded content when printing */
@media print {
 #privacy, #about, #disclaimer {
	display: none;
 }
}

/**
** Hide selected content (should rarely be used, backwards compatibility)
**/
.hiddenStructure, .if {
 display: none;
}

/**
** Infoboxes
**/
.infobox {
 float: right;
 clear: right;
 margin-bottom: 0.5em;
 margin-left: 1em;
 padding: 0.2em;
 border: 1px solid #AAA;
 background: #F9F9F9;
 color: black;
}

.infobox td,
.infobox th {
 vertical-align: top;
}

.infobox caption {
 margin-left: inherit;
 font-size: larger;
}

.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;
}

/**
** Sister project templates
**/
.infobox.sisterproject {
 width: 20em;
 font-size: 90%;
}

.sister-project {
 clear: right;
 float: right;
 width: 250px;
 margin: 0 0 1em 3em;
 padding: 4px;
 border: 1px solid #AAA;
 background: #F9F9F9;
 font-size: 0.8em;
 text-align: left;
}

/**
** {{other languages}}
**/
#otherlangs {
 margin: 0.5em;
 padding: 2px;
 border: 1px solid #CCC;
 background: #FAFAFA;
 font-size: 0.9em;
}
#otherlangs span {
 margin: 0 2px;
 padding-left: 2px;
 border-left: 1px solid gray;
}
#otherlangs span.firstlang {
 border: none;
}

/**
** Specific pages (keep to a minimum)
**/
/* Spam blacklist */
body.page-Talk_Spam_blacklist #ca-addsection { display: none; }

/* Spam blacklist/log */
.logtable pre {
 margin: 0;
 padding: 0;
 border: 0;
}

/* Fundraising email feedback */
.page-Talk_Fundraising_2010_Feedback #firstHeading {display: none; }

/* in {{PDFlink}}, for browsers that don't support the above (IE) */
span.PDFlink a {
 padding-right: 17px !important;
 background: url('//upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif') center right no-repeat !important;
}

/**
** Collapsible navigation boxes (see [[en: Wikipedia: NavFrame]])
**/
div.Boxmerge,
div.NavFrame {
 margin: 0px;
 padding: 4px;
 border: 1px solid #AAA;
 border-collapse: collapse;
 text-align: center;
 font-size: 95%;
}
div.Boxmerge div.NavFrame {
 border-style: none;
 border-style: hidden;
}
div.NavFrame + div.NavFrame {
 border-top-style: none;
 border-top-style: hidden;
}
div.NavPic {
 float: left;
 margin: 0px;
 padding: 2px;
 background: #FFF;
}
div.NavFrame div.NavHead {
 position: relative;
 height: 1.6em;
 background: #CCF;
 font-weight: bold;
}
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;
 margin: 0px;
 padding: 0px;
 line-height: 1px;
}
a.NavToggle {
 position: absolute;
 top: 0px;
 right: 3px;
 font-size: smaller;
 font-weight: normal;
}

/**
** Messagebox templates
** Imported from [[en: MediaWiki:Common.css]] on 2007-07-13
**/
.messagebox {
 width: 80%;
 margin: 0 auto 1em auto;
 padding: 0.2em;
 border: 1px solid #AAA;
 background: #F9F9F9;
}
.messagebox.merge {
 border: 1px solid #C0B8CC;
 background: #F0E5FF;
 text-align: center;
}
.messagebox.cleanup {
 border: 1px solid #9F9FFF;
 background: #EFEFFF;
 text-align: center;
}
.messagebox .standard-talk {
 border: 1px solid #C0C090;
 background: #F8EABA;
}
.messagebox.nested-talk {
 width: 100%;
 margin: 2px 4px 2px 4px;
 border: 1px solid #C0C090;
 background: #F8EABA;
}
.messagebox.small {
 float: right;
 clear: both;
 width: 238px;
 margin: 0 0 1em 1em;
 font-size: 85%;
 line-height: 1.25em;
}

/* To color the mention "updated since my last visit" in the history */
span.updatedmarker {
 color: black;
 background-color: #0f0;
}


/**
** Template documentation
**/
.template-documentation {
 clear: both;
 margin: 1em 0 0 0;
 padding: 5px;
 border: 1px solid #AAA;
 background: #ECFCF4;
}

.hidden-redlink a.new { display: none; }

/**
** TOC Limit
** Allow limiting which header levels are shown in a TOC
** ie, <div class="toclimit-3">__TOC__</div> will only show top 3 header levels.
**/
.toclimit-2 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4,
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7 {
 display: none;
}

/**
** Default style for PrettyTextBox and InformationBox class of templates
** ie, {{warning}}, {{info}}, etc
**/
.InformationBox {
 width: 80%;
 clear: both;
 margin: 0.5em auto;
 padding: 3px;
 border: 1px solid #999;
 background: #F8F8F8;
 color: #000;
}

.PrettyTextBox {
 padding: .2em;
 border: 1px solid #AAA;
 background: #F9F9F9;
 color: #000;
}

/**
** Highlight clicked reference in blue to help navigation
**/
ol.references > li:target {
 background: #DEF;
}

sup.reference:target {
 background: #DEF;
}

/* Have redlinks show up as grey on [[Toolserver/watcher]] */
body.page-Toolserver_watcher a.new:link,
body.page-Toolserver_watcher a.new:visited {
 color: grey;
}

/**
**  Styling for box showing source page next to translation when you translate, used by the [[Fundraising 2011/Translation]].
**/

div.translationcompare {
  max-height:500px;
  overflow:auto;
}

/**
** Hiding the check box for "I am highly knowledgeable about this topic" in AFT used for translations; hiding AFT for English source.
**/

div.articleFeedback-expertise {
  display:none;
}

body.page-Fundraising_2011_Banners_and_LPs_en .articleFeedback, body.page-Fundraising_2011_Jimmy_Letter_002_en .articleFeedback, body.page-Fundraising_2011_Brandon_Letter_en .articleFeedback, body.page-Fundraising_2011_Alan_Letter_en .articleFeedback, body.page-Fundraising_2011_Kaldari_Letter_en .articleFeedback, body.page-Fundraising_2011_Susan_Letter_en .articleFeedback, body.page-Fundraising_2011_Thank_You_Mail_en .articleFeedback, body.page-Fundraising_2011_Thank_You_Page_en .articleFeedback, body.page-Fundraising_2011_FAQ_en .articleFeedback {
  display:none;
}

/**
** Permits the use of div tags to suppress auto-numbering in TOC, for instance on [[Terms of use]] where sections are manually numbered.
**/

#hideTOCnumbers .tocnumber { display: none; }

:lang(fa) {
    font-family: Tahoma, 'DejaVu Sans', sans-serif;
}
/* </nowiki> */