Медијавики:Common.css — разлика између измена

Извор: Викимедијина заједница Републике Српске
(Поништена измена 54 корисника Admin (разговор))
Ред 1: Ред 1:
/* Common CSS for all skins
+
/** CSS стављен овде ће се односити на све коже */
  
<pre><nowiki>*/
+
body.page-Главна_страна h1.firstHeading { display:none; }
/* Make the list of references smaller */
+
ol.references,
+
div.reflist,
+
div.refbegin {
+
    font-size: 90%;            /* Default font-size */
+
    margin-bottom: 0.5em;
+
}
+
div.refbegin-100 {
+
    font-size: 100%;          /* Option for normal fontsize in {{refbegin}} */
+
}
+
div.reflist ol.references {
+
    font-size: 100%;          /* Reset font-size when nested in div.reflist */
+
    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 */
+
sup.reference {
+
    font-weight: normal;
+
    font-style: normal;
+
}
+
 
+
/* 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;
+
}
+
 
+
table.wikitable th, table.wikitable td,
+
table.prettytable th, table.prettytable td {
+
  border: 1px #aaaaaa solid;
+
  padding: 0.2em;
+
}
+
 
+
table.wikitable th,
+
table.prettytable th {
+
  background: #f2f2f2;
+
  text-align: center;
+
}
+
 
+
table.wikitable caption,
+
table.prettytable caption {
+
  margin-left: inherit;
+
  margin-right: inherit;
+
}
+
 
+
table.standard, table.wide, table.wikitable, table.standart {border: 1px solid rgb(170,170,170);border-collapse: collapse}
+
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 {
+
    margin: .1em;
+
    text-align: center;
+
    width: auto;
+
}
+
div.thumb div * {
+
    border: none;
+
    background: none;
+
}
+
div.thumbcaption {
+
    padding: 0.2em 0 0.2em 0 !important;
+
    text-align: left !important;
+
}
+
div.tright {
+
    float: right;
+
    margin-left:0.4em;
+
}
+
div.tleft {
+
    float: left;
+
    margin-right:0.4em;
+
}
+
 
+
/* OPTIONS RC */
+
.rcoptions {
+
clear: both;
+
margin: 0 0 2px 0;
+
padding:.5em;
+
border:1px solid #A9A9A9;
+
background-color: #FFFFFF;
+
}
+
 
+
/* skrivene kategorije */
+
/* prikazivanje  */
+
#mw-hidden-catlinks {
+
font-size: 0.85em;
+
}
+
 
+
/* Removes underlines from links */
+
.nounderlines a {
+
  text-decoration: none;
+
}
+
 
+
/* Change the external link icon to an Adobe icon for all PDF files */
+
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */
+
#bodyContent a[href$=".pdf"].external,
+
#bodyContent a[href*=".pdf?"].external,
+
#bodyContent a[href*=".pdf#"].external,
+
#bodyContent a[href$=".PDF"].external,
+
#bodyContent a[href*=".PDF?"].external,
+
#bodyContent a[href*=".PDF#"].external,
+
#mw_content a[href$=".pdf"].external,
+
#mw_content a[href*=".pdf?"].external,
+
#mw_content a[href*=".pdf#"].external,
+
#mw_content a[href$=".PDF"].external,
+
#mw_content a[href*=".PDF?"].external,
+
#mw_content a[href*=".PDF#"].external {
+
    background: url(//upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;
+
    padding-right: 16px;
+
}
+
 
+
/* 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. */
+
span.PDFlink a {
+
    background: url(//upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;
+
    padding-right: 17px !important;
+
}
+
 
+
span.geolink a {
+
    background: url(//upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important;
+
    padding-right: 11px !important;
+
}
+
 
+
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
+
th.mbox-text, td.mbox-text {  /* The message body cell(s) */
+
    border: none;
+
    /* @noflip */
+
    padding: 0.25em 0.9em;    /* 0.9em left/right */
+
    width: 100%;              /* Make all mboxes the same width regardless of text length */
+
}
+
td.mbox-image {                /* The left image cell */
+
    border: none;
+
    /* @noflip */
+
    padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
+
    text-align: center;
+
}
+
td.mbox-imageright {          /* The right image cell */
+
    border: none;
+
    /* @noflip */
+
    padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
+
    text-align: center;
+
}
+
td.mbox-empty-cell {          /* An empty narrow cell */
+
    border: none;
+
    padding: 0px;
+
    width: 1px;
+
}
+
+
/* Article message box styles */
+
table.ambox {
+
    margin: 0px 10%;                  /* 10% = Will not overlap with other elements */
+
    border: 1px solid #aaa;
+
    /* @noflip */
+
    border-left: 10px solid #1e90ff;  /* Default "notice" blue */
+
    background: #fbfbfb;
+
}
+
table.ambox + table.ambox {      /* Single border between stacked boxes. */
+
    margin-top: -1px;
+
}
+
.ambox th.mbox-text,
+
.ambox td.mbox-text {            /* The message body cell(s) */
+
    padding: 0.25em 0.5em;      /* 0.5em left/right */
+
}
+
.ambox td.mbox-image {          /* The left image cell */
+
    /* @noflip */
+
    padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
+
}
+
.ambox td.mbox-imageright {      /* The right image cell */
+
    /* @noflip */
+
    padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
+
}
+
+
table.ambox-notice {
+
    /* @noflip */
+
    border-left: 10px solid #1e90ff;    /* Blue */
+
}
+
table.ambox-speedy {
+
    /* @noflip */
+
    border-left: 10px solid #b22222;    /* Red */
+
    background: #fee;                  /* Pink */
+
}
+
table.ambox-delete {
+
    /* @noflip */
+
    border-left: 10px solid #b22222;    /* Red */
+
}
+
table.ambox-content {
+
    /* @noflip */
+
    border-left: 10px solid #f28500;    /* Orange */
+
}
+
table.ambox-style {
+
    /* @noflip */
+
    border-left: 10px solid #f4c430;    /* Yellow */
+
}
+
table.ambox-move {
+
    /* @noflip */
+
    border-left: 10px solid #9932cc;    /* Purple */
+
}
+
table.ambox-protection {
+
    /* @noflip */
+
    border-left: 10px solid #bba;      /* Gray-gold */
+
}
+
+
/* Image message box styles */
+
table.imbox {
+
    margin: 4px 10%;
+
    border-collapse: collapse;
+
    border: 3px solid #1e90ff;    /* Default "notice" blue */
+
    background: #fbfbfb;
+
}
+
.imbox .mbox-text .imbox {  /* For imboxes inside imbox-text cells. */
+
    margin: 0 -0.5em;      /* 0.9 - 0.5 = 0.4em left/right.        */
+
    display: block;        /* Fix for webkit to force 100% width.  */
+
}
+
.mbox-inside .imbox {      /* For imboxes inside other templates.  */
+
    margin: 4px;
+
}
+
+
table.imbox-notice {
+
    border: 3px solid #1e90ff;    /* Blue */
+
}
+
table.imbox-speedy {
+
    border: 3px solid #b22222;    /* Red */
+
    background: #fee;            /* Pink */
+
}
+
table.imbox-delete {
+
    border: 3px solid #b22222;    /* Red */
+
}
+
table.imbox-content {
+
    border: 3px solid #f28500;    /* Orange */
+
}
+
table.imbox-style {
+
    border: 3px solid #f4c430;    /* Yellow */
+
}
+
table.imbox-move {
+
    border: 3px solid #9932cc;    /* Purple */
+
}
+
table.imbox-protection {
+
    border: 3px solid #bba;      /* Gray-gold */
+
}
+
table.imbox-license {
+
    border: 3px solid #88a;      /* Dark gray */
+
    background: #f7f8ff;          /* Light gray */
+
}
+
table.imbox-featured {
+
    border: 3px solid #cba135;    /* Brown-gold */
+
}
+
+
/* Category message box styles */
+
table.cmbox {
+
    margin: 3px 10%;
+
    border-collapse: collapse;
+
    border: 1px solid #aaa;
+
    background: #DFE8FF;    /* Default "notice" blue */
+
}
+
+
table.cmbox-notice {
+
    background: #D8E8FF;    /* Blue */
+
}
+
table.cmbox-speedy {
+
    margin-top: 4px;
+
    margin-bottom: 4px;
+
    border: 4px solid #b22222;    /* Red */
+
    background: #FFDBDB;          /* Pink */
+
}
+
table.cmbox-delete {
+
    background: #FFDBDB;    /* Red */
+
}
+
table.cmbox-content {
+
    background: #FFE7CE;    /* Orange */
+
}
+
table.cmbox-style {
+
    background: #FFF9DB;    /* Yellow */
+
}
+
table.cmbox-move {
+
    background: #E4D8FF;    /* Purple */
+
}
+
table.cmbox-protection {
+
    background: #EFEFE1;    /* Gray-gold */
+
}
+
+
/* Other pages message box styles */
+
table.ombox {
+
    margin: 4px 10%;
+
    border-collapse: collapse;
+
    border: 1px solid #aaa;      /* Default "notice" gray */
+
    background: #f9f9f9;
+
}
+
+
table.ombox-notice {
+
    border: 1px solid #aaa;      /* Gray */
+
}
+
table.ombox-speedy {
+
    border: 2px solid #b22222;    /* Red */
+
    background: #fee;            /* Pink */
+
}
+
table.ombox-delete {
+
    border: 2px solid #b22222;    /* Red */
+
}
+
table.ombox-content {
+
    border: 1px solid #f28500;    /* Orange */
+
}
+
table.ombox-style {
+
    border: 1px solid #f4c430;    /* Yellow */
+
}
+
table.ombox-move {
+
    border: 1px solid #9932cc;    /* Purple */
+
}
+
table.ombox-protection {
+
    border: 2px solid #bba;      /* Gray-gold */
+
}
+
+
/* Talk page message box styles */
+
table.tmbox {
+
    margin: 4px 10%;
+
    border-collapse: collapse;
+
    border: 1px solid #c0c090;    /* Default "notice" gray-brown */
+
    background: #f8eaba;
+
}
+
.mediawiki .mbox-inside .tmbox { /* For tmboxes inside other templates. The "mediawiki" class ensures that */
+
    margin: 2px 0;              /* this declaration overrides other styles (including mbox-small above)  */
+
    width: 100%;                /* For Safari and Opera */
+
}
+
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
+
    line-height: 1.5em;          /* also "nested", so reset styles that are  */ 
+
    font-size: 100%;            /* set in "mbox-small" above.                */
+
}
+
+
table.tmbox-speedy {
+
    border: 2px solid #b22222;    /* Red */
+
    background: #fee;            /* Pink */
+
}
+
table.tmbox-delete {
+
    border: 2px solid #b22222;    /* Red */
+
}
+
table.tmbox-content {
+
    border: 2px solid #f28500;    /* Orange */
+
}
+
table.tmbox-style {
+
    border: 2px solid #f4c430;    /* Yellow */
+
}
+
table.tmbox-move {
+
    border: 2px solid #9932cc;    /* Purple */
+
}
+
table.tmbox-protection,
+
table.tmbox-notice {
+
    border: 1px solid #c0c090;    /* Gray-brown */
+
}
+
+
/* Disambig and set index box styles */
+
table.dmbox {
+
    clear: both;
+
    margin: 0.9em 1em;
+
    border-top: 1px solid #ccc;
+
    border-bottom: 1px solid #ccc;
+
    background: transparent;
+
}
+
+
/* Footer and header message box styles */
+
table.fmbox {
+
    clear: both;
+
    margin: 0.2em 0;
+
    width: 100%;
+
    border: 1px solid #aaa;
+
    background: #f9f9f9;    /* Default "system" gray */
+
}
+
table.fmbox-system {
+
    background: #f9f9f9;
+
}
+
table.fmbox-warning {
+
    border: 1px solid #bb7070;  /* Dark pink */
+
    background: #ffdbdb;        /* Pink */
+
}
+
table.fmbox-editnotice {
+
    background: transparent;
+
}
+
/* Div based "warning" style fmbox messages. */
+
div.mw-warning-with-logexcerpt,
+
div.mw-lag-warn-high,
+
div.mw-cascadeprotectedwarning,
+
div#mw-protect-cascadeon {
+
    clear: both;
+
    margin: 0.2em 0;
+
    border: 1px solid #bb7070;
+
    background: #ffdbdb;
+
    padding: 0.25em 0.9em;
+
}
+
/* Div based "system" style fmbox messages.
+
  Used in [[MediaWiki:Readonly lag]]. */
+
div.mw-lag-warn-normal,
+
div.fmbox-system {
+
    clear: both;
+
    margin: 0.2em 0;
+
    border: 1px solid #aaa;
+
    background: #f9f9f9;
+
    padding: 0.25em 0.9em;
+
}
+
+
/* These mbox-small classes must be placed after all other
+
  ambox/tmbox/ombox etc classes. "body.mediawiki" is so
+
  they override "table.ambox + table.ambox" above. */
+
body.mediawiki table.mbox-small {  /* For the "small=yes" option. */
+
    /* @noflip */
+
    clear: right;
+
    /* @noflip */
+
    float: right;
+
    /* @noflip */
+
    margin: 4px 0 4px 1em;
+
    width: 238px;
+
    font-size: 88%;
+
    line-height: 1.25em;
+
}
+
body.mediawiki table.mbox-small-left {  /* For the "small=left" option. */
+
    /* @noflip */
+
    margin: 4px 1em 4px 0;
+
    width: 238px;
+
    border-collapse: collapse;
+
    font-size: 88%;
+
    line-height: 1.25em;
+
}
+
 
+
 
+
/* 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 */
+
    text-align: right;
+
}
+
.navbox,
+
.navbox-subgroup {
+
    background: #fdfdfd;      /* Background color */
+
}
+
.navbox-list {
+
    line-height: 1.8em;
+
    border-color: #fdfdfd;    /* Must match background color */
+
}
+
.navbox th,
+
.navbox-title {
+
    background: #ccccff;      /* Level 1 color */
+
}
+
.navbox-abovebelow,
+
th.navbox-group,
+
.navbox-subgroup .navbox-title {
+
    background: #ddddff;      /* Level 2 color */
+
}
+
.navbox-subgroup .navbox-group,
+
.navbox-subgroup .navbox-abovebelow {
+
    background: #e6e6ff;      /* Level 3 color */
+
}
+
.navbox-even {
+
    background: #f7f7f7;      /* Even row striping */
+
}
+
.navbox-odd {
+
    background: transparent;  /* Odd row striping */
+
}
+
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
+
    margin-top: -1px;          /* (doesn't work for IE6, but that's okay)      */
+
}
+
.navbox .hlist td dl,
+
.navbox .hlist td ol,
+
.navbox .hlist td ul,
+
.navbox td.hlist dl,
+
.navbox td.hlist ol,
+
.navbox td.hlist ul {
+
    padding: 0.125em 0;      /* Adjust hlist padding in navboxes */
+
}
+
ol + table.navbox,
+
ul + table.navbox {
+
    margin-top: 1em;        /* Prevent lists from clinging to 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%;
+
}
+
.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;
+
}
+
/* In navboxes, the show/hide button balances the v·d·e links
+
  from [[Template:Navbar]], so they need to be the same width. */
+
.navbox .collapseButton {
+
    width: 6em;
+
}
+
 
+
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
+
.mw-collapsible-toggle {
+
    font-weight: normal;
+
    /* @noflip */
+
    text-align: right;
+
}
+
.navbox .mw-collapsible-toggle {
+
    width: 6em;
+
}
+
 
+
/* Infobox template style */
+
 
+
.infobox {
+
  border: 1px solid #aaaaaa;
+
  background-color: #f9f9f9;
+
  color: black;
+
  margin-bottom: 0.5em;
+
  margin-left: 1em;
+
  padding: 0.2em;
+
  float: right;
+
  clear: right;
+
}
+
.infobox td,
+
.infobox th {
+
  vertical-align: top;
+
}
+
.infobox caption {
+
  font-size: larger;
+
  margin-left: inherit;
+
}
+
.infobox.bordered {
+
  border-collapse: collapse;
+
}
+
.infobox.bordered td,
+
.infobox.bordered th {
+
  border: 1px solid #aaaaaa;
+
}
+
.infobox.bordered .borderless td,
+
.infobox.bordered .borderless th {
+
  border: 0;
+
}
+
 
+
.infobox.sisterproject {
+
  width: 20em;
+
  font-size: 90%;
+
}
+
 
+
/* 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. */
+
.IPA {
+
        font-family: Chrysanthi Unicode, Doulos SIL, Gentium, GentiumAlt, Code2000, TITUS Cyberbit Basic, DejaVu Sans, Bitstream Vera Sans, Bitstream Cyberbit, Arial Unicode MS, Lucida Sans Unicode, Hiragino Kaku Gothic Pro, Matrix Unicode;
+
        font-family /**/:inherit;
+
}
+
.Unicode {
+
        font-family: TITUS Cyberbit Basic, Code2000, Doulos SIL, Chrysanthi Unicode, Bitstream Cyberbit, Bitstream CyberBase, Bitstream Vera, Thryomanes, Gentium, GentiumAlt, Visual Geez Unicode, Lucida Grande, Arial Unicode MS, Microsoft Sans Serif, Lucida Sans Unicode;
+
        font-family /**/:inherit;
+
}
+
.polytonic {
+
        font-family: Athena, Gentium, Palatino Linotype, Arial Unicode MS, Lucida Sans Unicode, Lucida Grande, Code2000;
+
        font-family /**/:inherit;
+
}
+
 
+
#wpSave {
+
  font-weight: bold;
+
}
+
 
+
/* hiddenStructure from Monobook - allows selective hiding of markup in templates */
+
.hiddenStructure {
+
  display: none;
+
  speak: none;
+
}
+
 
+
/* Custom link colors for use in [[MediaWiki:Edittools]] */
+
.charboxblack a:link, .charboxblack a:hover, .charboxblack a:visited, .charboxblack a:active { color: black; }
+
.charboxsilver a:link, .charboxsilver a:hover, .charboxsilver a:visited, .charboxsilver a:active { color: silver; }
+
.charboxgray a:link, .charboxgray a:hover, .charboxgray a:visited, .charboxgray a:active { color: gray; }
+
.charboxwhite a:link, .charboxwhite a:hover, .charboxwhite a:visited, .charboxwhite a:active { color: white; }
+
.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;
+
}
+
 
+
/************************************************
+
***    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;  * désactive la couleur des liens à gauche *
+
}
+
*/
+
+
.infobox_v2 .entete {
+
height:45px;
+
vertical-align:middle;
+
text-align:center;
+
font-size:150%;
+
font-weight:bolder;
+
line-height:1.2em;
+
color:#000
+
}
+
 
+
.infobox_v2 .media { /* css V2 pour [[Modèle:Son]], etc. */
+
height:35px;
+
vertical-align:middle;
+
text-align:center;
+
font-weight:bolder;
+
color:#000
+
}
+
 
+
/* transparentne slike za zaglavlje infoboxa */
+
.entete.defaut          {}
+
.entete.airliner        {background: url("//upload.wikimedia.org/wikipedia/commons/archive/f/ff/20110225171835%21Picto_infobox_aircraft.png") no-repeat top right;}
+
.entete.argentina        {background: url("//upload.wikimedia.org/wikipedia/commons/1/13/Sol-de-mayo-infobox.png") no-repeat top right; }
+
.entete.art              {background: url("//upload.wikimedia.org/wikipedia/commons/f/f3/Picto_infobox_artiste.png") no-repeat top right;}
+
.entete.astronomy        {background: url("//upload.wikimedia.org/wikipedia/commons/7/71/Picto_infobox_astronomy.png") no-repeat top right;}
+
.entete.aerostat        {background: url("//upload.wikimedia.org/wikipedia/commons/7/7e/Picto_infobox_aerostat.png") no-repeat top right;}
+
.entete.auteur          {background: url("//upload.wikimedia.org/wikipedia/commons/1/1e/Picto_infobox_auteur.png") no-repeat top right;}
+
.entete.basketball      {background: url("//upload.wikimedia.org/wikipedia/commons/f/f4/Picto_Infobox_Basketball.png")  no-repeat top right;}
+
.entete.bd              {background: url("//upload.wikimedia.org/wikipedia/commons/2/2c/Picto_infobox_comicballoon.png") no-repeat top right;}
+
.entete.biere            {background: url("//upload.wikimedia.org/wikipedia/commons/0/04/Picto_infobox_beer.png") no-repeat top right;}
+
.entete.card            {background: url("//upload.wikimedia.org/wikipedia/commons/9/90/Picto_infobox_Game.png") no-repeat top right;}
+
.entete.canada          {background: url("//upload.wikimedia.org/wikipedia/commons/6/6a/Picto_infobox_Canada.png") no-repeat top right;}
+
.entete.cardinal        {background: url("//upload.wikimedia.org/wikipedia/commons/0/03/Picto_infobox_cardinal.png") no-repeat  top right;}
+
.entete.chateau          {background: url("//upload.wikimedia.org/wikipedia/commons/5/5c/Picto_infobox_chateau.png") no-repeat bottom right;}
+
.entete.cinema          {background: url("//upload.wikimedia.org/wikipedia/commons/e/ea/Picto_infobox_cinema.png") no-repeat top right;}
+
.entete.communication    {background: url("//upload.wikimedia.org/wikipedia/commons/a/a2/Picto_infobox_antenna.png") no-repeat top right;}
+
.entete.computer        {background: url("//upload.wikimedia.org/wikipedia/commons/5/56/Picto_infobox_laptop.png") no-repeat top right;}
+
.entete.deportation      {background: url("//upload.wikimedia.org/wikipedia/commons/e/e0/Picto_Infobox_deportation.png") no-repeat top right;}
+
.entete.egypte-antique  {background: url("//upload.wikimedia.org/wikipedia/commons/c/cc/Picto_infobox_ancient_Egypt.png") no-repeat bottom right;}
+
.entete.entreprise      {background: url("//upload.wikimedia.org/wikipedia/commons/f/ff/Picto_infobox_enterprise.png") no-repeat top right;}
+
.entete.eveque          {background: url("//upload.wikimedia.org/wikipedia/commons/b/b3/Picto_infobox_bishop.png") no-repeat top right;}
+
.entete.fighter          {background: url("//upload.wikimedia.org/wikipedia/commons/5/54/Picto_infobox_planeur.png") no-repeat top right;}
+
.entete.flag            {background: url("//upload.wikimedia.org/wikipedia/commons/thumb/6/6f/Entete_flag.png/45px-Entete_flag.png") no-repeat bottom right;}
+
.entete.football        {background: url("//upload.wikimedia.org/wikipedia/commons/f/f8/Infobox_Football_pictogram.png") no-repeat top right;}
+
.entete.gastronomia      {background: url("//upload.wikimedia.org/wikipedia/commons/a/aa/Picto_infobox_mets.png") no-repeat top right;}
+
.entete.gradjevina      {background: url("//upload.wikimedia.org/wikipedia/commons/5/5e/Pictogram_infobox_palace.png") no-repeat top right;}
+
.entete.grapes          {background: url("//upload.wikimedia.org/wikipedia/commons/6/66/Picto_info_grape.png") no-repeat top right;}
+
.entete.handball        {background: url("//upload.wikimedia.org/wikipedia/commons/7/75/Infobox_Handball_pictogram.png") no-repeat top right;}
+
.entete.helicoptere      {background: url("//upload.wikimedia.org/wikipedia/commons/f/fa/Picto_infobox_helicopter.png") no-repeat top right;}
+
.entete.humain          {background: url("//upload.wikimedia.org/wikipedia/commons/8/82/Picto_infobox_manwoman.png") no-repeat top right;}
+
.entete.icehockey        {background: url("//upload.wikimedia.org/wikipedia/commons/f/f8/Pictogram_infobox_icehockey.png") no-repeat top right; }
+
.entete.informatique    {background: url("//upload.wikimedia.org/wikipedia/commons/b/b8/Picto_infobox_informatique_souris.png") no-repeat top right;}
+
.entete.israel-judaisme  {background: url("//upload.wikimedia.org/wikipedia/commons/a/a5/Picto_infobox_israel-judaisme.png") no-repeat bottom right;}
+
.entete.jeu              {background: url("//upload.wikimedia.org/wikipedia/commons/0/07/Picto_infobox_game.png") no-repeat top right;}
+
.entete.jeu-role        {background: url("//upload.wikimedia.org/wikipedia/commons/d/d8/Picto_infobox_Jeu_de_rôle.png") no-repeat top right;}
+
.entete.jeuvideo        {background: url("//upload.wikimedia.org/wikipedia/commons/2/2d/Picto_infobox_gamepad.png") no-repeat bottom right;}
+
.entete.macintosh        {background: url("//upload.wikimedia.org/wikipedia/commons/2/20/Picto_infobox_Macintosh.png") no-repeat top right;}
+
.entete.map              {background: url("//upload.wikimedia.org/wikipedia/commons/7/7a/Picto_infobox_map.png") no-repeat top right;}
+
.entete.medicine        {background: url("//upload.wikimedia.org/wikipedia/commons/thumb/5/51/Entete_m%C3%A9decine.png/45px-Entete_m%C3%A9decine.png") no-repeat top right;}
+
.entete.military        {background: url("//upload.wikimedia.org/wikipedia/commons/0/03/Picto_infobox_military.png") no-repeat top right;}
+
.entete.monarch          {background: url("//upload.wikimedia.org/wikipedia/commons/5/5f/Picto_infobox_prétendant_à_un_trône.png") no-repeat top right;}
+
.entete.moteur-avion    {background: url("//upload.wikimedia.org/wikipedia/commons/9/9c/Picto_Infobox_moteur_d%27avion.png") no-repeat top right;}
+
.entete.musique          {background: url("//upload.wikimedia.org/wikipedia/commons/6/60/Picto_infobox_music.png") no-repeat bottom right;}
+
.entete.papyrus          {background: url("//upload.wikimedia.org/wikipedia/commons/1/1b/Picto_infobox_papyrus.png") no-repeat top right;}
+
.entete.paralympique    {background: url("//upload.wikimedia.org/wikipedia/commons/5/5e/Picto_infobox_Paralympics.png") no-repeat top right;}
+
.entete.persofiction    {background: url("//upload.wikimedia.org/wikipedia/commons/3/37/Picto_infobox_masks.png") no-repeat top right;}
+
.entete.personne        {background: url("//upload.wikimedia.org/wikipedia/commons/4/48/Picto_infobox_character.png") no-repeat top right;}
+
.entete.philosophy      {background: url("//upload.wikimedia.org/wikipedia/commons/d/dd/Picto_infobox_philosopher.png") no-repeat top right;}
+
.entete.planeur          {background: url("//upload.wikimedia.org/wikipedia/commons/b/ba/Picto_infobox_avion_l%C3%A9ger.png") no-repeat top right; }
+
.entete.pope            {background: url("//upload.wikimedia.org/wikipedia/commons/3/31/Picto_Emblem_of_the_Papacy.PNG") no-repeat top right;}
+
.entete.post            {background: url("//upload.wikimedia.org/wikipedia/commons/0/0a/Picto_infobox_post_office.png") no-repeat top right;}
+
.entete.presse          {background: url("//upload.wikimedia.org/wikipedia/commons/d/d6/Picto_infobox_newspaper.png") no-repeat top right;}
+
.entete.projet          {background: url("//upload.wikimedia.org/wikipedia/commons/c/cb/Picto_infobox_tools.png") no-repeat top right;}
+
.entete.quebec          {background: url("//upload.wikimedia.org/wikipedia/commons/2/21/Picto_infobox_Quebec.png") no-repeat top right;}
+
.entete.race            {background: url("//upload.wikimedia.org/wikipedia/commons/d/da/Picto_infobox_race.png") no-repeat top right;}
+
.entete.recherche        {background: url("//upload.wikimedia.org/wikipedia/commons/c/c1/Picto_infobox_detective.png") no-repeat top right;}
+
.entete.rome-antique    {background: url("//upload.wikimedia.org/wikipedia/commons/3/3c/Picto_infobox_Roman_military_banner.png") no-repeat top right;}
+
.entete.rugby            {background: url("//upload.wikimedia.org/wikipedia/commons/0/06/Picto_Infobox_Rugby.png") no-repeat top right;}
+
.entete.saint            {background: url("//upload.wikimedia.org/wikipedia/commons/b/b3/Picto_infobox_bishop.png") no-repeat top right;}
+
.entete.schoolar        {background: url("//upload.wikimedia.org/wikipedia/commons/4/42/Picto_infobox_book.png") no-repeat top right;}
+
.entete.satellite        {background: url("//upload.wikimedia.org/wikipedia/commons/8/8d/Picto_infobox_satellite.png") no-repeat top right;}
+
.entete.scientist        {background: url("//upload.wikimedia.org/wikipedia/commons/e/ed/Picto_infobox_fliyingsaucer.png") no-repeat top right;}
+
.entete.science-fiction  {background: url("//upload.wikimedia.org/wikipedia/commons/e/ed/Picto_infobox_fliyingsaucer.png") no-repeat top right;}
+
.entete.ship            {background: url("//upload.wikimedia.org/wikipedia/commons/e/e0/Picto_infobox_ship.png") no-repeat top right;}
+
.entete.skiing          {background: url("//upload.wikimedia.org/wikipedia/commons/b/b8/Infobox_Alpine_skiing_pictogram.png") no-repeat top right;}
+
.entete.sport            {background: url("//upload.wikimedia.org/wikipedia/commons/8/8e/Picto_infobox_Olympic.png") no-repeat top right;}
+
.entete.sport-automobile {background: url("//upload.wikimedia.org/wikipedia/commons/d/da/Picto_infobox_race.png") no-repeat top right;}
+
.entete.television      {background: url("//upload.wikimedia.org/wikipedia/commons/a/a6/Picto_infobox_TV-T%26PC.png") no-repeat top right;}
+
.entete.tennis          {background: url("//upload.wikimedia.org/wikipedia/commons/9/92/Infobox_Tennis_pictogram.png") no-repeat top right;}
+
.entete.timbre          {background: url("//upload.wikimedia.org/wikipedia/commons/b/b3/Picto_infobox_Stamps.png") no-repeat top right;}
+
.entete.train            {background: url("//upload.wikimedia.org/wikipedia/commons/4/44/Picto_infobox_train.png") no-repeat top right;}
+
.entete.un              {background: url("//upload.wikimedia.org/wikipedia/commons/3/3a/Picto_infobox_UN.png") no-repeat top right; }
+
.entete.union-europeenne {background: url("//upload.wikimedia.org/wikipedia/commons/c/c0/Picto_Infobox_Europe.png") no-repeat top right;}
+
.entete.university      {background: url("//upload.wikimedia.org/wikipedia/commons/7/7e/Infobox_education_pictogram.png") no-repeat top right;}
+
.entete.water-polo      {background: url("//upload.wikimedia.org/wikipedia/commons/9/99/Picto_infobox_water_polo.png") no-repeat top right;}
+
.media.audio            {background: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/35px-Gnome-speakernotes.png") no-repeat top left;}
+
.media.video            {background: url("//upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/35px-Tango-video-x-generic.png") no-repeat top left;}
+
 
+
/* KRAJ infobox_v2 */ /* monobookocentré fin */
+
 
+
 
+
/* [[:de:Wikipedia:TownBox|TownBox]] */
+
+
div.townBox {
+
    position: relative;
+
    float: right;
+
    background: white;
+
    margin-left: 1em;
+
    border: 1px solid gray;
+
    padding: 0.3em;
+
    width: 200px;
+
    overflow: hidden;
+
    clear: right;
+
}
+
div.townBox dl {
+
    padding: 0;
+
    margin: 0 0 0.3em 0;
+
    font-size: 96%;
+
}
+
div.townBox dl dt {
+
    background: none;
+
    margin: 0.4em 0 0 0;
+
}
+
div.townBox dl dd {
+
    margin: 0.1em 0 0 1.1em;
+
    background-color: #f3f3f3;
+
}
+
 
+
/* Geographical coordinates defaults.
+
  See [[Template:Coord/link]] for how these are used.
+
  The classes "geo", "longitude", and "latitude" are used by
+
  the [[Geo microformat]], so the names should not be changed. */
+
.geo-default, .geo-dms, .geo-dec { display: inline; }
+
.geo-nondefault, .geo-multi-punct { display: none; }
+
.longitude, .latitude { white-space: nowrap; }
+
 
+
/* Iz Vikipedije, slobodne enciklopedije */
+
#siteSub  {
+
  display:inline;
+
  font-size:92%;
+
  font-weight:normal;
+
  border-bottom:none;
+
}
+
 
+
/* Standard Navigationsleisten, aka box hiding thingy
+
  from .de.  Documentation at [[Wikipedia:NavFrame]]. */
+
div.NavFrame {
+
    margin: 0;
+
    padding: 4px;
+
    border: 1px solid #aaa;
+
    text-align: center;
+
    border-collapse: collapse;
+
    font-size: 95%;
+
}
+
div.NavFrame + div.NavFrame {
+
    border-top-style: none;
+
    border-top-style: hidden;
+
}
+
div.NavPic {
+
    background-color: #fff;
+
    margin: 0;
+
    padding: 2px;
+
    /* @noflip */
+
    float: left;
+
}
+
div.NavFrame div.NavHead {
+
    height: 1.6em;
+
    font-weight: bold;
+
    background-color: #ccf;
+
    position: relative;
+
}
+
div.NavFrame p,
+
div.NavFrame div.NavContent,
+
div.NavFrame div.NavContent p {
+
    font-size: 100%;
+
}
+
div.NavEnd {
+
    margin: 0;
+
    padding: 0;
+
    line-height: 1px;
+
    clear: both;
+
}
+
a.NavToggle {
+
    position: absolute;
+
    top: 0;
+
    /* @noflip */
+
    right: 3px;
+
    font-weight: normal;
+
    font-size: 90%;
+
}
+
/* kraj */
+
 
+
/* Display "User $1, you are already logged in!"
+
  (MediaWiki:Alreadyloggedin) in red and bold */
+
div.alreadyloggedin { color: red; font-weight: bold; }
+
 
+
@media print {
+
    /* Do not print edit link in templates using Template:Ed
+
      Do not print certain classes that shouldn't appear on paper */
+
    .editlink, .noprint, .metadata, .dablink { display: none }
+
    #content { background: #FFFFFF; } /* white background on print */
+
}
+
 
+
.mw-body-content h3 {
+
  border-bottom: 1px dotted #aaa;
+
}
+
 
+
.mw-body-content h4,
+
.mw-body-content h5,
+
.mw-body-content h6 {
+
  border-bottom: 1px dotted #ddd;
+
}
+
 
+
.radius {
+
border-radius: 1em;
+
}
+
.radius_top {
+
border-top-right-radius: 1em;
+
border-top-left-radius: 1em;
+
}
+
.radius_bottom {
+
border-bottom-right-radius: 1em;
+
border-bottom-left-radius: 1em;
+
}
+
.rad {
+
border-radius: .5em;
+
}
+
 
+
 
+
.buttonlinks a {
+
  color: black;
+
  background-color: #ccddee;
+
  background-image: url('//upload.wikimedia.org/wikipedia/commons/c/c6/Blending_blue_button_background.png');
+
  background-repeat: repeat-x;
+
  font-weight: bold;
+
  font-size: 0.9em;
+
  text-decoration: none;
+
  border: thin #006699 outset;
+
  padding: 0 0.1em 0.1em 0.1em;
+
}
+
.buttonlinks a:hover, .buttonlinks a:active {
+
  background-color: #bbccdd;
+
  border-style: inset;
+
}
+
 
+
a { text-decoration: none }
+
 
+
/* Боја нове странице на скорашњим изменама [[МедијаВики:Newpageletter]] */
+
.newpage {
+
  color: white;
+
  background-color: red;
+
}
+
 
+
/* Подебљано 'уреди' дугме */
+
#ca-edit a { font-weight: bold !important; }
+
 
+
#pt-login {
+
  font-weight: bold;
+
  font-size: 110%;
+
}
+
 
+
form#userlogin {
+
  float: left;
+
  padding: 1em 1em .7em 1em;
+
  background-color: #ffffe6;
+
  border: 2px solid #fc6;
+
  color: #000;
+
  margin-right: 2em;
+
}
+
 
+
form#userlogin table {
+
  float: left;
+
  background-color: #ffffe6;
+
  color: #000;
+
}
+
 
+
p.error {
+
  font-weight: bold;
+
}
+
 
+
.toccolours {
+
  border:1px solid #aaaaaa;
+
  background-color:#f9f9f9;
+
  padding:5px;
+
  font-size: 95%;
+
}
+
 
+
/* Special characters list below edit window works better without underlining */
+
#editpage-specialchars a { text-decoration: none; }
+
#editpage-specialchars a:hover { text-decoration: underline; }
+
 
+
/* Makes the background of a framed image white instead of gray. */
+
/* Only visible with transparent images. */
+
/* See #Framed_image_background_color */
+
div.thumb div a img {
+
    background-color:#FFFFFF;
+
}
+
 
+
/* Наранџаста боја */
+
.BGorange1 { background-image: url("//upload.wikimedia.org/wikipedia/commons/0/02/BGorange1.jpg"); background-position: top; background-repeat:repeat-x;}
+
 
+
.BGorange2 { background-image: url("//upload.wikimedia.org/wikipedia/commons/a/a7/BGorange2.jpg"); background-position: top; background-repeat:repeat-x;}
+
 
+
.PPcornerTop { background-image: url("//upload.wikimedia.org/wikipedia/it/e/e4/PPcornerTop2.gif"); background-position:top left; background-repeat:no-repeat; width:10px; height:10px;}
+
 
+
.PPcornerBottom { background-image: url("//upload.wikimedia.org/wikipedia/it/c/c1/PPcornerBottom.gif"); background-position:bottom left; background-repeat:no-repeat; width:10px; height:10px;}
+
 
+
.PPradiusTop {background-image: url("//upload.wikimedia.org/wikipedia/it/7/70/PPradiusTop.gif");   
+
  background-position:top left;
+
  background-repeat:no-repeat;
+
  width:13px;
+
  height:13px;
+
}
+
 
+
.PPradiusBottom {background-image: url("//upload.wikimedia.org/wikipedia/it/7/70/PPradiusBottom.gif");
+
  background-position:bottom left;
+
  background-repeat:no-repeat;
+
  width:13px;
+
  height:13px;
+
}
+
 
+
.B-topright { background-image: url("//upload.wikimedia.org/wikipedia/it/a/a8/B_topright.png"); background-repeat:no-repeat; background-position: right;
+
  width: 13px;
+
  height: 14px;
+
}
+
 
+
.B-topleft { background-image: url("//upload.wikimedia.org/wikipedia/it/e/ea/B_topleft.png"); background-repeat:no-repeat; background-position: left;
+
  width: 13px;
+
  height: 14px;
+
}
+
 
+
.B-bottomright { background-image: url("//upload.wikimedia.org/wikipedia/it/a/a9/B_bottomright.png"); background-repeat:no-repeat; background-position: right;
+
  width: 13px;
+
  height: 14px;
+
}
+
 
+
.B-bottomleft { background-image: url("//upload.wikimedia.org/wikipedia/it/f/f3/B_bottomleft.png"); background-repeat: no-repeat; background-position: left;
+
  width: 13px;
+
  height: 14px;
+
}
+
 
+
/* Плава боја */
+
 
+
.BGblue1 { background-image: url("//upload.wikimedia.org/wikipedia/commons/3/3e/BGblue1.jpg"); background-position:top; background-repeat:repeat-x;}
+
 
+
.BGblue2 { background-image: url("//upload.wikimedia.org/wikipedia/commons/f/f7/BGblue2.jpg"); background-position:top; background-repeat:repeat-x;}
+
 
+
.PBcornerTop { background-image: url("//upload.wikimedia.org/wikipedia/commons/b/b8/PBcornerTop2.gif"); background-position:top left; background-repeat:no-repeat; width:10px; height:10px;}
+
 
+
.PBcornerBottom { background-image: url("//upload.wikimedia.org/wikipedia/commons/5/51/PBcornerBottom.gif"); background-position:bottom left; background-repeat:no-repeat; width:10px; height:10px;}
+
 
+
.PBradiusTop {background-image: url("//upload.wikimedia.org/wikipedia/commons/e/e6/PBradiusTop.gif");   
+
  background-position:top left;
+
  background-repeat:no-repeat;
+
  width:13px;
+
  height:13px;
+
}
+
 
+
.PBradiusBottom {background-image: url("//upload.wikimedia.org/wikipedia/commons/e/e1/PBradiusBottom.gif");
+
  background-position:bottom left;
+
  background-repeat:no-repeat;
+
  width:13px;
+
  height:13px;
+
}
+
 
+
/* Сива боја */
+
 
+
.BGgrey1 { background-image: url("//upload.wikimedia.org/wikipedia/commons/e/ea/BGblue1_phixr.jpg"); background-position:top; background-repeat:repeat-x;}
+
 
+
.BGgrey2 { background-image: url("//upload.wikimedia.org/wikipedia/commons/0/06/BGblue2_phixr.jpg"); background-position:top; background-repeat:repeat-x;}
+
 
+
.PGcornerTop { background-image: url("//upload.wikimedia.org/wikipedia/commons/3/31/PBcornerTop2_phixr.gif"); background-position:top left; background-repeat:no-repeat; width:10px; height:10px;}
+
 
+
.PGcornerBottom { background-image: url("//upload.wikimedia.org/wikipedia/commons/c/c7/PBcornerBottom_phixr.gif"); background-position:bottom left; background-repeat:no-repeat; width:10px; height:10px;}
+
 
+
.PGradiusTop {background-image: url("//upload.wikimedia.org/wikipedia/commons/a/a7/PBradiusTop_phixr.gif");   
+
  background-position:top left;
+
  background-repeat:no-repeat;
+
  width:13px;
+
  height:13px;
+
}
+
 
+
.PGradiusBottom {background-image: url("//upload.wikimedia.org/wikipedia/commons/a/a9/PBradiusBottom_phixr.gif");
+
  background-position:bottom left;
+
  background-repeat:no-repeat;
+
  width:13px;
+
  height:13px;
+
}
+
 
+
#coordinates {
+
  display: inline;
+
  position:absolute; z-index:1; border:none; background:none; right:12px; top:0.3em; float:right; margin:0.0em;
+
  padding:0.0em; line-height:1.5em; text-align:right; text-indent:0; font-size:85%; text-transform:none; white-space:normal;
+
}
+
 
+
/* Тачка на карти */
+
div.Tackanakarti {
+
  position:absolute;
+
  width:1px;
+
  height:1px;
+
  background:#000000;
+
  border: 1px solid #FFFFFF;   
+
}
+
 
+
div.PointCarte {
+
position:absolute;
+
width:1px;
+
height:1px;
+
background:#000;
+
border:1px solid #FFF;
+
}
+
+
/*************************************/
+
/* Боја бројки на скорашњим изменама */
+
/*************************************/
+
 
+
.mw-plusminus-pos { color:darkgreen }
+
.mw-plusminus-neg { color:darkred }
+
.mw-plusminus-null { color:#999 }
+
 
+
/* Modèle:Autres projets */
+
#autres_projets, .interprojet {
+
border: 1px solid #aaa;
+
padding: 4px;
+
font-size: 90%;
+
background: #f9f9f9;
+
float: right;
+
clear: right;
+
margin: 1em 0 1em 1em;
+
width: 250px;
+
}
+
#autres_projets p, .interprojet p {
+
text-align:center;
+
margin: 5px 0;
+
}
+
#autres_projets ul, .interprojet ul {
+
list-style-type: none;
+
list-style-image: none;
+
margin: 0;
+
padding: 0;
+
}
+
#autres_projets li, .interprojet li {
+
margin: 0;
+
padding: 7px 0 7px 35px;
+
background: no-repeat left center;
+
}
+
.interprojet li.interprojet_top {
+
background-position: left top;
+
}
+
#autres_projets li.commons, .interprojet li.commons {
+
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Commons-logo.svg/25px-Commons-logo.svg.png);
+
}
+
#autres_projets li.species, .interprojet li.species {
+
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/d/df/Wikispecies-logo.svg/25px-Wikispecies-logo.svg.png);
+
}
+
#autres_projets li.dictionary, .interprojet li.dictionary {
+
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/9/9f/Wiktprintable_without_text.svg/25px-Wiktprintable_without_text.svg.png);
+
}
+
#autres_projets li.versity, .interprojet li.versity {
+
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/9/91/Wikiversity-logo.svg/25px-Wikiversity-logo.svg.png);
+
}
+
#autres_projets li.books, .interprojet li.books {
+
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/64/Wikibooks-logo-fr.png/25px-Wikibooks-logo-fr.png);
+
}
+
#autres_projets li.cookbooks, .interprojet li.cookbooks {
+
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/6/64/Wikibooks-logo-fr.png/25px-Wikibooks-logo-fr.png);
+
}
+
#autres_projets li.source, .interprojet li.source {
+
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/25px-Wikisource-logo.svg.png);
+
}
+
#autres_projets li.quote, .interprojet li.quote {
+
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/25px-Wikiquote-logo.svg.png);
+
}
+
#autres_projets li.news, .interprojet li.news {
+
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/25px-Wikinews-logo.svg.png);
+
}
+
#autres_projets li.meta, .interprojet li.meta {
+
background-image: url(//upload.wikimedia.org/wikipedia/commons/thumb/7/75/Wikimedia_Community_Logo.svg/25px-Wikimedia_Community_Logo.svg.png);
+
}
+
#autres_projets li a, .interprojet li a {
+
font-weight: bold;
+
font-style: italic;
+
}
+
 
+
/* Put a checker background at the image description page only visible if the image has transparent background */
+
/* You may want to clear the gallery background for the main namespace on other projects as galleries are used in articles */
+
#file img,
+
.filehistory a img,
+
.gallerybox .thumb img {
+
background: url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
+
}
+
+
/* Allow checkered background to be disabled by using <gallery class="nochecker"></gallery> */
+
.nochecker .gallerybox .thumb img { background: white; }
+
 
+
/* ----------
+
--- Toggle --
+
------------*/
+
.img_toggle ul {
+
    list-style-type:none !important;
+
    list-style-image:none !important;
+
    list-style-position:outside !important;
+
    text-align:center;
+
}
+
+
/* stil za toggle-funkcija */
+
.NavContent .img_toggle {
+
zoom: 1; /* be kind to IE7 */
+
clear: both;  /* be kind to IE7 */
+
}
+
.img_toggle, .img_toggle * {
+
margin: 0 !important;
+
padding: 0 !important;
+
}
+
.img_toggle .a_toggle {
+
display: block;
+
text-align: center !important;
+
font-size: 0.95em;
+
}
+
.img_toggle .togglebox {
+
position: relative;
+
}
+
.img_toggle .togglebox +.togglebox {
+
border-top: 5px solid #aaa;
+
}
+
.img_toggle .geopoint {
+
position: absolute;
+
width: 5px;
+
height: 5px;
+
font-size: 1px;
+
border: 1px solid #000;
+
background:#F00;
+
}
+
 
+
/* Style for horizontal lists (separator following item).
+
  IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].
+
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
+
  @revision 6 (2014-05-09)
+
  @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;
+
}
+
/* Generate interpuncts */
+
.hlist dt:after {
+
    content: ": ";
+
}
+
.hlist dd:after,
+
.hlist li:after {
+
    content: " · ";
+
    font-weight: bold;
+
}
+
.hlist dd:last-child:after,
+
.hlist dt:last-child:after,
+
.hlist li:last-child:after {
+
    content: none;
+
}
+
/* For IE8 */
+
.hlist dd.hlist-last-child:after,
+
.hlist dt.hlist-last-child:after,
+
.hlist li.hlist-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;
+
}
+
/* For IE8 */
+
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
+
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
+
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-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 {
+
    content: " " counter(listitem) " ";
+
    white-space: nowrap;
+
}
+
.hlist dd ol > li:first-child:before,
+
.hlist dt ol > li:first-child:before,
+
.hlist li ol > li:first-child:before {
+
    content: " (" counter(listitem) " ";
+
}
+
 
+
/* Пар ствари за главну страну */
+
 
+
body.page-Главна_страна.action-view #siteSub,
+
body.page-Главна_страна.action-view #contentSub,
+
body.page-Главна_страна.action-view .firstHeading,
+
body.page-Главна_страна.action-view #jump-to-nav {
+
    display: none !important;
+
}
+
+
#interwiki-completelist {
+
    font-weight: bold;
+
}
+
+
if ( mw.config.get( 'wgPageName' ) === 'Главна_страна' || mw.config.get( 'wgPageName' ) === 'Разговор:Главна_страна' ) {
+
    $( document ).ready( function () {
+
        mw.util.addPortletLink( 'p-lang', '//meta.wikimedia.org/wiki/List_of_Wikipedias',
+
            'Сви језици', 'interwiki-completelist', 'Сви језици Википедије' );
+
    } );
+
}
+
 
+
  .globegris {
+
  background:
+
      url("//upload.wikimedia.org/wikipedia/commons/1/10/Wikipedia-logo-v2-200px-transparent.png")
+
  }
+
 
+
div.mw-code {
+
    font-size: 1.2em;
+
}
+
 
+
/* 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;
+
}
+
 
+
/* Metadata */
+
+
table.metadata {
+
border: 1px solid #aaaaaa;
+
display: none;
+
}
+
 
+
.metadata-label {
+
color: #aaaaaa;
+
}
+
 
+
/*</nowiki></pre>*/
+

Измена од 23. јул 2015. у 06:00

/** CSS стављен овде ће се односити на све коже */
 
body.page-Главна_страна h1.firstHeading { display:none; }