MediaWiki:Common.css: Forskelle mellem versioner

Spring til navigation Spring til søgning
18.140 bytes tilføjet ,  for 10 år siden
copy from en.scoutwiki.org
No edit summary
(copy from en.scoutwiki.org)
Linje 1: Linje 1:
/* Fælles CSS for alle udseender */
/* Default styling for HTML elements */
 
dfn {
/*<pre><nowiki>*/
    font-style: inherit;  /* Reset default styling for <dfn> */
 
}
sup, sub {
    line-height: 1em;    /* Reduce line-height for <sup> and <sub> */
}


/* Display "Fra Wikipedia, den frie encyklopædi" */
/* Main page fixes */
#siteSub {
#interwiki-completelist {
    display: inline;
     font-weight: bold;
    font-size: 80%;
     font-weight: normal;
}
}
 
body.page-Main_Page #ca-delete {
/* Vis ikke diverse ting og sager på forsiden */
body.page-Forside #siteSub,        /* Tagline "Fra Wikipedia, den frie encyklopædi" (fra [[MediaWiki:Tagline]]) */
body.page-Forside h1.firstHeading  /* Artikeloverskrift: "Forside" */
    {
     display: none !important;
     display: none !important;
     }
}
body.page-Main_Page #mp-topbanner {
     clear: both;
}


/* Vis ikke diverse ting og sager på portal:Forside */
/* Edit window toolbar */
body.page-Portal_Forside #siteSub,        /* Tagline "Fra Wikipedia, den frie encyklopædi" (fra [[MediaWiki:Tagline]]) */
#toolbar {
body.page-Portal_Forside h1.firstHeading  /* Artikeloverskrift: "Forside" */
    height: 22px;
     {
     margin-bottom: 6px;
    display: none !important;
}
    }


/* Metadata (f.eks. persondata) */
/* Make the list of references smaller */
ol.references,
div.reflist,
div.refbegin {
    font-size: 90%;            /* Default font-size */
    margin-bottom: 0.5em;
}
div.refbegin-100 {
    font-size: 100%;          /* Option for normal fontsize in {{refbegin}} */
}
div.reflist ol.references {
    font-size: 100%;          /* Reset font-size when nested in div.reflist */
    list-style-type: inherit;  /* Enable custom list style types */
}


table.metadata {
/* Highlight clicked reference in blue to help navigation */
        border: 1px solid #aaaaaa;
ol.references li:target,
        display: none;  
sup.reference:target,
span.citation:target {  
    background-color: #DEF;
}
}


/* gør listen over fodnoter/referencer mindre */
/* Ensure refs in table headers and the like aren't bold or italic */
ol.references {
sup.reference {
  font-size: 100%;
    font-weight: normal;
    font-style: normal;
}
}


.references-small { font-size: 90%;}
/* Allow hidden ref errors to be shown by user CSS */
span.brokenref {
    display: none;
}


/* wikitable-klasse til at give tabeller et ens udseende */
/* Styling for citations (CSS3). Breaks long urls, etc., rather than overflowing box */
.citation {
    word-wrap: break-word;
}


table.wikitable
/* Default styling for titles of works, styling for the title of an article
{
  within a periodical, or a contribution within a compilation. */
  margin: 1em 1em 1em 0;
cite,
  background: #f9f9f9;
.citation cite.article,
  border: 1px #aaaaaa solid;
.citation cite.contribution {
  border-collapse: collapse;
    font-style: inherit;
}
}


table.wikitable th, table.wikitable td
/* Styling for the title of any work within a citation,
{
  or specifically the title of a periodical. */
  border: 1px #aaaaaa solid;
.citation cite,
  padding: 0.2em;
.citation cite.periodical {
    font-style: italic;
}
/* 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;
    }
}
}


table.wikitable th
/* Style for horizontal lists (separator following item) */
{
.skin-monobook .hlist dl,
  background: #f2f2f2;
.skin-modern .hlist dl,
  text-align: center;
.skin-vector .hlist dl {
    line-height: 1.5em;
}
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
}
.hlist dd,
.hlist dt,
.hlist li {
    display: inline;
    margin: 0;
}
/* Display nested lists inline */
.hlist dl dl,
.hlist ol 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 IE 8 */
.hlist dd.hlist-last-child:after,
.hlist dt.hlist-last-child:after,
.hlist li.hlist-last-child:after {
    content: none;
}
/* Add parens around nested lists */
.hlist dl dl dd:first-child:before,
.hlist ol ol li:first-child:before,
.hlist ul ul li:first-child:before {
    content: "(";
}
.hlist dl dl dd:last-child:after,
.hlist ol ol li:last-child:after,
.hlist ul ul li:last-child:after {
    content: ")";
    font-weight: normal;
}
/* For IE8 */
.hlist dl dl dd.hlist-last-child:after,
.hlist ol ol li.hlist-last-child:after,
.hlist ul ul li.hlist-last-child:after {
    content: ")";
    font-weight: normal;
}
/* Put numbers in ordered lists */
.hlist.hnum ol li {
    counter-increment: level1;
}
.hlist.hnum ol li:before {
    content: counter(level1) " ";
}
.hlist.hnum ol ol li {
    counter-increment: level2;
}
.hlist.hnum ol ol li:first-child:before {
    content: "(" counter(level2) " ";
}
.hlist.hnum ol ol li:before {
    content: counter(level2) " ";
}
}


table.wikitable caption
/* Unbulleted lists */
{
.plainlist ul {
  margin-left: inherit;
    line-height: inherit;
  margin-right: inherit;
    list-style: none none;
    margin: 0;
}
.plainlist ul li {
    margin-bottom: 0;
}
}


/* default skin for navigation boxes */
/* Default style for navigation boxes */
table.navbox {           /* navbox container style */
.navbox {                     /* Navbox container style */
  border:1px solid #aaa;
    border: 1px solid #aaa;
  width:100%;  
    width: 100%;  
  margin:auto;
    margin: auto;
  clear:both;
    clear: both;
  font-size:88%;
    font-size: 88%;
  text-align:center;
    text-align: center;
  padding:1px;
    padding: 1px;
  display:inline;
}
}
table.navbox + table.navbox {
.navbox-inner,
  margin-top:-1px;       /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
.navbox-subgroup {
    width: 100%;
}
}
.navbox-title, .navbox-abovebelow, table.navbox th {
.navbox th,
  text-align:center;     /* title and above/below styles */
.navbox-title,
  padding-left:1em;
.navbox-abovebelow {
  padding-right:1em;
    text-align: center;       /* Title and above/below styles */
    padding-left: 1em;
    padding-right: 1em;
}
}
.navbox-group {           /* group style */
th.navbox-group {             /* Group style */
  white-space:nowrap;
    white-space: nowrap;
  text-align:right;
    /* @noflip */
  font-weight:bold;
    text-align: right;
  padding-left:1em;
  padding-right:1em;
}
}
.navbox, .navbox-subgroup {
.navbox,
  background:#fdfdfd;     /* Background color */
.navbox-subgroup {
    background: #fdfdfd;     /* Background color */
}
}
.navbox-list {
.navbox-list {
  border-color:#fdfdfd;   /* Must match background color */
    border-color: #fdfdfd;   /* Must match background color */
}
}
.navbox-title, table.navbox th {
.navbox th,
  background:#ccccff;     /* Level 1 color */
.navbox-title {
    background: #ccccff;     /* Level 1 color */
}
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
.navbox-abovebelow,
  background:#ddddff;     /* Level 2 color */
th.navbox-group,
.navbox-subgroup .navbox-title {
    background: #ddddff;     /* Level 2 color */
}
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
.navbox-subgroup .navbox-group,
  background:#e6e6ff;     /* Level 3 color */
.navbox-subgroup .navbox-abovebelow {
    background: #e6e6ff;     /* Level 3 color */
}
}
.navbox-even {
.navbox-even {
  background:#f7f7f7;     /* Even row striping */
    background: #f7f7f7;     /* Even row striping */
}
}
.navbox-odd {
.navbox-odd {
  background:transparent; /* Odd row striping */
    background: transparent; /* Odd row striping */
}
}
.navbox-lige {
table.navbox + table.navbox { /* Single pixel border between adjacent navboxes */
  background:#f7f7f7;     /* Even row striping */
    margin-top: -1px;         /* (doesn't work for IE6, but that's okay)      */
}
}
.navbox-ulige {
.navbox .hlist td dl,
  background:transparent; /* Odd row striping */
.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 */
}
}
.navbox .hlist dd,
@media print {
.navbox .hlist dt,
     .navbox {
.navbox .hlist li {
        display: none;
     white-space: nowrap;      /* Nowrap list items in navboxes */
     }
    white-space: normal !ie;  /* IE < 8 no-wraps entire list, so disable it */
}
.navbox .hlist dd dl,
.navbox .hlist dt dl,
.navbox .hlist li ol,
.navbox .hlist li ul {
    white-space: normal;     /* But allow parent list items to be wrapped */
}
ol + table.navbox,
ul + table.navbox {
     margin-top: 0.5em;        /* Prevent lists from clinging to navboxes */
}
}


/*
/* Default styling for Navbar template */
* Sammenklappelige lister ([[Wikipedia:Sammenklappelige lister]])
.navbar {
*/
    display: inline;
    font-size: 88%;
div.NavGroup,
    font-weight: normal;
div.NavFrame {
}
margin: 0px;
.navbar ul {
padding: 2px;
    display: inline;
border: 1px solid #999999;
    white-space: nowrap;
text-align: center;
}
border-collapse: collapse;
.navbar li {
font-size: 95%;
    word-spacing: -0.125em;
        clear:both;
}
}
.navbar.mini li span {
div.NavFrame p { 
  font-variant: small-caps;
font-size: 100%;  
}
}
/* Navbar styling when nested in navbox */
div.NavGroup div.NavFrame {
.navbox .navbar {
border-style: none;
    display: block;
border-style: hidden;
    font-size: 100%;
}
}
div.NavFrame + div.NavFrame {
.navbox-title .navbar {
border-top-style: none;
    /* @noflip */
border-top-style: hidden;
    float: left;
}
    /* @noflip */
div.NavPic {
    text-align: left;
background-color: #ffffff;
    /* @noflip */
margin: 0px;
    margin-right: 0.5em;
padding: 2px;
    width: 6em;
float: left;
}
}
div.NavFrame div.NavHead {
height: 1.6em;
font-weight: bold;
font-size: 100%;
background-color: #efefef;
}
div.NavContent {
font-size: 100%;
        background-color: #fafafa;
        padding: 2px;
}
div.NavFrame div.NavContent p {
        text-align: center;
}
div.NavEnd {
margin: 0px;
padding: 0px;
line-height: 1px;
clear: both;
}
.NavToggle {
      font-size: x-small;
      float:right;
}


/* Navigationsleisten nicht mit ausdrucken */
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
  in [[MediaWiki:Common.js]] are styled here so they can be customised. */
@media print{
.collapseButton {     
.NavFrame {
    /* @noflip */
display: none;
    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 */
  * Style til interne links der konstrueres ved hjælp af {{PAGEURL}} etc.  
.mw-collapsible-toggle {
  */
    font-weight: normal;
    /* @noflip */
    text-align: right;
}
.navbox .mw-collapsible-toggle {
    width: 6em;
}


#bodyContent .plainlinks a {
/* Infobox template style */
  background: none !important;
.infobox {
  padding: 0 !important;
    border: 1px solid #aaa;
}
    background-color: #f9f9f9;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    /* @noflip */
    float: right;
    /* @noflip */
    clear: right;
    text-align: left;
    font-size: 88%;
    line-height: 1.5em;
}
.infobox caption {
    font-size: 125%;
    font-weight: bold;
}
.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;
}


/* CommonsTicker styles */
.infobox.sisterproject {
    width: 20em;
    font-size: 90%;
}


.tickerList ul,    .tickerList ul li    { list-style: none; text-indent:-2em; margin-left:2em;  text-align:left; }
.infobox.standard-talk {
.tickerList ul ul, .tickerList ul ul li { list-style: none; text-indent:0;    margin-left:1.5em; text-align:left; }
    border: 1px solid #c0c090;
    background-color: #f8eaba;
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
    border: 1px solid #c0c090;
}


.tickerAction_deleted:before    { content:" SLETTET "; color: #FF0000; font-family:monospace; font-weight:bold; font-size:100%; }
/* styles for bordered infobox with merged rows */
.tickerAction_restored:before    { content:" GNDN "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
.infobox.bordered .mergedtoprow td,
.tickerAction_replaced:before    { content:" ERST "; color: #CC88FF; font-family:monospace; font-weight:bold; font-size:100%; }
.infobox.bordered .mergedtoprow th {
.tickerAction_addedTag:before    { content:" +SLET "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }
    border: 0;
.tickerAction_removedTag:before  { content:" -SLET "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
    border-top: 1px solid #aaa;
.tickerAction_addedBad:before    { content:" +SLET "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }
    border-right: 1px solid #aaa;
.tickerAction_removedBad:before  { content:" -SLET "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
}
.tickerAction_addedGood:before  { content:" +LICN "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
.tickerAction_removedGood:before { content:" -LICN "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }


.tickerUsage  { font-size:80%; }  /* ticker usage list */
.infobox.bordered .mergedrow td,
.tickerTemplateEntry    { font-weight: bold; } /* entry applies to a template used by multiple images */
.infobox.bordered .mergedrow th {
    border: 0;
    border-right: 1px solid #aaa;
}


/* per-status styles  */
/* Styles for geography infoboxes, eg countries,
.tickerStatus_done:before {content:" Fixet "; color: #00AA00; font-family:monospace; font-weight:bold; font-size:90%; text-decoration: none;}
  country subdivisions, cities, etc.            */
.tickerStatus_done { text-decoration:line-through; font-size: small; }  
.infobox.geography {
    /* @noflip */
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em;  
    font-size: 90%;
}


  /* strike through when entry has been handeled (done) */
.infobox.geography td,
/*.tickerStatus_done .tickerAction_deleted:before { content:" "; text-decoration: none;}*/
.infobox.geography th {
.tickerStatus_done .tickerAction_deleted:before  { text-decoration: none; }
    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;
}


/* local reupload */ 
.infobox.geography .mergedrow td,
.tickerStatus_local {text-decoration:line-through; font-size: small; }
.infobox.geography .mergedrow th {
.tickerStatus_local .tickerAction_deleted:before  {content:" "; text-decoration: none;}
    border: 0;
.tickerStatus_local:before { content:" genuploadet lokalt "; color: #00AA00; font-family:monospace; font-weight:bold; font-size:90%; text-decoration: none;}
    padding: 0 0.6em 0.2em 0.6em;
}


/* in process of fixing */
.infobox.geography .mergedbottomrow td,
.tickerStatus_fixing .tickerAction_deleted:before  {content:" "; text-decoration: none;}
.infobox.geography .mergedbottomrow th {
.tickerStatus_fixing:before {content:"fixer"; color: #FF8800; font-family:monospace; font-weight:bold; font-size:90%;}
    border-top: 0;
    border-bottom: 1px solid #aaa;
    padding: 0 0.6em 0.4em 0.6em;
}


/* Won't fix */
.infobox.geography .maptable td,
.tickerStatus_wontfix .tickerAction_deleted:before  {text-decoration: none;}
.infobox.geography .maptable th {
.tickerStatus_wontfix {text-decoration: line-through;}
    border: 0;
.tickerStatus_wontfix:before {content:"vil ikke fixe"; color: #CC0000; font-family:monospace; font-weight:bold; font-size:90%;text-decoration:none;}
    padding: 0;
}


/* similiar */
/* Normal font styling for table row headers with scope="row" tag */
.tickerStatus_similiar .tickerAction_deleted:before  {text-decoration: none;}
.wikitable.plainrowheaders th[scope=row] {
.tickerStatus_similiar {text-decoration: line-through;}
    font-weight: normal;
.tickerStatus_similiar:before {content:"REPL Article;no fix"; color: #FF4400; font-family:monospace; font-weight:bold; font-size:90%;text-decoration:none;}
    /* @noflip */
    text-align: left;
}


/* NA */
/* lists in data cells are always left-aligned */
.tickerStatus_NA .tickerAction_deleted:before  {text-decoration: none;}
.wikitable td ul,
.tickerStatus_NA:before {content:"No NEG"; color: #00FF20;}
.wikitable td ol,
ul span.tickerStatus_NA + ul span.tickerUsage {display:none;}
.wikitable td dl {
span.tickerStatus_NA  span.tickerUsage {display:none;}
    /* @noflip */
/*Needed so that both subentrys and non-subentrys both are invisivble */
    text-align: left;
 
}
/* Import fra EN for at kunne bruge video og lydlinks */
/* Icons for medialist templates [[Skabelon:Multi-video start]] */


/* Icons for medialist templates [[Template:Listen]],
  [[Template:Multi-listen_start]], [[Template:Video]],
  [[Template:Multi-video_start]]
*/
div.listenlist {
div.listenlist {
     background: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
    /* @embed */
     background: url("//upload.wikimedia.org/wikipedia/commons/3/3f/Gnome_speakernotes_30px.png");
    /* @noflip */
     padding-left: 40px;
     padding-left: 40px;
}
div.videolist, div.multivideolist {
    background: url("//upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
    padding-left: 50px;
}
}


/* Style rules for media list templates */
/* Style rules for media list templates */
div.medialist {
div.medialist {
     min-height: 50px;
     min-height: 50px;
     margin: 1em;
     margin: 1em;
    /* @noflip */
     background-position: top left;
     background-position: top left;
     background-repeat: no-repeat;
     background-repeat: no-repeat;
}
}
div.medialist ul {
div.medialist ul {
     list-style-type: none;  
     list-style-type: none;  
Linje 283: Linje 456:
     margin: 0;
     margin: 0;
}
}
div.medialist ul li {
div.medialist ul li {
     padding-bottom: 0.5em;
     padding-bottom: 0.5em;
}
}
div.medialist ul li li {
div.medialist ul li li {
     font-size: 91%;
     font-size: 91%;
     padding-bottom: 0;
     padding-bottom: 0;
}
/* Change the external link icon to an Adobe icon for all PDF files
  in browsers that support these CSS selectors, like Mozilla and Opera */
div#content a[href$=".pdf"].external,
div#content a[href*=".pdf?"].external,
div#content a[href*=".pdf#"].external,
div#content a[href$=".PDF"].external,
div#content a[href*=".PDF?"].external,
div#content a[href*=".PDF#"].external,
div#mw_content a[href$=".pdf"].external,
div#mw_content a[href*=".pdf?"].external,
div#mw_content a[href*=".pdf#"].external,
div#mw_content a[href$=".PDF"].external,
div#mw_content a[href*=".PDF?"].external,
div#mw_content a[href*=".PDF#"].external {
    /* @embed */
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
    /* @noflip */
    padding-right: 18px;
}
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
  is used (notably Template:PDFlink). This works in IE, unlike the above. */
div#content span.PDFlink a,
div#mw_content span.PDFlink a {
    /* @embed */
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
    /* @noflip */
    padding-right: 18px;
}
/* Content in columns with CSS instead of tables [[Template:Columns]] */
div.columns-2 div.column {
    /* @noflip */
    float: left;
    width: 50%;
    min-width: 300px;
}
div.columns-3 div.column {
    /* @noflip */
    float: left;
    width: 33.3%;
    min-width: 200px;
}
div.columns-4 div.column {
    /* @noflip */
    float: left;
    width: 25%;
    min-width: 150px;
}
div.columns-5 div.column {
    /* @noflip */
    float: left;
    width: 20%;
    min-width: 120px;
}
}


/* Messagebox templates */
/* Messagebox templates */
.messagebox {
.messagebox {
  border: 1px solid #aaaaaa;
    border: 1px solid #aaa;
  background-color: #f9f9f9;
    background-color: #f9f9f9;
  width: 80%;
    width: 80%;
  margin: 0 auto 1em auto;
    margin: 0 auto 1em auto;
  padding: .2em;
    padding: .2em;
}
}
.messagebox.merge {
.messagebox.merge {
  border: 1px solid #c0b8cc;
    border: 1px solid #c0b8cc;
  background-color: #f0e5ff;
    background-color: #f0e5ff;
  text-align: center;
    text-align: center;
}
}
.messagebox.cleanup {
.messagebox.cleanup {
  border: 1px solid #9f9fff;
    border: 1px solid #9f9fff;
  background-color: #efefff;
    background-color: #efefff;
  text-align: center;
    text-align: center;
}
}
.messagebox.standard-talk {
.messagebox.standard-talk {
  border: 1px solid #c0c090;
    border: 1px solid #c0c090;
  background-color: #f8eaba;
    background-color: #f8eaba;
    margin: 4px auto;
}
/* For old WikiProject banners inside banner shells. */
.mbox-inside .standard-talk,
.messagebox.nested-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 0;
    padding: 2px;
}
.messagebox.small {
    width: 238px;
    font-size: 85%;
    /* @noflip */
    float: right;
    clear: both;
    /* @noflip */
    margin: 0 0 1em 1em;
    line-height: 1.25em;
}
.messagebox.small-talk {
    width: 238px;
    font-size: 85%;
    /* @noflip */
    float: right;
    clear: both;
    /* @noflip */
    margin: 0 0 1em 1em;
    line-height: 1.25em;
    background: #F8EABA;
}
 
/* Cell sizes for ambox/tmbox/imbox/cmbox/ombox/fmbox/dmbox message boxes */
th.mbox-text, td.mbox-text {  /* The message body cell(s) */
    border: none;
    /* @noflip */
    padding: 0.25em 0.9em;    /* 0.9em left/right */
    width: 100%;              /* Make all mboxes the same width regardless of text length */
}
td.mbox-image {                /* The left image cell */
    border: none;
    /* @noflip */
    padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
    text-align: center;
}
td.mbox-imageright {          /* The right image cell */
    border: none;
    /* @noflip */
    padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
    text-align: center;
}
td.mbox-empty-cell {          /* An empty narrow cell */
    border: none;
    padding: 0px;
    width: 1px;
}
 
/* Article message box styles */
table.ambox {
    margin: 0px 10%;                  /* 10% = Will not overlap with other elements */
    border: 1px solid #aaa;
    /* @noflip */
    border-left: 10px solid #1e90ff;  /* Default "notice" blue */
    background: #fbfbfb;
}
table.ambox + table.ambox {      /* Single border between stacked boxes. */
    margin-top: -1px;
}
.ambox th.mbox-text,
.ambox td.mbox-text {            /* The message body cell(s) */
    padding: 0.25em 0.5em;      /* 0.5em left/right */
}
.ambox td.mbox-image {          /* The left image cell */
    /* @noflip */
    padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
}
.ambox td.mbox-imageright {      /* The right image cell */
    /* @noflip */
    padding: 2px 0.5em 2px 0;    /* 0px left, 0.5em right */
}
 
table.ambox-notice {
    /* @noflip */
    border-left: 10px solid #1e90ff;    /* Blue */
}
table.ambox-speedy {
    /* @noflip */
    border-left: 10px solid #b22222;    /* Red */
    background: #fee;                  /* Pink */
}
table.ambox-delete {
    /* @noflip */
    border-left: 10px solid #b22222;    /* Red */
}
table.ambox-content {
    /* @noflip */
    border-left: 10px solid #f28500;    /* Orange */
}
table.ambox-style {
    /* @noflip */
    border-left: 10px solid #f4c430;    /* Yellow */
}
table.ambox-move {
    /* @noflip */
    border-left: 10px solid #9932cc;    /* Purple */
}
table.ambox-protection {
    /* @noflip */
    border-left: 10px solid #bba;      /* Gray-gold */
}
 
/* Image message box styles */
table.imbox {
    margin: 4px 10%;
    border-collapse: collapse;
    border: 3px solid #1e90ff;    /* Default "notice" blue */
    background: #fbfbfb;
}
.imbox .mbox-text .imbox {  /* For imboxes inside imbox-text cells. */
    margin: 0 -0.5em;      /* 0.9 - 0.5 = 0.4em left/right.        */
    display: block;        /* Fix for webkit to force 100% width.  */
}
.mbox-inside .imbox {      /* For imboxes inside other templates.  */
    margin: 4px;
}
 
table.imbox-notice {
    border: 3px solid #1e90ff;    /* Blue */
}
table.imbox-speedy {
    border: 3px solid #b22222;    /* Red */
    background: #fee;            /* Pink */
}
table.imbox-delete {
    border: 3px solid #b22222;    /* Red */
}
table.imbox-content {
    border: 3px solid #f28500;    /* Orange */
}
table.imbox-style {
    border: 3px solid #f4c430;    /* Yellow */
}
table.imbox-move {
    border: 3px solid #9932cc;    /* Purple */
}
table.imbox-protection {
    border: 3px solid #bba;      /* Gray-gold */
}
table.imbox-license {
    border: 3px solid #88a;      /* Dark gray */
    background: #f7f8ff;          /* Light gray */
}
table.imbox-featured {
    border: 3px solid #cba135;    /* Brown-gold */
}
}


/* Infobox template style */
/* Category message box styles */
table.cmbox {
    margin: 3px 10%;
    border-collapse: collapse;
    border: 1px solid #aaa;
    background: #DFE8FF;    /* Default "notice" blue */
}


.infobox {
table.cmbox-notice {
  border: 1px solid #aaaaaa;
    background: #D8E8FF;   /* Blue */
  background-color: #f9f9f9;
}
  color: black;
table.cmbox-speedy {
  margin-bottom: 0.5em;
    margin-top: 4px;
  margin-left: 1em;
    margin-bottom: 4px;
  padding: 0.2em;
    border: 4px solid #b22222;    /* Red */
   float: right;
    background: #FFDBDB;         /* Pink */
  clear: right;
}
}
.infobox td,
table.cmbox-delete {
.infobox th {
    background: #FFDBDB;   /* Red */
  vertical-align: top;
}
}
.infobox caption {
table.cmbox-content {
  font-size: larger;
    background: #FFE7CE;    /* Orange */
   margin-left: inherit;
}
}
.infobox.bordered {
table.cmbox-style {
  border-collapse: collapse;
    background: #FFF9DB;   /* Yellow */
}
}
.infobox.bordered td,
table.cmbox-move {
.infobox.bordered th {
    background: #E4D8FF;   /* Purple */
  border: 1px solid #aaaaaa;
}
}
.infobox.bordered .borderless td,
table.cmbox-protection {
.infobox.bordered .borderless th {
    background: #EFEFE1;   /* Gray-gold */
  border: 0;
}
}


.infobox.sisterproject {
/* Other pages message box styles */
  width: 20em;
table.ombox {
  font-size: 90%;
    margin: 4px 10%;  
    border-collapse: collapse;
    border: 1px solid #aaa;      /* Default "notice" gray */
    background: #f9f9f9;
}
}


/* styles for bordered infobox with merged rows */
table.ombox-notice {
.infobox.bordered .mergedtoprow td,
    border: 1px solid #aaa;      /* Gray */
.infobox.bordered .mergedtoprow th {
}
  border: 0;
table.ombox-speedy {
  border-top: 1px solid #aaaaaa;
    border: 2px solid #b22222;    /* Red */
   border-right: 1px solid #aaaaaa;
    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.                */
}
}


.infobox.bordered .mergedrow td,
table.tmbox-speedy {
.infobox.bordered .mergedrow th {
    border: 2px solid #b22222;    /* Red */
  border: 0;
    background: #fee;            /* Pink */
  border-right: 1px solid #aaaaaa;
}
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;
}


/* styles for geography infoboxes, e.g. countries, national subdivisions, cities, etc. */
/* 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;
}


.infobox.geography {
/* Remove default styles for [[MediaWiki:Noarticletext]]. */
  border: 1px solid #ccd2d9;
div.noarticletext {
  text-align: left;
    border: none;
  border-collapse: collapse;
    background: transparent;
  line-height: 1.2em;  
    padding: 0;
  font-size: 90%;
}
}


.infobox.geography  td,
/* Bold save button */
.infobox.geography  th {
#wpSave {
  border-top: solid 1px #ccd2d9;
    font-weight: bold;
  padding: 0.4em 0.2em 0.4em 0.8em;
}
}
.infobox.geography .mergedtoprow td,
 
.infobox.geography .mergedtoprow th {
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
  border-top: solid 1px #ccd2d9;
.hiddenStructure {
  padding: 0.4em 0.2em 0.2em 0.8em;
    display: inline ! important;
    color: #f00;  
    background-color: #0f0;
}
}


.infobox.geography .mergedrow td,
/* suppress missing interwiki image links where #ifexist cannot
.infobox.geography .mergedrow th {
  be used due to high number of requests see .hidden-redlink on
      border: 0;
  [[m:MediaWiki:Common.css]]
      padding: 0 0.2em 0.2em 0.8em;
*/
.check-icon a.new {
    display: none;  
    speak: none;
}
}


.infobox.geography .mergedbottomrow td,
/* Removes underlines from certain links */
.infobox.geography .mergedbottomrow th {
.nounderlines a,
  border-top: 0;
.IPA a:link, .IPA a:visited {  
  border-bottom: solid 1px #ccd2d9;
    text-decoration: none !important;
  padding: 0 0.2em 0.4em 0.8em;
}
}


.infobox.geography .maptable td,
/* Standard Navigationsleisten, aka box hiding thingy
.infobox.geography .maptable th {
  from .de. Documentation at [[Wikipedia:NavFrame]]. */
      border: 0;
div.NavFrame {
      padding: 0 0 0 0;
    margin: 0;
    padding: 4px;
    border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
    font-size: 95%;
}
div.NavFrame + div.NavFrame {
    border-top-style: none;
    border-top-style: hidden;
}
div.NavPic {
    background-color: #fff;
    margin: 0;
    padding: 2px;
    /* @noflip */
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position: relative;
}
div.NavFrame p,
div.NavFrame div.NavContent,
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0;
    padding: 0;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    position: absolute;
    top: 0;
    /* @noflip */
    right: 3px;
    font-weight: normal;
    font-size: 90%;
}
}


/* Change the external link icon to an Adobe icon for all PDF files */
/* Hatnotes and disambiguation notices */
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */
.rellink,
#bodyContent a[href$=".pdf"].external,  
.dablink {
#bodyContent a[href*=".pdf?"].external,
    font-style: italic;
#bodyContent a[href*=".pdf#"].external,
    /* @noflip */
#bodyContent a[href$=".PDF"].external,
    padding-left: 1.6em;
#bodyContent a[href*=".PDF?"].external,  
    margin-bottom: 0.5em;
#bodyContent a[href*=".PDF#"].external {
}
     background: url(//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif) center right no-repeat;
.rellink i,
    padding-right: 16px;
.dablink i {
     font-style: normal;
}
}


/* Change the external link icon to an Adobe icon anywhere the PDFlink class */
/* Allow transcluded pages to display in lists rather than a table.
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */
  Compatible in Firefox; incompatible in IE6. */
span.PDFlink a {
.listify td    { display: list-item; }
    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;
.listify tr    { display: block; }
     padding-right: 17px !important;
.listify table { display: block; }
 
/* Geographical coordinates defaults. See [[Template:Coord/link]]
  for how these are used. The classes "geo", "longitude", and
  "latitude" are used by the [[Geo microformat]].
*/
.geo-default, .geo-dms, .geo-dec  { display: inline; }
.geo-nondefault, .geo-multi-punct { display: none; }
.longitude, .latitude            { white-space: nowrap; }
 
/* When <div class="nonumtoc"> is used on the table of contents,
  the ToC will display without numbers */
.nonumtoc .tocnumber { display: none; }
.nonumtoc #toc ul,
.nonumtoc .toc ul {
    line-height: 1.5em;
    list-style: none;
    margin: .3em 0 0;
     padding: 0;
}
.nonumtoc #toc ul ul,
.nonumtoc .toc ul ul {
    /* @noflip */
    margin: 0 0 0 2em;  
}
}


/* Highlight clicked reference in blue to help navigation */
/* 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;
}


ol.references > li:target {
/* Styling for Template:Quote */
background-color: #DEF;
blockquote.templatequote {
    margin-top: 0;
}
blockquote.templatequote div.templatequotecite {
    line-height: 1em;
    /* @noflip */
    text-align: left;
    /* @noflip */
    padding-left: 2em;
    margin-top: 0;
}
blockquote.templatequote div.templatequotecite cite {
    font-size: 85%;
}
}


/* Taget fra fransk, Article détaillé, på opfordring af Bruger:Sir48, til brug i {{Uddybende3}} */
/* User block messages */
.detail, .details {
div.user-block {
  margin: 0 0 0.7em 2em;  
    padding: 5px;
  border: 1px solid #e7e7e7;  
    margin-bottom: 0.5em;
  border-width: 1px 0;
    border: 1px solid #A9A9A9;
  text-align:left;
    background-color: #FFEFD5;
  font-size:95%;
  background: #fdfdfd;
  padding:1px 4px;
  display: table;
}
}
.detail > span {
 
  display: table-row;
/* Prevent line breaks in silly places:
  1) Where desired
  2) Links when we don't want them to
  3) Bold "links" to the page itself
  4) HTML formulae
  5) Ref tags with group names <ref group="Note"> --> "[Note 1]"
*/
.nowrap,
.nowraplinks a,
.nowraplinks .selflink,
span.texhtml,
sup.reference a {  
    white-space: nowrap;
}
}
.detail > span > span {
 
  display: table-cell;
/* For template documentation */
  padding-left: 4px;
.template-documentation {
  width:100%;
    clear: both;
    margin: 1em 0 0 0;
    border: 1px solid #aaa;  
    background-color: #ecfcf4;  
    padding: 1em;
}
}


/* Inline div's i ImageMaps (kode stjålet fra de.wiki) */
/* Inline divs in ImageMaps (code borrowed from de.wiki) */
.imagemap-inline div {
.imagemap-inline div {
     display: inline;
     display: inline;
}
}
/* standardboks udviklet af HenrikRomby -- det er ham, du skal skælde ud */
 
/* Increase the height of the image upload box */
table.standardboks {
#wpUploadDescription {
background-color: #fafafa;  
    height: 13em;
border: 1px solid #ccd2d9;
}
line-height: 1.2em;
 
font-size: 90%;
/* Minimum thumb width */
margin-bottom: 0.5em;
.thumbinner {
margin-left: 1em;
    min-width: 100px;
}
}
td.standardboksTopboks {
 
font-size: 140%;
/* Makes the background of a framed image white instead of gray. */
text-align: center;
/* Only visible with transparent images. */
border-bottom: 1px solid #c0b8cc;
div.thumb img.thumbimage {
padding: 0.4em 0.2em 0.4em 0.8em;
    background-color: #fff;
}
}
td.standardboksOverskrift {
text-align: center;
/* The backgrounds for galleries. */
border-bottom: 1px solid #c0b8cc;
div#content .gallerybox div.thumb {
border-top: 1px solid #c0b8cc;  
    background-color: #F9F9F9;   /* Light gray padding */
padding: 0.4em 0.2em 0.4em 0.8em;
}
}
td.standardboksRække {
/* Put a chequered background behind images, only visible if they have transparency
padding: 0 0.2em 0.2em 0.8em;
  Remove '.filehistory a img' and '#file img:hover' once 1.19 is deployed */
.gallerybox .thumb img,
.filehistory a img,
#file img:hover {
    /* @embed */
    background: white url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}
}
td.standardboksBillede {
/* But not on articles, user pages, portals or with opt-out. */
text-align: center;
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img,
.nochecker .gallerybox .thumb img {
    background: white;
}
}
td.standardboksBilledtekst {
 
text-align: center;
/* Category tree */
padding: 0.4em 0.2em 0.2em 0.2em;
#mw-subcategories ul {
    list-style: none none;
    margin-left: 0.25em;
}
}
td.standardboksBundboks {
.CategoryTreeChildren {
text-align: center;
    margin-left: 1.25em;
border-top: 1px solid #c0b8cc;
padding: 0.4em 0.2em 0.4em 0.8em;
}
}


div.scrollable {
/* Prevent floating boxes from overlapping any category listings,
overflow: auto;
  file histories, edit previews, and edit [Show changes] views */
#mw-subcategories, #mw-pages, #mw-category-media,
#filehistory, #wikiPreview, #wikiDiff {
    clear: both;
}
}


/* Undgå ekstra linjeafstand ved sup og sub */
/* Selectively hide headers in WikiProject banners */
sup, sub {
.wpb .wpb-header            { display: none; }
  line-height: 1em;
.wpbs-inner .wpb .wpb-header { display: block; }    /* for IE */
.wpbs-inner .wpb .wpb-header { display: table-row; } /* for real browsers */
.wpbs-inner .wpb-outside    { display: none; }      /* hide things that should only display outside shells */
 
/* Styling for Abuse Filter tags */
.mw-tag-markers {
    font-family:sans-serif;
    font-style:italic;
    font-size:90%;
}
}


/* </nowiki></pre> */
/* Hide stuff meant for accounts with special permissions. Made visible again in [[MediaWiki:Group-sysop.css]] and [[MediaWiki:Group-accountcreator.css]]. */
.sysop-show, .accountcreator-show {
    display: none;
}


/* Styling for citations */
/* Remove bullets when there are multiple edit page warnings */
cite {
ul.permissions-errors > li {
     font-style: normal;
     list-style: none;
    word-wrap: break-word;
}
}
ul.permissions-errors {
/* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */
     margin: 0;
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 */
/* No linewrap on the labels of the login/signup page */
body.page-Special_UserLogin .mw-label label,
@media screen, handheld, projection {
body.page-Special_UserLogin_signup .mw-label label { white-space : nowrap; }
     cite *.printonly {
 
         display: none;
/* Disable the automatic text-size adjust of WebKit on iPhones etc.
  It scales some text, and not the other. Use none, or fixed percentage instead.
  Use media selector, because defining a value, overwrites platform defaults. */
@media only screen and (max-device-width: 480px) {
     body {
         -webkit-text-size-adjust: none;
     }
     }
}
}


/* Pie chart test: Transparent borders */
.transborder {
    border: solid transparent;
}
* html .transborder {  /* IE6 */
    border: solid #000001;
    filter: chroma(color=#000001);
}


/* Farver på bytes */
/* 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;
}


.mw-plusminus-pos {
/* Reduce excess space between category links.
  color:green;
  Remove this when bug 31547/r100869 is resolved/deployed */
#catlinks {
    line-height: 1.25em;
}
#catlinks li {
    line-height: 1.25em;
    margin: 0.125em 0;
    padding: 0 0.5em;
}
}
#catlinks li:first-child {
.mw-plusminus-neg {
    padding-left: 0.25em;
  color:red;
}
 
/* Fix styling of transcluded prefindex tables */
table#mw-prefixindex-list-table,
table#mw-prefixindex-nav-table {
    width: 98%;
}
}




/* Infobokse fra monobook(ved ikke om de bruges*/
/* BREADCRUMB CODE FOR THE ACCOUNT CREATION PROCESS */
.infoboks-start1
{
        border: 1px solid #aaa;
        background-color: #f9f9f9;
        padding: 5px;
        width: 220px;
        margin-left: 1em;
        float: right;
        font-size: 90%;
}
   
   
.infoboks-start2
.breadcrumb {
{
    list-style: none;
        text-align: center;
    overflow: hidden;
        background-color: #ccf;
    font: 14px Helvetica, Arial, Sans-Serif;
}
}
.breadcrumb li {
.infoboks-start3
    float: left;
{
    margin-bottom: 0;
        border-top: 3px solid #ccf;
        border-bottom: 3px solid #ccf;
        font-size: 130%;
        font-weight: bold;
        margin-bottom: 0.8ex;
}
}
.breadcrumb li a {
.infoboks-overskrift-td
    color: white;
{
    text-decoration: none;
        text-align: center;
    padding: 10px 0 10px 45px;
        font-size: 105%;
    position: relative;
        font-weight: bold;
    display: block;
    float: left;
}
}
.breadcrumb li a:after,
.infoboks-billede
.breadcrumb li a:before {
{
    content: " ";
        text-align: center;
    display: block;
        padding: 3px;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;          /* Go big on the size, and let overflow hide */
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}
.breadcrumb li a:before {
    border-left: 31px solid white;
    margin-left: 1px;
    z-index: 1;
}
}
.breadcrumb li:first-child a {
.infoboks-billedtekst
    padding-left: 20px;
{
        text-align: center;
        font-size: 100%;
}
}
.currentcrumb a {
.infoboks-celle1-td
    background: #069;
{
        font-weight: bold;
        padding: 2px;
}
}
.currentcrumb a:after {
.infoboks-celle2 { padding: 2px; }
    border-left: 30px solid #069;
.infoboks-overskrift-tr { background-color: #d3d3d3; }
.infoboks-overskrift-td
{
        text-align: center;
        font-size: 105%;
        font-weight: bold;
}
}
.infoboks-celle1 { background-color: #efefef; }
.currentcrumb a:hover, .prevcrumb a:hover, .nextcrumb a:hover {
    background: #002d44;
.infoboks-celle1-td
{
        font-weight: bold;
        border-bottom: 1px solid #d3d3d3;
}
}
.currentcrumb a:hover:after, .prevcrumb a:hover:after, .nextcrumb a:hover:after {
.infoboks-celle2 {
    border-left-color: #002d44 !important;
        border: 0;
        border-bottom: 1px solid #d3d3d3;
        padding: 0;
}
}
.prevcrumb a {
    background: #396;
/* Slut infobokse fra monobook*/
 
/* søsterprojektlinks i venstrepanelet */
ul.interProject
{  
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
}
.prevcrumb a:after {
li.interProject
    border-left: 30px solid #396;
{  
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  margin-left: 0;
}
}
.nextcrumb a {
/* specifikt for Vector; ovenstående "hænger ikke fast" af en eller anden grund */
    background: #999;
#mw-panel div.portal div.body ul.interProject li.interProject
{  
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px;
  margin-left: 0;
}
}
.nextcrumb a:after {
li.commons
    border-left: 30px solid #999;
{  
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Commons-logo.svg/14px-Commons-logo.svg.png");
}
}
 
li.wiktionary
/* Makes it possible for the boxes in the Account Creation Process to overlap */
{  
#userlogin {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Wiktionary_small.svg/16px-Wiktionary_small.svg.png");
    margin: 0;
    width: 90% !important;
    max-width: 100% !important;
    padding: 1.5em;
    padding-top: 0.75em !important;
    border: 0;
    -moz-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.35);
    box-shadow: inset 0 0px 10px rgba(0, 0, 0, 0.35);
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background: white;
    background: #fff;
    background: -moz-linear-gradient(bottom, #fff 90%, #F5F5F5 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(90%,#fff), color-stop(100%,#F5F5F5));
    background: -webkit-linear-gradient(bottom, #fff 90%,#F5F5F5 100%);
    background: -o-linear-gradient(bottom, #fff 90%,#F5F5F5 100%);
    background: -ms-linear-gradient(bottom, #fff 90%,#F5F5F5 100%);
    background: linear-gradient(bottom, #fff 90%,#fff 100%);
}
}
 
li.wikibooks
/* Hides the longer title for the listed pages */
{
body.page-MediaWiki:Customusertemplate-ACP1-Fancycaptcha-createaccount #firstHeading,
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/16px-Wikibooks-logo.svg.png");
body.page-MediaWiki:Customusertemplate-ACP1-Welcomecreation #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Welcomecreation #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_History_Copyediting #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Which_skills_do_you_have_to_offer #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Geography_Copyediting #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Technology_Organizing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Technology_Searching_the_web #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Technology_Research_Writing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Technology_Copyediting #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Biology_Organizing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Biology_Searching_the_web #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Biology_Research_Writing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Biology_Copyediting #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_History_Organizing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_History_Searching_the_web #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_History_Research_Writing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Arts_Organizing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Arts_Searching_the_web #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Arts_Research_Writing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Arts_Copyediting #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Mathematics_Organizing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Mathematics_Searching_the_web #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Mathematics_Research_Writing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Mathematics_Copyediting #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Geography_Organizing #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Geography_Searching_the_web #firstHeading,
body.page-MediaWiki_Customusertemplate-ACP2-Be_a_part_of_Wikipedia_Geography_Research_Writing #firstHeading {
    display: none !important;
}
}
 
li.wikiquote
/* For portals, added 2011-12-07 -bv */
{
/* On wide screens, show these as two columns */
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/15px-Wikiquote-logo.svg.png");
/* On narrow and mobile screens, let them collapse into a single column */
.portal-column-left {
    float: left;
    width: 50%;
}
}
.portal-column-right {
li.wikisource
    float: right;
{
    width: 49%;
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/15px-Wikisource-logo.svg.png");
}
}
.portal-column-left-wide {
li.wikinews
    float: left;
{
    width: 60%;
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Wikinews_waves_Left.png/15px-Wikinews_waves_Left.png");
}
}
.portal-column-right-narrow {
li.wikispecies
    float: right;
{
    width: 39%;
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/d/df/Wikispecies-logo.svg/15px-Wikispecies-logo.svg.png");
}
}
.portal-column-left-extra-wide {
li.wikiversity
    float: left;
{
    width: 70%;
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/9/91/Wikiversity-logo.svg/15px-Wikiversity-logo.svg.png");
}
}
.portal-column-right-extra-narrow {
li.meta
    float: right;
{
    width: 29%;
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/7/75/Wikimedia_Community_Logo.svg/15px-Wikimedia_Community_Logo.svg.png");
}
}
@media only screen and (max-width: 800px) {
li.incubator
    /* Decouple the columns on narrow screens */
{  
    .portal-column-left,
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/0/02/Incubator-notext.svg/15px-Incubator-notext.svg.png");
    .portal-column-right,
    .portal-column-left-wide,
    .portal-column-right-narrow,
    .portal-column-left-extra-wide,
    .portal-column-right-extra-narrow {
        float: inherit;
        width: inherit;
    }
}
}


.hiddenStructure {
/* For announcements */
  display: none;
#bodyContent .letterhead {
    background-image:url('//upload.wikimedia.org/wikipedia/commons/e/e0/Tan-page-corner.png');
    background-repeat:no-repeat;
    padding: 2em;
    background-color: #faf9f2;
}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigationsmenu