Untitled diff

Created Diff never expires
566 removals
Lines
Total
Removed
Words
Total
Removed
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
863 lines
723 additions
Lines
Total
Added
Words
Total
Added
To continue using this feature, upgrade to
Diffchecker logo
Diffchecker Pro
1024 lines
/**
/* Reset italic styling set by user agent */
* Common CSS for all skins
cite, dfn {
* Све измене које желите да унесете прво тестирајте у Special:MyPage/skin.css!!!!
font-style: inherit;
* <nowiki>
}
*/


#p-logo a { background: url(//upload.wikimedia.org/wikipedia/sr/f/f0/Wiki.svg) 50% no-repeat !important;}
/* Straight quote marks for <q> */
q {
quotes: '"' '"' "'" "'";
}

/* Avoid collision of blockquote with floating elements by swapping margin and padding */
blockquote {
overflow: hidden;
margin: 1em 0;
padding: 0 40px;
}

/* Prevent the 'double bold' bug in Firefox when using DirectWrite */
strong.selflink {
font-weight: 700;
}

/* Consistent size for <sub> and <sup> */
.mw-body sub,
.mw-body sup,
span.reference /* for Parsoid */ {
font-size: 80%;
}

/* Main page fixes */
#interwiki-completelist {
font-weight: bold;
}
body.page-Main_Page #ca-delete {
display: none !important;
}
body.page-Main_Page #mp-topbanner {
clear: both;
}

/* Unhorrify 'Changed since last visit' colors */
.updatedmarker {
background-color: transparent;
color: #006400;
}

/* Edit window toolbar */
#toolbar {
height: 22px;
margin-bottom: 6px;
}

/* Hide charinsert base for those not using the gadget */
#editpage-specialchars {
display: none;
}

/* Highlight linked elements (such as clicked references) in blue */
body.action-info :target,
.citation:target {
background-color: #DEF; /* Fallback */
background-color: rgba(0, 127, 255, 0.133);
}

/* Styling for citations. Breaks long urls, etc., rather than overflowing box */
.citation {
word-wrap: break-word;
}

/* 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;
}
}


/* Make the list of references smaller */
/* Make the list of references smaller */
ol.references,
ol.references,
div.reflist,
div.reflist,
div.refbegin {
div.refbegin {
font-size: 90%; /* Default font-size */
font-size: 90%; /* Default font-size */
margin-bottom: 0.5em;
margin-bottom: 0.5em;
}
}
div.refbegin-100 {
div.refbegin-100 {
font-size: 100%; /* Option for normal fontsize in {{refbegin}} */
font-size: 100%; /* Option for normal fontsize in {{refbegin}} */
}
}
div.reflist ol.references {
div.reflist ol.references {
font-size: 100%; /* Reset font-size when nested in div.reflist */
font-size: 100%; /* Reset font-size when nested in div.reflist */
list-style-type: inherit; /* Enable custom list style types */
list-style-type: inherit; /* Enable custom list style types */
}
}


/* Highlight clicked reference in blue to help navigation */
ol.references li:target,
sup.reference:target,
span.citation:target {
background-color: #DEF;
}

/* Ensure refs in table headers and the like aren't bold or italic */
/* Ensure refs in table headers and the like aren't bold or italic */
sup.reference {
sup.reference {
font-weight: normal;
font-weight: normal;
font-style: normal;
font-style: normal;
}
}


/* Allow hidden ref errors to be shown by user CSS */
/* Allow hidden ref errors to be shown by user CSS */
span.brokenref {
span.brokenref {
display: none;
display: none;
}
}


/* Reset top margin for lists embedded in columns */
/* Reset top margin for lists embedded in columns */
div.columns {
div.columns {
margin-top: 0.3em;
margin-top: 0.3em;
}
}
div.columns dl,
div.columns dl,
div.columns ol,
div.columns ol,
div.columns ul {
div.columns ul {
margin-top: 0;
margin-top: 0;
}
}


/* Avoid elements from breaking between columns */
/* Avoid elements from breaking between columns */
.nocolbreak,
.nocolbreak,
div.columns li,
div.columns li,
div.columns dd dd {
div.columns dd dd {
-webkit-column-break-inside: avoid;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid-column;
break-inside: avoid-column;
}
}


/* Hatnotes and disambiguation notices */
/* Style for [[Template:Flowlist]] that Lets lists flow around floating objecs */
.hatnote {
.flowlist ul {
font-style: italic;
overflow-x: hidden;
}
margin-left: 0;
.hatnote i {
font-style: normal;
}
div.hatnote {
/* @noflip */
padding-left: 1.6em;
padding-left: 1.6em;
margin-bottom: 0.5em;
}
}
div.hatnote + div.hatnote {
.flowlist ol {
margin-top: -0.5em;
overflow-x: hidden;
margin-left: 0;
padding-left: 3.2em;
}
}

.flowlist dl {
/* wikitable/prettytable class for skinning normal tables */
overflow-x: hidden;

table.wikitable,
table.prettytable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaaaaa solid;
border-collapse: collapse;
}
}


table.wikitable th, table.wikitable td,
/* Style for horizontal lists (separator following item).
table.prettytable th, table.prettytable td {
@source mediawiki.org/wiki/Snippets/Horizontal_lists
border: 1px #aaaaaa solid;
@revision 7 (2015-11-12)
padding: 0.2em;
@author [[User:Edokter]]
*/
.hlist dl,
.hlist ol,
.hlist ul {
margin: 0;
padding: 0;
}
}

/* Display list items inline */
table.wikitable th,
.hlist dd,
table.prettytable th {
.hlist dt,
background: #f2f2f2;
.hlist li {
text-align: center;
margin: 0;
display: inline;
}
}

/* Display nested lists inline */
table.wikitable caption,
.hlist.inline,
table.prettytable caption {
.hlist.inline dl,
margin-left: inherit;
.hlist.inline ol,
margin-right: inherit;
.hlist.inline ul,
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
display: inline;
}
}

/* Hide empty list itmes */
table.standard, table.wide, table.wikitable, table.standart {border: 1px solid rgb(170,170,170);border-collapse: collapse}
.hlist .mw-empty-li {
table.standard th, table.wide th, table.wikitable th, table.standart th {border: 1px solid rgb(170,170,170);padding-left: 0.2em;padding-right: 0.2em;background-color: #EEEEFF}
display: none;
table.standard td, table.wide td, table.wikitable td, table.standart td {border: 1px solid rgb(170,170,170);padding-left: 0.2em;padding-right: 0.2em}
table.standard caption, table.wide caption, table.wikitable caption, table.standart caption, table.tiles caption {font-weight: bold;padding-top: 0.2em;padding-bottom: 0.2em}

/* thumbnails */
div.thumb {
text-align: center;
width: auto;
}
}
div.thumb div * {
/* Generate interpuncts */
border: none;
.hlist dt:after {
background: none;
content: ": ";
}
}
div.thumbcaption {
.hlist dd:after,
padding: 0.2em 0 0.2em 0 !important;
.hlist li:after {
text-align: left !important;
content: " · ";
font-weight: bold;
}
}
div.tright {
.hlist dd:last-child:after,
float: right;
.hlist dt:last-child:after,
.hlist li:last-child:after {
content: none;
}
}
div.tleft {
/* Add parentheses around nested lists */
float: left;
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
content: " (";
font-weight: normal;
}
}

.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
/* OPTIONS RC */
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.rcoptions {
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
clear: both;
content: ") ";
margin: 0 0 2px 0;
font-weight: normal;
padding:.5em;
border:1px solid #A9A9A9;
background-color: #FFFFFF;
}
}

/* Put ordinals in front of ordered list items */
/* skrivene kategorije */
.hlist ol {
/* prikazivanje */
counter-reset: listitem;
#mw-hidden-catlinks {
font-size: 0.85em;
}
}

.hlist ol > li {
/* Removes underlines from links */
counter-increment: listitem;
.nounderlines a {
text-decoration: none;
}
}

.hlist ol > li:before {
Text moved to lines 530-546
/* Change the external link icon to an Adobe icon for all PDF files
content: " " counter(listitem) " ";
in browsers that support these CSS selectors, like Mozilla and Opera */
white-space: nowrap;
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 {
background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
/* @noflip */
padding-right: 18px;
}
}

.hlist dd ol > li:first-child:before,
Text moved to lines 549-555
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
.hlist dt ol > li:first-child:before,
is used (notably Template:PDFlink). This works in IE, unlike the above. */
.hlist li ol > li:first-child:before {
div#content span.PDFlink a,
content: " (" counter(listitem) " ";
div#mw_content span.PDFlink a {
background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
/* @noflip */
padding-right: 18px;
}
}


Text moved with changes to lines 638-661 (99.3% similarity)
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
/* Unbulleted lists */
th.mbox-text, td.mbox-text { /* The message body cell(s) */
.plainlist ol,
border: none;
.plainlist ul {
/* @noflip */
line-height: inherit;
padding: 0.25em 0.9em; /* 0.9em left/right */
list-style: none none;
width: 100%; /* Make all mboxes the same width regardless of text length */
margin: 0;
}
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;
}
Text moved with changes to lines 663-685 (99.7% similarity)
/* 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 */
}
Text moved to lines 687-715
table.ambox-notice {
/* @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 */
}
Text moved with changes to lines 717-730 (99.7% similarity)
/* 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;
}
Text moved to lines 732-760
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 */
}
Text moved with changes to lines 762-768 (99.7% similarity)
/* Category message box styles */
table.cmbox {
margin: 3px 10%;
border-collapse: collapse;
border: 1px solid #aaa;
background: #DFE8FF; /* Default "notice" blue */
}
Text moved to lines 770-793
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 */
}
Text moved with changes to lines 795-801 (99.4% similarity)
/* 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 */
}
Text moved to lines 806-808
table.ombox-speedy {
border: 2px solid #b22222; /* Red */
background: #fee; /* Pink */
}
table.ombox-delete {
border: 2px solid #b22222; /* Red */
}
Text moved to lines 813-823
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 */
}
Text moved to lines 826-831
/* Talk page message box styles */
table.tmbox {
margin: 4px 10%;
border-collapse: collapse;
border: 1px solid #c0c090; /* Default "notice" gray-brown */
background: #f8eaba;
}
Text moved to lines 833-835
.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. */
}
Text moved to lines 842-861
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;
}
Text moved with changes to lines 872-894 (99.8% similarity)
/* 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;
}
Text moved with changes to lines 914-926 (99.9% similarity)
/* 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;
}
}
Text moved to lines 928-934
body.mediawiki table.mbox-small-left { /* For the "small=left" option. */
.plainlist ol li,
/* @noflip */
.plainlist ul li {
margin: 4px 1em 4px 0;
margin-bottom: 0;
width: 238px;
border-collapse: collapse;
font-size: 88%;
line-height: 1.25em;
}
}



/* Default style for navigation boxes */
/* Default style for navigation boxes */
.navbox { /* Navbox container style */
.navbox { /* Navbox container style */
border: 1px solid #aaa;
border: 1px solid #aaa;
width: 100%;
width: 100%;
margin: auto;
margin: auto;
clear: both;
clear: both;
font-size: 88%;
font-size: 88%;
text-align: center;
text-align: center;
padding: 1px;
padding: 1px;
}
}
.navbox-inner,
.navbox-inner,
.navbox-subgroup {
.navbox-subgroup {
width: 100%;
width: 100%;
}
}
.navbox-group,
.navbox-group,
.navbox-title,
.navbox-title,
.navbox-abovebelow {
.navbox-abovebelow {
padding: 0.25em 1em; /* Title, group and above/below styles */
padding: 0.25em 1em; /* Title, group and above/below styles */
line-height: 1.5em;
line-height: 1.5em;
text-align: center;
text-align: center;
}
}
th.navbox-group { /* Group style */
th.navbox-group { /* Group style */
white-space: nowrap;
white-space: nowrap;
/* @noflip */
/* @noflip */
text-align: right;
text-align: right;
}
}
.navbox,
.navbox,
.navbox-subgroup {
.navbox-subgroup {
background: #fdfdfd; /* Background color */
background: #fdfdfd; /* Background color */
}
}
.navbox-list {
.navbox-list {
line-height: 1.5em;
line-height: 1.5em;
border-color: #fdfdfd; /* Must match background color */
border-color: #fdfdfd; /* Must match background color */
}
}
.navbox th,
.navbox th,
.navbox-title {
.navbox-title {
background: #ccccff; /* Level 1 color */
background: #ccccff; /* Level 1 color */
}
}
.navbox-abovebelow,
.navbox-abovebelow,
th.navbox-group,
th.navbox-group,
.navbox-subgroup .navbox-title {
.navbox-subgroup .navbox-title {
background: #ddddff; /* Level 2 color */
background: #ddddff; /* Level 2 color */
}
}
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
.navbox-subgroup .navbox-abovebelow {
background: #e6e6ff; /* Level 3 color */
background: #e6e6ff; /* Level 3 color */
}
}
.navbox-even {
.navbox-even {
background: #f7f7f7; /* Even row striping */
background: #f7f7f7; /* Even row striping */
}
}
.navbox-odd {
.navbox-odd {
background: transparent; /* Odd row striping */
background: transparent; /* Odd row striping */
}
}
table.navbox {
table.navbox {
margin-top: 1em; /* Prevent preceding content from clinging to navboxes */
margin-top: 1em; /* Prevent preceding content from clinging to navboxes */
}
}
table.navbox table.navbox {
table.navbox table.navbox {
margin-top: 0; /* No top margin for nested navboxes */
margin-top: 0; /* No top margin for nested navboxes */
}
}
table.navbox + table.navbox {
table.navbox + table.navbox {
margin-top: -1px; /* Single pixel border between adjacent navboxes */
margin-top: -1px; /* Single pixel border between adjacent navboxes */
}
}
.navbox .hlist td dl,
.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ol,
.navbox td.hlist ul {
.navbox td.hlist ul {
padding: 0.125em 0; /* Adjust hlist padding in navboxes */
padding: 0.125em 0; /* Adjust hlist padding in navboxes */
}
}


/* Default styling for Navbar template */
/* Default styling for Navbar template */
.navbar {
.navbar {
display: inline;
display: inline;
font-size: 88%;
font-size: 88%;
font-weight: normal;
font-weight: normal;
}
}
.navbar ul {
.navbar ul {
display: inline;
display: inline;
white-space: nowrap;
white-space: nowrap;
}
}
.mw-body-content .navbar ul {
.mw-body-content .navbar ul {
line-height: inherit;
line-height: inherit;
}
}
.navbar li {
.navbar li {
word-spacing: -0.125em;
word-spacing: -0.125em;
}
}
.navbar.mini li span {
.navbar.mini li abbr[title] {
font-variant: small-caps;
font-variant: small-caps;
border-bottom: none;
text-decoration: none;
cursor: inherit;
}
}
/* Navbar styling when nested in infobox and navbox */
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
.infobox .navbar {
font-size: 100%;
font-size: 100%;
}
}
.navbox .navbar {
.navbox .navbar {
display: block;
display: block;
font-size: 100%;
font-size: 100%;
}
}
.navbox-title .navbar {
.navbox-title .navbar {
/* @noflip */
/* @noflip */
float: left;
float: left;
/* @noflip */
/* @noflip */
text-align: left;
text-align: left;
/* @noflip */
/* @noflip */
margin-right: 0.5em;
margin-right: 0.5em;
width: 6em;
width: 6em;
}
}


/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
in [[MediaWiki:Common.js]] are styled here so they can be customised. */
in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.collapseButton {
.collapseButton {
/* @noflip */
/* @noflip */
float: right;
float: right;
font-weight: normal;
font-weight: normal;
/* @noflip */
/* @noflip */
margin-left: 0.5em;
margin-left: 0.5em;
/* @noflip */
/* @noflip */
text-align: right;
text-align: right;
width: auto;
width: auto;
}
}
/* In navboxes, the show/hide button balances the v·d·e links
/* In navboxes, the show/hide button balances the v·d·e links
from [[Template:Navbar]], so they need to be the same width. */
from [[Template:Navbar]], so they need to be the same width. */
.navbox .collapseButton {
.navbox .collapseButton {
width: 6em;
width: 6em;
}
}


/* Styling for JQuery makeCollapsible, matching that of collapseButton */
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-collapsible-toggle {
.mw-collapsible-toggle {
font-weight: normal;
font-weight: normal;
/* @noflip */
/* @noflip */
text-align: right;
text-align: right;
}
}
.navbox .mw-collapsible-toggle {
.navbox .mw-collapsible-toggle {
width: 6em;
width: 6em;
}
}


/* Infobox template style */
/* Infobox template style */
.infobox {
.infobox {
border: 1px solid #aaa;
border: 1px solid #aaa;
border-spacing: 3px;
border-spacing: 3px;
background-color: #f9f9f9;
background-color: #f9f9f9;
color: black;
color: black;
/* @noflip */
/* @noflip */
margin: 0.5em 0 0.5em 1em;
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
padding: 0.2em;
/* @noflip */
/* @noflip */
float: right;
float: right;
/* @noflip */
/* @noflip */
clear: right;
clear: right;
font-size: 88%;
font-size: 88%;
line-height: 1.5em;
line-height: 1.5em;
}
}
.infobox caption {
.infobox caption {
font-size: 125%;
font-size: 125%;
font-weight: bold;
font-weight: bold;
padding: 0.2em;
padding: 0.2em;
}
}
.infobox td,
.infobox td,
.infobox th {
.infobox th {
vertical-align: top;
vertical-align: top;
/* @noflip */
/* @noflip */
text-align: left;
text-align: left;
}
}
.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;
}
}


.infobox.sisterproject {
.infobox.sisterproject {
width: 20em;
width: 20em;
font-size: 90%;
font-size: 90%;
}
}


.infobox.standard-talk {
.infobox.standard-talk {
border: 1px solid #c0c090;
border: 1px solid #c0c090;
background-color: #f8eaba;
background-color: #f8eaba;
}
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
.infobox.standard-talk.bordered th {
border: 1px solid #c0c090;
border: 1px solid #c0c090;
}
}


/* styles for bordered infobox with merged rows */
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
.infobox.bordered .mergedtoprow th {
border: 0;
border: 0;
border-top: 1px solid #aaa;
border-top: 1px solid #aaa;
/* @noflip */
/* @noflip */
border-right: 1px solid #aaa;
border-right: 1px solid #aaa;
}
}


.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
.infobox.bordered .mergedrow th {
border: 0;
border: 0;
/* @noflip */
/* @noflip */
border-right: 1px solid #aaa;
border-right: 1px solid #aaa;
}
}


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


.infobox.geography td,
.infobox.geography td,
.infobox.geography th {
.infobox.geography th {
border-top: 1px solid #aaa;
border-top: 1px solid #aaa;
padding: 0.4em 0.6em 0.4em 0.6em;
padding: 0.4em 0.6em 0.4em 0.6em;
}
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
.infobox.geography .mergedtoprow th {
border-top: 1px solid #aaa;
border-top: 1px solid #aaa;
padding: 0.4em 0.6em 0.2em 0.6em;
padding: 0.4em 0.6em 0.2em 0.6em;
}
}


.infobox.geography .mergedrow td,
.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
.infobox.geography .mergedrow th {
border: 0;
border: 0;
padding: 0 0.6em 0.2em 0.6em;
padding: 0 0.6em 0.2em 0.6em;
}
}


.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
.infobox.geography .mergedbottomrow th {
border-top: 0;
border-top: 0;
border-bottom: 1px solid #aaa;
border-bottom: 1px solid #aaa;
padding: 0 0.6em 0.4em 0.6em;
padding: 0 0.6em 0.4em 0.6em;
}
}


.infobox.geography .maptable td,
.infobox.geography .maptable td,
.infobox.geography .maptable th {
.infobox.geography .maptable th {
border: 0;
border: 0;
padding: 0;
padding: 0;
}
}


/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6. The empty comment must remain. */
/* Normal font styling for table row headers with scope="row" tag */
.IPA {
.wikitable.plainrowheaders th[scope=row] {
font-family: Chrysanthi Unicode, Doulos SIL, Gentium, GentiumAlt, Code2000, TITUS Cyberbit Basic, DejaVu Sans, Bitstream Vera Sans, Bitstream Cyberbit, Arial Unicode MS, Lucida Sans Unicode, Hiragino Kaku Gothic Pro, Matrix Unicode;
font-weight: normal;
font-family /**/:inherit;
/* @noflip */
text-align: left;
}
}
.Unicode {

font-family: TITUS Cyberbit Basic, Code2000, Doulos SIL, Chrysanthi Unicode, Bitstream Cyberbit, Bitstream CyberBase, Bitstream Vera, Thryomanes, Gentium, GentiumAlt, Visual Geez Unicode, Lucida Grande, Arial Unicode MS, Microsoft Sans Serif, Lucida Sans Unicode;
/* Lists in data cells are always left-aligned */
font-family /**/:inherit;
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
/* @noflip */
text-align: left;
}
}
.polytonic {
/* ...unless they also use the hlist class */
font-family: Athena, Gentium, Palatino Linotype, Arial Unicode MS, Lucida Sans Unicode, Lucida Grande, Code2000;
.toc.hlist ul,
font-family /**/:inherit;
#toc.hlist ul,
.wikitable.hlist td ul,
.wikitable.hlist td ol,
.wikitable.hlist td dl {
text-align: inherit;
}
}


#wpSave {
/* Icons for medialist templates [[Template:Listen]],
font-weight: bold;
[[Template:Multi-listen_start]], [[Template:Video]],
[[Template:Multi-video_start]] */
div.listenlist {
background: url("//upload.wikimedia.org/wikipedia/commons/4/47/Sound-icon.svg") no-repeat scroll 0 0 transparent;
background-size: 30px;
padding-left: 40px;
}
}


/* hiddenStructure from Monobook - allows selective hiding of markup in templates */
/* Fix for hieroglyphs specificality issue in infoboxes ([[Phabricator:43869]]) */
.hiddenStructure {
table.mw-hiero-table td {
display: none;
vertical-align: middle;
speak: none;
}
}


/* Custom link colors for use in [[MediaWiki:Edittools]] */
/* Style rules for media list templates */
.charboxblack a:link, .charboxblack a:hover, .charboxblack a:visited, .charboxblack a:active { color: black; }
div.medialist {
.charboxsilver a:link, .charboxsilver a:hover, .charboxsilver a:visited, .charboxsilver a:active { color: silver; }
min-height: 50px;
.charboxgray a:link, .charboxgray a:hover, .charboxgray a:visited, .charboxgray a:active { color: gray; }
margin: 1em;
.charboxwhite a:link, .charboxwhite a:hover, .charboxwhite a:visited, .charboxwhite a:active { color: white; }
/* @noflip */
.charboxmaroon a:link, .charboxmaroon a:hover, .charboxmaroon a:visited, .charboxmaroon a:active { color: maroon; }
background-position: top left;
.charboxred a:link, .charboxred a:hover, .charboxred a:visited, .charboxred a:active { color: red; }
background-repeat: no-repeat;
.charboxpurple a:link, .charboxpurple a:hover, .charboxpurple a:visited, .charboxpurple a:active { color: purple; }
}
.charboxfuchsia a:link, .charboxfuchsia a:hover, .charboxfuchsia a:visited, .charboxfuchsia a:active { color: fuchsia; }
div.medialist ul {
list-style-type: none;
list-style-image: none;
margin: 0;
}
div.medialist ul li {
padding-bottom: 0.5em;
}
div.medialist ul li li {
font-size: 91%;
padding-bottom: 0;
}


Text moved from lines 150-166
.charboxgreen a:link, .charboxgreen a:hover, .charboxgreen a:visited, .charboxgreen a:active { color: green; }
/* Change the external link icon to an Adobe icon for all PDF files
.charboxlime a:link, .charboxlime a:hover, .charboxlime a:visited, .charboxlime a:active { color: lime; }
in browsers that support these CSS selectors, like Mozilla and Opera */
.charboxolive a:link, .charboxolive a:hover, .charboxolive a:visited, .charboxolive a:active { color: olive; }
div#content a[href$=".pdf"].external,
.charboxyellow a:link, .charboxyellow a:hover, .charboxyellow a:visited, .charboxyellow a:active { color: yellow; }
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 {
background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
/* @noflip */
padding-right: 18px;
}


Text moved from lines 169-175
.charboxnavy a:link, .charboxnavy a:hover, .charboxnavy a:visited, .charboxnavy a:active { color: navy; }
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
.charboxblue a:link, .charboxblue a:hover, .charboxblue a:visited, .charboxblue a:active { color: blue; }
is used (notably Template:PDFlink). This works in IE, unlike the above. */
.charboxteal a:link, .charboxteal a:hover, .charboxteal a:visited, .charboxteal a:active { color: teal; }
div#content span.PDFlink a,
.charboxaqua a:link, .charboxaqua a:hover, .charboxaqua a:visited, .charboxaqua a:active { color: aqua; }
div#mw_content span.PDFlink a {
background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
/* @noflip */
padding-right: 18px;
}


/* Content in columns with CSS instead of tables ([[Template:Columns]]) */
div.columns-2 div.column {
/* @noflip */
float: left;
width: 50%;
min-width: 300px;
}
div.columns-3 div.column {
/* @noflip */
float: left;
width: 33.3%;
min-width: 200px;
}
div.columns-4 div.column {
/* @noflip */
float: left;
width: 25%;
min-width: 150px;
}
div.columns-5 div.column {
/* @noflip */
float: left;
width: 20%;
min-width: 120px;
}


/************************/
/* Messagebox templates */
/* CommonsTicker styles */
.messagebox {
/************************/
border: 1px solid #aaa;
background-color: #f9f9f9;
/* links */
width: 80%;
.tickerDiffLink { } /* diff links in ticker */
margin: 0 auto 1em auto;
.tickerMiscLink { } /* misc links in ticker */
padding: .2em;
}
/* remove list bullets */
.messagebox.merge {
.tickerList ul, .tickerList ul li { list-style: none; text-indent:-2em; margin-left:2em; text-align:left; }
border: 1px solid #c0b8cc;
.tickerList ul ul, .tickerList ul ul li { list-style: none; text-indent:0; margin-left:1.5em; text-align:left; }
background-color: #f0e5ff;
text-align: center;
}
.messagebox.cleanup {
border: 1px solid #9f9fff;
background-color: #efefff;
text-align: center;
}
.messagebox.standard-talk {
border: 1px solid #c0c090;
background-color: #f8eaba;
margin: 4px auto;
}
/* For old WikiProject banners inside banner shells. */
.mbox-inside .standard-talk,
.messagebox.nested-talk {
border: 1px solid #c0c090;
background-color: #f8eaba;
width: 100%;
margin: 2px 0;
padding: 2px;
}
.messagebox.small {
width: 238px;
font-size: 85%;
/* @noflip */
float: right;
clear: both;
/* @noflip */
margin: 0 0 1em 1em;
line-height: 1.25em;
}
.messagebox.small-talk {
width: 238px;
font-size: 85%;
/* @noflip */
float: right;
clear: both;
/* @noflip */
margin: 0 0 1em 1em;
line-height: 1.25em;
background: #F8EABA;
}


Text moved with changes from lines 178-201 (99.3% similarity)
/* per-type styles */
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
.tickerEntry_deleted { } /* entry for image deletion */
th.mbox-text, td.mbox-text { /* The message body cell(s) */
.tickerEntry_restored { } /* entry for restored image */
border: none;
.tickerEntry_replaced { } /* entry for image replacement */
/* @noflip */
.tickerEntry_tagged { } /* entry for adding/removing problem tags */
padding: 0.25em 0.9em; /* 0.9em left/right */
.tickerEntry_redir { } /* entry for critical redirection (fot tag redirects) */
width: 100%; /* Make all mboxes the same width regardless of text length */
.tickerEntry_recat { } /* entry for critical re-categorization (for tag categories) */
}
.tickerEntry_notify { } /* entry for global notifications */
td.mbox-image { /* The left image cell */
.tickerEntry_changed { } /* entry for generic change */
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: 0;
width: 1px;
}


Text moved with changes from lines 203-225 (99.7% similarity)
/* per-status styles */
/* Article message box styles */
.tickerStatus_done { text-decoration:line-through; } /* strike through when entry has been handeled */
table.ambox {
margin: 0 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 */
}


Text moved from lines 227-255
/* per-action styles */
table.ambox-notice {
.tickerAction_deleted:before { content:" ОБРИСАНА "; color: #FF0000; font-family:monospace; font-weight:bold; font-size:100%; }
/* @noflip */
.tickerAction_restored:before { content:" ВРАЋЕНА "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
border-left: 10px solid #1e90ff; /* Blue */
.tickerAction_deletedRev:before { content:" -СТАРА "; 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%; }
table.ambox-speedy {
.tickerAction_replacedOwn:before { content:" ОСВЕЖЕНА "; color: #EEAAFF; font-family:monospace; font-weight:bold; font-size:100%; }
/* @noflip */
.tickerAction_addedBad:before { content:" +СЗБ "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }
border-left: 10px solid #b22222; /* Red */
.tickerAction_removedBad:before { content:" -СЗБ "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
background: #fee; /* Pink */
.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%; }
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 */
}


Text moved with changes from lines 257-270 (99.7% similarity)
/* ticker usage list */
/* Image message box styles */
.tickerUsage { font-size:80%; }
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;
}


Text moved from lines 272-300
/* entry applies to a template used by multiple images */
table.imbox-notice {
.tickerTemplateEntry { font-weight: bold; }
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 */
}


Text moved with changes from lines 302-308 (99.7% similarity)
/* entry applies to sub-entries, i.e. images that use a specific template */
/* Category message box styles */
.tickerSubEntry { }
table.cmbox {
margin: 3px 10%;
border-collapse: collapse;
border: 1px solid #aaa;
background: #DFE8FF; /* Default "notice" blue */
}


Text moved from lines 310-333
/* minor entry styles */
table.cmbox-notice {
.tickerMinorEntry { color:#666; } /* minor entry */
background: #D8E8FF; /* Blue */
.tickerMinorEntry a,
}
.tickerMinorEntry a:link,
table.cmbox-speedy {
.tickerMinorEntry a:visited { color:#669; }
margin-top: 4px;
#bodyContent .tickerMinorEntry a.extiw,
margin-bottom: 4px;
#bodyContent .tickerMinorEntry a.extiw:link,
border: 4px solid #b22222; /* Red */
#bodyContent .tickerMinorEntry a.extiw:visited { color:#669; }
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 */
}


Text moved with changes from lines 335-341 (99.4% similarity)
/* Other pages message box styles */
table.ombox {
margin: 4px 10%;
border-collapse: collapse;
border: 1px solid #aaa; /* Default "notice" gray */
background: #f9f9f9;
}


/* Special:Search styles */
table.ombox-notice {
.mw-search-results {
border: 1px solid #aaa; /* Gray */
margin-left: 0;
}
}
Text moved from lines 346-348
.mw-search-results li {
table.ombox-speedy {
margin: 0;
border: 2px solid #b22222; /* Red */
padding: 0.25em 1em;
background: #fee; /* Pink */
border-bottom: 1px solid #d3daed;
background-color: #f6f8fc;
list-style-type: none;
list-style-image: none;
}
}
.mw-search-results table {
table.ombox-delete {
background-color: transparent;
border: 2px solid #b22222; /* Red */
}
}
Text moved from lines 353-363
.mw-search-result-data {
table.ombox-content {
color: green;
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 */
}
}


Text moved from lines 366-371
/************************************************
/* Talk page message box styles */
*** Infobox V2 - En phase de test ***
table.tmbox {
*** autor : [[:fr:User:Antaya]] ***
margin: 4px 10%;
************************************************/
border-collapse: collapse;
border: 1px solid #c0c090; /* Default "notice" gray-brown */
.infobox_v2 { /* monobookocentré debut */
background: #f8eaba;
background: #f9f9f9;
color: #000;
font-size:90%;
line-height:1.1em;
float:right;
clear:right;
margin:0 0 .5em 1em; /* haut droite bas gauche */
width:300px;
border: 1px solid #aaa;
padding: 0.1em;
}
}
Text moved from lines 373-375
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
.infobox_v2 th {
margin: 2px 0; /* this declaration overrides other styles (including mbox-small above) */
vertical-align:top;
width: 100%; /* For Safari and Opera */
text-align:left;
}
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when */
/* Option désactivée : empêche les liens internes d'apparaître en bleu
line-height: 1.5em; /* also "nested", so reset styles that are */
.infobox_v2 th a {
font-size: 100%; /* set in "mbox-small" above. */
color:black
}

Text moved from lines 382-401
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;
}

Text moved with changes from lines 412-434 (99.8% similarity)
/* 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,
div.titleblacklist-warning,
div.locked-warning {
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;
}

Text moved with changes from lines 452-464 (99.9% similarity)
/* 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;
}
Text moved from lines 466-472
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;
}

/* Style for compact ambox */
/* Hide the images */
.compact-ambox table .mbox-image,
.compact-ambox table .mbox-imageright,
.compact-ambox table .mbox-empty-cell {
display: none;
}
/* Remove borders, backgrounds, padding, etc. */
.compact-ambox table.ambox {
border: none;
border-collapse: collapse;
background: transparent;
margin: 0 0 0 1.6em !important;
padding: 0 !important;
width: auto;
display: block;
}
body.mediawiki .compact-ambox table.mbox-small-left {
font-size: 100%;
width: auto;
margin: 0;
}
/* Style the text cell as a list item and remove its padding */
.compact-ambox table .mbox-text {
padding: 0 !important;
margin: 0 !important;
}
.compact-ambox table .mbox-text-span {
display: list-item;
line-height: 1.5em;
list-style-type: square;
list-style-image: url(/w/skins/MonoBook/bullet.gif);
}
.skin-vector .compact-ambox table .mbox-text-span {
list-style-type: disc;
list-style-image: url(/w/skins/Vector/images/bullet-icon.svg);
list-style-image: url(/w/skins/Vector/images/bullet-icon.png)\9;
}
/* Allow for hiding text in compact form */
.compact-ambox .hide-when-compact {
display: none;
}

/* Remove default styles for [[MediaWiki:Noarticletext]]. */
div.noarticletext {
border: none;
background: transparent;
padding: 0;
}

/* Hide (formatting) elements from screen, but not from screenreaders */
.visualhide {
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}

/* Bold save button */
#wpSave {
font-weight: bold;
}

/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
.hiddenStructure {
display: inline !important;
color: #f00;
background-color: #0f0;
}

/* suppress missing interwiki image links where #ifexist cannot
be used due to high number of requests see .hidden-redlink on
[[m:MediaWiki:Common.css]] */
.check-icon a.new {
display: none;
speak: none;
}

/* Removes underlines from certain links */
.nounderlines a,
.IPA a:link, .IPA a:visited {
text-decoration: none !important;
}

/* Standard Navigationsleisten, aka box hiding thingy
fro