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

Извор: Викимедијина заједница Републике Српске
 
(Једна међуизмена истог корисника није приказана)
Ред 1: Ред 1:
/* Common CSS for all skins
+
/** CSS placed here will be applied to all skins */
  
<pre><nowiki>*/
+
/* Remove when https://phabricator.wikimedia.org/T113642 fixed */
/* Make the list of references smaller */
+
.client-js #contentSub { display: none; }
ol.references,
+
.client-js .mw-special-Contributions #contentSub { display: block; }
div.reflist,
+
.client-js .ext-wpb-pagebanner { padding-top: 1em; }
div.refbegin {
+
.client-js #contentSub.visible { font-size: 0.875em; margin: 0; display: block; }
    font-size: 90%;            /* Default font-size */
+
.client-js .ext-wpb-pagebanner.bugfix-T113642 { padding-top: 0; }s
    margin-bottom: 0.5em;
+
/* end https://phabricator.wikimedia.org/T113642 */
}
+
 
div.refbegin-100 {
+
/*** styles and counter for mapping listings ***/
    font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
+
@media screen {
}
+
     .printonly { display:none !important; }
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 */
+
@media screen, print {
 +
    span.listing-map {
 +
        color: white;
 +
        font-size: 0.85em;
 +
        font-family: Arial,Verdana,sans-serif;
 +
        padding: 0pt 0.1em 0pt 0.35em;
 +
        -webkit-print-color-adjust: exact;  /* force printing on safari and chrome */
 +
    }
  
table.wikitable,
+
    h2 { counter-reset: mapnumber; }
table.prettytable {
+
    span.listing-map:before {
  margin: 1em 1em 1em 0;
+
        content: counter(mapnumber);
  background: #f9f9f9;
+
        counter-increment: mapnumber;
  border: 1px #aaaaaa solid;
+
    }
  border-collapse: collapse;
+
 
 +
    body { counter-reset: generalnumber; }
 +
    span.listing-map.listing-general:before {
 +
        content: counter(generalnumber);
 +
        counter-increment: generalnumber;
 +
    }
 
}
 
}
  
table.wikitable th, table.wikitable td,
+
/* Hide sitenotice on Main Page */
table.prettytable th, table.prettytable td {
+
body.page-Main_Page #siteNotice {
  border: 1px #aaaaaa solid;
+
      display:none;
  padding: 0.2em;
+
}
 +
 
 +
/* Don't display some stuff on Main Page */
 +
body.page-Main_Page #deleteconfirm,
 +
body.page-Main_Page #t-cite,
 +
body.page-Main_Page #footer-info-lastmod,
 +
body.page-Main_Page.action-view #siteSub,
 +
body.page-Main_Page.action-view #contentSub,
 +
body.page-Main_Page.action-view h1.firstHeading {
 +
    display: none !important;
 
}
 
}
  
table.wikitable th,
+
/* Styling for Abuse Filter tags */
table.prettytable th {
+
.mw-tag-markers {
  background: #f2f2f2;
+
    font-family:sans-serif;
  text-align: center;
+
    font-style:italic;
 +
    font-size:90%;
 
}
 
}
  
table.wikitable caption,
+
/* Hide page title on Wikivoyage:Tourist Office */
table.prettytable caption {
+
body.page-Wikivoyage_Tourist_Office h1#firstHeading { display:none;
  margin-left: inherit;
+
}
  margin-right: inherit;
+
 +
#DoM {
 +
background: transparent;
 +
padding: 0;
 
}
 
}
  
table.standard, table.wide, table.wikitable, table.standart {border: 1px solid rgb(170,170,170);border-collapse: collapse}
+
/* This section supports templates for the WMC migration.
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}
+
* Sourced from http://en.wikipedia.org/wiki/MediaWiki:Common.css on 28 Oct 2012.
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}
+
* Should not need to be copied later, and can be removed after migration is complete.
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}
+
*/
 +
 +
th.mbox-text,td.mbox-text{border:none;width:100%;padding:.25em .9em;}
 +
td.mbox-image{border:none;text-align:center;padding:2px 0 2px .9em;}
 +
td.mbox-imageright{border:none;text-align:center;padding:2px .9em 2px 0;}
 +
td.mbox-empty-cell{border:none;width:1px;padding:0;}
 +
table.imbox{border-collapse:collapse;border:3px solid #1e90ff;background:#fbfbfb;margin:4px 10%;}
 +
.imbox .mbox-text .imbox{display:block;margin:0 -.5em;}
 +
.mbox-inside .imbox{margin:4px;}
 +
table.imbox-notice{border:3px solid #1e90ff;}
 +
table.imbox-speedy{border:3px solid #b22222;background:#fee;}
 +
table.imbox-delete{border:3px solid #b22222;}
 +
table.imbox-content{border:3px solid #f28500;}
 +
table.imbox-style{border:3px solid #f4c430;}
 +
table.imbox-move{border:3px solid #9932cc;}
 +
table.imbox-protection{border:3px solid #bba;}
 +
table.imbox-license{border:3px solid #88a;background:#f7f8ff;}
 +
table.imbox-featured{border:3px solid #cba135;}
 +
 
 +
/* Suppress numbering of items in TOC */
 +
.tocnumber { display: none; }
  
/* thumbnails */
+
/* Main page */
div.thumb {
+
 
    margin: .1em;
+
.portal-column-left {
    text-align: center;
+
width: 40%;
    width: auto;
+
text-align: center;
}
+
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 */
+
/* Coding for new Main Page */
.rcoptions {
+
clear: both;
+
margin: 0 0 2px 0;
+
padding:.5em;
+
border:1px solid #A9A9A9;
+
background-color: #FFFFFF;
+
}
+
  
/* skrivene kategorije */
+
.main-page-bottom-box {
/* prikazivanje  */
+
padding: 0.7em 1em 1em 1em;
#mw-hidden-catlinks {
+
vertical-align:top;
font-size: 0.85em;
+
 
}
 
}
  
/* Removes underlines from links */
+
.main-page-bottom-box h3 {
.nounderlines a {  
+
margin: 0;
  text-decoration: none;
+
padding: 0;
 
}
 
}
  
/* Change the external link icon to an Adobe icon for all PDF files */
+
/* Coding for new Main Page END */
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */
+
/* Hide title on Main Page */
#bodyContent a[href$=".pdf"].external,
+
body.page-Main_Page h1.firstHeading {
#bodyContent a[href*=".pdf?"].external,
+
  display: none;
#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 */
+
/* Travellers' pub TOC, widen */
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */
+
body.page-Wikivoyage_Travellers_pub div#toctitle {
span.PDFlink a {
+
  width:30em;
    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 {
+
#mobileworld img {
    background: url(//upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important;
+
max-width: 100%;
    padding-right: 11px !important;
+
height: auto;
 +
width: auto\9; /* ie8 */
 
}
 
}
  
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
+
/* BEGIN: Main Page CSS */
th.mbox-text, td.mbox-text {   /* The message body cell(s) */
+
.banner-image {
     border: none;  
+
     position: relative;
     /* @noflip */
+
     overflow: hidden;
     padding: 0.25em 0.9em;    /* 0.9em left/right */
+
     max-width: 1125px;  
     width: 100%;               /* Make all mboxes the same width regardless of text length */
+
     height: auto;
 +
     margin-bottom: .6em;
 
}
 
}
td.mbox-image {               /* The left image cell */
+
.banner-image img {
     border: none;  
+
     max-width: 100%;
     /* @noflip */
+
     height: auto;
    padding: 2px 0 2px 0.9em; /* 0.9em left, 0px right */
+
     width: auto\9;
     text-align: center;  
+
 
}
 
}
td.mbox-imageright {           /* The right image cell */
+
.banner-box-wide {
     border: none;
+
     width: 80%
    /* @noflip */
+
    padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
+
    text-align: center;
+
 
}
 
}
td.mbox-empty-cell {           /* An empty narrow cell */
+
.banner-box-left,
    border: none;
+
.banner-box-right {
    padding: 0px;
+
padding: 8px 7px;
    width: 1px;
+
background: rgb(16,16,16);
 +
background: rgba(0,0,0,0.3);
 +
border-radius: 4px;
 +
width: 40%;
 
}
 
}
+
.banner-box-left {
/* Article message box styles */
+
     left: 3%;
table.ambox {
+
     text-align: left;
     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. */
+
.banner-box-right {
     margin-top: -1px;
+
     right: 3%;
 +
    text-align: right;
 
}
 
}
.ambox th.mbox-text,
+
#mainpage-map {
.ambox td.mbox-text {           /* The message body cell(s) */
+
position: relative;
    padding: 0.25em 0.5em;       /* 0.5em left/right */
+
overflow: hidden;
 +
height: auto;
 +
margin-bottom: .6em;
 +
max-width: 1125px;
 
}
 
}
.ambox td.mbox-image {           /* The left image cell */
+
#mainpage-maptext {
    /* @noflip */
+
position: absolute;
    padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
+
top: 1.5em;
 +
left: 1em;
 +
z-index: 2;
 +
text-align: center;
 +
white-space: nowrap;
 +
padding: 0.5em 0.5em 0 0.5em;
 
}
 
}
.ambox td.mbox-imageright {     /* The right image cell */
+
#mainpage-tagline {
    /* @noflip */
+
margin: 0;
    padding: 2px 0.5em 2px 0;   /* 0px left, 0.5em right */
+
 
}
 
}
+
#mainpage-searchinput {
table.ambox-notice {
+
padding:0.5em 0 0.7em;
    /* @noflip */
+
    border-left: 10px solid #1e90ff;   /* Blue */
+
 
}
 
}
table.ambox-speedy {
+
#mainpage-searchinput label {
    /* @noflip */
+
font-size: 85%;
    border-left: 10px solid #b22222;   /* Red */
+
font-style: italic;
    background: #fee;                   /* Pink */
+
 
}
 
}
table.ambox-delete {
+
#mainpage-searchinput input[type="text"] {
    /* @noflip */
+
margin-right: 0.5em;
    border-left: 10px solid #b22222;   /* Red */
+
 
}
 
}
table.ambox-content {
+
#mainpage-maplinks {
    /* @noflip */
+
position:absolute;
    border-left: 10px solid #f28500;   /* Orange */
+
bottom: 0;
 +
left: 1em;
 +
color: white;
 +
padding:0 0.5em;
 
}
 
}
table.ambox-style {
+
.mainpage-shadowbox {
    /* @noflip */
+
color: white;
    border-left: 10px solid #f4c430;   /* Yellow */
+
background: rgb(16,16,16);
 +
background: rgba(0,0,0,0.3);
 +
border-radius: 4px;
 
}
 
}
table.ambox-move {
+
.mainpage-shadowbox h2, .mainpage-shadowbox h3 {
    /* @noflip */
+
color: white;
    border-left: 10px solid #9932cc;   /* Purple */
+
border:none;
 +
font-family: sans-serif;
 +
    line-height: 1.2em;
 +
margin:0;
 
}
 
}
table.ambox-protection {
+
.mainpage-shadowbox h2 {
    /* @noflip */
+
font-size: 190%;
    border-left: 10px solid #bba;       /* Gray-gold */
+
 
}
 
}
+
.mainpage-shadowbox h3 {
/* Image message box styles */
+
font-size: 150%;
table.imbox {
+
padding: 0;
    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. */
+
#mainpage-maplinks a, .mainpage-shadowbox a {
    margin: 0 -0.5em;       /* 0.9 - 0.5 = 0.4em left/right.        */
+
color: white;
    display: block;         /* Fix for webkit to force 100% width.  */
+
font-weight: bold;
 
}
 
}
.mbox-inside .imbox {       /* For imboxes inside other templates.  */
+
.banner-box-2 {
     margin: 4px;
+
    position: absolute;
 +
    z-index: 2;
 +
     margin-top: 2em;
 +
    min-width: 20em;
 
}
 
}
+
.banner-box-2 .quote {
table.imbox-notice {
+
     font-size: 80%;
     border: 3px solid #1e90ff;   /* Blue */
+
    line-height: 1.2em;
 
}
 
}
table.imbox-speedy {
+
img {
    border: 3px solid #b22222;   /* Red */
+
max-width: 100%;
    background: #fee;             /* Pink */
+
height: auto;
 +
width: auto\9; /* ie8 */
 
}
 
}
table.imbox-delete {
+
/* END: Main Page CSS */
    border: 3px solid #b22222;    /* Red */
+
 
}
+
/* DEMO: for Main_Page/Sandbox */
table.imbox-content {
+
body.page-Main_Page_Sandbox #deleteconfirm,
    border: 3px solid #f28500;    /* Orange */
+
body.page-Main_Page_Sandbox #t-cite,
}
+
body.page-Main_Page_Sandbox #footer-info-lastmod,
table.imbox-style {
+
body.page-Main_Page_Sandbox.action-view #siteSub,
    border: 3px solid #f4c430;    /* Yellow */
+
body.page-Main_Page_Sandbox.action-view #contentSub,
}
+
body.page-Main_Page_Sandbox.action-view h1.firstHeading {
table.imbox-move {
+
     display: none !important;
    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;
+
 
}
 
}
  
 +
#toc > ul {padding-left: 2em;}
  
/* Default style for navigation boxes */
+
/* Style for hlist class - pulled from Wikipedia's Common.css file on 20 Mar 2013
.navbox {                    /* Navbox container style */
+
  Style for horizontal lists (separator following item).
    border: 1px solid #aaa;
+
  Note: hlist formatting will break if the resulting HTML lacks a breakable character
    width: 100%;
+
  between list items. This happens when the following conditions are true:
    margin: auto;
+
  1) The list is made using wiki markup (where HTML is built by parser.php)
    clear: both;
+
  2) HTMLTidy is disabled or unavailable (such as on Special: pages)
    font-size: 88%;
+
  In such cases, building lists with .hlist using HTML instead of wiki markup
    text-align: center;
+
  will work around this problem. See also [[Bugzilla:39617]].
     padding: 1px;
+
  IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].
 +
  Last updated: January 24, 2013
 +
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
 +
  @maintainer: [[User:Edokter]]
 +
  @revision: 3.1
 +
*/
 +
.skin-monobook .hlist dl,
 +
.skin-modern .hlist dl,
 +
.skin-vector .hlist dl {
 +
     line-height: 1.1em;
 
}
 
}
.navbox-inner,
+
.hlist dl,
.navbox-subgroup {
+
.hlist ol,
     width: 100%;
+
.hlist ul {
 +
     margin: 0;
 +
    padding: 0;
 +
    line-height: 1.1em;
 
}
 
}
.navbox-group,
+
/* Display list items inline and make them nowrap */
.navbox-title,
+
.hlist dd,
.navbox-abovebelow {
+
.hlist dt,
     padding: 0.25em 1em;     /* Title, group and above/below styles */
+
.hlist li {
    line-height: 1.5em;
+
     display: inline;
    text-align: center;
+
}
+
th.navbox-group {            /* Group style */
+
 
     white-space: nowrap;
 
     white-space: nowrap;
    /* @noflip */
 
    text-align: right;
 
 
}
 
}
.navbox,
+
/* Allow wrapping for list items (in tight spaces) */
.navbox-subgroup {
+
.hlist.hwrap dd,
     background: #fdfdfd;     /* Background color */
+
.hlist.hwrap dt,
 +
.hlist.hwrap li {
 +
     white-space: normal;
 
}
 
}
.navbox-list {
+
/* Display nested lists inline and allow them to wrap */
     line-height: 1.8em;
+
.hlist dl dl, .hlist dl ol, .hlist dl ul,
     border-color: #fdfdfd;   /* Must match background color */
+
.hlist ol dl, .hlist ol ol, .hlist ol ul,
 +
.hlist ul dl, .hlist ul ol, .hlist ul ul {
 +
     display: inline;
 +
     white-space: normal;
 
}
 
}
.navbox th,
+
/* Generate interpuncts */
.navbox-title {
+
.hlist dt:after {
     background: #ccccff;     /* Level 1 color */
+
     content: ":";
 
}
 
}
.navbox-abovebelow,
+
.hlist dd:after,
th.navbox-group,
+
.hlist li:after {
.navbox-subgroup .navbox-title {
+
    content: " ·";
     background: #ddddff;     /* Level 2 color */
+
    font-weight: bold;
 +
     padding: 0 0.3em;
 
}
 
}
.navbox-subgroup .navbox-group,
+
.hlist dd:last-child:after,
.navbox-subgroup .navbox-abovebelow {
+
.hlist dt:last-child:after,
     background: #e6e6ff;     /* Level 3 color */
+
.hlist li:last-child:after {
 +
     content: none;
 
}
 
}
.navbox-even {
+
/* For IE8 */
     background: #f7f7f7;     /* Even row striping */
+
.hlist dd.hlist-last-child:after,
 +
.hlist dt.hlist-last-child:after,
 +
.hlist li.hlist-last-child:after {
 +
     content: none;
 
}
 
}
.navbox-odd {
+
/* Add parentheses around nested lists */
     background: transparent; /* Odd row striping */
+
.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;
 
}
 
}
table.navbox + table.navbox {  /* Single pixel border between adjacent navboxes */
+
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
    margin-top: -1px;          /* (doesn't work for IE6, but that's okay)       */
+
.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;
 
}
 
}
.navbox .hlist td dl,
+
/* For IE8 */
.navbox .hlist td ol,
+
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
.navbox .hlist td ul,
+
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
.navbox td.hlist dl,
+
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
.navbox td.hlist ol,
+
     content: ")";
.navbox td.hlist ul {
+
    font-weight: normal;
     padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
+
 
}
 
}
ol + table.navbox,
+
 
ul + table.navbox {
+
.mf-mobile-only {
     margin-top: 1em;       /* Prevent lists from clinging to navboxes */
+
     display: none;
 
}
 
}
  
/* Default styling for Navbar template */
+
/* BEGIN styles for pagebanner extension */
.navbar {
+
.oo-ui-icon-unesco {
     display: inline;
+
     background-image: url('https://upload.wikimedia.org/wikipedia/commons/b/b1/WorldHeritageBlanc.svg');
    font-size: 88%;
+
    font-weight: normal;
+
 
}
 
}
.navbar ul {
+
.oo-ui-icon-star {
     display: inline;
+
     background-image: url('https://upload.wikimedia.org/wikipedia/commons/e/e7/Cscr-featured.svg');
    white-space: nowrap;
+
 
}
 
}
.mw-body-content .navbar ul {
+
.oo-ui-icon-ftt {
    line-height: inherit;
+
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Writing_Circle.svg/25px-Writing_Circle.svg.png');
 
}
 
}
.navbar li {
+
.oo-ui-icon-dotm {
    word-spacing: -0.125em;
+
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/5/50/Yes_Check_Circle.svg/25px-Yes_Check_Circle.svg.png');
 
}
 
}
.navbar.mini li span {
+
.oo-ui-icon-otbp {
  font-variant: small-caps;
+
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/5/50/Yes_Check_Circle.svg/25px-Yes_Check_Circle.svg.png');
 
}
 
}
/* Navbar styling when nested in infobox and navbox */
+
.ext-wpb-pagebanner li.toclevel-1 {
.infobox .navbar {
+
padding: 0 0 0 0.4em;
    font-size: 100%;
+
 
}
 
}
.navbox .navbar {
+
.ext-wpb-pagebanner li.toclevel-1 > a:after {
     display: block;
+
     content: " ·";
     font-size: 100%;
+
     font-weight: bold;
 +
    padding: 0 0 0 0.1em;
 
}
 
}
.navbox-title .navbar {
+
.ext-wpb-pagebanner li.toclevel-1:last-child > a:after {
    /* @noflip */
+
     content: none;
    float: left;
+
    /* @noflip */
+
    text-align: left;
+
    /* @noflip */
+
    margin-right: 0.5em;
+
     width: 6em;
+
 
}
 
}
 
+
.ext-wpb-pagebanner h1.wpb-name {
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
+
     font-family: sans-serif;
  in [[MediaWiki:Common.js]] are styled here so they can be customised. */
+
     border-bottom: none;
.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
+
.ext-wpb-pagebanner {
  from [[Template:Navbar]], so they need to be the same width. */
+
clear: both;
.navbox .collapseButton {
+
    width: 6em;
+
 
}
 
}
 +
.wpb-banner-toc .toctext { display: inline; }
 +
/* END styles for pagebanner extension */
  
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
+
/* Infobox templates */
.mw-collapsible-toggle {
+
    font-weight: normal;
+
    /* @noflip */
+
    text-align: right;
+
}
+
.navbox .mw-collapsible-toggle {
+
    width: 6em;
+
}
+
 
+
/* Infobox template style */
+
 
+
 
.infobox {
 
.infobox {
   border: 1px solid #aaaaaa;
+
   border: 1px solid #aaa;
 
   background-color: #f9f9f9;
 
   background-color: #f9f9f9;
 
   color: black;
 
   color: black;
Ред 582: Ред 391:
 
.infobox td,
 
.infobox td,
 
.infobox th {
 
.infobox th {
   vertical-align: top;
+
   vertical-align: middle;
 
}
 
}
 
.infobox caption {
 
.infobox caption {
Ред 593: Ред 402:
 
.infobox.bordered td,
 
.infobox.bordered td,
 
.infobox.bordered th {
 
.infobox.bordered th {
   border: 1px solid #aaaaaa;
+
   border: 1px solid #aaa;
 
}
 
}
 
.infobox.bordered .borderless td,
 
.infobox.bordered .borderless td,
 
.infobox.bordered .borderless th {
 
.infobox.bordered .borderless th {
   border: 0;
+
   border: 0 solid #aaa;
 
}
 
}
 
 
.infobox.sisterproject {
 
.infobox.sisterproject {
 
   width: 20em;
 
   width: 20em;
 
   font-size: 90%;
 
   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 */
+
.archive-box {
  .tickerDiffLink { } /* diff links in ticker */
+
   border: 1px solid #aaf;
  .tickerMiscLink { } /* misc links in ticker */
+
   background-color: #f2f2f9;
+
   color: #000;
  /* remove list bullets */
+
   margin-bottom: 0.5em;
  .tickerList ul,    .tickerList ul li    { list-style: none; text-indent:-2em; margin-left:2em;  text-align:left; }
+
   margin-left: 1em;
  .tickerList ul ul, .tickerList ul ul li { list-style: none; text-indent:0;    margin-left:1.5em; text-align:left; }
+
  padding: 0.2em;
 
+
  float: right;
  /* per-type styles */
+
  clear: right;
  .tickerEntry_deleted    { }  /* entry for image deletion */
+
  text-align: center;
  .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;
+
 
}
 
}
  
/************************************************
+
/* CSS for black text external links / blue text on hover */
***    Infobox V2 - En phase de test        ***
+
body.ns-0 #content a.external,
*** autor : [[:fr:User:Antaya]] ***
+
body.ns-0 #content a.external:visited,
************************************************/
+
body.page-Wikivoyage_External_links #content a.external,
+
body.page-Wikivoyage_External_links #content a.external:visited,
.infobox_v2 { /* monobookocentré debut */
+
body.page-Wikivoyage_talk_External_links #content a.external,
background: #f9f9f9;
+
body.page-Wikivoyage_talk_External_links #content a.external:visited,
color: #000;
+
body.page-Wikivoyage_Listings #content a.external,
font-size:90%;
+
body.page-Wikivoyage_Listings #content a.external:visited,
line-height:1.1em;
+
body.page-Wikivoyage_talk_Listings #content a.external,
float:right;
+
body.page-Wikivoyage_talk_Listings #content a.external:visited,
clear:right;
+
body.page-Wikivoyage_talk_Attraction_listings #content a.external,
margin:0 0 .5em 1em; /* haut droite bas gauche */
+
body.page-Wikivoyage_talk_Attraction_listings #content a.external:visited,
width:300px;
+
body.page-Wikivoyage_talk_Activity_listings #content a.external,
border: 1px solid #aaa;
+
body.page-Wikivoyage_talk_Activity_listings #content a.external:visited,
padding: 0.1em;
+
body.page-Wikivoyage_talk_Restaurant_listings #content a.external,
 +
body.page-Wikivoyage_talk_Restaurant_listings #content a.external:visited,
 +
body.page-Wikivoyage_talk_Bar_listings #content a.external,
 +
body.page-Wikivoyage_talk_Bar_listings #content a.external:visited,
 +
body.page-Wikivoyage_talk_Shopping_listings #content a.external,
 +
body.page-Wikivoyage_talk_Shopping_listings #content a.external:visited,
 +
body.page-Wikivoyage_talk_Accommodation_listings #content a.external,
 +
body.page-Wikivoyage_talk_Accommodation_listings #content a.external:visited,
 +
body.page-Wikivoyage_Don_t_tout #content a.external,
 +
body.page-Wikivoyage_Don_t_tout #content a.external:visited
 +
{
 +
    color: #252525;
 
}
 
}
+
body.ns-0 #content a.external:hover,
.infobox_v2 th {
+
body.ns-0 #content a.external:focus,
vertical-align:top;
+
body.page-Wikivoyage_External_links #content a.external:hover,
text-align:left;
+
body.page-Wikivoyage_External_links #content a.external:focus,
}
+
body.page-Wikivoyage_talk_External_links #content a.external:hover,
+
body.page-Wikivoyage_talk_External_links #content a.external:focus,
/* Option désactivée : empêche les liens internes d'apparaître en bleu
+
body.page-Wikivoyage_Listings #content a.external:hover,
.infobox_v2 th a {
+
body.page-Wikivoyage_Listings #content a.external:focus,
color:black;  * désactive la couleur des liens à gauche *
+
body.page-Wikivoyage_talk_Listings #content a.external:hover,
}
+
body.page-Wikivoyage_talk_Listings #content a.external:focus,
*/
+
body.page-Wikivoyage_talk_Attraction_listings #content a.external:hover,
+
body.page-Wikivoyage_talk_Attraction_listings #content a.external:focus,
.infobox_v2 .entete {
+
body.page-Wikivoyage_talk_Activity_listings #content a.external:hover,
height:45px;
+
body.page-Wikivoyage_talk_Activity_listings #content a.external:focus,
vertical-align:middle;
+
body.page-Wikivoyage_talk_Shopping_listings #content a.external:hover,
text-align:center;
+
body.page-Wikivoyage_talk_Shopping_listings #content a.external:focus,
font-size:150%;
+
body.page-Wikivoyage_talk_Restaurant_listings #content a.external:hover,
font-weight:bolder;
+
body.page-Wikivoyage_talk_Restaurant_listings #content a.external:focus,
line-height:1.2em;
+
body.page-Wikivoyage_talk_Bar_listings #content a.external:hover,
color:#000
+
body.page-Wikivoyage_talk_Bar_listings #content a.external:focus,
 +
body.page-Wikivoyage_talk_Accommodation_listings #content a.external:hover,
 +
body.page-Wikivoyage_talk_Accommodation_listings #content a.external:focus,
 +
body.page-Wikivoyage_Don_t_tout #content a.external:hover,
 +
body.page-Wikivoyage_Don_t_tout #content a.external:focus
 +
{
 +
    color: #0645ad;
 
}
 
}
  
.infobox_v2 .media { /* css V2 pour [[Modèle:Son]], etc. */
+
/* FIX TOP NAVIGATION */
height:35px;
+
.topbanner table {
vertical-align:middle;
+
margin-left: 20px !important;
text-align:center;
+
font-weight:bolder;
+
color:#000
+
 
}
 
}
  
/* transparentne slike za zaglavlje infoboxa */
+
.topbanner table tr:first-child td:first-child {
.entete.defaut          {}
+
width: auto !important;
.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.  
+
.topbanner table tr:first-child td:last-child {
  See [[Template:Coord/link]] for how these are used.
+
padding-right: 20px;
  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
+
/* BEGIN Map caption - used with MapExpander JS */
  from .de.  Documentation at [[Wikipedia:NavFrame]]. */
+
.map-expand-link {
div.NavFrame {
+
float: right;
    margin: 0;
+
margin-left: 1.5em;
    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!"
+
/* BEGIN Template:Listing CSS */
  (MediaWiki:Alreadyloggedin) in red and bold */
+
.listing-metadata {
div.alreadyloggedin { color: red; font-weight: bold; }
+
font-size: 0.8em;
 
+
@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 */
+
 
}
 
}
 
+
/* this style should match span.vcard-edit-button a */
.mw-body-content h3 {
+
.listing-lastedit {
  border-bottom: 1px dotted #aaa;
+
color: rgb(150,150,150);
 
}
 
}
 +
/* END Template:Listing CSS */
  
.mw-body-content h4,
+
/* BEGIN: style used on the Destinations page */
.mw-body-content h5,
+
.rounded-blue-section-heading {
.mw-body-content h6 {
+
background-color: #cedff2;
  border-bottom: 1px dotted #ddd;
+
border-radius: 15px;
 +
clear:both;
 +
color: black;
 +
font-weight: bold;
 +
margin: 0 8% 1em;
 +
padding: .5em 1em;
 +
text-align: center;
 +
vertical-align: middle;
 
}
 
}
 +
/* END: style used on the Destinations page */
  
.radius {
+
/* BEGIN: styles used with Template:Sleeppricerange and Template:Eatpricerange */
border-radius: 1em;
+
.pricerange-table {
 +
border: 1px solid #ccc;
 +
border-spacing: 0;
 +
background: #f9f9f9;
 +
float: right;
 +
clear: right;
 +
margin: 0.5em 0 0.5em 1em;
 +
width: 30%;
 +
padding: 8px;
 
}
 
}
.radius_top {
+
.pricerange-table td {
border-top-right-radius: 1em;
+
padding: 0;
border-top-left-radius: 1em;
+
}
+
.radius_bottom {
+
border-bottom-right-radius: 1em;
+
border-bottom-left-radius: 1em;
+
}
+
.rad {
+
border-radius: .5em;
+
 
}
 
}
 +
/* END: styles used with Template:Sleeppricerange and Template:Eatpricerange */
  
 
+
/* CSS for article status templates, eg Usablecity, Guidepark */
.buttonlinks a {
+
.article-status {
  color: black;
+
width: 60%;
  background-color: #ccddee;
+
background: #fff;
  background-image: url('//upload.wikimedia.org/wikipedia/commons/c/c6/Blending_blue_button_background.png');
+
margin: 0 auto;
  background-repeat: repeat-x;
+
border: solid 2px lightblue;
  font-weight: bold;
+
text-align: center;
  font-size: 0.9em;
+
font-size:90%;
  text-decoration: none;
+
font-style:italic;
  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]] */
+
/* CSS for Template:Routebox */  
.newpage {
+
.routeBox {
  color: white;
+
font-size: small;
  background-color: red;
+
border-style: none;
 +
border-spacing: 0 0;
 +
border-collapse: collapse;
 +
margin: 0 auto;
 
}
 
}
  
/* Подебљано 'уреди' дугме */
+
.routeBox td {
#ca-edit a { font-weight: bold !important; }
+
padding: 1px 2px;
 
+
#pt-login {
+
  font-weight: bold;
+
  font-size: 110%;
+
 
}
 
}
  
form#userlogin {
+
/* BEGIN: CSS for Template:Geo */
  float: left;
+
#geoCoord {
  padding: 1em 1em .7em 1em;
+
z-index: 1;
  background-color: #ffffe6;
+
float: right;
  border: 2px solid #fc6;
+
top: 0;
  color: #000;
+
right: 0;
  margin-right: 2em;
+
 
}
 
}
 +
/* END: CSS for Template:Geo */
  
form#userlogin table {
+
/* BEGIN: CSS for Template:Climate */
  float: left;
+
table.climate-table {
  background-color: #ffffe6;
+
width: 30em;
  color: #000;
+
margin: 1em;
 +
padding: 0.5em;
 +
text-align: center;
 +
font-size: 80%;
 +
border: 1px solid #9EBDC7;
 +
box-shadow: 2px 2px 5px #9EBDC7;
 +
border-radius: 3px;
 +
background: #f3f3ff;
 +
white-space:nowrap;
 
}
 
}
 
+
table.climate-table th {
p.error {
+
background: #CEE0E7;
  font-weight: bold;
+
 
}
 
}
 +
/* END: CSS for Template:Climate */
  
.toccolours {
+
/* BEGIN: CSS for Template:Dead link (display managed via the ErrorHighlighter gadget) */
  border:1px solid #aaaaaa;
+
.error-deadlink {
  background-color:#f9f9f9;
+
     color: red;
  padding:5px;
+
     background: yellow;
  font-size: 95%;
+
     display: none;
}
+
 
+
/* 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;
 
     white-space: nowrap;
 
}
 
}
.hlist dd ol > li:first-child:before,
+
/* END: CSS for Template:Dead link */
.hlist dt ol > li:first-child:before,
+
.hlist li ol > li:first-child:before {
+
    content: " (" counter(listitem) " ";
+
}
+
  
/* Пар ствари за главну страну */
+
/* BEGIN: User:Wrh2/Sandbox test */
 
+
.page-User_Wrh2_Sandbox .ext-wpb-pagebanner .wpb-topbanner .wpb-name {
body.page-Главна_страна.action-view #siteSub,
+
width: 35%;
body.page-Главна_страна.action-view #contentSub,
+
font-size: 2.5vw;
body.page-Главна_страна.action-view .firstHeading,
+
body.page-Главна_страна.action-view #jump-to-nav {
+
    display: none !important;
+
 
}
 
}
+
@media screen and (min-width: 768px) {
#interwiki-completelist {
+
.page-User_Wrh2_Sandbox .wpb-banner-toc {
    font-weight: bold;
+
padding: 0.1vw 1vw;
 +
}
 
}
 
}
+
/* END: User:Wrh2/Sandbox test */
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>*/
+

Текућа измена од 20. јун 2016. у 01:44

/** CSS placed here will be applied to all skins */
 
/* Remove when https://phabricator.wikimedia.org/T113642 fixed */
.client-js #contentSub { display: none; }
.client-js .mw-special-Contributions #contentSub { display: block; }
.client-js .ext-wpb-pagebanner { padding-top: 1em; }
.client-js #contentSub.visible { font-size: 0.875em; margin: 0; display: block; }
.client-js .ext-wpb-pagebanner.bugfix-T113642 { padding-top: 0; }s
/* end https://phabricator.wikimedia.org/T113642 */
 
/*** styles and counter for mapping listings ***/
@media screen {
    .printonly { display:none !important; }
}
 
@media screen, print {
    span.listing-map {
        color: white;
        font-size: 0.85em;
        font-family: Arial,Verdana,sans-serif;
        padding: 0pt 0.1em 0pt 0.35em;
        -webkit-print-color-adjust: exact;  /* force printing on safari and chrome */
    }
 
    h2 { counter-reset: mapnumber; }
    span.listing-map:before {
        content: counter(mapnumber);
        counter-increment: mapnumber;
    }
 
    body { counter-reset: generalnumber; }
    span.listing-map.listing-general:before {
        content: counter(generalnumber);
        counter-increment: generalnumber;
    }
}
 
/* Hide sitenotice on Main Page */
body.page-Main_Page #siteNotice { 
       display:none; 
} 
 
/* Don't display some stuff on Main Page */
body.page-Main_Page #deleteconfirm,
body.page-Main_Page #t-cite,
body.page-Main_Page #footer-info-lastmod,
body.page-Main_Page.action-view #siteSub,
body.page-Main_Page.action-view #contentSub,
body.page-Main_Page.action-view h1.firstHeading {
    display: none !important;
}
 
/* Styling for Abuse Filter tags */
.mw-tag-markers {
    font-family:sans-serif;
    font-style:italic;
    font-size:90%;
}
 
/* Hide page title on Wikivoyage:Tourist Office */
body.page-Wikivoyage_Tourist_Office h1#firstHeading { display:none; 
}
 
#DoM {
 background: transparent;
 padding: 0;
}
 
/* This section supports templates for the WMC migration.
 * Sourced from http://en.wikipedia.org/wiki/MediaWiki:Common.css on 28 Oct 2012.
 * Should not need to be copied later, and can be removed after migration is complete.
 */
 
th.mbox-text,td.mbox-text{border:none;width:100%;padding:.25em .9em;}
td.mbox-image{border:none;text-align:center;padding:2px 0 2px .9em;}
td.mbox-imageright{border:none;text-align:center;padding:2px .9em 2px 0;}
td.mbox-empty-cell{border:none;width:1px;padding:0;}
table.imbox{border-collapse:collapse;border:3px solid #1e90ff;background:#fbfbfb;margin:4px 10%;}
.imbox .mbox-text .imbox{display:block;margin:0 -.5em;}
.mbox-inside .imbox{margin:4px;}
table.imbox-notice{border:3px solid #1e90ff;}
table.imbox-speedy{border:3px solid #b22222;background:#fee;}
table.imbox-delete{border:3px solid #b22222;}
table.imbox-content{border:3px solid #f28500;}
table.imbox-style{border:3px solid #f4c430;}
table.imbox-move{border:3px solid #9932cc;}
table.imbox-protection{border:3px solid #bba;}
table.imbox-license{border:3px solid #88a;background:#f7f8ff;}
table.imbox-featured{border:3px solid #cba135;}
 
/* Suppress numbering of items in TOC */
.tocnumber { display: none; }
 
/* Main page */
 
.portal-column-left {
width: 40%;
text-align: center;
}
 
/* Coding for new Main Page */
 
.main-page-bottom-box {
	padding: 0.7em 1em 1em 1em;
	vertical-align:top;
}
 
.main-page-bottom-box h3 {
	margin: 0;
	padding: 0;
}
 
/* Coding for new Main Page END */
/* Hide title on Main Page */
body.page-Main_Page h1.firstHeading {
  display: none;
}
 
/* Travellers' pub TOC, widen */
body.page-Wikivoyage_Travellers_pub div#toctitle {
  width:30em;
}
 
#mobileworld img {
 max-width: 100%;
 height: auto;
 width: auto\9; /* ie8 */
}
 
/* BEGIN: Main Page CSS */
.banner-image {
    position: relative;
    overflow: hidden;
    max-width: 1125px; 
    height: auto;
    margin-bottom: .6em;
}
.banner-image img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}
.banner-box-wide {
    width: 80%
}
.banner-box-left,
.banner-box-right {
	padding: 8px 7px;
	background: rgb(16,16,16);
	background: rgba(0,0,0,0.3);
	border-radius: 4px;
	width: 40%;
}
.banner-box-left {
    left: 3%;
    text-align: left;
}
.banner-box-right {
    right: 3%;
    text-align: right;
}
#mainpage-map {
	position: relative;
	overflow: hidden;
	height: auto;
	margin-bottom: .6em;
	max-width: 1125px;
}
#mainpage-maptext {
	position: absolute;
	top: 1.5em;
	left: 1em;
	z-index: 2;
	text-align: center;
	white-space: nowrap;
	padding: 0.5em 0.5em 0 0.5em;
}
#mainpage-tagline {
	margin: 0;
}
#mainpage-searchinput {
	padding:0.5em 0 0.7em;
}
#mainpage-searchinput label {
	font-size: 85%;
	font-style: italic;
}
#mainpage-searchinput input[type="text"] {
	margin-right: 0.5em;
}
#mainpage-maplinks {
	position:absolute;
	bottom: 0;
	left: 1em;
	color: white;
	padding:0 0.5em;
}
.mainpage-shadowbox {
	color: white;
	background: rgb(16,16,16);
	background: rgba(0,0,0,0.3);
	border-radius: 4px;
}
.mainpage-shadowbox h2, .mainpage-shadowbox h3 {
	color: white;
	border:none;
	font-family: sans-serif;
    line-height: 1.2em;
	margin:0;
}
.mainpage-shadowbox h2 {
	font-size: 190%;
}
.mainpage-shadowbox h3 {
	font-size: 150%;
	padding: 0;
}
#mainpage-maplinks a, .mainpage-shadowbox a {
	color: white;
	font-weight: bold;
}
.banner-box-2 {
    position: absolute;
    z-index: 2;
    margin-top: 2em;
    min-width: 20em;
}
.banner-box-2 .quote {
    font-size: 80%;
    line-height: 1.2em;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
/* END: Main Page CSS */
 
/* DEMO: for Main_Page/Sandbox */
body.page-Main_Page_Sandbox #deleteconfirm,
body.page-Main_Page_Sandbox #t-cite,
body.page-Main_Page_Sandbox #footer-info-lastmod,
body.page-Main_Page_Sandbox.action-view #siteSub,
body.page-Main_Page_Sandbox.action-view #contentSub,
body.page-Main_Page_Sandbox.action-view h1.firstHeading {
    display: none !important;
}
 
#toc > ul {padding-left: 2em;}
 
/* Style for hlist class - pulled from Wikipedia's Common.css file on 20 Mar 2013
   Style for horizontal lists (separator following item).
   Note: hlist formatting will break if the resulting HTML lacks a breakable character
   between list items. This happens when the following conditions are true:
   1) The list is made using wiki markup (where HTML is built by parser.php)
   2) HTMLTidy is disabled or unavailable (such as on Special: pages)
   In such cases, building lists with .hlist using HTML instead of wiki markup
   will work around this problem. See also [[Bugzilla:39617]].
   IE8-specific classes are assigned in [[MediaWiki:Common.js/IEFixes.js]].
   Last updated: January 24, 2013
   @source mediawiki.org/wiki/Snippets/Horizontal_lists
   @maintainer: [[User:Edokter]]
   @revision: 3.1
*/
.skin-monobook .hlist dl,
.skin-modern .hlist dl,
.skin-vector .hlist dl {
    line-height: 1.1em;
}
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
    padding: 0;
    line-height: 1.1em;
}
/* Display list items inline and make them nowrap */
.hlist dd,
.hlist dt,
.hlist li {
    display: inline;
    white-space: nowrap;
}
/* Allow wrapping for list items (in tight spaces) */
.hlist.hwrap dd,
.hlist.hwrap dt,
.hlist.hwrap li {
    white-space: normal;
}
/* Display nested lists inline and allow them to wrap */
.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;
    white-space: normal;
}
/* Generate interpuncts */
.hlist dt:after {
    content: ":";
}
.hlist dd:after,
.hlist li:after {
    content: " ·";
    font-weight: bold;
    padding: 0 0.3em;
}
.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;
}
 
.mf-mobile-only {
    display: none;
}
 
/* BEGIN styles for pagebanner extension */
.oo-ui-icon-unesco {
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/b/b1/WorldHeritageBlanc.svg');
}
.oo-ui-icon-star {
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/e/e7/Cscr-featured.svg');
}
.oo-ui-icon-ftt {
     background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/b/b0/Writing_Circle.svg/25px-Writing_Circle.svg.png');
}
.oo-ui-icon-dotm {
     background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/5/50/Yes_Check_Circle.svg/25px-Yes_Check_Circle.svg.png');
}
.oo-ui-icon-otbp {
     background-image: url('https://upload.wikimedia.org/wikipedia/commons/thumb/5/50/Yes_Check_Circle.svg/25px-Yes_Check_Circle.svg.png');
}
.ext-wpb-pagebanner li.toclevel-1 {
	padding: 0 0 0 0.4em;
}
.ext-wpb-pagebanner li.toclevel-1 > a:after {
    content: " ·";
    font-weight: bold;
    padding: 0 0 0 0.1em;
}
.ext-wpb-pagebanner li.toclevel-1:last-child > a:after {
    content: none;
}
.ext-wpb-pagebanner h1.wpb-name {
    font-family: sans-serif;
    border-bottom: none;
}
.ext-wpb-pagebanner {
	clear: both;
}
.wpb-banner-toc .toctext { display: inline; }
/* END styles for pagebanner extension */
 
/* Infobox templates */
.infobox {
   border: 1px solid #aaa;
   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: middle;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0 solid #aaa;
}
.infobox.sisterproject {
   width: 20em;
   font-size: 90%;
}
 
.archive-box {
   border: 1px solid #aaf;
   background-color: #f2f2f9;
   color: #000;
   margin-bottom: 0.5em;
   margin-left: 1em;
   padding: 0.2em;
   float: right;
   clear: right;
   text-align: center;
}
 
/* CSS for black text external links / blue text on hover */
body.ns-0 #content a.external,
body.ns-0 #content a.external:visited,
body.page-Wikivoyage_External_links #content a.external,
body.page-Wikivoyage_External_links #content a.external:visited,
body.page-Wikivoyage_talk_External_links #content a.external,
body.page-Wikivoyage_talk_External_links #content a.external:visited,
body.page-Wikivoyage_Listings #content a.external,
body.page-Wikivoyage_Listings #content a.external:visited,
body.page-Wikivoyage_talk_Listings #content a.external,
body.page-Wikivoyage_talk_Listings #content a.external:visited,
body.page-Wikivoyage_talk_Attraction_listings #content a.external,
body.page-Wikivoyage_talk_Attraction_listings #content a.external:visited,
body.page-Wikivoyage_talk_Activity_listings #content a.external,
body.page-Wikivoyage_talk_Activity_listings #content a.external:visited,
body.page-Wikivoyage_talk_Restaurant_listings #content a.external,
body.page-Wikivoyage_talk_Restaurant_listings #content a.external:visited,
body.page-Wikivoyage_talk_Bar_listings #content a.external,
body.page-Wikivoyage_talk_Bar_listings #content a.external:visited,
body.page-Wikivoyage_talk_Shopping_listings #content a.external,
body.page-Wikivoyage_talk_Shopping_listings #content a.external:visited,
body.page-Wikivoyage_talk_Accommodation_listings #content a.external,
body.page-Wikivoyage_talk_Accommodation_listings #content a.external:visited,
body.page-Wikivoyage_Don_t_tout #content a.external,
body.page-Wikivoyage_Don_t_tout #content a.external:visited
{
    color: #252525;
}
body.ns-0 #content a.external:hover,
body.ns-0 #content a.external:focus,
body.page-Wikivoyage_External_links #content a.external:hover,
body.page-Wikivoyage_External_links #content a.external:focus,
body.page-Wikivoyage_talk_External_links #content a.external:hover,
body.page-Wikivoyage_talk_External_links #content a.external:focus,
body.page-Wikivoyage_Listings #content a.external:hover,
body.page-Wikivoyage_Listings #content a.external:focus,
body.page-Wikivoyage_talk_Listings #content a.external:hover,
body.page-Wikivoyage_talk_Listings #content a.external:focus,
body.page-Wikivoyage_talk_Attraction_listings #content a.external:hover,
body.page-Wikivoyage_talk_Attraction_listings #content a.external:focus,
body.page-Wikivoyage_talk_Activity_listings #content a.external:hover,
body.page-Wikivoyage_talk_Activity_listings #content a.external:focus,
body.page-Wikivoyage_talk_Shopping_listings #content a.external:hover,
body.page-Wikivoyage_talk_Shopping_listings #content a.external:focus,
body.page-Wikivoyage_talk_Restaurant_listings #content a.external:hover,
body.page-Wikivoyage_talk_Restaurant_listings #content a.external:focus,
body.page-Wikivoyage_talk_Bar_listings #content a.external:hover,
body.page-Wikivoyage_talk_Bar_listings #content a.external:focus,
body.page-Wikivoyage_talk_Accommodation_listings #content a.external:hover,
body.page-Wikivoyage_talk_Accommodation_listings #content a.external:focus,
body.page-Wikivoyage_Don_t_tout #content a.external:hover,
body.page-Wikivoyage_Don_t_tout #content a.external:focus
{
    color: #0645ad;
}
 
/* FIX TOP NAVIGATION */
.topbanner table {
	margin-left: 20px !important;
}
 
.topbanner table tr:first-child td:first-child {
	width: auto !important;
}
 
.topbanner table tr:first-child td:last-child {
	padding-right: 20px;
}
 
/* BEGIN Map caption - used with MapExpander JS */
.map-expand-link {
	float: right;
	margin-left: 1.5em;
}
 
/* BEGIN Template:Listing CSS */
.listing-metadata {
	font-size: 0.8em;
}
/* this style should match span.vcard-edit-button a */
.listing-lastedit {
	color: rgb(150,150,150);
}
/* END Template:Listing CSS */
 
/* BEGIN: style used on the Destinations page */
.rounded-blue-section-heading {
	background-color: #cedff2;
	border-radius: 15px;
	clear:both;
	color: black;
	font-weight: bold;
	margin: 0 8% 1em;
	padding: .5em 1em;
	text-align: center;
	vertical-align: middle;
}
/* END: style used on the Destinations page */
 
/* BEGIN: styles used with Template:Sleeppricerange and Template:Eatpricerange */
.pricerange-table {
	border: 1px solid #ccc;
	border-spacing: 0;
	background: #f9f9f9;
	float: right;
	clear: right;
	margin: 0.5em 0 0.5em 1em;
	width: 30%;
	padding: 8px;
}
.pricerange-table td {
	padding: 0;
}
/* END: styles used with Template:Sleeppricerange and Template:Eatpricerange */
 
/* CSS for article status templates, eg Usablecity, Guidepark */
.article-status {
 width: 60%;
 background: #fff;
 margin: 0 auto;
 border: solid 2px lightblue;
 text-align: center;
 font-size:90%;
 font-style:italic;
}
 
/* CSS for Template:Routebox */ 
.routeBox {
 font-size: small;
 border-style: none;
 border-spacing: 0 0;
 border-collapse: collapse;
 margin: 0 auto;
}
 
.routeBox td {
 padding: 1px 2px;
}
 
/* BEGIN: CSS for Template:Geo */
#geoCoord {
 z-index: 1;
 float: right;
 top: 0;
 right: 0;
}
/* END: CSS for Template:Geo */
 
/* BEGIN: CSS for Template:Climate */
table.climate-table {
	width: 30em;
	margin: 1em;
	padding: 0.5em;
	text-align: center;
	font-size: 80%;
	border: 1px solid #9EBDC7;
	box-shadow: 2px 2px 5px #9EBDC7;
	border-radius: 3px;
	background: #f3f3ff;
	white-space:nowrap;
}
table.climate-table th {
	background: #CEE0E7;
}
/* END: CSS for Template:Climate */
 
/* BEGIN: CSS for Template:Dead link (display managed via the ErrorHighlighter gadget) */
.error-deadlink {
    color: red;
    background: yellow;
    display: none;
    white-space: nowrap;
}
/* END: CSS for Template:Dead link */
 
/* BEGIN: User:Wrh2/Sandbox test */
.page-User_Wrh2_Sandbox .ext-wpb-pagebanner .wpb-topbanner .wpb-name {
	width: 35%;
	font-size: 2.5vw;
}
@media screen and (min-width: 768px) {
	.page-User_Wrh2_Sandbox .wpb-banner-toc {
		padding: 0.1vw 1vw;
	}
}
/* END: User:Wrh2/Sandbox test */