Untitled diff

Created Diff never expires
/* Reset italic styling set by user agent */
/**
cite, dfn {
* Common CSS for all skins
font-style: inherit;
* Све измене које желите да унесете прво тестирајте у Special:MyPage/skin.css!!!!
}
* <nowiki>

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


/* Reduce page jumps by hiding collapsed/dismissed content */
#p-logo a { background: url(//upload.wikimedia.org/wikipedia/sr/f/f0/Wiki.svg) 50% no-repeat !important;}
.client-js .mw-special-Watchlist #watchlist-message,
.client-js .collapsible.collapsed > tbody > tr:not(:first-child) {
display: none;
}

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


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

/* Style for horizontal lists (separator following item).
@source mediawiki.org/wiki/Snippets/Horizontal_lists
@revision 8 (2016-05-21)
@author [[User:Edokter]]
*/
.hlist dl,
.hlist ol,
.hlist ul {
margin: 0;
padding: 0;
}
/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
margin: 0;
display: inline;
}
/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
display: inline;
}
/* Hide empty list items */
.hlist .mw-empty-li {
display: none;
}
/* 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;
}
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
content: " (";
font-weight: normal;
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
content: ")";
font-weight: normal;
}
/* Put ordinals in front of ordered list items */
.hlist ol {
counter-reset: listitem;
}
.hlist ol > li {
counter-increment: listitem;
}
}
.hlist ol > li:before {
.hatnote i {
content: " " counter(listitem) "\a0";
font-style: normal;
}
.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
content: " (" counter(listitem) "\a0";
}
}

div.hatnote {
/* Unbulleted lists */
.plainlist ol,
.plainlist ul {
line-height: inherit;
list-style: none none;
margin: 0;
}
.plainlist ol li,
.plainlist ul li {
margin-bottom: 0;
}

/* Default style for navigation boxes */
.navbox { /* Navbox container style */
border: 1px solid #aaa;
width: 100%;
margin: auto;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
}
.navbox-inner,
.navbox-subgroup {
width: 100%;
}
.navbox-group,
.navbox-title,
.navbox-abovebelow {
padding: 0.25em 1em; /* Title, group and above/below styles */
line-height: 1.5em;
text-align: center;
}
th.navbox-group { /* Group style */
white-space: nowrap;
/* @noflip */
/* @noflip */
text-align: right;
padding-left: 1.6em;
margin-bottom: 0.5em;
}
}
.navbox,
div.hatnote + div.hatnote {
.navbox-subgroup {
margin-top: -0.5em;
background: #fdfdfd; /* Background color */
}
.navbox-list {
line-height: 1.5em;
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 {
margin-top: 1em; /* Prevent preceding content from clinging to navboxes */
}
table.navbox table.navbox {
margin-top: 0; /* No top margin for nested navboxes */
}
table.navbox + table.navbox {
margin-top: -1px; /* Single pixel border between adjacent navboxes */
}
.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 */
}
}


/* Default styling for Navbar template */
/* wikitable/prettytable class for skinning normal tables */
.navbar {
display: inline;
font-size: 88%;
font-weight: normal;
}
.navbar ul {
display: inline;
white-space: nowrap;
}
.mw-body-content .navbar ul {
line-height: inherit;
}
.navbar li {
word-spacing: -0.125em;
}
.navbar.mini li abbr[title] {
font-variant: small-caps;
border-bottom: none;
text-decoration: none;
cursor: inherit;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
font-size: 100%;
}
.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
table.wikitable,
in [[MediaWiki:Common.js]] are styled here so they can be customised. */
table.prettytable {
.collapseButton {
margin: 1em 1em 1em 0;
/* @noflip */
background: #f9f9f9;
float: right;
border: 1px #aaaaaa solid;
font-weight: normal;
border-collapse: collapse;
/* @noflip */
margin-left: 0.5em;
/* @noflip */
text-align: right;
width: auto;
}
/* In navboxes, the show/hide button balances the v·d·e links
from [[Template:Navbar]], so they need to be the same width. */
.navbox .collapseButton {
width: 6em;
}
}


/* Styling for JQuery makeCollapsible, matching that of collapseButton */
table.wikitable th, table.wikitable td,
.mw-collapsible-toggle {
table.prettytable th, table.prettytable td {
font-weight: normal;
border: 1px #aaaaaa solid;
/* @noflip */
padding: 0.2em;
text-align: right;
}
.navbox .mw-collapsible-toggle {
width: 6em;
}
}


/* Infobox template style */
table.wikitable th,
.infobox {
table.prettytable th {
border: 1px solid #aaa;
background: #f2f2f2;
border-spacing: 3px;
text-align: center;
background-color: #f9f9f9;
color: black;
/* @noflip */
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
font-size: 88%;
line-height: 1.5em;
}
.infobox caption {
font-size: 125%;
font-weight: bold;
padding: 0.2em;
}
.infobox td,
.infobox th {
vertical-align: top;
/* @noflip */
text-align: left;
}
.infobox.bordered {
border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border: 0;
}
}


.infobox.sisterproject {
table.wikitable caption,
width: 20em;
table.prettytable caption {
font-size: 90%;
margin-left: inherit;
margin-right: inherit;
}
}


.infobox.standard-talk {
table.standard, table.wide, table.wikitable, table.standart {border: 1px solid rgb(170,170,170);border-collapse: collapse}
border: 1px solid #c0c090;
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}
background-color: #f8eaba;
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}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
border: 1px solid #c0c090;
}


/* styles for bordered infobox with merged rows */
/* thumbnails */
.infobox.bordered .mergedtoprow td,
div.thumb {
.infobox.bordered .mergedtoprow th {
text-align: center;
border: 0;
width: auto;
border-top: 1px solid #aaa;
/* @noflip */
border-right: 1px solid #aaa;
}
}

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

div.thumbcaption {
/* Styles for geography infoboxes, eg countries,
padding: 0.2em 0 0.2em 0 !important;
country subdivisions, cities, etc. */
text-align: left !important;
.infobox.geography {
border-collapse: collapse;
line-height: 1.2em;
font-size: 90%;
}
}

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

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

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

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

/* Normal font styling for table row headers with scope="row" tag */
.wikitable.plainrowheaders th[scope=row] {
font-weight: normal;
/* @noflip */
text-align: left;
}

/* Lists in data cells are always left-aligned */
.wikitable td ul,
.wikitable td ol,
.wikitable td dl {
/* @noflip */
text-align: left;
}
/* ...unless they also use the hlist class */
.toc.hlist ul,
#toc.hlist ul,
.wikitable.hlist td ul,
.wikitable.hlist td ol,
.wikitable.hlist td dl {
text-align: inherit;
}
}


/* Icons for medialist templates [[Template:Listen]],
/* OPTIONS RC */
[[Template:Multi-listen_start]], [[Template:Video]],
.rcoptions {
[[Template:Multi-video_start]] */
clear: both;
div.listenlist {
margin: 0 0 2px 0;
background: url("//upload.wikimedia.org/wikipedia/commons/4/47/Sound-icon.svg") no-repeat scroll 0 0 transparent;
padding:.5em;
background-size: 30px;
border:1px solid #A9A9A9;
padding-left: 40px;
background-color: #FFFFFF;
}
}


/* Fix for hieroglyphs specificality issue in infoboxes ([[Phabricator:43869]]) */
/* skrivene kategorije */
table.mw-hiero-table td {
/* prikazivanje */
vertical-align: middle;
#mw-hidden-catlinks {
font-size: 0.85em;
}
}


/* Style rules for media list templates */
/* Removes underlines from links */
div.medialist {
.nounderlines a {
min-height: 50px;
text-decoration: none;
margin: 1em;
/* @noflip */
background-position: top left;
background-repeat: no-repeat;
}
div.medialist ul {
list-style-type: none;
list-style-image: none;
margin: 0;
}
div.medialist ul li {
padding-bottom: 0.5em;
}
div.medialist ul li li {
font-size: 91%;
padding-bottom: 0;
}
}


/* Change the external link icon to an Adobe icon for all PDF files
/* Change the external link icon to an Adobe icon for all PDF files
in browsers that support these CSS selectors, like Mozilla and Opera */
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#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,
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;
background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
/* @noflip */
/* @noflip */
padding-right: 18px;
padding-right: 18px;
}
}


/* Change the external link icon to an Adobe icon anywhere the PDFlink class
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
is used (notably Template:PDFlink). This works in IE, unlike the above. */
is used (notably Template:PDFlink). This works in IE, unlike the above. */
div#content span.PDFlink a,
div#content span.PDFlink a,
div#mw_content span.PDFlink a {
div#mw_content span.PDFlink a {
background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
/* @noflip */
/* @noflip */
padding-right: 18px;
padding-right: 18px;
}
}


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

/* Messagebox templates */
.messagebox {
border: 1px solid #aaa;
background-color: #f9f9f9;
width: 80%;
margin: 0 auto 1em auto;
padding: .2em;
}
.messagebox.merge {
border: 1px solid #c0b8cc;
background-color: #f0e5ff;
text-align: center;
}
.messagebox.cleanup {
border: 1px solid #9f9fff;
background-color: #efefff;
text-align: center;
}
.messagebox.standard-talk {
border: 1px solid #c0c090;
background-color: #f8eaba;
margin: 4px auto;
}
/* For old WikiProject banners inside banner shells. */
.mbox-inside .standard-talk,
.messagebox.nested-talk {
border: 1px solid #c0c090;
background-color: #f8eaba;
width: 100%;
margin: 2px 0;
padding: 2px;
}
.messagebox.small {
width: 238px;
font-size: 85%;
/* @noflip */
float: right;
clear: both;
/* @noflip */
margin: 0 0 1em 1em;
line-height: 1.25em;
}
.messagebox.small-talk {
width: 238px;
font-size: 85%;
/* @noflip */
float: right;
clear: both;
/* @noflip */
margin: 0 0 1em 1em;
line-height: 1.25em;
background: #F8EABA;
}

/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text { /* The message body cell(s) */
th.mbox-text, td.mbox-text { /* The message body cell(s) */
border: none;
border: none;
/* @noflip */
/* @noflip */
padding: 0.25em 0.9em; /* 0.9em left/right */
padding: 0.25em 0.9em; /* 0.9em left/right */
width: 100%; /* Make all mboxes the same width regardless of text length */
width: 100%; /* Make all mboxes the same width regardless of text length */
}
}
td.mbox-image { /* The left image cell */
td.mbox-image { /* The left image cell */
border: none;
border: none;
/* @noflip */
/* @noflip */
padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */
padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */
text-align: center;
text-align: center;
}
}
td.mbox-imageright { /* The right image cell */
td.mbox-imageright { /* The right image cell */
border: none;
border: none;
/* @noflip */
/* @noflip */
padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */
padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */
text-align: center;
text-align: center;
}
}
td.mbox-empty-cell { /* An empty narrow cell */
td.mbox-empty-cell { /* An empty narrow cell */
border: none;
border: none;
padding: 0;
padding: 0px;
width: 1px;
width: 1px;
}
}
/* Article message box styles */
/* Article message box styles */
table.ambox {
table.ambox {
margin: 0 10%; /* 10% = Will not overlap with other elements */
margin: 0px 10%; /* 10% = Will not overlap with other elements */
border: 1px solid #aaa;
border: 1px solid #aaa;
/* @noflip */
/* @noflip */
border-left: 10px solid #1e90ff; /* Default "notice" blue */
border-left: 10px solid #1e90ff; /* Default "notice" blue */
background: #fbfbfb;
background: #fbfbfb;
}
}
table.ambox + table.ambox { /* Single border between stacked boxes. */
table.ambox + table.ambox { /* Single border between stacked boxes. */
margin-top: -1px;
margin-top: -1px;
}
}
.ambox th.mbox-text,
.ambox th.mbox-text,
.ambox td.mbox-text { /* The message body cell(s) */
.ambox td.mbox-text { /* The message body cell(s) */
padding: 0.25em 0.5em; /* 0.5em left/right */
padding: 0.25em 0.5em; /* 0.5em left/right */
}
}
.ambox td.mbox-image { /* The left image cell */
.ambox td.mbox-image { /* The left image cell */
/* @noflip */
/* @noflip */
padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */
padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */
}
}
.ambox td.mbox-imageright { /* The right image cell */
.ambox td.mbox-imageright { /* The right image cell */
/* @noflip */
/* @noflip */
padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */
padding: 2px 0.5em 2px 0; /* 0px left, 0.5em right */
}
}
table.ambox-notice {
table.ambox-notice {
/* @noflip */
/* @noflip */
border-left: 10px solid #1e90ff; /* Blue */
border-left: 10px solid #1e90ff; /* Blue */
}
}
table.ambox-speedy {
table.ambox-speedy {
/* @noflip */
/* @noflip */
border-left: 10px solid #b22222; /* Red */
border-left: 10px solid #b22222; /* Red */
background: #fee; /* Pink */
background: #fee; /* Pink */
}
}
table.ambox-delete {
table.ambox-delete {
/* @noflip */
/* @noflip */
border-left: 10px solid #b22222; /* Red */
border-left: 10px solid #b22222; /* Red */
}
}
table.ambox-content {
table.ambox-content {
/* @noflip */
/* @noflip */
border-left: 10px solid #f28500; /* Orange */
border-left: 10px solid #f28500; /* Orange */
}
}
table.ambox-style {
table.ambox-style {
/* @noflip */
/* @noflip */
border-left: 10px solid #f4c430; /* Yellow */
border-left: 10px solid #f4c430; /* Yellow */
}
}
table.ambox-move {
table.ambox-move {
/* @noflip */
/* @noflip */
border-left: 10px solid #9932cc; /* Purple */
border-left: 10px solid #9932cc; /* Purple */
}
}
table.ambox-protection {
table.ambox-protection {
/* @noflip */
/* @noflip */
border-left: 10px solid #bba; /* Gray-gold */
border-left: 10px solid #bba; /* Gray-gold */
}
}
/* Image message box styles */
/* Image message box styles */
table.imbox {
table.imbox {
margin: 4px 10%;
margin: 4px 10%;
border-collapse: collapse;
border-collapse: collapse;
border: 3px solid #1e90ff; /* Default "notice" blue */
border: 3px solid #1e90ff; /* Default "notice" blue */
background: #fbfbfb;
background: #fbfbfb;
}
}
.imbox .mbox-text .imbox { /* For imboxes inside imbox-text cells. */
.imbox .mbox-text .imbox { /* For imboxes inside imbox-text cells. */
margin: 0 -0.5em; /* 0.9 - 0.5 = 0.4em left/right. */
margin: 0 -0.5em; /* 0.9 - 0.5 = 0.4em left/right. */
display: block; /* Fix for webkit to force 100% width. */
display: block; /* Fix for webkit to force 100% width. */
}
}
.mbox-inside .imbox { /* For imboxes inside other templates. */
.mbox-inside .imbox { /* For imboxes inside other templates. */
margin: 4px;
margin: 4px;
}
}
table.imbox-notice {
table.imbox-notice {
border: 3px solid #1e90ff; /* Blue */
border: 3px solid #1e90ff; /* Blue */
}
}
table.imbox-speedy {
table.imbox-speedy {
border: 3px solid #b22222; /* Red */
border: 3px solid #b22222; /* Red */
background: #fee; /* Pink */
background: #fee; /* Pink */
}
}
table.imbox-delete {
table.imbox-delete {
border: 3px solid #b22222; /* Red */
border: 3px solid #b22222; /* Red */
}
}
table.imbox-content {
table.imbox-content {
border: 3px solid #f28500; /* Orange */
border: 3px solid #f28500; /* Orange */
}
}
table.imbox-style {
table.imbox-style {
border: 3px solid #f4c430; /* Yellow */
border: 3px solid #f4c430; /* Yellow */
}
}
table.imbox-move {
table.imbox-move {
border: 3px solid #9932cc; /* Purple */
border: 3px solid #9932cc; /* Purple */
}
}
table.imbox-protection {
table.imbox-protection {
border: 3px solid #bba; /* Gray-gold */
border: 3px solid #bba; /* Gray-gold */
}
}
table.imbox-license {
table.imbox-license {
border: 3px solid #88a; /* Dark gray */
border: 3px solid #88a; /* Dark gray */
background: #f7f8ff; /* Light gray */
background: #f7f8ff; /* Light gray */
}
}
table.imbox-featured {
table.imbox-featured {
border: 3px solid #cba135; /* Brown-gold */
border: 3px solid #cba135; /* Brown-gold */
}
}
/* Category message box styles */
/* Category message box styles */
table.cmbox {
table.cmbox {
margin: 3px 10%;
margin: 3px 10%;
border-collapse: collapse;
border-collapse: collapse;
border: 1px solid #aaa;
border: 1px solid #aaa;
background: #DFE8FF; /* Default "notice" blue */
background: #DFE8FF; /* Default "notice" blue */
}
}
table.cmbox-notice {
table.cmbox-notice {
background: #D8E8FF; /* Blue */
background: #D8E8FF; /* Blue */
}
}
table.cmbox-speedy {
table.cmbox-speedy {
margin-top: 4px;
margin-top: 4px;
margin-bottom: 4px;
margin-bottom: 4px;
border: 4px solid #b22222; /* Red */
border: 4px solid #b22222; /* Red */
background: #FFDBDB; /* Pink */
background: #FFDBDB; /* Pink */
}
}
table.cmbox-delete {
table.cmbox-delete {
background: #FFDBDB; /* Red */
background: #FFDBDB; /* Red */
}
}
table.cmbox-content {
table.cmbox-content {
background: #FFE7CE; /* Orange */
background: #FFE7CE; /* Orange */
}
}
table.cmbox-style {
table.cmbox-style {
background: #FFF9DB; /* Yellow */
background: #FFF9DB; /* Yellow */
}
}
table.cmbox-move {
table.cmbox-move {
background: #E4D8FF; /* Purple */
background: #E4D8FF; /* Purple */
}
}
table.cmbox-protection {
table.cmbox-protection {
background: #EFEFE1; /* Gray-gold */
background: #EFEFE1; /* Gray-gold */
}
}
/* Other pages message box styles */
/* Other pages message box styles */
table.ombox {
table.ombox {
margin: 4px 10%;
margin: 4px 10%;
border-collapse: collapse;
border-collapse: collapse;
border: 1px solid #aaa; /* Default "notice" gray */
border: 1px solid #aaa; /* Default "notice" gray */
background: #f9f9f9;
background: #f9f9f9;
}
}
table.ombox-notice {
table.ombox-notice {
border: 1px solid #aaa; /* Gray */
border: 1px solid #aaa; /* Gray */
}
}
table.ombox-speedy {
table.ombox-speedy {
border: 2px solid #b22222; /* Red */
border: 2px solid #b22222; /* Red */
background: #fee; /* Pink */
background: #fee; /* Pink */
}
}
table.ombox-delete {
table.ombox-delete {
border: 2px solid #b22222; /* Red */
border: 2px solid #b22222; /* Red */
}
}
table.ombox-content {
table.ombox-content {
border: 1px solid #f28500; /* Orange */
border: 1px solid #f28500; /* Orange */
}
}
table.ombox-style {
table.ombox-style {
border: 1px solid #f4c430; /* Yellow */
border: 1px solid #f4c430; /* Yellow */
}
}
table.ombox-move {
table.ombox-move {
border: 1px solid #9932cc; /* Purple */
border: 1px solid #9932cc; /* Purple */
}
}
table.ombox-protection {
table.ombox-protection {
border: 2px solid #bba; /* Gray-gold */
border: 2px solid #bba; /* Gray-gold */
}
}
/* Talk page message box styles */
/* Talk page message box styles */
table.tmbox {
table.tmbox {
margin: 4px 10%;
margin: 4px 10%;
border-collapse: collapse;
border-collapse: collapse;
border: 1px solid #c0c090; /* Default "notice" gray-brown */
border: 1px solid #c0c090; /* Default "notice" gray-brown */
background: #f8eaba;
background: #f8eaba;
}
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
.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) */
margin: 2px 0; /* this declaration overrides other styles (including mbox-small above) */
width: 100%; /* For Safari and Opera */
width: 100%; /* For Safari and Opera */
}
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when */
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when */
line-height: 1.5em; /* also "nested", so reset styles that are */
line-height: 1.5em; /* also "nested", so reset styles that are */
font-size: 100%; /* set in "mbox-small" above. */
font-size: 100%; /* set in "mbox-small" above. */
}
}
table.tmbox-speedy {
table.tmbox-speedy {
border: 2px solid #b22222; /* Red */
border: 2px solid #b22222; /* Red */
background: #fee; /* Pink */
background: #fee; /* Pink */
}
}
table.tmbox-delete {
table.tmbox-delete {
border: 2px solid #b22222; /* Red */
border: 2px solid #b22222; /* Red */
}
}
table.tmbox-content {
table.tmbox-content {
border: 2px solid #f28500; /* Orange */
border: 2px solid #f28500; /* Orange */
}
}
table.tmbox-style {
table.tmbox-style {
border: 2px solid #f4c430; /* Yellow */
border: 2px solid #f4c430; /* Yellow */
}
}
table.tmbox-move {
table.tmbox-move {
border: 2px solid #9932cc; /* Purple */
border: 2px solid #9932cc; /* Purple */
}
}
table.tmbox-protection,
table.tmbox-protection,
table.tmbox-notice {
table.tmbox-notice {
border: 1px solid #c0c090; /* Gray-brown */
border: 1px solid #c0c090; /* Gray-brown */
}
}
/* Disambig and set index box styles */
/* Disambig and set index box styles */
table.dmbox {
table.dmbox {
clear: both;
clear: both;
margin: 0.9em 1em;
margin: 0.9em 1em;
border-top: 1px solid #ccc;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: transparent;
background: transparent;
}
}
/* Footer and header message box styles */
/* Footer and header message box styles */
table.fmbox {
table.fmbox {
clear: both;
clear: both;
margin: 0.2em 0;
margin: 0.2em 0;
width: 100%;
width: 100%;
border: 1px solid #aaa;
border: 1px solid #aaa;
background: #f9f9f9; /* Default "system" gray */
background: #f9f9f9; /* Default "system" gray */
}
}
table.fmbox-system {
table.fmbox-system {
background: #f9f9f9;
background: #f9f9f9;
}
}
table.fmbox-warning {
table.fmbox-warning {
border: 1px solid #bb7070; /* Dark pink */
border: 1px solid #bb7070; /* Dark pink */
background: #ffdbdb; /* Pink */
background: #ffdbdb; /* Pink */
}
}
table.fmbox-editnotice {
table.fmbox-editnotice {
background: transparent;
background: transparent;
}
}
/* Div based "warning" style fmbox messages. */
/* Div based "warning" style fmbox messages. */
div.mw-warning-with-logexcerpt,
div.mw-warning-with-logexcerpt,
div.mw-lag-warn-high,
div.mw-lag-warn-high,
div.mw-cascadeprotectedwarning,
div.mw-cascadeprotectedwarning,
div#mw-protect-cascadeon,
div#mw-protect-cascadeon {
div.titleblacklist-warning,
div.locked-warning {
clear: both;
clear: both;
margin: 0.2em 0;
margin: 0.2em 0;
border: 1px solid #bb7070;
border: 1px solid #bb7070;
background: #ffdbdb;
background: #ffdbdb;
padding: 0.25em 0.9em;
padding: 0.25em 0.9em;
}
}
/* Div based "system" style fmbox messages.
/* Div based "system" style fmbox messages.
Used in [[MediaWiki:Readonly lag]]. */
Used in [[MediaWiki:Readonly lag]]. */
div.mw-lag-warn-normal,
div.mw-lag-warn-normal,
div.fmbox-system {
div.fmbox-system {
clear: both;
clear: both;
margin: 0.2em 0;
margin: 0.2em 0;
border: 1px solid #aaa;
border: 1px solid #aaa;
background: #f9f9f9;
background: #f9f9f9;
padding: 0.25em 0.9em;
padding: 0.25em 0.9em;
}
}

/* These mbox-small classes must be placed after all other
/* These mbox-small classes must be placed after all other
ambox/tmbox/ombox etc classes. "body.mediawiki" is so
ambox/tmbox/ombox etc classes. "body.mediawiki" is so
they override "table.ambox + table.ambox" above. */
they override "table.ambox + table.ambox" above. */
body.mediawiki table.mbox-small { /* For the "small=yes" option. */
body.mediawiki table.mbox-small { /* For the "small=yes" option. */
/* @noflip */
/* @noflip */
clear: right;
clear: right;
/* @noflip */
/* @noflip */
float: right;
float: right;
/* @noflip */
/* @noflip */
margin: 4px 0 4px 1em;
margin: 4px 0 4px 1em;
width: 238px;
width: 238px;
font-size: 88%;
font-size: 88%;
line-height: 1.25em;
line-height: 1.25em;
}
}
body.mediawiki table.mbox-small-left { /* For the "small=left" option. */
body.mediawiki table.mbox-small-left { /* For the "small=left" option. */
/* @noflip */
/* @noflip */
margin: 4px 1em 4px 0;
margin: 4px 1em 4px 0;
width: 238px;
width: 238px;
border-collapse: collapse;
border-collapse: collapse;
font-size: 88%;
font-size: 88%;
line-height: 1.25em;
line-height: 1.25em;
}
}


/* Style for compact ambox */

/* Hide the images */
/* Default style for navigation boxes */
.compact-ambox table .mbox-image,
.navbox { /* Navbox container style */
.compact-ambox table .mbox-imageright,
border: 1px solid #aaa;
.compact-ambox table .mbox-empty-cell {
width: 100%;
display: none;
margin: auto;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
}
.navbox-inner,
.navbox-subgroup {
width: 100%;
}
.navbox-group,
.navbox-title,
.navbox-abovebelow {
padding: 0.25em 1em; /* Title, group and above/below styles */
line-height: 1.5em;
text-align: center;
}
th.navbox-group { /* Group style */
white-space: nowrap;
/* @noflip */
text-align: right;
}
.navbox,
.navbox-subgroup {
background: #fdfdfd; /* Background color */
}
.navbox-list {
line-height: 1.5em;
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 */
}
}
/* Remove borders, backgrounds, padding, etc. */
.navbox-subgroup .navbox-group,
.compact-ambox table.ambox {
.navbox-subgroup .navbox-abovebelow {
border: none;
background: #e6e6ff; /* Level 3 color */
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 {
.navbox-even {
background: #f7f7f7; /* Even row striping */
}
.navbox-odd {
background: transparent; /* Odd row striping */
}
table.navbox {
margin-top: 1em; /* Prevent preceding content from clinging to navboxes */
}
table.navbox table.navbox {
margin-top: 0; /* No top margin for nested navboxes */
}
table.navbox + table.navbox {
margin-top: -1px; /* Single pixel border between adjacent navboxes */
}
.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 */
}

/* Default styling for Navbar template */
.navbar {
display: inline;
font-size: 88%;
font-weight: normal;
}
.navbar ul {
display: inline;
white-space: nowrap;
}
.mw-body-content .navbar ul {
line-height: inherit;
}
.navbar li {
word-spacing: -0.125em;
}
.navbar.mini li span {
font-variant: small-caps;
}
/* Navbar styling when nested in infobox and navbox */
.infobox .navbar {
font-size: 100%;
}
.navbox .navbar {
display: block;
font-size: 100%;
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
in [[MediaWiki:Common.js]] are styled here so they can be customised. */
.collapseButton {
/* @noflip */
float: right;
font-weight: normal;
/* @noflip */
margin-left: 0.5em;
/* @noflip */
text-align: right;
width: auto;
width: auto;
margin: 0;
}
}
/* Style the text cell as a list item and remove its padding */
/* In navboxes, the show/hide button balances the v·d·e links
.compact-ambox table .mbox-text {
from [[Template:Navbar]], so they need to be the same width. */
padding: 0 !important;
.navbox .collapseButton {
margin: 0 !important;
width: 6em;
}
}
.compact-ambox table .mbox-text-span {

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

/* Infobox template style */
.infobox {
border: 1px solid #aaa;
border-spacing: 3px;
background-color: #f9f9f9;
color: black;
/* @noflip */
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
/* @noflip */
float: right;
/* @noflip */
clear: right;
font-size: 88%;
line-height: 1.5em;
line-height: 1.5em;
list-style-type: square;
}
list-style-image: url(/w/skins/MonoBook/bullet.gif);
.infobox caption {
font-size: 125%;
font-weight: bold;
padding: 0.2em;
}
.infobox td,
.infobox th {
vertical-align: top;
/* @noflip */
text-align: left;
}
.infobox.bordered {
border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border: 0;
}

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

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

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

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

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

.infobox.geography td,
.infobox.geography th {
border-top: 1px solid #aaa;
padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
border-top: 1px solid #aaa;
padding: 0.4em 0.6em 0.2em 0.6em;
}
}
.skin-vector .compact-ambox table .mbox-text-span {

list-style-type: disc;
.infobox.geography .mergedrow td,
list-style-image: url(/w/skins/Vector/images/bullet-icon.svg);
.infobox.geography .mergedrow th {
list-style-image: url(/w/skins/Vector/images/bullet-icon.png)\9;
border: 0;
padding: 0 0.6em 0.2em 0.6em;
}
}
/* Allow for hiding text in compact form */

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


/* Remove default styles for [[MediaWiki:Noarticletext]]. */
.infobox.geography .maptable td,
div.noarticletext {
.infobox.geography .maptable th {
border: none;
border: 0;
background: transparent;
padding: 0;
padding: 0;
}
}


/* Hide (formatting) elements from screen, but not from screenreaders */
/* 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. */
.visualhide {
.IPA {
position: absolute;
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;
left: -10000px;
font-family /**/:inherit;
top: auto;
}
width: 1px;
.Unicode {
height: 1px;
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;
overflow: hidden;
font-family /**/:inherit;
}
.polytonic {
font-family: Athena, Gentium, Palatino Linotype, Arial Unicode MS, Lucida Sans Unicode, Lucida Grande, Code2000;
font-family /**/:inherit;
}
}


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


/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
/* hiddenStructure from Monobook - allows selective hiding of markup in templates */
.hiddenStructure {
.hiddenStructure {
display: inline !important;
display: none;
color: #f00;
speak: none;
background-color: #0f0;
}
}


/* suppress missing interwiki image links where #ifexist cannot
/* Custom link colors for use in [[MediaWiki:Edittools]] */
be used due to high number of requests see .hidden-redlink on
.charboxblack a:link, .charboxblack a:hover, .charboxblack a:visited, .charboxblack a:active { color: black; }
[[m:MediaWiki:Common.css]] */
.charboxsilver a:link, .charboxsilver a:hover, .charboxsilver a:visited, .charboxsilver a:active { color: silver; }
.check-icon a.new {
.charboxgray a:link, .charboxgray a:hover, .charboxgray a:visited, .charboxgray a:active { color: gray; }
display: none;
.charboxwhite a:link, .charboxwhite a:hover, .charboxwhite a:visited, .charboxwhite a:active { color: white; }
speak: none;
.charboxmaroon a:link, .charboxmaroon a:hover, .charboxmaroon a:visited, .charboxmaroon a:active { color: maroon; }
.charboxred a:link, .charboxred a:hover, .charboxred a:visited, .charboxred a:active { color: red; }
.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; }

.charboxgreen a:link, .charboxgreen a:hover, .charboxgreen a:visited, .charboxgreen a:active { color: green; }
.charboxlime a:link, .charboxlime a:hover, .charboxlime a:visited, .charboxlime a:active { color: lime; }
.charboxolive a:link, .charboxolive a:hover, .charboxolive a:visited, .charboxolive a:active { color: olive; }
.charboxyellow a:link, .charboxyellow a:hover, .charboxyellow a:visited, .charboxyellow a:active { color: yellow; }

.charboxnavy a:link, .charboxnavy a:hover, .charboxnavy a:visited, .charboxnavy a:active { color: navy; }
.charboxblue a:link, .charboxblue a:hover, .charboxblue a:visited, .charboxblue a:active { color: blue; }
.charboxteal a:link, .charboxteal a:hover, .charboxteal a:visited, .charboxteal a:active { color: teal; }
.charboxaqua a:link, .charboxaqua a:hover, .charboxaqua a:visited, .charboxaqua a:active { color: aqua; }


/************************/
/* CommonsTicker styles */
/************************/
/* links */
.tickerDiffLink { } /* diff links in ticker */
.tickerMiscLink { } /* misc links in ticker */
/* remove list bullets */
.tickerList ul, .tickerList ul li { list-style: none; text-indent:-2em; margin-left:2em; text-align:left; }
.tickerList ul ul, .tickerList ul ul li { list-style: none; text-indent:0; margin-left:1.5em; text-align:left; }

/* per-type styles */
.tickerEntry_deleted { } /* entry for image deletion */
.tickerEntry_restored { } /* entry for restored image */
.tickerEntry_replaced { } /* entry for image replacement */
.tickerEntry_tagged { } /* entry for adding/removing problem tags */
.tickerEntry_redir { } /* entry for critical redirection (fot tag redirects) */
.tickerEntry_recat { } /* entry for critical re-categorization (for tag categories) */
.tickerEntry_notify { } /* entry for global notifications */
.tickerEntry_changed { } /* entry for generic change */

/* per-status styles */
.tickerStatus_done { text-decoration:line-through; } /* strike through when entry has been handeled */

/* per-action styles */
.tickerAction_deleted:before { content:" ОБРИСАНА "; color: #FF0000; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_restored:before { content:" ВРАЋЕНА "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_deletedRev:before { content:" -СТАРА "; color: #DDAAAA; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_replaced:before { content:" ЗАМЕЊЕНА "; color: #CC88FF; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_replacedOwn:before { content:" ОСВЕЖЕНА "; color: #EEAAFF; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_addedBad:before { content:" +СЗБ "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_removedBad:before { content:" -СЗБ "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_addedGood:before { content:" +OK "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_removedGood:before { content:" -OK "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }

/* ticker usage list */
.tickerUsage { font-size:80%; }

/* entry applies to a template used by multiple images */
.tickerTemplateEntry { font-weight: bold; }

/* entry applies to sub-entries, i.e. images that use a specific template */
.tickerSubEntry { }

/* minor entry styles */
.tickerMinorEntry { color:#666; } /* minor entry */
.tickerMinorEntry a,
.tickerMinorEntry a:link,
.tickerMinorEntry a:visited { color:#669; }
#bodyContent .tickerMinorEntry a.extiw,
#bodyContent .tickerMinorEntry a.extiw:link,
#bodyContent .tickerMinorEntry a.extiw:visited { color:#669; }


/* Special:Search styles */
.mw-search-results {
margin-left: 0;
}
.mw-search-results li {
margin: 0;
padding: 0.25em 1em;
border-bottom: 1px solid #d3daed;
background-color: #f6f8fc;
list-style-type: none;
list-style-image: none;
}
.mw-search-results table {
background-color: transparent;
}
.mw-search-result-data {
color: green;
}
}


/* Removes
/************************************************
*** Infobox V2 - En phase de test ***
*** autor : [[:fr:User:Antaya]] ***
************************************************/
.infobox_v2 { /* monobookocentré debut */
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;
}
.infobox_v2 th {
vertical-align:top;
text-align:left;
}
/* Option désactivée : empêche les liens internes d'apparaître en bleu
.infobox_v2 th a {
color:black