Untitled diff
1022 lines
/* 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 */
.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
#p-logo a { background: url(//upload.wikimedia.org/wikipedia/sr/f/f0/Wiki.svg) 50% no-repeat !important;}
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;
}
.hatnote i {
font-style: normal;
}
div.hatnote {
/* @noflip */
padding-left: 1.6em;
padding-left: 1.6em;
margin-bottom: 0.5em;
}
}
.flowlist ol {
div.hatnote + div.hatnote {
overflow-x: hidden;
margin-top: -0.5em;
margin-left: 0;
padding-left: 3.2em;
}
}
.flowlist dl {
overflow-x: hidden;
/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
margin: 1em 1em 1em 0;
background: #f9f9f9;
border: 1px #aaaaaa solid;
border-collapse: collapse;
}
}
/* Style for horizontal lists (separator following item).
table.wikitable th, table.wikitable td,
@source mediawiki.org/wiki/Snippets/Horizontal_lists
table.prettytable th, table.prettytable td {
@revision 8 (2016-05-21)
border: 1px #aaaaaa solid;
@author [[User:Edokter]]
padding: 0.2em;
*/
.hlist dl,
.hlist ol,
.hlist ul {
margin: 0;
padding: 0;
}
}
/* Display list items inline */
.hlist dd,
table.wikitable th,
.hlist dt,
table.prettytable th {
.hlist li {
background: #f2f2f2;
margin: 0;
text-align: center;
display: inline;
}
}
/* Display nested lists inline */
.hlist.inline,
table.wikitable caption,
.hlist.inline dl,
table.prettytable caption {
.hlist.inline ol,
margin-left: inherit;
.hlist.inline ul,
margin-right: inherit;
.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 {
table.standard, table.wide, table.wikitable, table.standart {border: 1px solid rgb(170,170,170);border-collapse: collapse}
display: none;
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}
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;
}
}
/* Generate interpuncts */
div.thumb div * {
.hlist dt:after {
border: none;
content: ": ";
background: none;
}
}
.hlist dd:after,
div.thumbcaption {
.hlist li:after {
padding: 0.2em 0 0.2em 0 !important;
content: " · ";
text-align: left !important;
font-weight: bold;
}
}
.hlist dd:last-child:after,
div.tright {
.hlist dt:last-child:after,
float: right;
.hlist li:last-child:after {
content: none;
}
}
/* Add parentheses around nested lists */
div.tleft {
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
float: left;
.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,
/* OPTIONS RC */
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
.rcoptions {
content: ")";
clear: both;
font-weight: normal;
margin: 0 0 2px 0;
padding:.5em;
border:1px solid #A9A9A9;
background-color: #FFFFFF;
}
}
/* Put ordinals in front of ordered list items */
.hlist ol {
/* skrivene kategorije */
counter-reset: listitem;
/* prikazivanje */
#mw-hidden-catlinks {
font-size: 0.85em;
}
}
.hlist ol > li {
counter-increment: listitem;
/* Removes underlines from links */
.nounderlines a {
text-decoration: none;
}
}
Text moved from lines 534-551
.hlist ol > li:before {
content: " " counter(listitem) "\a0";
/* Change the external link icon to an Adobe icon for all PDF files
in browsers that support these CSS selectors, like Mozilla and Opera */
div#content a[href$=".pdf"].external,
div#content a[href*=".pdf?"].external,
div#content a[href*=".pdf#"].external,
div#content a[href$=".PDF"].external,
div#content a[href*=".PDF?"].external,
div#content a[href*=".PDF#"].external,
div#mw_content a[href$=".pdf"].external,
div#mw_content a[href*=".pdf?"].external,
div#mw_content a[href*=".pdf#"].external,
div#mw_content a[href$=".PDF"].external,
div#mw_content a[href*=".PDF?"].external,
div#mw_content a[href*=".PDF#"].external {
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 553-560
.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
.hlist li ol > li:first-child:before {
is used (notably Template:PDFlink). This works in IE, unlike the above. */
content: " (" counter(listitem) "\a0";
div#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;
/* @noflip */
padding-right: 18px;
}
}
Text moved with changes from lines 643-648 (99.5% similarity)
/* Unbulleted lists */
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
.plainlist ol,
th.mbox-text, td.mbox-text { /* The message body cell(s) */
.plainlist ul {
border: none;
line-height: inherit;
/* @noflip */
list-style: none none;
padding: 0.25em 0.9em; /* 0.9em left/right */
margin: 0;
width: 100%; /* Make all mboxes the same width regardless of text length */
}
}
Text moved with changes from lines 650-665 (99.2% similarity)
.plainlist ol li,
td.mbox-image { /* The left image cell */
.plainlist ul li {
border: none;
margin-bottom: 0;
/* @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 from lines 668-690 (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 from lines 692-720
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 from lines 722-735 (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 from lines 737-765
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 from lines 767-773 (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 from lines 775-798
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 from lines 800-806 (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;
}
Text moved from lines 808-829
table.ombox-notice {
border: 1px solid #aaa; /* Gray */
}
table.ombox-speedy {
border: 2px solid #b22222; /* Red */
background: #fee; /* Pink */
}
table.ombox-delete {
border: 2px solid #b22222; /* Red */
}
table.ombox-content {
border: 1px solid #f28500; /* Orange */
}
table.ombox-style {
border: 1px solid #f4c430; /* Yellow */
}
table.ombox-move {
border: 1px solid #9932cc; /* Purple */
}
table.ombox-protection {
border: 2px solid #bba; /* Gray-gold */
}
Text moved with changes from lines 831-845 (99.9% similarity)
/* Talk page message box styles */
table.tmbox {
margin: 4px 10%;
border-collapse: collapse;
border: 1px solid #c0c090; /* Default "notice" gray-brown */
background: #f8eaba;
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
margin: 2px 0; /* this declaration overrides other styles (including mbox-small above) */
width: 100%; /* For Safari and Opera */
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when */
line-height: 1.5em; /* also "nested", so reset styles that are */
font-size: 100%; /* set in "mbox-small" above. */
}
Text moved from lines 847-866
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 877-899 (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 from lines 919-939 (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;
}
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;
}
}
/* 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 abbr[title] {
.navbar.mini li span {
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;
}
}
/* Normal font styling for table row headers with scope="row" tag */
/* 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. */
.wikitable.plainrowheaders th[scope=row] {
.IPA {
font-weight: normal;
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;
/* @noflip */
font-family /**/:inherit;
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]],
[[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;
}
/* Fix for hieroglyphs specificality issue in infoboxes ([[Phabricator:43869]]) */
table.mw-hiero-table td {
vertical-align: middle;
}
/* Style rules for media list templates */
div.medialist {
min-height: 50px;
margin: 1em;
/* @noflip */
background-position: top left;
background-repeat: no-repeat;
}
div.medialist ul {
list-style-type: none;
list-style-image: none;
margin: 0;
}
div.medialist ul li {
padding-bottom: 0.5em;
}
div.medialist ul li li {
font-size: 91%;
padding-bottom: 0;
}
Text moved to lines 149-166
/* Change the external link icon to an Adobe icon for all PDF files
in browsers that support these CSS selectors, like Mozilla and Opera */
div#content a[href$=".pdf"].external,
div#content a[href*=".pdf?"].external,
div#content a[href*=".pdf#"].external,
div#content a[href$=".PDF"].external,
div#content a[href*=".PDF?"].external,
div#content a[href*=".PDF#"].external,
div#mw_content a[href$=".pdf"].external,
div#mw_content a[href*=".pdf?"].external,
div#mw_content a[href*=".pdf#"].external,
div#mw_content a[href$=".PDF"].external,
div#mw_content a[href*=".PDF?"].external,
div#mw_content a[href*=".PDF#"].external {
background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
/* @noflip */
padding-right: 18px;
}
Text moved to lines 168-175
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
is used (notably Template:PDFlink). This works in IE, unlike the above. */
div#content span.PDFlink a,
div#mw_content span.PDFlink a {
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 {
.Unicode {
/* @noflip */
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;
float: left;
font-family /**/:inherit;
width: 25%;
min-width: 150px;
}
}
div.columns-5 div.column {
.polytonic {
/* @noflip */
font-family: Athena, Gentium, Palatino Linotype, Arial Unicode MS, Lucida Sans Unicode, Lucida Grande, Code2000;
float: left;
font-family /**/:inherit;
width: 20%;
min-width: 120px;
}
}
/* Messagebox templates */
#wpSave {
.messagebox {
font-weight: bold;
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;
}
}
Text moved with changes to lines 178-183 (99.5% similarity)
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
/* hiddenStructure from Monobook - allows selective hiding of markup in templates */
th.mbox-text, td.mbox-text { /* The message body cell(s) */
.hiddenStructure {
border: none;
display: none;
/* @noflip */
speak: none;
padding: 0.25em 0.9em; /* 0.9em left/right */
width: 100%; /* Make all mboxes the same width regardless of text length */
}
Text moved with changes to lines 185-200 (99.2% similarity)
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: 0;
width: 1px;
}
}
Text moved with changes to lines 203-225 (99.7% similarity)
/* Article message box styles */
/* Custom link colors for use in [[MediaWiki:Edittools]] */
table.ambox {
.charboxblack a:link, .charboxblack a:hover, .charboxblack a:visited, .charboxblack a:active { color: black; }
margin: 0 10%; /* 10% = Will not overlap with other elements */
.charboxsilver a:link, .charboxsilver a:hover, .charboxsilver a:visited, .charboxsilver a:active { color: silver; }
border: 1px solid #aaa;
.charboxgray a:link, .charboxgray a:hover, .charboxgray a:visited, .charboxgray a:active { color: gray; }
/* @noflip */
.charboxwhite a:link, .charboxwhite a:hover, .charboxwhite a:visited, .charboxwhite a:active { color: white; }
border-left: 10px solid #1e90ff; /* Default "notice" blue */
.charboxmaroon a:link, .charboxmaroon a:hover, .charboxmaroon a:visited, .charboxmaroon a:active { color: maroon; }
background: #fbfbfb;
.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; }
table.ambox + table.ambox { /* Single border between stacked boxes. */
.charboxfuchsia a:link, .charboxfuchsia a:hover, .charboxfuchsia a:visited, .charboxfuchsia a:active { color: fuchsia; }
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 227-255
table.ambox-notice {
.charboxgreen a:link, .charboxgreen a:hover, .charboxgreen a:visited, .charboxgreen a:active { color: green; }
/* @noflip */
.charboxlime a:link, .charboxlime a:hover, .charboxlime a:visited, .charboxlime a:active { color: lime; }
border-left: 10px solid #1e90ff; /* Blue */
.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; }
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 257-270 (99.7% similarity)
/* Image message box styles */
.charboxnavy a:link, .charboxnavy a:hover, .charboxnavy a:visited, .charboxnavy a:active { color: navy; }
table.imbox {
.charboxblue a:link, .charboxblue a:hover, .charboxblue a:visited, .charboxblue a:active { color: blue; }
margin: 4px 10%;
.charboxteal a:link, .charboxteal a:hover, .charboxteal a:visited, .charboxteal a:active { color: teal; }
border-collapse: collapse;
.charboxaqua a:link, .charboxaqua a:hover, .charboxaqua a:visited, .charboxaqua a:active { color: aqua; }
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 272-300
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 302-308 (99.7% similarity)
/* Category message box styles */
/************************/
table.cmbox {
/* CommonsTicker styles */
margin: 3px 10%;
/************************/
border-collapse: collapse;
border: 1px solid #aaa;
/* links */
background: #DFE8FF; /* Default "notice" blue */
.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; }
Text moved to lines 310-333
table.cmbox-notice {
/* per-type styles */
background: #D8E8FF; /* Blue */
.tickerEntry_deleted { } /* entry for image deletion */
}
.tickerEntry_restored { } /* entry for restored image */
table.cmbox-speedy {
.tickerEntry_replaced { } /* entry for image replacement */
margin-top: 4px;
.tickerEntry_tagged { } /* entry for adding/removing problem tags */
margin-bottom: 4px;
.tickerEntry_redir { } /* entry for critical redirection (fot tag redirects) */
border: 4px solid #b22222; /* Red */
.tickerEntry_recat { } /* entry for critical re-categorization (for tag categories) */
background: #FFDBDB; /* Pink */
.tickerEntry_notify { } /* entry for global notifications */
}
.tickerEntry_changed { } /* entry for generic change */
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 335-341 (99.4% similarity)
/* Other pages message box styles */
/* per-status styles */
table.ombox {
.tickerStatus_done { text-decoration:line-through; } /* strike through when entry has been handeled */
margin: 4px 10%;
border-collapse: collapse;
border: 1px solid #aaa; /* Default "notice" gray */
background: #f9f9f9;
}
Text moved to lines 343-364
table.ombox-notice {
/* per-action styles */
border: 1px solid #aaa; /* Gray */
.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%; }
table.ombox-speedy {
.tickerAction_deletedRev:before { content:" -СТАРА "; color: #DDAAAA; font-family:monospace; font-weight:bold; font-size:100%; }
border: 2px solid #b22222; /* Red */
.tickerAction_replaced:before { content:" ЗАМЕЊЕНА "; color: #CC88FF; font-family:monospace; font-weight:bold; font-size:100%; }
background: #fee; /* Pink */
.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%; }
table.ombox-delete {
.tickerAction_removedBad:before { content:" -СЗБ "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
border: 2px solid #b22222; /* Red */
.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.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 with changes to lines 366-380 (99.9% similarity)
/* Talk page message box styles */
/* ticker usage list */
table.tmbox {
.tickerUsage { font-size:80%; }
margin: 4px 10%;
border-collapse: collapse;
border: 1px solid #c0c090; /* Default "notice" gray-brown */
background: #f8eaba;
}
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
margin: 2px 0; /* this declaration overrides other styles (including mbox-small above) */
width: 100%; /* For Safari and Opera */
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when */
line-height: 1.5em; /* also "nested", so reset styles that are */
font-size: 100%; /* set in "mbox-small" above. */
}
Text moved to lines 382-401
table.tmbox-speedy {
/* entry applies to a template used by multiple images */
border: 2px solid #b22222; /* Red */
.tickerTemplateEntry { font-weight: bold; }
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 */
/* entry applies to sub-entries, i.e. images that use a specific template */
table.dmbox {
.tickerSubEntry { }
clear: both;
margin: 0.9em 1em;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: transparent;
}
Text moved with changes to lines 412-434 (99.8% similarity)
/* Footer and header message box styles */
/* minor entry styles */
table.fmbox {
.tickerMinorEntry { color:#666; } /* minor entry */
clear: both;
.tickerMinorEntry a,
margin: 0.2em 0;
.tickerMinorEntry a:link,
width: 100%;
.tickerMinorEntry a:visited { color:#669; }
border: 1px solid #aaa;
#bodyContent .tickerMinorEntry a.extiw,
background: #f9f9f9; /* Default "system" gray */
#bodyContent .tickerMinorEntry a.extiw:link,
}
#bodyContent .tickerMinorEntry a.extiw:visited { color:#669; }
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 to lines 452-472 (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;
}
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 */
/* Special:Search styles */
/* Hide the images */
.mw-search-results {
.compact-ambox table .mbox-image,
margin-left: 0;
.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;
}
}
.mw-search-results li {
/* Remove default styles for [[MediaWiki:Noarticletext]]. */
margin: 0;
div.noarticletext {
padding: 0.25em 1em;
border: none;
border-bottom: 1px solid #d3daed;
background: transparent;
background-color: #f6f8fc;
padding: 0;
list-style-type: none;
list-style-image: none;
}
}
.mw-search-results table {
/* Hide (formatting) elements from screen, but not from screenreaders */
background-color: transparent;
.visualhide {
position: absolute;
left: -10000px;
top: auto;
width: 1px;
height: 1px;
overflow: hidden;
}
}
.mw-search-result-data {
/* Bold save button */
color: green;
#wpSave {
font-weight: bold;
}
}
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
/************************************************
.hiddenStructure {
*** Infobox V2 - En phase de test ***
display: inline !important;
*** autor : [[:fr:User:Antaya]] ***
color: #f00;
************************************************/
background-color: #0f0;
.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;
}
}
/* suppress missing interwiki image links where #ifexist cannot
.infobox_v2 th {
be used due to high number of requests see .hidden-redlink on
vertical-align:top;
[[m:MediaWiki:Common.css]] */
text-align:left;
.check-icon a.new {
display: none;
speak: none;
}
}
/* Removes
/* Option désactivée : empêche les liens internes d'apparaître en bleu
.infobox_v2 th a {
color:black