Merk: Etter lagring vil det kanskje vera naudsynt at nettlesaren slettar mellomlageret sitt for at endringane skal tre i kraft.

  • Firefox og Safari: Haldt nede Shift medan du klikkar på Oppdater, eller trykk anten Ctrl-F5 eller Ctrl-R (⌘-R på Mac)
  • Google Chrome: Trykk Ctrl-Shift-R (⌘-Shift-R på Mac)
  • Internet Explorer og Edge: Haldt nede Ctrl medan du klikkar Oppdater, eller trykk Ctrl-F5
  • Opera: Tøm mellomlageret i Verktøy → Innstillingar
/*'''MediaWiki:Common.css''' er det lokale [[stilark]]et for alle.

/* Sjå om koden er godkjent CSS på [http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fnn.wikipedia.org%2Fw%2Findex.php%3Ftitle%3DMediaWiki%3ACommon.css%26action%3Draw%26ctype%3Dtext%2Fcss&usermedium=all W3C CSS Validation Service] etter ei kvar endring. */

/* Portlet for tilleggsfunksjon for eksterne søk */
#p-query,
#p-other {
    display: none;
}

/* Wikitable */

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

.odd
{
	padding: 0 5px;
	background: #edf3fe;
}

.even
{
	padding: 0 5px;
	background: #ffffff;
}

/* Styling for citations */
cite {
    font-style: normal;
    word-wrap: break-word;
}
 
/* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */
cite:target { 
    background-color: #DEF;
}
 
/* For linked citation numbers and document IDs, where the number need not be shown on a screen or a handheld, but should be included in the printed version */
 
@media screen, handheld, projection {
    cite *.printonly {
        display: none;
    }
}

/* Infoboksar (ny) */

.infoboks .over {
 font-size:larger;
 font-weight:bold;
}
table.infoboks {
   float:right;
   border:1px solid #aaa;
   clear:right;
   width:22em;
}

table.infoboks td, table.infoboks th {
   vertical-align:top;
}

table.infoboks tr.overskrift th {
   text-align:center;
   font-weight:bold;
   font-size:larger;
}

table.infoboks tr.bilde td {
   text-align:center;
   padding:0.5em;
}

table.infoboks th {
   text-align:center;
   padding-left:3px;
   padding-right:3px;
}

table.infoboks td {
   margin:4px;
   padding-left:3px;
   padding-right:3px;
}

table.infoboks tr.custom td {
   background:none;
   border:none;
}

table.infoboks td dl {
   margin:0 0 0 .5em;
}
table.infoboks td dd {
   margin:0;
}

table.infoboks tbody tr.rad .left {
   text-align:left;
   width:inherit;
}
table.infoboks tbody tr.rad .center {
   text-align:center;
   width:inherit;
}
table.infoboks tbody tr.rad .headercenter {
   text-align:center;
   font-weight:bold;
   width:inherit;
}

table.infoboks tbody tr.rad .dotleft {
 border-left: 1px dotted #aaa;
}

.thumbcaption {
   text-align:center; 
   /* 100% av 88% (tekststørrelsen i infobokser) gir omtrent samme størrelse som i vanlige bildetekster.  
      0.94 * 0.94 / 0.88 = 1.00 */
   font-size: 100%; 
}

/* Referansar */

/* Referanser */
/* gjør referansane mindre */
ol.references {
   font-size: 100%;
}

.references-small {
   font-size: 90%;
   list-style-type: decimal;
}

/* Gjør det mulig å bruke andre stiltyper via {{referanser}} */
div.references-small ol.references {
   list-style-type: inherit;
}
   
.same-bg { background: none }

/* Setter blå bakgrunn på valgte referanser for å hjelpe under navigasjon */
ol.references > li:target,
.reference:target,
span.citation:target,
cite:target { 
    background-color: #DEF;
}
.same-bg { background: none }

/* T156351: Support for Parsoid's Cite implementation */
.mw-ref > a[data-mw-group=lower-alpha]::after {
    content: '[' counter( mw-Ref, lower-alpha ) ']';
}
.mw-ref > a[data-mw-group=upper-roman]::after {
    content: '[' counter( mw-Ref, upper-roman ) ']';
}
.mw-ref > a[data-mw-group=lower-roman]::after {
    content: '[' counter( mw-Ref, lower-roman ) ']';
}
.mw-ref > a[data-mw-group=upper-alpha]::after {
    content: '[' counter( mw-Ref, upper-alpha ) ']';
}

/* stil for geografi-infoboksar, t.d. land, fylke, statar, byar osv */

.infoboks.geografi {
   text-align: left;
   border-collapse: collapse;
   background-color: #f9f9f9;
   line-height: 1.2em; 
   font-size: 90%;
}

.infoboks.geografi  td,
.infoboks.geografi  th {
   border-top: solid 1px #aaa;
   padding: 0.4em 0.2em 0.4em 0.8em;
}
.infoboks.geografi .mergedtoprow td,
.infoboks.geografi .mergedtoprow th {
   border-top: solid 1px #aaa;
   padding: 0.4em 0.2em 0.2em 0.8em;
}

.infoboks.geografi .mergedrow td,
.infoboks.geografi .mergedrow th {
      border: 0;
      padding: 0 0.2em 0.2em 0.8em;
}

.infoboks.geografi .mergedbottomrow td,
.infoboks.geografi .mergedbottomrow th {
   border-top: 0;
   border-bottom: solid 1px #aaa;
   padding: 0 0.2em 0.4em 0.8em;
}

.infoboks.geografi .maptable td,
.infoboks.geografi .maptable th {
      border: 0;
      padding: 0 0 0 0;
}


/* Geografiske koordinatar

To display coordinates using the notation in the source code, write this in your User:Username/monobook.css:
   .geo-default { display: inline } .geo-nondefault { display: none } 
   .geo-dec { display: inline } .geo-dms { display: inline }

To display coordinates using decimal notation, write this in your User:Username/monobook.css:
   .geo-default { display: inline } .geo-nondefault { display: inline } 
   .geo-dec { display: inline } .geo-dms { display: none }

To display coordinates using DMS notation, write this in your User:Username/monobook.css:
   .geo-default { display: inline } .geo-nondefault { display: inline } 
   .geo-dec { display: none }   .geo-dms { display: inline }

To display coordinates in both decimal and DMS notation, write this in your User:Username/monobook.css:
   .geo-default { display: inline } .geo-nondefault { display: inline } 
   .geo-dec { display: inline }   .geo-dms { display: inline }
   .geo-multi-punct { display: inline }

See [[Template:Coor link]] for how these are used.

Note that the classes "geo", "longitude", and "latitude" are not just styles but also used by the [[Geo microformat]], so the names should not be changed.

*/

.geo-default { display: inline; }
.geo-nondefault { display: none; }
.geo-dms { display: inline; }
.geo-dec { display: inline; }
.geo-multi-punct { display: none; }

.longitude .latitude {
  white-space: nowrap;
}

/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */
.geo { }

/***** end Geo-related */

/* Høgtalarikon som peiker til lydfiler */
/* (Brukt i [[mal:Audio]]) */

.audiolink a {
    background: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
    padding-left: 16px !important;
    padding-right: 0 !important;
}

/* Standard utsjånad for navigasjonsboksar  */
.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;
}

.navboks {
    background-color: #f9f9f9;
    border: 1px solid #aaa;
    clear: both;
    font-size: 90%;
    margin: 1em 0em 0em;
    padding: 2px;
    text-align: center;
    width: 100%;
}

 
.navboks th {
    background-color: #ccf;
    padding-left: 1em;
    padding-right: 1em;
}


/* '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-parser-output .mw-collapsible-toggle {
    font-weight: normal;
    /* @noflip */
    text-align: right;
}
.navbox .mw-collapsible-toggle {
    width: 6em;
}

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

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

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

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

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

/* Utsjånad for infoboksar som gjeld geografiemne */
.infobox.geography {
    border-collapse: collapse;
    line-height: 1.2em;
    font-size: 90%;
}

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

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

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

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

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

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

/* Navigasjonsmal */
/*Element for navigasjonsmalen [[Mal:NavStart]] (og [[Mal:Navigasjon]]). */

div.NavSamling, div.NavFrame
{
	margin: 1em 0;
	padding: 4px;
	border: 1px solid #aaaaaa;
	text-align: center;
	border-collapse: collapse;
	font-size: 95%;
	clear: both;
	position: relative;
}

div.NavPic, div.NavBiletV, div.NavBiletH
{
	background-color: #ffffff;
	margin: 0px;
	padding: 0 2px 0 0;
	float: left;
	position: relative;
}

div.NavBiletH
{
	float: right;
	padding: 0 0 0 2px;
     z-index:3;
}

div.NavFrame div.NavHead
{
	font-weight: bold;
	background-color: #efefef;
}

div.NavSamling div.NavFrame
{
	margin:0;
	border-style: none;
}

div.NavFrame + div.NavFrame
{
	margin:0;
	border-top-style: none;
}

div.NavSamling { padding:0; }

/* Do not print navigation bar elements. They should not appear on paper */

@media print
{
	.NavFrame { display: none; }
	.BoxenVerschmelzen { display: 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;
}
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%;
}

/* Fargar på ±-tala i Siste endringar */
 
.mw-plusminus-pos {
  color:darkgreen;
}
 
/* .mw-plusminus-null currently at developer default */
 
.mw-plusminus-neg {
  color:darkred;
}

div.spire
{
     clear: both;
	background-color: #f9f9f9;
	border: 1px solid #aaa;
	padding: 5px;
	padding-left: 30px;
	text-align: left;
	font-size: 90%;
	margin-top: 0.8em;
	margin-bottom: 0.8em;
	clear:both;
}
  
div.spire img { margin: 0 5px 0 -25px; }


/* For å ikkje vise kjedeleg tittel på desse sidene */
body.page-Hovudside_Kladd h1.firstHeading { display:none; }
body.page-Hovudside_Kladd #siteSub { display:none; }

body.page-Hovudside h1.firstHeading { display:none; }
body.page-Hovudside #siteSub { display:none; }

body.page-Wikipedia_Gode_artiklar h1.firstHeading { display:none; }
body.page-Wikipedia_Gode_artiklar #siteSub { display:none; }

body.page-Hovudside_Kladd th {
  background: url("//upload.wikimedia.org/wikipedia/commons/d/d7/Wikibar-alpha-8bit.png") no-repeat right top;
}

body.page-Hovudside th {
  background: url("//upload.wikimedia.org/wikipedia/commons/d/d7/Wikibar-alpha-8bit.png") no-repeat right top;
}

/* For wap-lenke på hovudsida */
@media handheld {
    #wapHeader {
        margin-top:0;
    }
 }

@media screen,print {
     /* For andre media enn 'handheld' */
     #wapHeader { display:none;  }
}

 
/* 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. */
    clear: right;
    float: right;
    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. */
    margin: 4px 1em 4px 0;
    width: 238px;
    border-collapse: collapse;
    font-size: 88%;
    line-height: 1.25em;
}

/* Allow limiting of which header levels are shown in a TOC;
   <div class="toclimit-3">, for instance, will limit to
   showing ==headings== and ===headings=== but no further
   (as long as there are no =headings= on the page, which
   there shouldn't be according to the MoS).
 */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul { display: none; }

/* Remove white border from thumbnails */
div.thumb {
    border: none;
}
div.tright {
    border: none;
    margin: 0.5em 0 0.8em 1.4em;
}
div.tleft {
    border: none;
    margin: 0.5em 1.4em 0.8em 0;
}

/* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size.
   [[Bugzilla:26204]] */
div.mw-geshi div,
div.mw-geshi div pre,
span.mw-geshi,
pre.source-css,
pre.source-javascript {
    font-family: monospace, Courier !important;
}

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

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

/* Linjekart */

.BStable {
  border: 1px solid #C8C8C8; 
  margin: 12px; 
  background-color: transparent; 
}

td.BSlegende,
td.BSiconCol,
td.BSkmCol,
td.BStextCol,
td.BSrightCol {
  padding: 0; 
  line-height: 1;
  border: none;
  white-space: nowrap;
}

td.BSlegende {
  text-align: right; 
  padding: 0 0.5em; 
  font-size: 80%; 
  white-space: nowrap;  
}

td.BSiconCol {
  text-align: center; 
}

.BSiDiv {
  position: relative; 
  height: 20px;
}

.BSiOverlay {
  position: absolute; 
  left: 0px; 
  top: 0px; 
  padding: 0; 
  height: 50px; 
  width: auto; 
  right: auto;
}

td.BSkmCol {
  text-align: right; 
  vertical-align: middle; 
  padding: 0 .5em; 
  font-size: 80%; 
}

table.BSminitab {
  font-size: 99%; 
  line-height: 99%; 
  text-align: right; 
  color: inherit; 
  background-color: transparent; 
  margin-top: -1px; 
  margin-bottom: -1px; 
  padding: 0; 
  border: none; 
  border-collapse: collapse; 
}

table.BSminitab tr + tr {
  border-top: 1px solid gray;
}

span.BScomment {
  font-size: 80%; 
  line-height: 80%;
}

td.BSrightCol {
  text-align: right; 
  padding:0 0 0 .5em; 
  font-size: 80%; 
  white-space: nowrap; 
}

.BShist {
  font-style: italic;
}

td.BSanlegg      { background-color: LightPink; }
td.BSdobbeltspor { background-color: PaleGreen; }
td.BSdrift       { background-color: PaleGreen; }
td.BSmuseum      { background-color: Peru; }
td.BSplanlagt    { background-color: #B2DFEE; }
td.BSprosjekt    { background-color: rgb(255, 235, 173); }

.texticon { 
  padding: 0; 
}

.texticon a, .texticon a.new { 
  font-weight: bold; 
  padding-left: 3px; 
  padding-right: 3px; 
  text-decoration: none; 
}
 
/* 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;
    box-sizing: border-box;
}
.navbox-inner,
.navbox-subgroup {
    width: 100%;
}
.navbox th,
.navbox-title,
.navbox-abovebelow {
    text-align: center;       /* Title and above/below styles */
    padding-left: 1em;
    padding-right: 1em;
}
th.navbox-group {             /* Group style */
    white-space: nowrap;
    /* @noflip */
    text-align: right;
}
.navbox,
.navbox-subgroup {
    background: #fdfdfd;      /* Background color */
}
.navbox-list {
    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: 0.5em;        /* 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;
}
.navbar li {
    word-spacing: -0.125em;
}
.navbar.mini li span {
  font-variant: small-caps;
}
/* Navbar styling when nested in navbox */
.navbox .navbar {
    display: block;
    font-size: 100%;
}
.navbox-title .navbar {
    /* @noflip */
    float: left;
    /* @noflip */
    text-align: left;
    /* @noflip */
    margin-right: 0.5em;
    width: 6em;
}

/* For linked citation numbers and document IDs, where
   the number need not be shown on a screen or a handheld,
   but should be included in the printed version */
@media screen, handheld {
    .citation *.printonly {
        display: none;
    }
}

/* Pie chart: transparent borders */
.transborder {
	border: solid transparent;
}

/* Minimum thumb width */
figure[typeof~='mw:File/Thumb'],
figure[typeof~='mw:File/Frame'],
.thumbinner {
	min-width: 100px;
}

.mw-parser-output a[href*="/wiki/Special:"],
.mw-parser-output a[href*="/wiki/Spesial:"],
.mw-parser-output a:active[href*="/wiki/Special:"],
.mw-parser-output a:active[href*="/wiki/Spesial:"] {
	color: #36b;
}
.mw-parser-output a:visited[href*="/wiki/Special:"],
.mw-parser-output a:visited[href*="/wiki/Spesial:"] {
	color: #636;
}

/* Put toolbar menus above MediaWiki:Gadget-CodeEditor and MediaWiki:Gadget-aceWikiEditor */
.wikiEditor-ui-toolbar .group .tool-select .menu .options { 
    z-index: 500;
}

/* 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; 
    padding: 0.25em 0.9em;       /* 0.9em left/right */
    width: 100%;    /* Make all mboxes the same width regardless of text length */
}
.mbox-image {                  /* The left image cell */
    border: none; 
    padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
    text-align: center; 
}
tmbox-imageright {             /* The right image cell */
    border: none;
    padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
    text-align: center; 
}
.mbox-empty-cell {         /* An empty narrow cell */
    border: none;
    padding: 0px;
    width: 1px;
}
 
/* Article message box styles */
.ambox {
    margin: 0px 10%;   /* 10% = Will not overlap with other elements */
    border: 1px solid #aaa; 
    border-left: 10px solid #1e90ff;    /* Default "notice" blue */
    background: #fbfbfb; 
}
.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 */
    padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright {      /* The right image cell */
    padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
}
 
.ambox-notice {
    border-left: 10px solid #1e90ff;    /* Blue */
}
.ambox-speedy {
    border-left: 10px solid #b22222;    /* Red */
    background: #fee;                   /* Pink */
}
.ambox-delete {
    border-left: 10px solid #b22222;    /* Red */
}
.ambox-content {
    border-left: 10px solid #f28500;    /* Orange */
}
.ambox-style {
    border-left: 10px solid #f4c430;    /* Yellow */
}
.ambox-move {
    border-left: 10px solid #9932cc;    /* Purple */
}
.ambox-protection {
    border-left: 10px solid #bba;       /* Gray-gold */
}
 
/* Image message box styles */
.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. */
}
.mbox-inside .imbox {    /* For imboxes inside other templates. */
    margin: 4px;
}
 
.imbox-notice {
    border: 3px solid #1e90ff;    /* Blue */
}
.imbox-speedy {
    border: 3px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
.imbox-delete {
    border: 3px solid #b22222;    /* Red */
}
.imbox-content {
    border: 3px solid #f28500;    /* Orange */
}
.imbox-style {
    border: 3px solid #f4c430;    /* Yellow */
}
.imbox-move {
    border: 3px solid #9932cc;    /* Purple */
}
.imbox-protection {
    border: 3px solid #bba;       /* Gray-gold */
}
.imbox-license {
    border: 3px solid #88a;       /* Dark gray */
    background: #f7f8ff;          /* Light gray */
}
.imbox-featured {
    border: 3px solid #cba135;    /* Brown-gold */
}
 
/* Category message box styles */
.cmbox {
    margin: 3px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa; 
    background: #DFE8FF;    /* Default "notice" blue */
}
 
.cmbox-notice {
    background: #D8E8FF;    /* Blue */
}
.cmbox-speedy {
    margin-top: 4px;
    margin-bottom: 4px;
    border: 4px solid #b22222;    /* Red */
    background: #FFDBDB;          /* Pink */
}
.cmbox-delete {
    background: #FFDBDB;    /* Red */
}
.cmbox-content {
    background: #FFE7CE;    /* Orange */
}
.cmbox-style {
    background: #FFF9DB;    /* Yellow */
}
.cmbox-move {
    background: #E4D8FF;    /* Purple */
}
.cmbox-protection {
    background: #EFEFE1;    /* Gray-gold */
}
 
/* Other pages message box styles */
.ombox {
    margin: 4px 10%; 
    border-collapse: collapse; 
    border: 1px solid #aaa;       /* Default "notice" gray */
    background: #f9f9f9;
}
 
.ombox-notice {
    border: 1px solid #aaa;       /* Gray */
}
.ombox-speedy {
    border: 2px solid #b22222;    /* Red */
    background: #fee;             /* Pink */
}
.ombox-delete {
    border: 2px solid #b22222;    /* Red */
}
.ombox-content {
    border: 1px solid #f28500;    /* Orange */
}
.ombox-style {
    border: 1px solid #f4c430;    /* Yellow */
}
.ombox-move {
    border: 1px solid #9932cc;    /* Purple */
}
.ombox-protection {
    border: 2px solid #bba;       /* Gray-gold */
}


/**
 * Responsive reference columns
 */

.mw-references-wrap {
	font-size: 0.75rem;
}
.mw-references-columns {
	column-width: 14rem;
}
.mw-references-columns li {
	break-inside: avoid;
}

/*
Style for making some invisible template visible in VisualEditor
© John Erling Blad, Creative Commons by Attribution 3.0
*/
.ve-conditional-display-block {
	display: none;
}
.ve-ui-surface .ve-conditional-display-block {
	display: block;
}

/* Class styles */

.toccolours { 
   border:1px solid #aaaaaa;
   background-color:#f9f9f9;
   padding:5px;
   font-size: 95%;
}

/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
/* Please ignore any validator errors caused by the following lines */

.flow-column {
  -moz-column-count:auto;
  -webkit-column-count:auto;
  column-count:auto;
}
.flow-2column {
  -moz-column-count:2;
  -webkit-column-count:2;
  column-count:2;
}
.flow-3column {
  -moz-column-count:3;
  -webkit-column-count:3;
  column-count:3;
}
.flow-4column {
  -moz-column-count:4;
  -webkit-column-count:4;
  column-count:4;
}