Skillnad mellan versioner av "MediaWiki:Common.css"

Från Svenska rollspel
Hoppa till: navigering, sök
(Skapade sidan med 'CSS som skrivs här påverkar alla utseenden: Reset default styling for <dfn>: dfn { font-style: inherit; } Straight quote marks for <q>: q { quotes: '...')
 
Rad 1: Rad 1:
 
/* CSS som skrivs här påverkar alla utseenden */
 
/* CSS som skrivs här påverkar alla utseenden */
/* Reset default styling for <dfn> */
+
/* Infobox-mallar */
dfn {
+
    font-style: inherit;
+
}
+
  
/* Straight quote marks for <q> */
+
.infobox {
q {
+
  border: 1px solid #aaa;
    quotes: '"' '"' "'" "'";
+
  background-color: #f9f9f9;
 +
  color: black;
 +
  margin:.5em 0 .5em 1em;
 +
  padding: .2em;
 +
  float: right;
 +
  clear: right;
 
}
 
}
 
+
.infobox td,
/* Avoid collision of blockquote with floating elements by swapping margin and padding */
+
.infobox th {
blockquote {
+
  vertical-align: top;
    overflow: hidden;
+
  padding:0 .2em;
    margin: 1em 0;
+
    padding: 0 40px;
+
 
}
 
}
 +
.infobox caption { font-size: larger; }
 +
.infobox.bordered { border-collapse: collapse; }
 +
.infobox.bordered td,
 +
.infobox.bordered th { border: 1px solid #aaa; }
  
/* Prevent the 'double bold' bug in Firefox when using DirectWrite */
+
.infobox.bordered .borderless td,
strong.selflink {
+
.infobox.bordered .borderless th { border: 0; }
    font-weight: 700;
+
}
+
  
/* Consistent size for <sub> and <sup> */
+
/* Stilmallar för avgränsade infoboxar med sammansatta rader */
.mw-body sub,
+
.infobox.bordered .mergedtoprow td,
.mw-body sup,
+
.infobox.bordered .mergedtoprow th {
span.reference /* for Parsoid */ {
+
  border: 0;
    font-size: 80%;
+
  border-top: 1px solid #aaa;
 +
  border-right: 1px solid #aaa;
 
}
 
}
  
/* Main page fixes */
+
.infobox.bordered .mergedrow td,
#interwiki-completelist {
+
.infobox.bordered .mergedrow th {
    font-weight: bold;
+
  border: 0;
}
+
  border-right: 1px solid #aaa;
body.page-Main_Page #ca-delete {
+
    display: none !important;
+
}
+
body.page-Main_Page #mp-topbanner {
+
    clear: both;
+
 
}
 
}
  
/* Edit window toolbar */
+
/* Mallar för meddelanderutor */
#toolbar {
+
    height: 22px;
+
    margin-bottom: 6px;
+
}
+
  
/* Hide charinsert base for those not using the gadget */
+
.messagebox {
#editpage-specialchars {
+
  border: 1px solid #aaaaaa;
    display: none;
+
  background-color: #f9f9f9;
 +
  width: 80%;
 +
  margin: 0 auto 1em auto;
 +
  padding: .2em;
 
}
 
}
 
+
.messagebox.merge {
/* Highlight data points in the info action if specified in the URL */
+
  border: 1px solid #c0b8cc;
body.action-info :target {
+
  background-color: #f0e5ff;
    background: #DEF;
+
  text-align: center;
 
}
 
}
 
+
.messagebox.cleanup {
/* Make the list of references smaller */
+
  border: 1px solid #9f9fff;
ol.references,
+
  background-color: #efefff;
div.reflist,
+
  text-align: center;
div.refbegin {
+
    font-size: 90%;           /* Default font-size */
+
    margin-bottom: 0.5em;
+
 
}
 
}
div.refbegin-100 {
+
.messagebox.standard-talk {
    font-size: 100%;           /* Option for normal fontsize in {{refbegin}} */
+
  border: 1px solid #c0c090;
 +
  background-color: #f8eaba;
 
}
 
}
div.reflist ol.references {
+
.messagebox.nested-talk {
    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 */
+
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;
+
}
+
 
+
/* Allow hidden ref errors to be shown by user CSS */
+
span.brokenref {
+
    display: none;
+
}
+
 
+
/* Styling for citations (CSS3). Breaks long urls, etc., rather than overflowing box */
+
.citation {
+
    word-wrap: break-word;
+
}
+
 
+
/* For linked citation numbers and document IDs, where
+
  the number need not be shown on a screen or a handheld,
+
  but should be included in the printed version */
+
@media screen, handheld {
+
    .citation .printonly {
+
        display: none;
+
    }
+
}
+
 
+
/* Reset top margin for lists embedded in columns */
+
div.columns {
+
    margin-top: 0.3em;
+
}
+
div.columns dl,
+
div.columns ol,
+
div.columns ul {
+
    margin-top: 0;
+
}
+
 
+
/* Avoid elements from breaking between columns */
+
.nocolbreak,
+
div.columns li,
+
div.columns dd dd {
+
    -webkit-column-break-inside: avoid;
+
    page-break-inside: avoid;
+
    break-inside: avoid-column;
+
}
+
 
+
/* Style for [[Template:Flowlist]] that Lets lists flow around floating objecs */
+
.flowlist ul {
+
    overflow-x: hidden;
+
    margin-left: 0;
+
    padding-left: 1.6em;
+
}
+
.flowlist ol {
+
    overflow-x: hidden;
+
    margin-left: 0;
+
    padding-left: 3.2em;
+
}
+
.flowlist dl {
+
    overflow-x: hidden;
+
}
+
 
+
/* Style for horizontal lists (separator following item).
+
  IE8-specific classes are assigned in [[MediaWiki:Common.js]].
+
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
+
  @revision 6 (2014-05-09)
+
  @author [[User:Edokter]]
+
*/
+
.hlist dl,
+
.hlist ol,
+
.hlist ul {
+
    margin: 0;
+
    padding: 0;
+
}
+
/* Display list items inline */
+
.hlist dd,
+
.hlist dt,
+
.hlist li {
+
    margin: 0;
+
    display: inline;
+
}
+
/* Display nested lists inline */
+
.hlist.inline,
+
.hlist.inline dl,
+
.hlist.inline ol,
+
.hlist.inline ul,
+
.hlist dl dl, .hlist dl ol, .hlist dl ul,
+
.hlist ol dl, .hlist ol ol, .hlist ol ul,
+
.hlist ul dl, .hlist ul ol, .hlist ul ul {
+
    display: inline;
+
}
+
/* Generate interpuncts */
+
.hlist dt:after {
+
    content: ": ";
+
}
+
.hlist dd:after,
+
.hlist li:after {
+
    content: " · ";
+
    font-weight: bold;
+
}
+
.hlist dd:last-child:after,
+
.hlist dt:last-child:after,
+
.hlist li:last-child:after {
+
    content: none;
+
}
+
/* For IE8 */
+
.hlist dd.hlist-last-child:after,
+
.hlist dt.hlist-last-child:after,
+
.hlist li.hlist-last-child:after {
+
    content: none;
+
}
+
/* Add parentheses around nested lists */
+
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
+
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
+
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
+
    content: " (";
+
    font-weight: normal;
+
}
+
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
+
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
+
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
+
    content: ") ";
+
    font-weight: normal;
+
}
+
/* For IE8 */
+
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after,
+
.hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after,
+
.hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
+
    content: ") ";
+
    font-weight: normal;
+
}
+
/* Put ordinals in front of ordered list items */
+
.hlist ol {
+
    counter-reset: listitem;
+
}
+
.hlist ol > li {
+
    counter-increment: listitem;
+
}
+
.hlist ol > li:before {
+
    content: " " counter(listitem) " ";
+
    white-space: nowrap;
+
}
+
.hlist dd ol > li:first-child:before,
+
.hlist dt ol > li:first-child:before,
+
.hlist li ol > li:first-child:before {
+
    content: " (" counter(listitem) " ";
+
}
+
 
+
/* Unbulleted lists */
+
.plainlist ol,
+
.plainlist ul {
+
    line-height: inherit;
+
    list-style: none none;
+
    margin: 0;
+
}
+
.plainlist ol li,
+
.plainlist ul li {
+
    margin-bottom: 0;
+
}
+
 
+
/* Default style for navigation boxes */
+
.navbox {                    /* Navbox container style */
+
    border: 1px solid #aaa;
+
    width: 100%;
+
    margin: auto;
+
    clear: both;
+
    font-size: 88%;
+
    text-align: center;
+
    padding: 1px;
+
}
+
.navbox-inner,
+
.navbox-subgroup {
+
    width: 100%;
+
}
+
.navbox-group,
+
.navbox-title,
+
.navbox-abovebelow {
+
    padding: 0.25em 1em;      /* Title, group and above/below styles */
+
    line-height: 1.5em;
+
    text-align: center;
+
}
+
th.navbox-group {            /* Group style */
+
    white-space: nowrap;
+
    /* @noflip */
+
    text-align: right;
+
}
+
.navbox,
+
.navbox-subgroup {
+
    background: #fdfdfd;      /* Background color */
+
}
+
.navbox-list {
+
    line-height: 1.5em;
+
    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 {
+
    margin-top: 1em;          /* Prevent preceding content from clinging to navboxes */
+
}
+
table.navbox table.navbox {
+
    margin-top: 0;            /* No top margin for nested navboxes */
+
}
+
table.navbox + table.navbox {
+
    margin-top: -1px;        /* Single pixel border between adjacent navboxes */
+
}
+
.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 */
+
}
+
 
+
/* Default styling for Navbar template */
+
.navbar {
+
    display: inline;
+
    font-size: 88%;
+
    font-weight: normal;
+
}
+
.navbar ul {
+
    display: inline;
+
    white-space: nowrap;
+
}
+
.mw-body-content .navbar ul {
+
    line-height: inherit;
+
}
+
.navbar li {
+
    word-spacing: -0.125em;
+
}
+
.navbar.mini li span {
+
  font-variant: small-caps;
+
}
+
/* Navbar styling when nested in infobox and navbox */
+
.infobox .navbar {
+
    font-size: 100%;
+
}
+
.navbox .navbar {
+
    display: block;
+
    font-size: 100%;
+
}
+
.navbox-title .navbar {
+
    /* @noflip */
+
    float: left;
+
    /* @noflip */
+
    text-align: left;
+
    /* @noflip */
+
    margin-right: 0.5em;
+
    width: 6em;
+
}
+
 
+
/* 'show'/'hide' buttons created dynamically by the CollapsibleTables javascript
+
  in [[MediaWiki:Common.js]] are styled here so they can be customised. */
+
.collapseButton {
+
    /* @noflip */
+
    float: right;
+
    font-weight: normal;
+
    /* @noflip */
+
    margin-left: 0.5em;
+
    /* @noflip */
+
    text-align: right;
+
    width: auto;
+
}
+
/* In navboxes, the show/hide button balances the v·d·e links
+
  from [[Template:Navbar]], so they need to be the same width. */
+
.navbox .collapseButton {
+
    width: 6em;
+
}
+
 
+
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
+
.mw-collapsible-toggle {
+
    font-weight: normal;
+
    /* @noflip */
+
    text-align: right;
+
}
+
.navbox .mw-collapsible-toggle {
+
    width: 6em;
+
}
+
 
+
/* Infobox template style */
+
.infobox {
+
    border: 1px solid #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;
+
    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;
+
    /* @noflip */
+
    text-align: left;
+
}
+
.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;
 
     border: 1px solid #c0c090;
 
     background-color: #f8eaba;
 
     background-color: #f8eaba;
}
+
    width: 100%;
.infobox.standard-talk.bordered td,
+
     margin: 2px 4px;
.infobox.standard-talk.bordered th {
+
     border: 1px solid #c0c090;
+
 
}
 
}
  
/* styles for bordered infobox with merged rows */
+
/* stilar för geografiska infoboxar, t.ex. länder, nationella indelningar, städer osv. */
.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;
 
}
 
 
/* Styles for geography infoboxes, eg countries,
 
  country subdivisions, cities, etc.            */
 
 
.infobox.geography {
 
.infobox.geography {
 +
    border: 1px solid #ccd2d9;
 +
    text-align: left;
 
     border-collapse: collapse;
 
     border-collapse: collapse;
     line-height: 1.2em;
+
     line-height: 1.2em;  
 
     font-size: 90%;
 
     font-size: 90%;
 
}
 
}
Rad 448: Rad 80:
 
.infobox.geography  td,
 
.infobox.geography  td,
 
.infobox.geography  th {
 
.infobox.geography  th {
     border-top: 1px solid #aaa;
+
     border-top: solid 1px #ccd2d9;
 
     padding: 0.4em 0.6em 0.4em 0.6em;
 
     padding: 0.4em 0.6em 0.4em 0.6em;
 
}
 
}
 
.infobox.geography .mergedtoprow td,
 
.infobox.geography .mergedtoprow td,
 
.infobox.geography .mergedtoprow th {
 
.infobox.geography .mergedtoprow th {
     border-top: 1px solid #aaa;
+
     border-top: solid 1px #ccd2d9;
 
     padding: 0.4em 0.6em 0.2em 0.6em;
 
     padding: 0.4em 0.6em 0.2em 0.6em;
 
}
 
}
Rad 466: Rad 98:
 
.infobox.geography .mergedbottomrow th {
 
.infobox.geography .mergedbottomrow th {
 
     border-top: 0;
 
     border-top: 0;
     border-bottom: 1px solid #aaa;
+
     border-bottom: solid 1px #ccd2d9;
 
     padding: 0 0.6em 0.4em 0.6em;
 
     padding: 0 0.6em 0.4em 0.6em;
 
}
 
}
Rad 476: Rad 108:
 
}
 
}
  
/* Normal font styling for table row headers with scope="row" tag */
+
/* Standard navigationslista, d.v.s. boxgömmargrejen från .de */
.wikitable.plainrowheaders th[scope=row] {
+
    font-weight: normal;
+
    /* @noflip */
+
    text-align: left;
+
}
+
  
/* Lists in data cells are always left-aligned */
+
div.Boxmerge,
.wikitable td ul,
+
div.NavFrame {
.wikitable td ol,
+
      margin: 0px;
.wikitable td dl {
+
      padding: 2px;
    /* @noflip */
+
      border: 1px solid #aaa;
    text-align: left;
+
      text-align: center;
 +
      border-collapse: collapse;
 +
      font-size: 95%;
 
}
 
}
/* ...unless they also use the hlist class */
+
div.Boxmerge div.NavFrame {
.toc.hlist ul,
+
      border-style: none;
#toc.hlist ul,
+
      border-style: hidden;
.wikitable.hlist td ul,
+
.wikitable.hlist td ol,
+
.wikitable.hlist td dl {
+
    text-align: inherit;
+
 
}
 
}
 
+
div.NavFrame + div.NavFrame {
/* Icons for medialist templates [[Template:Listen]],
+
      border-top-style: none;
  [[Template:Multi-listen_start]], [[Template:Video]],
+
      border-top-style: hidden;
  [[Template:Multi-video_start]] */
+
div.listenlist {
+
    background: url("//upload.wikimedia.org/wikipedia/commons/4/47/Sound-icon.svg") no-repeat scroll 0 0 transparent;
+
    background-size: 30px;
+
    padding-left: 40px;
+
 
}
 
}
 
+
div.NavPic {
/* Fix for hieroglyphs specificality issue in infoboxes ([[Phabricator:43869]]) */
+
      background-color: #fff;
table.mw-hiero-table td {
+
      margin: 0;
    vertical-align: middle;
+
      padding: .2em;
 +
      float: left;
 
}
 
}
 
+
div.NavFrame div.NavHead {
/* Style rules for media list templates */
+
      height: 1.6em;
div.medialist {
+
      font-weight: bold;
    min-height: 50px;
+
      font-size: 100%;
    margin: 1em;
+
      background-color: #efefef;
    /* @noflip */
+
      position:relative;
    background-position: top left;
+
    background-repeat: no-repeat;
+
 
}
 
}
div.medialist ul {
+
div.NavFrame p,
    list-style-type: none;
+
div.NavFrame div.NavContent,
    list-style-image: none;
+
div.NavFrame div.NavContent p { font-size: 100%; }
    margin: 0;
+
div.NavEnd {
 +
      margin: 0;
 +
      padding: 0;
 +
      line-height: 1px;
 +
      clear: both;
 
}
 
}
div.medialist ul li {
+
a.NavToggle {
    padding-bottom: 0.5em;
+
      position:absolute;
}
+
      top:0;
div.medialist ul li li {
+
      right:.25em;
    font-size: 91%;
+
      font-weight:normal;
    padding-bottom: 0;
+
      font-size:smaller;
 
}
 
}
  
/* Change the external link icon to an Adobe icon for all PDF files
+
/* Något mindre storlek för referenslistorna. */
  in browsers that support these CSS selectors, like Mozilla and Opera */
+
.references { font-size: 95%; }
div#content a[href$=".pdf"].external,
+
 
div#content a[href*=".pdf?"].external,
+
/* Öka läsbarheten när referenser och sub/sup används */
div#content a[href*=".pdf#"].external,
+
.reference a { font-size: 90%; }
div#content a[href$=".PDF"].external,
+
sub, sup { line-height: 0; }
div#content a[href*=".PDF?"].external,
+
 
div#content a[href*=".PDF#"].external,
+
/* Gör det möjligt att använda andra liststilar med [[Mall:Fotnotslista]] */
div#mw_content a[href$=".pdf"].external,
+
div.fotnotslista ol.references { list-style-type: inherit; }
div#mw_content a[href*=".pdf?"].external,
+
 
div#mw_content a[href*=".pdf#"].external,
+
/* VALIDATOR NOTICE: the following is correct, but the W3C validator doesn't accept it */
div#mw_content a[href$=".PDF"].external,
+
/* -moz-* is a vendor-specific extension (CSS 2.1 4.1.2.1) */
div#mw_content a[href*=".PDF?"].external,
+
/* column-count is from the CSS3 module "CSS Multi-column Layout" */
div#mw_content a[href*=".PDF#"].external {
+
/* Please ignore any validator errors caused by these two lines */
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
+
.references-2column {
    /* @noflip */
+
  -moz-column-count: 2;
    padding-right: 18px;
+
  -webkit-column-count: 2;
 +
  column-count: 2;
 
}
 
}
  
/* Change the external link icon to an Adobe icon anywhere the PDFlink class
+
/*** Stilar för huvudsidan ***/
  is used (notably Template:PDFlink). This works in IE, unlike the above. */
+
 
div#content span.PDFlink a,
+
/* Bakgrundsbild för huvudsidans banner */
div#mw_content span.PDFlink a {
+
#huvudsidaintro { background-image: url(//upload.wikimedia.org/wikipedia/commons/3/3e/MP-open-book4.png); }
    background: url("//upload.wikimedia.org/wikipedia/commons/2/23/Icons-mini-file_acrobat.gif") no-repeat right;
+
 
    /* @noflip */
+
/* Huvudsida (only when viewing, not history/talk/diff) */
    padding-right: 18px;
+
.page-Portal_Huvudsida.action-view #footer-info-lastmod,
 +
.page-Portal_Huvudsida.action-view #siteSub,
 +
.page-Portal_Huvudsida.action-view #contentSub,
 +
.page-Portal_Huvudsida.action-view .firstHeading,
 +
.page-Portal_Huvudsida.action-view #ikon-hel {
 +
  display: none;
 
}
 
}
  
/* Content in columns with CSS instead of tables ([[Template:Columns]]) */
+
/* Rubriker */
div.columns-2 div.column {
+
body.page-Portal_Huvudsida #kolumn1 h2,
    /* @noflip */
+
body.page-Portal_Huvudsida #kolumn2 h2 {
    float: left;
+
  font-size: 110%;
    width: 50%;
+
  margin-bottom: .75em;
    min-width: 300px;
+
  margin-top: 1em;
 +
  padding: 2px;
 
}
 
}
div.columns-3 div.column {
+
body.page-Portal_Huvudsida #kolumn1 h2 {
    /* @noflip */
+
  border-bottom: 1px solid #bcd2ee;
    float: left;
+
  background-color: #f0f5ff;
    width: 33.3%;
+
    min-width: 200px;
+
 
}
 
}
div.columns-4 div.column {
+
body.page-Portal_Huvudsida #kolumn2 h2 {
    /* @noflip */
+
  border-bottom:1px solid #fec088;
    float: left;
+
  background-color:#ffe7ba;
    width: 25%;
+
    min-width: 150px;
+
}
+
div.columns-5 div.column {
+
    /* @noflip */
+
    float: left;
+
    width: 20%;
+
    min-width: 120px;
+
 
}
 
}
  
/* Messagebox templates */
+
 
.messagebox {
+
/** CSS-classer För Portal:Huvudsida **/
    border: 1px solid #aaa;
+
/* Kolumner */
    background-color: #f9f9f9;
+
.frontPageLeft{
    width: 80%;
+
  float:left;
    margin: 0 auto 1em auto;
+
  width:66%;
    padding: .2em;
+
 
}
 
}
.messagebox.merge {
+
.frontPageRight{
    border: 1px solid #c0b8cc;
+
  float:left;
    background-color: #f0e5ff;
+
  width:34%;
    text-align: center;
+
 
}
 
}
.messagebox.cleanup {
+
/* Block */
    border: 1px solid #9f9fff;
+
.frontPageBlock{
    background-color: #efefff;
+
  background: url(//upload.wikimedia.org/wikipedia/commons/9/97/Bluebg.png) no-repeat 3px 3px;
    text-align: center;
+
  border:1px solid #c2dfff;
 +
  padding:3px;
 +
  margin-bottom:.4em;
 +
  position:relative;
 
}
 
}
.messagebox.standard-talk {
+
.frontPageBlockIcon{
    border: 1px solid #c0c090;
+
  position:absolute;
    background-color: #f8eaba;
+
  left: 5px;
    margin: 4px auto;
+
  top: 5px;
 
}
 
}
/* For old WikiProject banners inside banner shells. */
+
.frontPageBlockIcon img{
.mbox-inside .standard-talk,
+
  border: 0 none #000;
.messagebox.nested-talk {
+
    border: 1px solid #c0c090;
+
    background-color: #f8eaba;
+
    width: 100%;
+
    margin: 2px 0;
+
    padding: 2px;
+
 
}
 
}
.messagebox.small {
+
.frontPageBlockTitle{
    width: 238px;
+
  position:absolute;
    font-size: 85%;
+
  left: 50px;
    /* @noflip */
+
  top: 7px;
    float: right;
+
  font-size:1.2em;
    clear: both;
+
    /* @noflip */
+
    margin: 0 0 1em 1em;
+
    line-height: 1.25em;
+
 
}
 
}
.messagebox.small-talk {
+
.frontPageBlockContent{
    width: 238px;
+
  margin: 1em;
    font-size: 85%;
+
  padding-top: 30px;
    /* @noflip */
+
  overflow: auto;
    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 */
+
.frontPageRight .frontPageBlock{
th.mbox-text, td.mbox-text /* The message body cell(s) */
+
   background: url(//upload.wikimedia.org/wikipedia/commons/2/27/Bluebg_right_3px_offset.png) no-repeat top right #f8fcff;
    border: none;
+
  margin-left:1em;
    /* @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 */
+
.frontPageRight .frontPageBlockIcon{
    border: none;
+
  left:auto;
    /* @noflip */
+
  right:10px;
    padding: 2px 0 2px 0.9em;  /* 0.9em left, 0px right */
+
    text-align: center;
+
 
}
 
}
td.mbox-imageright {           /* The right image cell */
+
.frontPageRight .frontPageBlockTitle{
    border: none;
+
  left:auto;
    /* @noflip */
+
  right:45px;
    padding: 2px 0.9em 2px 0; /* 0px left, 0.9em right */
+
  top:3px;
    text-align: center;
+
  font-size:1.05em;
 
}
 
}
td.mbox-empty-cell {           /* An empty narrow cell */
+
.frontPageRight .frontPageBlockContent{
    border: none;
+
  margin: 1em;
    padding: 0;
+
  padding-top: 20px;
    width: 1px;
+
 
}
 
}
  
/* Article message box styles */
+
.frontPageFancyBlock{
table.ambox {
+
  border-bottom: 3px dotted #C2DFFF;
    margin: 0 10%;                 /* 10% = Will not overlap with other elements */
+
  padding: 1em 0;
    border: 1px solid #aaa;
+
  font-size: 95%;
    /* @noflip */
+
  color: #CCCCCC;
    border-left: 10px solid #1e90ff; /* Default "notice" blue */
+
  margin-left: 1em;
    background: #fbfbfb;
+
 
}
 
}
table.ambox + table.ambox {     /* Single border between stacked boxes. */
+
.frontPageFancyBlockLast{
    margin-top: -1px;
+
  border-bottom:none;
 
}
 
}
.ambox th.mbox-text,
+
/* Övrigt */
.ambox td.mbox-text {            /* The message body cell(s) */
+
 
    padding: 0.25em 0.5em;      /* 0.5em left/right */
+
/* Systerprojektstabellen */
 +
#systerprojekt table{
 +
  border-collapse: collapse;
 +
  width: 100%;
 +
  margin: 0;
 +
  font-size: 95%;
 
}
 
}
.ambox td.mbox-image {           /* The left image cell */
+
#systerprojekt th{
    /* @noflip */
+
  text-align: center;
    padding: 2px 0 2px 0.5em;    /* 0.5em left, 0px right */
+
  padding: .7em 0;
 +
  width:25%;
 
}
 
}
.ambox td.mbox-imageright {     /* The right image cell */
+
#systerpojekt td{
    /* @noflip */
+
  line-height:1.2em;
    padding: 2px 0.5em 2px 0;   /* 0px left, 0.5em right */
+
  vertical-align:middle
 
}
 
}
 +
/** Slut för Portal:Huvudsida **/
  
table.ambox-notice {
+
 
    /* @noflip */
+
/* Geografiska koordinater
    border-left: 10px solid #1e90ff;    /* Blue */
+
 
}
+
För att visa koordinater med notationen i källkoden, lägg till detta i din Användare:Användarnamn/monobook:css:
table.ambox-speedy {
+
  .geo-default { display: inline } .geo-nondefault { display: none }
    /* @noflip */
+
  .geo-dec { display: inline } .geo-dms { display: inline }
    border-left: 10px solid #b22222;    /* Red */
+
 
    background: #fee;                  /* Pink */
+
För att visa koordinater med decimalnotation, lägg till detta i din Användare:Användarnamn/monobook:css:
}
+
  .geo-default { display: inline } .geo-nondefault { display: inline }  
table.ambox-delete {
+
  .geo-dec { display: inline } .geo-dms { display: none }
    /* @noflip */
+
 
    border-left: 10px solid #b22222;    /* Red */
+
För att visa koordinater med DMS-notation, lägg till detta i din Användare:Användarnamn/monobook:css:
}
+
  .geo-default { display: inline } .geo-nondefault { display: inline }  
table.ambox-content {
+
  .geo-dec { display: none }  .geo-dms { display: inline }
    /* @noflip */
+
 
    border-left: 10px solid #f28500;    /* Orange */
+
För att visa koordinater med både decimal- och DMS-notation, lägg till detta i din Användare:Användarnamn/monobook:css:
}
+
  .geo-default { display: inline } .geo-nondefault { display: inline }  
table.ambox-style {
+
  .geo-dec { display: inline }  .geo-dms { display: inline }
    /* @noflip */
+
  .geo-multi-punct { display: inline }
    border-left: 10px solid #f4c430;   /* Yellow */
+
 
}
+
Se [[Mall:Coord/link]] för att se hur de används.
table.ambox-move {
+
 
    /* @noflip */
+
Notera att klasserna "geo", "longitude", och "latitude" inte bara är stilar utan också används av [[en:Geo (microformat)]], så namnen bör inte ändras.
    border-left: 10px solid #9932cc;   /* Purple */
+
 
}
+
*/
table.ambox-protection {
+
 
    /* @noflip */
+
.geo-default { display: inline; }
    border-left: 10px solid #bba;       /* Gray-gold */
+
.geo-nondefault { display: none; }
 +
.geo-dms { display: inline; }
 +
.geo-dec { display: inline; }
 +
.geo-multi-punct { display: none; }
 +
 
 +
.longitude .latitude {
 +
  white-space: nowrap;
 
}
 
}
  
/* Image message box styles */
+
/***** slut på geografirelaterat */
table.imbox {
+
 
     margin: 4px 10%;
+
/* mall för kvalitetsmallar */
     border-collapse: collapse;
+
table.ambox {
     border: 3px solid #1e90ff;   /* Default "notice" blue */
+
     margin: 0 10%;                       /* Will not overlap with other elements */
    background: #fbfbfb;
+
     border-collapse: collapse;
 +
    background: #fbfbfb;  
 +
     border: 1px solid #aaa;  
 +
    border-left: 10px solid #608ec2;    /* Default "notice" blue */
 
}
 
}
.imbox .mbox-text .imbox { /* For imboxes inside imbox-text cells. */
+
table.ambox th.ambox-text, table.ambox td.ambox-text {     /* The message body cell(s) */
     margin: 0 -0.5em;       /* 0.9 - 0.5 = 0.4em left/right.        */
+
     padding: .25em .5em;             /* 0.5em left/right */
     display: block;         /* Fix for webkit to force 100% width*/
+
     width: 100%;                     /* Make all templates the same width regardless of text size */
 
}
 
}
.mbox-inside .imbox {       /* For imboxes inside other templates. */
+
table.ambox td.ambox-image {         /* The left image cell */
     margin: 4px;
+
    padding: 2px 0 2px .5em;        /* 0.5em left, 0px right */
 +
     text-align: center;
 +
    vertical-align: middle;
 
}
 
}
 
+
table.ambox td.ambox-imageright {     /* The right image cell */
table.imbox-notice {
+
     padding: 2px 4px 2px 0;         /* 0px left, 4px right */
     border: 3px solid #1e90ff;   /* Blue */
+
    text-align: center;
 +
    vertical-align: middle;
 
}
 
}
table.imbox-speedy {
+
table.ambox-notice {
     border: 3px solid #b22222;   /* Red */
+
     border-left: 10px solid #608ec2;     /* Blue */
    background: #fee;             /* Pink */
+
/* border-right: 10px solid #608ec2; */  /* If you want two blue bars */
 
}
 
}
table.imbox-delete {
+
table.ambox-delete,
     border: 3px solid #b22222;   /* Red */
+
table.ambox-serious {
 +
     border-left: 10px solid #b22222;     /* Red */
 
}
 
}
table.imbox-content {
+
table.ambox-content {
     border: 3px solid #f28500;   /* Orange */
+
     border-left: 10px solid #f28500;     /* Orange */
 
}
 
}
table.imbox-style {
+
table.ambox-style {
     border: 3px solid #f4c430;   /* Yellow */
+
     border-left: 10px solid #f4c430;     /* Yellow */
 
}
 
}
table.imbox-move {
+
table.ambox-merge {
     border: 3px solid #9932cc;   /* Purple */
+
     border-left: 10px solid #9932cc;     /* Purple */
 
}
 
}
table.imbox-protection {
+
table.ambox-protection {
     border: 3px solid #bba;       /* Gray-gold */
+
     border-left: 10px solid #bba;       /* Gray */
 
}
 
}
table.imbox-license {
+
table.ambox.ambox-mini {                 /* small floating box variant */
    border: 3px solid #88a;      /* Dark gray */
+
     float: right;
     background: #f7f8ff;         /* Light gray */
+
    clear: right;
 +
    margin-left: 1em;
 +
    width: 25%;
 
}
 
}
table.imbox-featured {
+
.ambox + .ambox, .topbox + .ambox, .ambox + .topbox{
     border: 3px solid #cba135;   /* Brown-gold */
+
     border-top-width:0;
 
}
 
}
  
/* Category message box styles */
 
table.cmbox {
 
    margin: 3px 10%;
 
    border-collapse: collapse;
 
    border: 1px solid #aaa;
 
    background: #DFE8FF;    /* Default "notice" blue */
 
}
 
  
table.cmbox-notice {
+
/* Klickbar högtalarikon i [[Mall:Audio]] */
    background: #D8E8FF;    /* Blue */
+
.audiolink a {
}
+
     background: url("//upload.wikimedia.org/wikipedia/commons/f/f7/Loudspeaker.png") center left no-repeat !important;
table.cmbox-speedy {
+
     padding-left: 16px !important;
    margin-top: 4px;
+
     padding-right: 0 !important;
    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 */
+
/* För malldokumentation, se [[Mall:Dokumentation]] */
table.ombox {
+
.template-documentation {
     margin: 4px 10%;
+
     clear: both;
     border-collapse: collapse;
+
     margin-top: 1em;
     border: 1px solid #aaa;       /* Default "notice" gray */
+
     border: 1px solid #aaa;  
     background: #f9f9f9;
+
     background-color: #ecfcf4;
 +
    padding: 1em;
 +
    overflow: auto;
 
}
 
}
  
table.ombox-notice {
+
/* standardskin för Mall:Navbox */
    border: 1px solid #aaa;       /* Gray */
+
table.navbox {           /* navbox container style */
 +
  border:1px solid #aaa;
 +
  width:100%;
 +
  margin:auto;
 +
  clear:both;
 +
  font-size:88%;
 +
  text-align:center;
 +
  padding:1px;
 
}
 
}
table.ombox-speedy {
+
table.navbox + table.navbox {
    border: 2px solid #b22222;   /* Red */
+
  margin-top:-1px;       /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
    background: #fee;            /* Pink */
+
 
}
 
}
table.ombox-delete {
+
.navbox-title, .navbox-abovebelow, table.navbox th {
    border: 2px solid #b22222;   /* Red */
+
  text-align:center;     /* title and above/below styles */
 +
  padding-left:1em;
 +
  padding-right:1em;
 
}
 
}
table.ombox-content {
+
.navbox-group {           /* group style */
    border: 1px solid #f28500;    /* Orange */
+
  white-space:nowrap;
 +
  text-align:right;
 +
  font-weight:bold;
 +
  padding-left:1em;
 +
  padding-right:1em;
 
}
 
}
table.ombox-style {
+
.navbox, .navbox-subgroup {
    border: 1px solid #f4c430;   /* Yellow */
+
  background:#fdfdfd;     /* Background color */
 
}
 
}
table.ombox-move {
+
.navbox-list {
    border: 1px solid #9932cc;   /* Purple */
+
  border-color:#fdfdfd;   /* Must match background color */
 
}
 
}
table.ombox-protection {
+
.navbox-title, table.navbox th {
    border: 2px solid #bba;       /* Gray-gold */
+
  background:#b0c4de;     /* Level 1 color */
 
}
 
}
 
+
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
/* Talk page message box styles */
+
  background:#d0e0f5;    /* Level 2 color */
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 */
+
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
    margin: 2px 0;               /* this declaration overrides other styles (including mbox-small above)  */
+
  background:#deeafa;    /* Level 3 color */
     width: 100%;                /* For Safari and Opera */
+
 
}
 
}
.mbox-inside .tmbox.mbox-small { /* "small" tmboxes should not be small when  */
+
.navbox-even {
    line-height: 1.5em;         /* also "nested", so reset styles that are  */
+
  background:#f7f7f7;    /* Even row striping */
     font-size: 100%;            /* set in "mbox-small" above.                */
+
 
}
 
}
 
+
.navbox-odd {
table.tmbox-speedy {
+
  background:transparent; /* Odd row striping */
    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 */
+
/* Markera omdirigeringssidor i kategorier, på Special:Allpages
table.dmbox {
+
  och i malllistan under redigeringsrutan */
    clear: both;
+
.redirect-in-category,
    margin: 0.9em 1em;
+
.allpagesredirect,
    border-top: 1px solid #ccc;
+
.templatesUsed .mw-redirect {
    border-bottom: 1px solid #ccc;
+
font-style: italic;
    background: transparent;
+
 
}
 
}
  
/* Footer and header message box styles */
+
/*Molning bakgrund*/
table.fmbox {
+
.cloud {
    clear: both;
+
background: url(//upload.wikimedia.org/wikipedia/commons/0/0b/Cirrus_over_Warsaw%2C_June_26%2C_2005.jpg) 35% 50% no-repeat !important;
    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,
+
div.titleblacklist-warning,
+
div.locked-warning {
+
    clear: both;
+
    margin: 0.2em 0;
+
    border: 1px solid #bb7070;
+
    background: #ffdbdb;
+
    padding: 0.25em 0.9em;
+
}
+
/* Div based "system" style fmbox messages.
+
  Used in [[MediaWiki:Readonly lag]]. */
+
div.mw-lag-warn-normal,
+
div.fmbox-system {
+
    clear: both;
+
    margin: 0.2em 0;
+
    border: 1px solid #aaa;
+
    background: #f9f9f9;
+
    padding: 0.25em 0.9em;
+
 
}
 
}
  
/* These mbox-small classes must be placed after all other
+
.hiddenref .references {
  ambox/tmbox/ombox etc classes. "body.mediawiki" is so
+
display: none;
  they override "table.ambox + table.ambox" above. */
+
body.mediawiki table.mbox-small {   /* For the "small=yes" option. */
+
    /* @noflip */
+
    clear: right;
+
    /* @noflip */
+
    float: right;
+
    /* @noflip */
+
    margin: 4px 0 4px 1em;
+
    width: 238px;
+
    font-size: 88%;
+
    line-height: 1.25em;
+
}
+
body.mediawiki table.mbox-small-left {  /* For the "small=left" option. */
+
    /* @noflip */
+
    margin: 4px 1em 4px 0;
+
    width: 238px;
+
    border-collapse: collapse;
+
    font-size: 88%;
+
    line-height: 1.25em;
+
 
}
 
}
  
/* Style for compact ambox */
+
/* Förbättrad stil på [[Special:Systemmeddelanden]] */
/* Hide the images */
+
table#allmessagestable{
.compact-ambox table .mbox-image,
+
border-collapse:collapse;
.compact-ambox table .mbox-imageright,
+
margin-top:.2em;
.compact-ambox table .mbox-empty-cell {
+
    display: none;
+
}
+
/* Remove borders, backgrounds, padding, etc. */
+
.compact-ambox table.ambox {
+
    border: none;
+
    border-collapse: collapse;
+
    background: transparent;
+
    margin: 0 0 0 1.6em !important;
+
    padding: 0 !important;
+
    width: auto;
+
    display: block;
+
}
+
body.mediawiki .compact-ambox table.mbox-small-left {
+
    font-size: 100%;
+
    width: auto;
+
    margin: 0;
+
}
+
/* Style the text cell as a list item and remove its padding */
+
.compact-ambox table .mbox-text {
+
    padding: 0 !important;
+
    margin: 0 !important;
+
}
+
.compact-ambox table .mbox-text-span {
+
    display: list-item;
+
    line-height: 1.5em;
+
    list-style-type: square;
+
    list-style-image: url(/w/skins/MonoBook/bullet.gif);
+
}
+
.skin-vector .compact-ambox table .mbox-text-span {
+
    list-style-type: disc;
+
    list-style-image: url(/w/skins/Vector/images/bullet-icon.png)
+
 
}
 
}
/* Allow for hiding text in compact form */
+
table#allmessagestable tr.def td, table#allmessagestable tr.new td, table#allmessagestable tr.orig td{
.compact-ambox .hide-when-compact {
+
padding:.2em;
    display: none;
+
 
}
 
}
  
/* Remove default styles for [[MediaWiki:Noarticletext]]. */
+
/* Styling for citations */
div.noarticletext {
+
cite {
     border: none;
+
     font-style: normal;
    background: transparent;
+
    padding: 0;
+
 
}
 
}
  
/* Hide (formatting) elements from screen, but not from screenreaders */
+
/* For linked citation numbers and document IDs, where
.visualhide {
+
  the number need not be shown on a screen or a handheld,
     position: absolute;
+
  but should be included in the printed version
    left: -10000px;
+
*/
     top: auto;
+
@media screen, handheld, projection {
    width: 1px;
+
     cite *.printonly {
    height: 1px;
+
        display: none;
    overflow: hidden;
+
     }
 
}
 
}
  
/* Bold save button */
+
/* Behövs för att [[Mall:TOClimit]] ska fungera. */
#wpSave {
+
.toclimit-2 .toclevel-2,
    font-weight: bold;
+
.toclimit-3 .toclevel-3,
}
+
.toclimit-4 .toclevel-4,
 +
.toclimit-5 .toclevel-5,
 +
.toclimit-6 .toclevel-6,
 +
.toclimit-7 .toclevel-7 { display: none; }
 +
 
  
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
+
/* Standardstorlek på <small>-taggen */
.hiddenStructure {
+
small{
    display: inline !important;
+
font-size:80%;
    color: #f00;
+
    background-color: #0f0;
+
 
}
 
}
  
/* suppress missing interwiki image links where #ifexist cannot
+
/* Standardtabeller med genomskinlig bakgrund (istället för vit) */
  be used due to high number of requests see .hidden-redlink on
+
table{
  [[m:MediaWiki:Common.css]] */
+
  background:transparent;
.check-icon a.new {
+
    display: none;
+
    speak: none;
+
 
}
 
}
  
/* Removes underlines from certain links */
+
/* Stil för tabeller med bara siffror */
.nounderlines a,
+
table.numbertable td{
.IPA a:link, .IPA a:visited {
+
text-align:right;
    text-decoration: none !important;
+
 
}
 
}
  
/* Standard Navigationsleisten, aka box hiding thingy
+
/* Döljer alla 'tomma' p-taggar */
  from .de.  Documentation at [[Wikipedia:NavFrame]]. */
+
p>br:only-child {
div.NavFrame {
+
display: none;
    margin: 0;
+
    padding: 4px;
+
    border: 1px solid #aaa;
+
    text-align: center;
+
    border-collapse: collapse;
+
    font-size: 95%;
+
 
}
 
}
div.NavFrame + div.NavFrame {
+
#siteNotice p>br:only-child {
    border-top-style: none;
+
display: inline;
    border-top-style: hidden;
+
}
+
div.NavPic {
+
    background-color: #fff;
+
    margin: 0;
+
    padding: 2px;
+
    /* @noflip */
+
    float: left;
+
}
+
div.NavFrame div.NavHead {
+
    line-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%;
+
 
}
 
}
  
/* Hatnotes and disambiguation notices */
+
/* Felmeddelanden */
.hatnote {
+
.error{
    font-style: italic;
+
  font-size:1.1em;
}
+
  color:red;
.hatnote i {
+
  font-weight:bold;
    font-style: normal;
+
}
+
div.hatnote {
+
    /* @noflip */
+
    padding-left: 1.6em;
+
    margin-bottom: 0.5em;
+
}
+
div.hatnote + div.hatnote {
+
    margin-top: -0.5em;
+
 
}
 
}
  
/* Allow transcluded pages to display in lists rather than a table.
 
  Compatible in Firefox; incompatible in IE6. */
 
.listify td    { display: list-item; }
 
.listify tr    { display: block; }
 
.listify table { display: block; }
 
  
/* Geographical coordinates defaults. See [[Template:Coord/link]]
+
/* systerprojektlänkar i vänsterpanelen */
  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,
+
ul.interProject {  
  the ToC will display without numbers */
+
  list-style: none;
.nonumtoc .tocnumber {
+
  padding-left: 0;
    display: none;
+
  margin-left: 0;
 
}
 
}
.nonumtoc #toc ul,
+
 
.nonumtoc .toc ul {
+
li.interProject,
    line-height: 1.5em;
+
/* specifikt för Vector; ovanstående "tar" inte av någon anledning */
    list-style: none none;
+
#mw-panel div.portal div.body ul.interProject li.interProject {  
    margin: .3em 0 0;
+
  background-repeat: no-repeat;
    padding: 0;
+
  background-position: left center;
 +
  padding-left: 18px;  
 +
  margin-left: 0;
 
}
 
}
.hlist.nonumtoc #toc ul ul,
+
 
.hlist.nonumtoc .toc ul ul {
+
li.commons {
    /* @noflip */
+
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Commons-logo.svg/14px-Commons-logo.svg.png");
    margin: 0;
+
 
}
 
}
  
/* Allow limiting of which header levels are shown in a TOC;
+
li.wiktionary {
  <div class="toclimit-3">, for instance, will limit to
+
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Wiktionary_small.svg/16px-Wiktionary_small.svg.png");
  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;
+
 
}
 
}
  
/* Styling for Template:Quote */
+
li.wikibooks {
blockquote.templatequote div.templatequotecite {
+
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/16px-Wikibooks-logo.svg.png");
    line-height: 1.5em;
+
    /* @noflip */
+
    text-align: left;
+
    /* @noflip */
+
    padding-left: 1.6em;
+
    margin-top: 0;
+
 
}
 
}
  
/* User block messages */
+
li.wikiquote {
div.user-block {
+
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/15px-Wikiquote-logo.svg.png");
    padding: 5px;
+
    margin-bottom: 0.5em;
+
    border: 1px solid #A9A9A9;
+
    background-color: #FFEFD5;
+
 
}
 
}
  
/* Prevent line breaks in silly places:
+
li.wikisource {
  1) Where desired
+
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/15px-Wikisource-logo.svg.png");
  2) Links when we don't want them to
+
  3) Bold "links" to the page itself
+
  4) Ref tags with group names <ref group="Note"> --> "[Note 1]" */
+
.nowrap,
+
.nowraplinks a,
+
.nowraplinks .selflink,
+
sup.reference a {
+
    white-space: nowrap;
+
 
}
 
}
/* But allow wrapping where desired: */
+
 
.wrap,
+
li.wikinews {
.wraplinks a {
+
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Wikinews_waves_Left.png/15px-Wikinews_waves_Left.png");
    white-space: normal;
+
 
}
 
}
  
/* For template documentation */
+
li.wikispecies {
.template-documentation {
+
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/d/df/Wikispecies-logo.svg/15px-Wikispecies-logo.svg.png");
    clear: both;
+
    margin: 1em 0 0 0;
+
    border: 1px solid #aaa;
+
    background-color: #ecfcf4;
+
    padding: 1em;
+
 
}
 
}
  
/* Inline divs in ImageMaps (code borrowed from de.wiki) */
+
li.wikivoyage {
.imagemap-inline div {
+
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Wikivoyage-logo.svg/15px-Wikivoyage-logo.svg.png");
    display: inline;
+
 
}
 
}
  
/* Increase the height of the image upload box */
+
li.wikiversity {
#wpUploadDescription {
+
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/9/91/Wikiversity-logo.svg/15px-Wikiversity-logo.svg.png");
    height: 13em;
+
 
}
 
}
  
/* Minimum thumb width */
+
li.wikidata {
.thumbinner {
+
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Wikidata-logo.svg/15px-Wikidata-logo.svg.png");
    min-width: 100px;
+
 
}
 
}
  
/* Makes the background of a framed image white instead of gray.
+
li.meta {
  Only visible with transparent images. */
+
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/7/75/Wikimedia_Community_Logo.svg/15px-Wikimedia_Community_Logo.svg.png");
div.thumb .thumbimage {
+
    background-color: #fff;
+
 
}
 
}
  
/* The backgrounds for galleries. */
+
li.incubator {
div#content .gallerybox div.thumb {
+
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Incubator-logo.svg/15px-Incubator-logo.svg.png");
    /* Light gray padding */
+
    background-color: #F9F9F9;
+
}
+
/* Put a chequered background behind images, only visible if they have transparency.
+
  '.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
+
.gallerybox .thumb img {
+
    background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
+
}
+
/* But not on articles, user pages, portals or with opt-out. */
+
.ns-0 .gallerybox .thumb img,
+
.ns-2 .gallerybox .thumb img,
+
.ns-100 .gallerybox .thumb img,
+
.nochecker .gallerybox .thumb img {
+
    background: #fff;
+
 
}
 
}
  
/* Prevent floating boxes from overlapping any category listings,
+
li.mediawiki {
  file histories, edit previews, and edit [Show changes] views. */
+
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/3/3d/Mediawiki-logo.png/15px-Mediawiki-logo.png");
#mw-subcategories, #mw-pages, #mw-category-media,
+
#filehistory, #wikiPreview, #wikiDiff {
+
    clear: both;
+
 
}
 
}
  
body.rtl #mw-articlefeedbackv5, body.rtl #mw-articlefeedback {
+
/* Marginaler för <ol> och <ul> */
    display: block;   /* Override inline block mode */
+
#content ol, #content ul,
    margin-bottom: 1em;
+
#mw_content ol, #mw_content ul {
    /* @noflip */
+
   margin-bottom: 0.5em;
    clear: right;    /* Clear any info boxes that stick out */
+
    /* @noflip */
+
    float: right;    /* Prevents margin collapsing */
+
 
}
 
}
  
/* Selectively hide headers in WikiProject banners */
+
/* För tabeller och annat */
.wpb .wpb-header            { display: none; }
+
.ltr #content ul{text-align:left !important}
.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 */
+
/* Samma färger för #babel:-boxar som i [[Mall:Babel_användare]] */
.mw-tag-markers {
+
div.mw-babel-box-N, table.local-babel-N { border-color: #7EF7A7; }
    font-family:sans-serif;
+
div.mw-babel-box-5, table.local-babel-5 { border-color: #BCFC00; }
    font-style:italic;
+
div.mw-babel-box-4, table.local-babel-4 { border-color: #77E0E8; }
    font-size:90%;
+
div.mw-babel-box-3, table.local-babel-3 { border-color: #99B3FF; }
 +
div.mw-babel-box-2, table.local-babel-2 { border-color: #BFA5EB; }
 +
div.mw-babel-box-1, table.local-babel-1 { border-color: #E5A0D5; }
 +
div.mw-babel-box-0, table.local-babel-0 { border-color: #FFBBBB; }
 +
div.mw-babel-box-N table, table.local-babel-N { background-color: #C5FCDC; }
 +
div.mw-babel-box-5 table, table.local-babel-5 { background-color: #FFFF99; }
 +
div.mw-babel-box-4 table, table.local-babel-4 { background-color: #D0F8FF; }
 +
div.mw-babel-box-3 table, table.local-babel-3 { background-color: #E0E8FF; }
 +
div.mw-babel-box-2 table, table.local-babel-2 { background-color: #E9E5F9; }
 +
div.mw-babel-box-1 table, table.local-babel-1 { background-color: #F3E0F3; }
 +
div.mw-babel-box-0 table, table.local-babel-0 { background-color: #FFEEEE; }
 +
div.mw-babel-box-N table th, table.local-babel-N th { background-color: #7EF7A7; }
 +
div.mw-babel-box-5 table th, table.local-babel-5 th { background-color: #BCFC00; }
 +
div.mw-babel-box-4 table th, table.local-babel-4 th { background-color: #77E0E8; }
 +
div.mw-babel-box-3 table th, table.local-babel-3 th { background-color: #99B3FF; }
 +
div.mw-babel-box-2 table th, table.local-babel-2 th { background-color: #BFA5EB; }
 +
div.mw-babel-box-1 table th, table.local-babel-1 th { background-color: #E5A0D5; }
 +
div.mw-babel-box-0 table th, table.local-babel-0 th { background-color: #FFBBBB; }
 +
 
 +
/* För att gömma Wiki Loves Monument mobilbanner på en vanliga sidan */
 +
#mf-wlm-banner { display: none; }
 +
 
 +
/* Döljer den i sammanhanget ologiska varningen om överskrivning av äldre version när sandlådan krattas */
 +
.page-Wikipedia_Sandlådan #editingold { display: none; }
 +
 
 +
/* Stil för MediaWiki:Editingold. */
 +
#editingold {
 +
background-color: #ff7060;  
 +
margin-bottom: 1em;
 
}
 
}
  
/* Hide stuff meant for accounts with special permissions. Made visible again in
+
/* Stil för redigeringsfiltrets samtliga varningar. */
  [[MediaWiki:Group-sysop.css]], [[MediaWiki:Group-accountcreator.css]],
+
.abusefilter-warning {
  [[MediaWiki:Group-templateeditor.css]] and [[Mediawiki:Group-autoconfirmed.css]]. */
+
border-left: 1px solid #CCCCCC;
.sysop-show,
+
border-right: 1px solid #CCCCCC;
.accountcreator-show,
+
border-bottom: 1px solid #CCCCCC;
.templateeditor-show,
+
margin: 0 10%;
.autoconfirmed-show {
+
padding: .25em .5em;
    display: none;
+
 
}
 
}
  
/**
+
/* Stil för redigeringsfiltrets snälla varningar. */
* Hide the redlink generated by {{Editnotice}},
+
.abusefilter-warning-kind {
* this overrides the ".sysop-show { display: none; }" above that applies
+
border-top: 4px solid #608EC2;
* to the same link as well.
+
*
+
* See [[Phabricator:45013]].
+
*/
+
.ve-ui-mwNoticesPopupTool-item .editnotice-redlink, .mw-ve-editNotice .editnotice-redlink {
+
    display: none !important;
+
 
}
 
}
  
/* Remove bullets when there are multiple edit page warnings */
+
/* Stil för redigeringsfiltrets vanliga varningar. */
ul.permissions-errors > li {
+
.abusefilter-warning-normal {
    list-style: none none;
+
border-top: 4px solid #f28500;
 
}
 
}
ul.permissions-errors {
+
 
    margin: 0;
+
/* Stil för redigeringsfiltrets allvarliga varningar. */
 +
.abusefilter-warning-serious {
 +
border-top: 4px solid #b22222;
 
}
 
}
  
/* No linewrap on the labels of the login/signup page */
+
/* Stil för redigeringsfiltrets snälla märken. */
body.page-Special_UserLogin .mw-label label,
+
.tag-kind {
body.page-Special_UserLogin_signup .mw-label label {
+
background-color: #80f7f7;
    white-space: nowrap;
+
 
}
 
}
  
/* Pie chart test: Transparent borders */
+
/* Stil för redigeringsfiltrets vanliga märken. */
.transborder {
+
.tag-normal {
    border: solid transparent;
+
background-color: #fff777;
 
}
 
}
* html .transborder {  /* IE6 */
+
 
    border: solid #000001;
+
/* Stil för redigeringsfiltrets allvarliga märken. */
    filter: chroma(color=#000001);
+
.tag-serious {
 +
background-color: #ff7777;
 
}
 
}
  
/* Generic class for Times-based serif, texhtml class for inline math */
+
/* Stjärnan för interwikilänkar till bra artiklar */
.times-serif,
+
li.badge-goodarticle { list-style-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/3/37/Bra_alt.svg/9px-Bra_alt.svg.png"); }
span.texhtml {
+
 
    font-family: "Nimbus Roman No9 L", "Times New Roman", Times, serif;
+
.MainPageRight{
    font-size: 118%;
+
  width:32%;
    line-height: 1;
+
  float:right;
 
}
 
}
span.texhtml {
+
.MainPageLeft{
    white-space: nowrap;
+
  width:66%;
 +
  float:left;
 
}
 
}
span.texhtml span.texhtml {
+
.MainPageMenu{
    font-size: 100%;
+
  text-align:center;
 +
  width:100%;
 +
  height:3em;
 +
  padding:0;
 +
  margin-bottom:0;
 +
  font-size:100%;
 +
  border-top:1px solid rgb(167, 215, 249);
 +
  background:rgb(232, 242, 248);
 +
  background:-webkit-linear-gradient(top, rgb(232, 242, 248) 20%, rgb(255, 255, 255) 95%);
 +
  background:  -moz-linear-gradient(top, rgb(232, 242, 248) 20%, rgb(255, 255, 255) 95%);
 +
  background:    -ms-linear-gradient(top, rgb(232, 242, 248) 20%, rgb(255, 255, 255) 95%);
 +
  background:    -o-linear-gradient(top, rgb(232, 242, 248) 20%, rgb(255, 255, 255) 95%);
 +
  background:        linear-gradient(top, rgb(232, 242, 248) 20%, rgb(255, 255, 255) 95%);
 
}
 
}
 
+
.MainPageMenuPortalBlock{
/* Force tabular and lining display for digits and texhtml */
+
  float:left;
.digits,
+
  height:3em;
.texhtml {
+
  width:8%;
    -moz-font-feature-settings: "lnum", "tnum", "kern" 0;
+
  padding:0.5em 0;
    -webkit-font-feature-settings: "lnum", "tnum", "kern" 0;
+
    font-feature-settings: "lnum", "tnum", "kern" 0;
+
    font-variant-numeric: lining-nums tabular-nums;
+
    font-kerning: none;
+
 
}
 
}
 
+
.MainPageMenuDivider{
/* Fix styling of transcluded prefindex tables */
+
  float:left;
table#mw-prefixindex-list-table,
+
  height:3em;
table#mw-prefixindex-nav-table {
+
  width:1px;
     width: 98%;
+
  background:-webkit-linear-gradient(top, rgb(167, 215, 249) 20%, rgb(255, 255, 255) 95%);
 +
  background:  -moz-linear-gradient(top, rgb(167, 215, 249) 20%, rgb(255, 255, 255) 95%);
 +
  background:    -ms-linear-gradient(top, rgb(167, 215, 249) 20%, rgb(255, 255, 255) 95%);
 +
  background:     -o-linear-gradient(top, rgb(167, 215, 249) 20%, rgb(255, 255, 255) 95%);
 +
  background:       linear-gradient(top, rgb(167, 215, 249) 20%, rgb(255, 255, 255) 95%);
 
}
 
}
 
+
.MainPageHeading1{
/* For portals, added 2011-12-07 -bv
+
  width:100%;
  On wide screens, show these as two columns
+
  font-family:Linux Libertine, Georgia, Times, serif;
  On narrow and mobile screens, let them collapse into a single column */
+
  letter-spacing:0.02em;
.portal-column-left {
+
  font-size:2.25em;
    float: left;
+
  color:rgb(89, 89, 89);
    width: 50%;
+
  padding-bottom:0.25em;
 
}
 
}
.portal-column-right {
+
.MainPageHeading1Gold{
    float: right;
+
  width:100%;
    width: 49%;
+
  font-family:Linux Libertine, Georgia, Times, serif;
 +
  letter-spacing:0.02em;
 +
  font-size:2.25em;
 +
  color:rgb(181, 157, 62);
 +
  padding-bottom:0.25em;
 
}
 
}
.portal-column-left-wide {
+
.MainPageHeading2{
    float: left;
+
  width:100%;
    width: 60%;
+
  margin-bottom:0.65em;
 +
  font-family:Linux Libertine, Georgia, Times, serif;
 +
  letter-spacing:0.04em;
 +
  font-size:1.4em;
 +
  color:rgb(89, 89, 89);
 
}
 
}
.portal-column-right-narrow {
+
.MainPageHeading2Blue{
    float: right;
+
  width:100%;
    width: 39%;
+
  margin-bottom:0.65em;
 +
  font-family:Linux Libertine, Georgia, Times, serif;
 +
  letter-spacing:0.04em;
 +
  font-size:1.4em;
 +
  color:rgb(22, 54, 74);
 
}
 
}
.portal-column-left-extra-wide {
+
.MainPageRightBlockImage{
    float: left;
+
  float:right;
    width: 70%;
+
  margin:0.75em 0 1em 1em;
 
}
 
}
.portal-column-right-extra-narrow {
+
.MainPageLeftBlockImage{
    float: right;
+
  float:right;
    width: 29%;
+
  margin:0 0 0.15em 0.25em;
 
}
 
}
@media only screen and (max-width: 800px) {
+
.MainPageRightBlockFooter{
    /* Decouple the columns on narrow screens */
+
  clear:both;
    .portal-column-left,
+
  text-align:right;
    .portal-column-right,
+
  font-size:95%;
    .portal-column-left-wide,
+
  margin-top:1.5em;
    .portal-column-right-narrow,
+
  border-top:1px solid rgb(200, 200, 200);
     .portal-column-left-extra-wide,
+
}
    .portal-column-right-extra-narrow {
+
.MainPageRightBlockFooterGold{
        float: inherit;
+
  clear:both;
        width: inherit;
+
  text-align:right;
     }
+
  font-size:95%;
 +
  margin-top:1.5em;
 +
  border-top:1px solid rgb(181, 157, 62);
 +
}
 +
.MainPageLeftBlock{
 +
  padding:1.5em;
 +
  border:1px solid rgb(222, 222, 222);
 +
  background:rgb(248, 248, 248); 
 +
  background:-webkit-linear-gradient(top, rgb(252, 252, 252) -20%, rgb(248, 248, 248) 25%, rgb(248, 248, 248) 60%, rgb(244, 244, 244) 100%);
 +
  background:  -moz-linear-gradient(top, rgb(252, 252, 252) -20%, rgb(248, 248, 248) 25%, rgb(248, 248, 248) 60%, rgb(244, 244, 244) 100%);
 +
  background:    -ms-linear-gradient(top, rgb(252, 252, 252) -20%, rgb(248, 248, 248) 25%, rgb(248, 248, 248) 60%, rgb(244, 244, 244) 100%);
 +
  background:     -o-linear-gradient(top, rgb(252, 252, 252) -20%, rgb(248, 248, 248) 25%, rgb(248, 248, 248) 60%, rgb(244, 244, 244) 100%);
 +
  background:        linear-gradient(top, rgb(252, 252, 252) -20%, rgb(248, 248, 248) 25%, rgb(248, 248, 248) 60%, rgb(244, 244, 244) 100%);
 +
  margin-bottom:1.25em;
 +
}
 +
.MainPageLeftBlockBlue{
 +
  padding:1.5em;
 +
  border:1px solid rgb(167, 215, 249);
 +
  background:rgb(232, 242, 248);
 +
  background:-webkit-linear-gradient(top, rgb(255, 255, 255) -50%, rgb(232, 242, 248) 80%);
 +
  background:   -moz-linear-gradient(top, rgb(255, 255, 255) -50%, rgb(232, 242, 248) 80%);
 +
  background:   -ms-linear-gradient(top, rgb(255, 255, 255) -50%, rgb(232, 242, 248) 80%);
 +
  background:     -o-linear-gradient(top, rgb(255, 255, 255) -50%, rgb(232, 242, 248) 80%);
 +
  background:        linear-gradient(top, rgb(255, 255, 255) -50%, rgb(232, 242, 248) 80%);
 +
  margin-bottom:1.25em;
 
}
 
}
  
/* Formerly for announcements, now used intermittently */
+
/* Cirkeldiagram/tårtbit använder transborder: Transparent borders */
#bodyContent .letterhead {
+
.transborder {
     background-image:url('//upload.wikimedia.org/wikipedia/commons/e/e0/Tan-page-corner.png');
+
     border: solid transparent;
     background-repeat:no-repeat;
+
}
     padding: 2em;
+
* html .transborder {  /* IE6 */
    background-color: #faf9f2;
+
     border: solid #000001;
 +
     filter: chroma(color=#000001);
 
}
 
}
  
/* Tree style lists */
+
/* Stil för MediaWiki:Edittools. */
.treeview ul {
+
#edittools, .edittools {
    padding: 0;
+
margin-top: .1em;
    margin: 0;
+
border: 1px solid #aaa;
 +
padding: .2em .6em .1em;
 +
font-size: 90%;
 +
background: #f9f9f9;
 
}
 
}
.treeview li {
+
 
    padding: 0;
+
 
    margin: 0;
+
/* Stilar kopierade från frwp. Används av mallen Geobox locator multi */
    list-style-type: none;
+
 
    list-style-image: none;
+
.img_toogle ul {
    zoom: 1; /* BE KIND TO IE6 */;
+
  list-style-type: none !important;
 +
  list-style-image: none !important;
 +
  list-style-position: outside !important;
 +
  text-align: center;
 
}
 
}
.treeview li li {
+
 
    background: url("//upload.wikimedia.org/wikipedia/commons/f/f2/Treeview-grey-line.png") no-repeat 0 -2981px;
+
.NavContent .img_toogle {
    /* @noflip */
+
  zoom: 1; /* be kind to IE7 */
    padding-left: 20px;
+
  clear: both; /* be kind to IE7 */
    text-indent: 0.3em;
+
 
}
 
}
.treeview li li.lastline {
+
    background-position: 0 -5971px
+
.img_toogle,
 +
.img_toogle * {
 +
margin: 0 auto !important;
 +
padding: 0 !important;
 
}
 
}
.treeview li.emptyline > ul {
+
    /* @noflip */
+
.img_toogle .a_toogle {
    margin-left: -1px;
+
  display: block;
 +
  text-align: center !important;
 +
  font-size: 0.95em;
 
}
 
}
.treeview li.emptyline > ul > li:first-child {
+
    background-position: 0 9px
+
.img_toogle .geobox {
 +
  position: relative
 
}
 
}
 
+
/* hidden sortkey for tablesorter */
+
.img_toogle .geobox +.geobox {
td .sortkey,
+
  border-top: 5px solid #aaa
th .sortkey {
+
    display: none;
+
    speak: none;
+
 
}
 
}
 
+
/* Make it possible to hide checkboxes in <inputbox> */
+
.img_toogle .geopoint {
.inputbox-hidecheckboxes form .inputbox-element {
+
  position: absolute;
    display: none !important;
+
  width: 5px;
 +
  height: 5px;
 +
  font-size: 1px;
 +
  border: 1px solid #000;
 +
  background: #F00;
 
}
 
}
  
/* Work-around for [[Phabricator:25965]] (Kaltura advertisement) */
+
/* slut på stilar för Geobox locator multi */
.k-player .k-attribution {
+
    visibility: hidden;
+
}
+
  
/* Move 'play' button of video player to bottom left corner */
+
/* Döljer pop-up-ruta med reklam för betafunktionen innehållsöversättning */
.PopUpMediaTransform a .play-btn-large {
+
/* enligt diskussion i Bybrunnen */
    margin: 0;
+
.cx-callout {
    top: auto;
+
display: none !important;
    right: auto;
+
    bottom: 0;
+
    left: 0;
+
 
}
 
}
  
/* Workaround to keep editnotices readable in VE view.
+
/* Gör så att ett tabbtecken är lika med fyra mellanslag, i stället för åtta.
  Long term, editnotices should become a core feature so that they can be designed responsive. */
+
Kodeditorn använder fyra, medan source etc använder åtta,
.mw-ve-editNotice .mbox-image {
+
vilket leder till förvirring och olika utseenden. */
display: none;
+
body {
 +
-moz-tab-size: 4;
 +
-o-tab-size: 4;
 +
tab-size: 4;
 
}
 
}

Versionen från 31 augusti 2015 kl. 14.08

/* CSS som skrivs här påverkar alla utseenden */
/* Infobox-mallar */

.infobox {
   border: 1px solid #aaa;
   background-color: #f9f9f9;
   color: black;
   margin:.5em 0 .5em 1em;
   padding: .2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
   padding:0 .2em;
}
.infobox caption { font-size: larger; }
.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; }

/* Stilmallar för avgränsade infoboxar med sammansatta rader */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
   border: 0;
   border-top: 1px solid #aaa;
   border-right: 1px solid #aaa;
}

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

/* Mallar för meddelanderutor */

.messagebox {
   border: 1px solid #aaaaaa;
   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;
}
.messagebox.nested-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 4px;
}

/* stilar för geografiska infoboxar, t.ex. länder, nationella indelningar, städer osv. */

.infobox.geography {
    border: 1px solid #ccd2d9; 
    text-align: left;
    border-collapse: collapse;
    line-height: 1.2em; 
    font-size: 90%;
}

.infobox.geography  td,
.infobox.geography  th {
    border-top: solid 1px #ccd2d9;
    padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
    border-top: solid 1px #ccd2d9;
    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: solid 1px #ccd2d9;
    padding: 0 0.6em 0.4em 0.6em;
}

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

/* Standard navigationslista, d.v.s. boxgömmargrejen från .de */

div.Boxmerge,
div.NavFrame {
       margin: 0px;
       padding: 2px;
       border: 1px solid #aaa;
       text-align: center;
       border-collapse: collapse;
       font-size: 95%;
}
div.Boxmerge div.NavFrame {
       border-style: none;
       border-style: hidden;
}
div.NavFrame + div.NavFrame {
       border-top-style: none;
       border-top-style: hidden;
}
div.NavPic {
       background-color: #fff;
       margin: 0;
       padding: .2em;
       float: left;
}
div.NavFrame div.NavHead {
       height: 1.6em;
       font-weight: bold;
       font-size: 100%;
       background-color: #efefef;
       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;
       right:.25em;
       font-weight:normal;
       font-size:smaller;
}

/* Något mindre storlek för referenslistorna. */
.references { font-size: 95%; }

/* Öka läsbarheten när referenser och sub/sup används */
.reference a { font-size: 90%; }
sub, sup { line-height: 0; }

/* Gör det möjligt att använda andra liststilar med [[Mall:Fotnotslista]] */
div.fotnotslista ol.references { list-style-type: inherit; }

/* 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 these two lines */
.references-2column {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}

/*** Stilar för huvudsidan ***/

/* Bakgrundsbild för huvudsidans banner */
#huvudsidaintro { background-image: url(//upload.wikimedia.org/wikipedia/commons/3/3e/MP-open-book4.png); }

/* Huvudsida (only when viewing, not history/talk/diff) */
.page-Portal_Huvudsida.action-view #footer-info-lastmod,
.page-Portal_Huvudsida.action-view #siteSub,
.page-Portal_Huvudsida.action-view #contentSub,
.page-Portal_Huvudsida.action-view .firstHeading,
.page-Portal_Huvudsida.action-view #ikon-hel {
  display: none;
}

/* Rubriker */
body.page-Portal_Huvudsida #kolumn1 h2,
body.page-Portal_Huvudsida #kolumn2 h2 {
  font-size: 110%;
  margin-bottom: .75em;
  margin-top: 1em;
  padding: 2px;
}
body.page-Portal_Huvudsida #kolumn1 h2 {
  border-bottom: 1px solid #bcd2ee;
  background-color: #f0f5ff;
}
body.page-Portal_Huvudsida #kolumn2 h2 {
  border-bottom:1px solid #fec088;
  background-color:#ffe7ba;
}


/** CSS-classer För Portal:Huvudsida **/
/* Kolumner */
.frontPageLeft{
  float:left;
  width:66%;
}
.frontPageRight{
  float:left;
  width:34%;
}
/* Block */
.frontPageBlock{
  background: url(//upload.wikimedia.org/wikipedia/commons/9/97/Bluebg.png) no-repeat 3px 3px;
  border:1px solid #c2dfff;
  padding:3px;
  margin-bottom:.4em;
  position:relative;
}
.frontPageBlockIcon{
  position:absolute;
  left: 5px;
  top: 5px;
}
.frontPageBlockIcon img{
  border: 0 none #000;
}
.frontPageBlockTitle{
  position:absolute;
  left: 50px;
  top: 7px;
  font-size:1.2em;
}
.frontPageBlockContent{
  margin: 1em;
  padding-top: 30px;
  overflow: auto;
}

.frontPageRight .frontPageBlock{
  background: url(//upload.wikimedia.org/wikipedia/commons/2/27/Bluebg_right_3px_offset.png) no-repeat top right #f8fcff;
  margin-left:1em;
}
.frontPageRight .frontPageBlockIcon{
  left:auto;
  right:10px;
}
.frontPageRight .frontPageBlockTitle{
  left:auto;
  right:45px;
  top:3px;
  font-size:1.05em;
}
.frontPageRight .frontPageBlockContent{
  margin: 1em;
  padding-top: 20px;
}

.frontPageFancyBlock{
  border-bottom: 3px dotted #C2DFFF;
  padding: 1em 0;
  font-size: 95%;
  color: #CCCCCC;
  margin-left: 1em;
}
.frontPageFancyBlockLast{
  border-bottom:none;
}
/* Övrigt */

/* Systerprojektstabellen */
#systerprojekt table{
  border-collapse: collapse;
  width: 100%;
  margin: 0;
  font-size: 95%;
}
#systerprojekt th{
  text-align: center;
  padding: .7em 0;
  width:25%;
}
#systerpojekt td{
  line-height:1.2em;
  vertical-align:middle
}
/** Slut för Portal:Huvudsida **/


/* Geografiska koordinater 

För att visa koordinater med notationen i källkoden, lägg till detta i din Användare:Användarnamn/monobook:css:
   .geo-default { display: inline } .geo-nondefault { display: none } 
   .geo-dec { display: inline } .geo-dms { display: inline }

För att visa koordinater med decimalnotation, lägg till detta i din Användare:Användarnamn/monobook:css:
   .geo-default { display: inline } .geo-nondefault { display: inline } 
   .geo-dec { display: inline } .geo-dms { display: none }

För att visa koordinater med DMS-notation, lägg till detta i din Användare:Användarnamn/monobook:css:
   .geo-default { display: inline } .geo-nondefault { display: inline } 
   .geo-dec { display: none }   .geo-dms { display: inline }

För att visa koordinater med både decimal- och DMS-notation, lägg till detta i din Användare:Användarnamn/monobook:css:
   .geo-default { display: inline } .geo-nondefault { display: inline } 
   .geo-dec { display: inline }   .geo-dms { display: inline }
   .geo-multi-punct { display: inline }

Se [[Mall:Coord/link]] för att se hur de används.

Notera att klasserna "geo", "longitude", och "latitude" inte bara är stilar utan också används av [[en:Geo (microformat)]], så namnen bör inte ändras.

*/

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

/***** slut på geografirelaterat */

/* mall för kvalitetsmallar */
table.ambox {
    margin: 0 10%;                       /* Will not overlap with other elements */
    border-collapse: collapse; 
    background: #fbfbfb; 
    border: 1px solid #aaa; 
    border-left: 10px solid #608ec2;     /* Default "notice" blue */
}
table.ambox th.ambox-text, table.ambox td.ambox-text {      /* The message body cell(s) */
    padding: .25em .5em;              /* 0.5em left/right */
    width: 100%;                      /* Make all templates the same width regardless of text size */
}
table.ambox td.ambox-image {          /* The left image cell */
    padding: 2px 0 2px .5em;         /* 0.5em left, 0px right */
    text-align: center;
    vertical-align: middle;
}
table.ambox td.ambox-imageright {     /* The right image cell */
    padding: 2px 4px 2px 0;         /* 0px left, 4px right */
    text-align: center;
    vertical-align: middle; 
}
table.ambox-notice {
    border-left: 10px solid #608ec2;     /* Blue */
/* border-right: 10px solid #608ec2; */  /* If you want two blue bars */
}
table.ambox-delete,
table.ambox-serious {
    border-left: 10px solid #b22222;     /* Red */
}
table.ambox-content {
    border-left: 10px solid #f28500;     /* Orange */
}
table.ambox-style {
    border-left: 10px solid #f4c430;     /* Yellow */
}
table.ambox-merge {
    border-left: 10px solid #9932cc;     /* Purple */
}
table.ambox-protection {
    border-left: 10px solid #bba;        /* Gray */
}
table.ambox.ambox-mini {                 /* small floating box variant */
    float: right;
    clear: right;
    margin-left: 1em;
    width: 25%;
}
.ambox + .ambox, .topbox + .ambox, .ambox + .topbox{
    border-top-width:0;
}


/* Klickbar högtalarikon i [[Mall:Audio]] */
.audiolink a {
    background: url("//upload.wikimedia.org/wikipedia/commons/f/f7/Loudspeaker.png") center left no-repeat !important;
    padding-left: 16px !important;
    padding-right: 0 !important;
}

/* För malldokumentation, se [[Mall:Dokumentation]] */
.template-documentation {
    clear: both;
    margin-top: 1em;
    border: 1px solid #aaa; 
    background-color: #ecfcf4; 
    padding: 1em;
    overflow: auto;
}

/* standardskin för Mall:Navbox */
table.navbox {            /* navbox container style */
  border:1px solid #aaa;
  width:100%; 
  margin:auto;
  clear:both;
  font-size:88%;
  text-align:center;
  padding:1px;
}
table.navbox + table.navbox {
  margin-top:-1px;        /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
}
.navbox-title, .navbox-abovebelow, table.navbox th {
  text-align:center;      /* title and above/below styles */
  padding-left:1em;
  padding-right:1em;
}
.navbox-group {           /* group style */
  white-space:nowrap;
  text-align:right;
  font-weight:bold;
  padding-left:1em;
  padding-right:1em;
}
.navbox, .navbox-subgroup {
  background:#fdfdfd;     /* Background color */
}
.navbox-list {
  border-color:#fdfdfd;   /* Must match background color */
}
.navbox-title, table.navbox th {
  background:#b0c4de;     /* Level 1 color */
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
  background:#d0e0f5;     /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
  background:#deeafa;     /* Level 3 color */
}
.navbox-even {
  background:#f7f7f7;     /* Even row striping */
}
.navbox-odd {
  background:transparent; /* Odd row striping */
}

/* Markera omdirigeringssidor i kategorier, på Special:Allpages 
   och i malllistan under redigeringsrutan */
.redirect-in-category,
.allpagesredirect,
.templatesUsed .mw-redirect {
 font-style: italic;
}

/*Molning bakgrund*/
.cloud {
 background: url(//upload.wikimedia.org/wikipedia/commons/0/0b/Cirrus_over_Warsaw%2C_June_26%2C_2005.jpg) 35% 50% no-repeat !important;
}

.hiddenref .references {
 display: none;
}

/* Förbättrad stil på [[Special:Systemmeddelanden]] */
table#allmessagestable{
 border-collapse:collapse;
 margin-top:.2em;
}
table#allmessagestable tr.def td, table#allmessagestable tr.new td, table#allmessagestable tr.orig td{
 padding:.2em;
}

/* Styling for citations */
cite {
    font-style: normal;
}

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

/* Behövs för att [[Mall:TOClimit]] ska fungera. */
.toclimit-2 .toclevel-2,
.toclimit-3 .toclevel-3,
.toclimit-4 .toclevel-4,
.toclimit-5 .toclevel-5,
.toclimit-6 .toclevel-6,
.toclimit-7 .toclevel-7 { display: none; }


/* Standardstorlek på <small>-taggen */
small{
 font-size:80%;
}

/* Standardtabeller med genomskinlig bakgrund (istället för vit) */
table{
  background:transparent;
}

/* Stil för tabeller med bara siffror */
table.numbertable td{
 text-align:right;
}

/* Döljer alla 'tomma' p-taggar */
p>br:only-child {
	display: none;
}
#siteNotice p>br:only-child {
	display: inline;
}

/* Felmeddelanden */
.error{
  font-size:1.1em;
  color:red;
  font-weight:bold;
}


/* systerprojektlänkar i vänsterpanelen */

ul.interProject { 
  list-style: none;
  padding-left: 0; 
  margin-left: 0;
}

li.interProject,
/* specifikt för Vector; ovanstående "tar" inte av någon anledning */
#mw-panel div.portal div.body ul.interProject li.interProject { 
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 18px; 
  margin-left: 0;
}

li.commons {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Commons-logo.svg/14px-Commons-logo.svg.png");
}

li.wiktionary {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/f9/Wiktionary_small.svg/16px-Wiktionary_small.svg.png");
}

li.wikibooks {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikibooks-logo.svg/16px-Wikibooks-logo.svg.png");
}

li.wikiquote {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/15px-Wikiquote-logo.svg.png");
}

li.wikisource {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource-logo.svg/15px-Wikisource-logo.svg.png");
}

li.wikinews {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Wikinews_waves_Left.png/15px-Wikinews_waves_Left.png");
}

li.wikispecies {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/d/df/Wikispecies-logo.svg/15px-Wikispecies-logo.svg.png");
}

li.wikivoyage {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Wikivoyage-logo.svg/15px-Wikivoyage-logo.svg.png");
}

li.wikiversity {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/9/91/Wikiversity-logo.svg/15px-Wikiversity-logo.svg.png");
}

li.wikidata {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/f/ff/Wikidata-logo.svg/15px-Wikidata-logo.svg.png");
}

li.meta {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/7/75/Wikimedia_Community_Logo.svg/15px-Wikimedia_Community_Logo.svg.png");
}

li.incubator {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/e/e3/Incubator-logo.svg/15px-Incubator-logo.svg.png");
}

li.mediawiki {
  background-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/3/3d/Mediawiki-logo.png/15px-Mediawiki-logo.png");
}

/* Marginaler för <ol> och <ul> */
#content ol, #content ul,
#mw_content ol, #mw_content ul {
  margin-bottom: 0.5em;
}

/* För tabeller och annat */
.ltr #content ul{text-align:left !important}

/* Samma färger för #babel:-boxar som i [[Mall:Babel_användare]] */
div.mw-babel-box-N, table.local-babel-N { border-color: #7EF7A7; }
div.mw-babel-box-5, table.local-babel-5 { border-color: #BCFC00; }
div.mw-babel-box-4, table.local-babel-4 { border-color: #77E0E8; }
div.mw-babel-box-3, table.local-babel-3 { border-color: #99B3FF; }
div.mw-babel-box-2, table.local-babel-2 { border-color: #BFA5EB; }
div.mw-babel-box-1, table.local-babel-1 { border-color: #E5A0D5; }
div.mw-babel-box-0, table.local-babel-0 { border-color: #FFBBBB; }
div.mw-babel-box-N table, table.local-babel-N { background-color: #C5FCDC; }
div.mw-babel-box-5 table, table.local-babel-5 { background-color: #FFFF99; }
div.mw-babel-box-4 table, table.local-babel-4 { background-color: #D0F8FF; }
div.mw-babel-box-3 table, table.local-babel-3 { background-color: #E0E8FF; }
div.mw-babel-box-2 table, table.local-babel-2 { background-color: #E9E5F9; }
div.mw-babel-box-1 table, table.local-babel-1 { background-color: #F3E0F3; }
div.mw-babel-box-0 table, table.local-babel-0 { background-color: #FFEEEE; }
div.mw-babel-box-N table th, table.local-babel-N th { background-color: #7EF7A7; }
div.mw-babel-box-5 table th, table.local-babel-5 th { background-color: #BCFC00; }
div.mw-babel-box-4 table th, table.local-babel-4 th { background-color: #77E0E8; }
div.mw-babel-box-3 table th, table.local-babel-3 th { background-color: #99B3FF; }
div.mw-babel-box-2 table th, table.local-babel-2 th { background-color: #BFA5EB; }
div.mw-babel-box-1 table th, table.local-babel-1 th { background-color: #E5A0D5; }
div.mw-babel-box-0 table th, table.local-babel-0 th { background-color: #FFBBBB; }

/* För att gömma Wiki Loves Monument mobilbanner på en vanliga sidan */
#mf-wlm-banner { display: none; }

/* Döljer den i sammanhanget ologiska varningen om överskrivning av äldre version när sandlådan krattas */
.page-Wikipedia_Sandlådan #editingold { display: none; }

/* Stil för MediaWiki:Editingold. */
#editingold {
	background-color: #ff7060; 
	margin-bottom: 1em;
}

/* Stil för redigeringsfiltrets samtliga varningar. */
.abusefilter-warning {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin: 0 10%;
	padding: .25em .5em;
}

/* Stil för redigeringsfiltrets snälla varningar. */
.abusefilter-warning-kind {
	border-top: 4px solid #608EC2;
}

/* Stil för redigeringsfiltrets vanliga varningar. */
.abusefilter-warning-normal {
	border-top: 4px solid #f28500;
}

/* Stil för redigeringsfiltrets allvarliga varningar. */
.abusefilter-warning-serious {
	border-top: 4px solid #b22222;
}

/* Stil för redigeringsfiltrets snälla märken. */
.tag-kind {
	background-color: #80f7f7;
}

/* Stil för redigeringsfiltrets vanliga märken. */
.tag-normal {
	background-color: #fff777;
}

/* Stil för redigeringsfiltrets allvarliga märken. */
.tag-serious {
	background-color: #ff7777;
}

/* Stjärnan för interwikilänkar till bra artiklar */
li.badge-goodarticle { list-style-image: url("//upload.wikimedia.org/wikipedia/commons/thumb/3/37/Bra_alt.svg/9px-Bra_alt.svg.png"); }

.MainPageRight{
  width:32%;
  float:right;
}
.MainPageLeft{
  width:66%;
  float:left;
}
.MainPageMenu{
  text-align:center;
  width:100%;
  height:3em;
  padding:0;
  margin-bottom:0;
  font-size:100%;
  border-top:1px solid rgb(167, 215, 249);
  background:rgb(232, 242, 248);
  background:-webkit-linear-gradient(top, rgb(232, 242, 248) 20%, rgb(255, 255, 255) 95%);
  background:   -moz-linear-gradient(top, rgb(232, 242, 248) 20%, rgb(255, 255, 255) 95%);
  background:    -ms-linear-gradient(top, rgb(232, 242, 248) 20%, rgb(255, 255, 255) 95%);
  background:     -o-linear-gradient(top, rgb(232, 242, 248) 20%, rgb(255, 255, 255) 95%);
  background:        linear-gradient(top, rgb(232, 242, 248) 20%, rgb(255, 255, 255) 95%);
}
.MainPageMenuPortalBlock{
  float:left;
  height:3em;
  width:8%;
  padding:0.5em 0;
}
.MainPageMenuDivider{
  float:left;
  height:3em;
  width:1px; 
  background:-webkit-linear-gradient(top, rgb(167, 215, 249) 20%, rgb(255, 255, 255) 95%);
  background:   -moz-linear-gradient(top, rgb(167, 215, 249) 20%, rgb(255, 255, 255) 95%);
  background:    -ms-linear-gradient(top, rgb(167, 215, 249) 20%, rgb(255, 255, 255) 95%);
  background:     -o-linear-gradient(top, rgb(167, 215, 249) 20%, rgb(255, 255, 255) 95%);
  background:        linear-gradient(top, rgb(167, 215, 249) 20%, rgb(255, 255, 255) 95%);
}
.MainPageHeading1{
  width:100%;
  font-family:Linux Libertine, Georgia, Times, serif;
  letter-spacing:0.02em;
  font-size:2.25em;
  color:rgb(89, 89, 89);
  padding-bottom:0.25em;
}
.MainPageHeading1Gold{
  width:100%;
  font-family:Linux Libertine, Georgia, Times, serif;
  letter-spacing:0.02em;
  font-size:2.25em;
  color:rgb(181, 157, 62);
  padding-bottom:0.25em;
}
.MainPageHeading2{
  width:100%;
  margin-bottom:0.65em;
  font-family:Linux Libertine, Georgia, Times, serif;
  letter-spacing:0.04em;
  font-size:1.4em;
  color:rgb(89, 89, 89);
}
.MainPageHeading2Blue{
  width:100%;
  margin-bottom:0.65em;
  font-family:Linux Libertine, Georgia, Times, serif;
  letter-spacing:0.04em;
  font-size:1.4em;
  color:rgb(22, 54, 74);
}
.MainPageRightBlockImage{
  float:right;
  margin:0.75em 0 1em 1em;
}
.MainPageLeftBlockImage{
  float:right;
  margin:0 0 0.15em 0.25em;
}
.MainPageRightBlockFooter{
  clear:both;
  text-align:right;
  font-size:95%;
  margin-top:1.5em;
  border-top:1px solid rgb(200, 200, 200);
}
.MainPageRightBlockFooterGold{
  clear:both;
  text-align:right;
  font-size:95%;
  margin-top:1.5em;
  border-top:1px solid rgb(181, 157, 62);
}
.MainPageLeftBlock{
  padding:1.5em;
  border:1px solid rgb(222, 222, 222);
  background:rgb(248, 248, 248);  
  background:-webkit-linear-gradient(top, rgb(252, 252, 252) -20%, rgb(248, 248, 248) 25%, rgb(248, 248, 248) 60%, rgb(244, 244, 244) 100%);
  background:   -moz-linear-gradient(top, rgb(252, 252, 252) -20%, rgb(248, 248, 248) 25%, rgb(248, 248, 248) 60%, rgb(244, 244, 244) 100%);
  background:    -ms-linear-gradient(top, rgb(252, 252, 252) -20%, rgb(248, 248, 248) 25%, rgb(248, 248, 248) 60%, rgb(244, 244, 244) 100%);
  background:     -o-linear-gradient(top, rgb(252, 252, 252) -20%, rgb(248, 248, 248) 25%, rgb(248, 248, 248) 60%, rgb(244, 244, 244) 100%);
  background:        linear-gradient(top, rgb(252, 252, 252) -20%, rgb(248, 248, 248) 25%, rgb(248, 248, 248) 60%, rgb(244, 244, 244) 100%);
  margin-bottom:1.25em;
}
.MainPageLeftBlockBlue{
  padding:1.5em;
  border:1px solid rgb(167, 215, 249);
  background:rgb(232, 242, 248);
  background:-webkit-linear-gradient(top, rgb(255, 255, 255) -50%, rgb(232, 242, 248) 80%);
  background:   -moz-linear-gradient(top, rgb(255, 255, 255) -50%, rgb(232, 242, 248) 80%);
  background:    -ms-linear-gradient(top, rgb(255, 255, 255) -50%, rgb(232, 242, 248) 80%);
  background:     -o-linear-gradient(top, rgb(255, 255, 255) -50%, rgb(232, 242, 248) 80%);
  background:        linear-gradient(top, rgb(255, 255, 255) -50%, rgb(232, 242, 248) 80%);
  margin-bottom:1.25em;
}

/* Cirkeldiagram/tårtbit använder transborder: Transparent borders */
.transborder {
    border: solid transparent;
}
* html .transborder {  /* IE6 */
    border: solid #000001;
    filter: chroma(color=#000001);
}

/* Stil för MediaWiki:Edittools. */
#edittools, .edittools {
	margin-top: .1em;
	border: 1px solid #aaa;
	padding: .2em .6em .1em;
	font-size: 90%;
	background: #f9f9f9;
}


/* Stilar kopierade från frwp. Används av mallen Geobox locator multi */

.img_toogle ul {
  list-style-type: none !important;
  list-style-image: none !important;
  list-style-position: outside !important;
  text-align: center;
}

.NavContent .img_toogle {
  zoom: 1; /* be kind to IE7 */
  clear: both; /* be kind to IE7 */
}
 
.img_toogle,
.img_toogle * {
 margin: 0 auto !important;
 padding: 0 !important;
}
 
.img_toogle .a_toogle {
  display: block;
  text-align: center !important;
  font-size: 0.95em;
}
 
.img_toogle .geobox {
  position: relative
}
 
.img_toogle .geobox +.geobox {
  border-top: 5px solid #aaa
}
 
.img_toogle .geopoint {
  position: absolute;
  width: 5px;
  height: 5px;
  font-size: 1px;
  border: 1px solid #000;
  background: #F00;
}

/* slut på stilar för Geobox locator multi */

/* Döljer pop-up-ruta med reklam för betafunktionen innehållsöversättning */
/* enligt diskussion i Bybrunnen */
.cx-callout {
	display: none !important;
}

/* Gör så att ett tabbtecken är lika med fyra mellanslag, i stället för åtta.
Kodeditorn använder fyra, medan source etc använder åtta,
vilket leder till förvirring och olika utseenden. */
body {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
}