Ero sivun ”Järjestelmäviesti:Common.css” versioiden välillä

ApoWikistä
(Common.css korvattu wikipedia.eng versiolla (http://en.wikipedia.org/wiki/MediaWiki:Common.css))
(CSS-koodi, jolla saa etusivun rakenteen toteutettua ilman taulukkoa)
 
(33 välissä olevaa versiota 4 käyttäjän tekeminä ei näytetä)
Rivi 1: Rivi 1:
/*
/* Common CSS for all skins */
ATTENTION ADMINISTRATORS:
This is the CSS for all skins. Any major changes to this page or
[[MediaWiki:Monobook.css|Monobook.css]] should be first proposed on
the [[Wikipedia:Village pump (technical)|Village pump]]. 
Testing can be done on your own user Monobook.css. In [[Mozilla]] and
[[Opera (web browser)|Opera]], you can also test style changes dynamically
with the [http://www.squarefree.com/bookmarklets/webdevel.html test styles]
bookmarklet from squarefree.com. It pops up a window for adding style rules,
and updates the page as you type.
Always check with the [http://tinyurl.com/28y334 W3C CSS Validation Service]
([http://tinyurl.com/2g8bsk CVS version]) before and after any changes.
 
See also: [[Wikipedia:Catalogue of CSS classes|catalogue of CSS classes]].
Thank you.
*/
/* <pre><nowiki> */
/* Main page fixes */
#interwiki-completelist {
    font-weight: bold;
}


body.page-Main_Page #ca-delete {
/* [[en:MediaWiki:Common.css]] */
    display: none !important;
/*<pre><nowiki>*/
}


/* Add space below the toolbar */
/*****************/
#toolbar {
/* Lähteet-lista */
    margin-bottom: 6px;
/*****************/
}


/* make the list of references look smaller */
/* make the list of references look smaller */
ol.references {
ol.references {
    font-size: 100%;
  font-size: 90%;
}
}


Rivi 48: Rivi 20:
/* Please ignore any validator errors caused by these two lines */
/* Please ignore any validator errors caused by these two lines */
.references-2column {
.references-2column {
    font-size: 90%;
  font-size: 90%;
    -moz-column-count: 2;
  -moz-column-count:2;
    -webkit-column-count: 2;
  column-count:2;
    column-count: 2;
}
}
.same-bg { background: none; }


/* Highlight clicked reference in blue to help navigation */
/* Highlight clicked reference in blue to help navigation */
ol.references > li:target {
ol.references > li:target {
    background-color: #DEF;
background-color: #DEF;
}
}
 
sup.reference:target {  
sup.reference:target {  
    background-color: #DEF;
  background-color: #DEF;
}
}


/* Styling for citations */
/* Highlight data points in the info action if specified in the URL */
cite {
body.action-info :target {
    font-style: normal;
     background: #DEF;
     word-wrap: break-word;
}
}


/* If there is an inline link to a full citation, the full citation will turn blue when the inline link is clicked */
/*************/
cite:target {
/* Wikitable */
    background-color: #DEF;
/*************/
}


/* Do not expand URLs within citations for printing. The URLs should be included explicitly, to avoid confusion */
/* wikitable/prettytable class for skinning normal tables */
 
@media print {
    #content cite a.external.text:after {
        display: none;
    }
}
 
/* 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;
    }
}


/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.wikitable,
table.prettytable {
table.prettytable {
    margin: 1em 1em 1em 0;
  margin: 1em 1em 1em 0;
    background: #f9f9f9;
  background: #f9f9f9;
    border: 1px #aaa solid;
  border: 1px #aaaaaa solid;
    border-collapse: collapse;
  border-collapse: collapse;
  vertical-align: top;
}
}


table.wikitable th, table.wikitable td,
table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
table.prettytable th, table.prettytable td {
    border: 1px #aaa solid;
  border: 1px #aaaaaa solid;
    padding: 0.2em;
  padding: 0.2em;
}
}


table.wikitable th,
table.wikitable th,
table.prettytable th {
table.prettytable th {
    background: #f2f2f2;
  background: #f2f2f2;
    text-align: center;
  text-align: center;
}
}


table.wikitable caption,
table.wikitable caption,
table.prettytable caption {
table.prettytable caption {
    margin-left: inherit;
  margin-left: inherit;
    margin-right: inherit;
  margin-right: inherit;
    font-weight: bold;
}
}


table.prettytable code,
.collapseButton {          /* 'show'/'hide' buttons created dynamically */
table.wikitable code {
    float: right;          /* by the CollapsibleTables javascript in    */
     background-color: transparent;
    font-weight: normal;  /* [[MediaWiki:Common.js]] are styled here  */
     text-align: right;    /* so they can be customised.                */
    width: auto;
}
}


/* default skin for navigation boxes */
/************************/
table.navbox {            /* navbox container style */
   /* CommonsTicker styles */
  border:1px solid #aaa;
   /************************/
  width:100%;
  margin:auto;
   /* links */
  clear:both;
  .tickerDiffLink { } /* diff links in ticker */
  font-size:88%;
  .tickerMiscLink { } /* misc links in ticker */
  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:#ccccff;    /* Level 1 color */
}
.navbox-abovebelow, .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 */
}
   
   
@media print {
  /* remove list bullets */
     .navbox {
  .tickerList ul,    .tickerList ul li    { list-style: none; text-indent:-2em; margin-left:2em;  text-align:left; }
         display: none;
  .tickerList ul ul, .tickerList ul ul li { list-style: none; text-indent:0;    margin-left:1.5em; text-align:left; }
    }
 
}
  /* per-type styles */
  .tickerEntry_deleted    { }  /* entry for image deletion */
  .tickerEntry_restored    { }  /* entry for restored image */
  .tickerEntry_replaced    { }  /* entry for image replacement */
  .tickerEntry_tagged      { }  /* entry for adding/removing problem tags */
  .tickerEntry_redir      { }  /* entry for critical redirection (fot tag redirects) */
  .tickerEntry_recat      { }  /* entry for critical re-categorization (for tag categories) */
  .tickerEntry_notify      { }  /* entry for global notifications */
  .tickerEntry_changed     { }  /* entry for generic change */
 
  /* per-status styles */
  .tickerStatus_done    { text-decoration:line-through; }  /* strike through when entry has been handeled */
 
  /* per-action styles */
  .tickerAction_deleted:before    { content:" GONE "; color: #FF0000; font-family:monospace; font-weight:bold; font-size:100%; } 
  .tickerAction_restored:before    { content:" BACK "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; } 
  .tickerAction_deletedRev:before  { content:" -OLD "; color: #DDAAAA; font-family:monospace; font-weight:bold; font-size:100%; } 
  .tickerAction_replaced:before    { content:" REPL "; color: #CC88FF; font-family:monospace; font-weight:bold; font-size:100%; } 
  .tickerAction_replacedOwn:before { content:" UPDT "; color: #EEAAFF; font-family:monospace; font-weight:bold; font-size:100%; } 
  .tickerAction_addedBad:before    { content:" +VfD "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; } 
  .tickerAction_removedBad:before  { content:" -VfD "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; } 
  .tickerAction_addedGood:before  { content:" +OK  "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; } 
  .tickerAction_removedGood:before { content:" -OK  "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }
 
  /* ticker usage list */
  .tickerUsage  { font-size:80%; } 
 
  /* entry applies to a template used by multiple images */
  .tickerTemplateEntry    { font-weight: bold; }
 
  /* entry applies to sub-entries, i.e. images that use a specific template */
  .tickerSubEntry         { }                     
 
  /* minor entry styles */
  .tickerMinorEntry  { color:#666; }    /* minor entry */
  .tickerMinorEntry a,
  .tickerMinorEntry a:link,
  .tickerMinorEntry a:visited { color:#669; }
  #bodyContent .tickerMinorEntry a.extiw,
  #bodyContent .tickerMinorEntry a.extiw:link,
  #bodyContent .tickerMinorEntry a.extiw:visited { color:#669; }


/**************************/
/* Infobox template style */
/* Infobox template style */
/**************************/
.infobox {
.infobox {
    border: 1px solid #aaa;
  border: 1px solid #aaa;
    background-color: #f9f9f9;
  background-color: #f9f9f9;
    color: black;
  color: black;
    margin: 0.5em 0 0.5em 1em;
  margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
  padding: 0.2em;
    float: right;
  float: right;
    clear: right;
  clear: right;
}
}
.infobox td,
.infobox td,
.infobox th {
.infobox th {
    vertical-align: top;
  vertical-align: top;
}
}
.infobox caption {
.infobox caption {
    font-size: larger;
  font-size: larger;
    margin-left: inherit;
  margin-left: inherit;
}
}
.infobox.bordered {
.infobox.bordered {
    border-collapse: collapse;
  border-collapse: collapse;
}
}
.infobox.bordered td,
.infobox.bordered td,
.infobox.bordered th {
.infobox.bordered th {
    border: 1px solid #aaa;
  border: 1px solid #aaa;
}
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
.infobox.bordered .borderless th {
    border: 0;
  border: 0;
}
}


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


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


Rivi 231: Rivi 181:
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
.infobox.bordered .mergedtoprow th {
    border: 0;
  border: 0;
    border-top: 1px solid #aaa;
  border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
}


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


/* Styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */
 
/* styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */
 
.infobox.geography {
.infobox.geography {
    text-align: left;
  border: 1px solid #ccd2d9;
    border-collapse: collapse;
  text-align: left;
    line-height: 1.2em;  
  border-collapse: collapse;
    font-size: 90%;
  line-height: 1.2em;  
  font-size: 90%;
}
}


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


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


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


.infobox.geography .maptable td,
.infobox.geography .maptable td,
.infobox.geography .maptable th {
.infobox.geography .maptable th {
    border: 0;
      border: 0;
    padding: 0;
      padding: 0 0 0 0;
}
 
/* Väritetyt tarkkailulistan numerot, [[:en:Wikipedia:Added_or_removed_characters]] */
.mw-plusminus-pos {
  color:darkgreen;
}
}


/* Style for "notices" */
.mw-plusminus-neg {
.notice {
  color:darkred;
    margin: 1em;
    padding: 0.2em;
}
}


#disambig {
/* Läpinäkyville kuville ruututausta */
    border-top: 1px solid #ccc;  
#file img { background: url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat; }
    border-bottom: 1px solid #ccc;
 
/* IPA-mallineen merkinnät näkymään IE:llä */
.IPA {
  font-family: "Chrysanthi Unicode", "Doulos SIL", Gentium, GentiumAlt, Code2000, "TITUS Cyberbit Basic", "DejaVu Sans", "Bitstream Cyberbit", "Arial Unicode MS", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "Matrix Unicode";
  font-family /**/:inherit;
}
}


.spoiler {
/* Alleviivaamattomat IPA-linkit */
    border-top: 2px solid #ddd;
.IPA a:link, .IPA a:visited {
    border-bottom: 2px solid #ddd;
  text-decoration: none;
}
}


/* Standard talk template style */
/* Piilotetaan allekirjoituspainike artikkelinäkymässä, kiitos Splarka @ #wikimedia-tech */
/* body.ns-0 img[title="Allekirjoitus aikamerkinnällä"] { display: none; } */
/* wikibits.js päivityksen jälkeen alla oleva toimii kaikilla selaimilla */
body.ns-0 img#mw-editbutton-signature { display: none; }


.Talk-Notice  {
/* Article message box template styles */
    border: 1px solid #C0C090;
table.ambox {
    background-color: #F8EABA;
  margin: 0 10%;                        /* Will not overlap with other elements */
    margin-bottom: 3px;
  border-collapse: collapse;
    width: 85%;
  background: #fbfbfb;
     border-spacing: 3px;
  border: 1px solid #aaa;  
    margin-left: auto;
  border-left: 10px solid #1e90ff;       /* Default "notice" blue */
    margin-right: auto;
}
table.ambox th.ambox-text, table.ambox td.ambox-text {      /* The message body cell(s) */
  padding: 0.25em 0.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 0px 2px 0.5em;        /* 0.5em left, 0px right */
  text-align: center;
}
table.ambox td.ambox-imageright {     /* The right image cell */
  padding: 2px 0.9em 2px 0;          /* 2px 4px 2px 0px */
  text-align: center;
}
table.ambox-notice {
  border-left: 10px solid #1e90ff;       /* Blue */
/* border-right: 10px solid #1e90ff; */  /* If you want two blue bars */
}
}
 
table.ambox-delete,
.Talk-Notice:after {
table.ambox-serious {
   content: "The CSS for this template should be changed. See [[Wikipedia:Template Standardisation]].";
   border-left: 10px solid #b22222;       /* Red */
}
}
 
table.ambox-content {
/* Make template background appear correctly on all browsers */
  border-left: 10px solid #f28500;       /* Orange */
.Talk-Notice td {
    background: inherit;
}
}
 
table.ambox-style {
/* Persondata and other (future) metadata */
  border-left: 10px solid #f4c430;       /* Yellow */
table.InChI, /* temporary */
table.persondata {
    border: 1px solid #aaa;
    display: none;
    speak: none;
}
}
.InChI-label, /* temporary */
table.ambox-merge {
.persondata-label {
  border-left: 10px solid #9932cc;       /* Purple */
    color: #aaa;
}
}
 
table.ambox-protection {
/* Makes redirects appear in italics in categories and on [[Special:Allpages]] */
  border-left: 10px solid #bba;         /* Gray */
.redirect-in-category, .allpagesredirect {
    font-style: italic;
}
}
 
table.ambox.ambox-mini {                /* small floating box variant */
/* Class for links with loudspeaker icon next to them */
    float: right;
/* (Used in [[Template:Audio]] and the like to make the speaker clickable) */
     clear: right;
 
     margin: 0 0 0 1em;
.audiolink a {
     width: 25%;
     background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px-Loudspeaker.svg.png") center left no-repeat !important;
     padding-left: 16px !important;
     padding-right: 0 !important;
}
}


/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */
/* Icons for medialist templates (Malline:Kuuntele) */
 
div.listenlist {
div.listenlist {
     background: url("http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
     background: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
     padding-left: 40px;
     padding-left: 40px;
}
}
 
div.videolist, div.multivideolist {
div.videolist, div.multivideolist {
     background: url("http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
     background: url("//upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango-video-x-generic.png/40px-Tango-video-x-generic.png");
     padding-left: 50px;
     padding-left: 50px;
}
}
 
/* Style rules for media list templates */
/* Style rules for media list templates */
div.medialist {
div.medialist {
Rivi 362: Rivi 327:
     background-repeat: no-repeat;
     background-repeat: no-repeat;
}
}
 
div.medialist ul {
div.medialist ul {
     list-style-type: none;  
     list-style-type: none;  
Rivi 368: Rivi 333:
     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%;
Rivi 378: Rivi 343:
}
}


/* Change the external link icon to an Adobe icon for all PDF files */
/* Etusivun hakupalkki yhdelle riville, p-elementti on oletuksena
/* (in browsers that support these CSS selectors, like Mozilla and Opera) */
  block, joten se rikkoo layoutin (ko. elementti on tyhjä). --str4nd */
#bodyContent a[href$=".pdf"].external,
.page-Wikipedia_Etusivu #bodySearch p {
#bodyContent a[href*=".pdf?"].external,
  display: none
#bodyContent a[href*=".pdf#"].external,
#bodyContent a[href$=".PDF"].external,
#bodyContent a[href*=".PDF?"].external,
#bodyContent a[href*=".PDF#"].external,
#mw_content a[href$=".pdf"].external,
#mw_content a[href*=".pdf?"].external,
#mw_content a[href*=".pdf#"].external,
#mw_content a[href$=".PDF"].external,  
#mw_content a[href*=".PDF?"].external,
#mw_content a[href*=".PDF#"].external {
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;
    padding-right: 16px;
}
}


/* Change the external link icon to an Adobe icon anywhere the PDFlink class */
/* Kuvalinkit mahdollista lisätä samalle riville luokan avulla --str4nd */
/* is used (notably Template:PDFlink). This works in IE, unlike the above. */
.imagemap-inline div {
span.PDFlink a {
  display: inline;
    background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;
    padding-right: 17px !important;
}
}


span.geolink a {
/* Tiedoston tallennuksen yhteydessä näytettävä yhteenvetokenttä korkeammaksi --str4nd */
    background: url(http://upload.wikimedia.org/wikipedia/en/a/a7/Monobook-globe.png) center right no-repeat !important;
#wpUploadDescription {
    padding-right: 11px !important;
  height: 13em;
}
}


/* Content in columns with CSS instead of tables [[Template:Columns]] */
/**** NavFrame ****/
div.columns-2 div.column {
div.NavFrame {
     float: left;
     margin: 0px;
     width: 50%;
    padding: 4px;
     min-width: 300px;
     border: 1px solid #aaa;
    text-align: center;
    border-collapse: collapse;
     font-size: 95%;
}
}


div.columns-3 div.column {
div.NavFrame + div.NavFrame {
     float: left;
     border-top-style: none;
     width: 33.3%;
     border-top-style: hidden;
    min-width: 200px;
}
}
 
div.NavPic {
div.columns-4 div.column {
    background-color: #fff;
    margin: 0px;
    padding: 2px;
     float: left;
     float: left;
    width: 25%;
    min-width: 150px;
}
}
 
div.NavFrame div.NavHead {
div.columns-5 div.column {
     height: 1.6em;
     float: left;
     font-weight: bold;
     width: 20%;
     background-color: #ccf;
     min-width: 120px;
}
}
 
div.NavFrame p {
/*Add formatting to make sure that "external references" from [[Template:Ref]] do
     font-size: 100%;
  not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was
  that the HTML code contained a SPAN following the anchor A; this SPAN had the class
  "urlexpansion", which was not displayed on screen, but was shown when the medium was
  "print". The rules below ensure (a) that there is no extra padding to the right of
  the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
  the link, and (c) that this SPAN of class "urlexpansion" is never shown.
  ~~~~
*/
 
.plainlinksneverexpand {
     background: none ! important;
    padding: 0 ! important;
}
}
 
div.NavFrame div.NavContent {
.plainlinksneverexpand .urlexpansion {
     font-size: 100%;
     display: none ! important;
}
}
 
div.NavFrame div.NavContent p {
/* Make sure that ext links displayed within "plainlinksneverexpand" don't get
     font-size: 100%;
  the arrow...
*/
.plainlinksneverexpand a {
     background: none !important;
    padding: 0 !important;
}
}
 
div.NavEnd {
/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
     margin: 0px;
  following the anchor A, the anchor itself now has class "external autonumber" and the
     padding: 0px;
  expansion is inserted when printing (see the common printing style sheet at
     line-height: 1px;
  http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
  element of CSS. We have to switch this off for links due to Template:Ref!
*/
.plainlinksneverexpand a.external.text:after {
    display: none !important;
}
.plainlinksneverexpand a.external.autonumber:after {
    display: none !important;
}
 
/* Messagebox templates */
.messagebox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    width: 80%;
     margin: 0 auto 1em auto;
     padding: .2em;
}
.messagebox.merge {
    border: 1px solid #c0b8cc;
    background-color: #f0e5ff;
    text-align: center;
}
.messagebox.cleanup {
    border: 1px solid #9f9fff;
    background-color: #efefff;
     text-align: center;
}
.messagebox.standard-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
}
.messagebox.nested-talk {
    border: 1px solid #c0c090;
    background-color: #f8eaba;
    width: 100%;
    margin: 2px 0 0 0;
    padding: 2px;
}
.messagebox.small {
    width: 238px;
    font-size: 85%;
    float: right;
     clear: both;
     clear: both;
    margin: 0 0 1em 1em;
    line-height: 1.25em;
}
}
.messagebox.small-talk {
a.NavToggle {
    width: 238px;
    font-size: 85%;
     float: right;
     float: right;
    clear: both;
     margin-right: 3px;
     margin: 0 0 1em 1em;
     font-weight: normal;
     line-height: 1.25em;  
     font-size: 90%;
     background: #F8EABA;
}
}


/**** /NavFrame ***/


/* Article message box styles */
/**** Edittools ***/
table.ambox {           /* 10% = Will not overlap with other elements */
.fiwiki-feature {
     margin: -1px 10%;   /* -1px = Single border between stacked boxes in all browsers */
     color: black !important;
     border: 1px solid #aaa;  
    background-color: #ccddee !important;
     border-left: 10px solid #1e90ff;   /* Default "notice" blue */
    font-weight: bold !important;
     background: #fbfbfb;  
    font-size: 0.9em !important;
    text-decoration: none !important;
     border: thin #006699 outset !important;
     padding: 0 0.1em 0.1em 0.1em !important;
     cursor: pointer !important;
}
}
th.ambox-text, td.ambox-text {     /* The message body cell(s) */
     border: none;  
.fiwiki-feature:hover {
    padding: 0.25em 0.5em;        /* 0.5em left/right */
     text-decoration: underline;
    width: 100%;                  /* Make all templates the same width regardless of text length */
}
}
td.ambox-image {                   /* The left image cell */
     border: none;  
.specialbasic {
     padding: 2px 0 2px 0.5em;     /* 0.5em left, 0px right */
     background-color: transparent;
     text-align: center;
     padding: 0.2em;
}
     margin-right: 1em;
td.ambox-imageright {              /* The right image cell */
    border: none;
    padding: 2px 0.5em 2px 0;      /* 0px left, 0.5em right */
    text-align: center;  
}
}
   
   
table.ambox-notice {
.bordered {
     border-left: 10px solid #1e90ff;   /* Blue */
     border: 1px solid #ccc;
}
}
table.ambox-speedy {
 
    border-left: 10px solid #b22222;   /* Red */
#fiwiki-bottom-toolbar {  
    background: #fee;                   /* Pink */
  margin-top:      0em;
  border:         1px solid silver;
  padding:         0.5em;
}
}
table.ambox-delete,
 
table.ambox-serious {
.fiwiki-special-character {
    border-left: 10px solid #b22222;    /* Red */
  border-bottom:  1px solid gray;
  border-right:   1px solid gray;
  padding-left:   0.3em;
  padding-right:  0.3em;
  background:      silver;
  font-size:      medium;
  cursor:          pointer;
}
}
table.ambox-content {
 
    border-left: 10px solid #f28500;   /* Orange */
#fiwiki-templatetable {
  padding:        0.5em;
  border:         1px solid #aa8;
}
}
table.ambox-style {
 
    border-left: 10px solid #f4c430;   /* Yellow */
.fiwiki-templatefeature {
  padding:        0.1em;
  background:      #ffd;
  border:         1px solid #aa8;
  font-size:      x-small;
  color:          gray;
  text-decoration: underline;
  cursor:          pointer;
}
}
table.ambox-move,
 
table.ambox-merge {
/**** /Edittools ***/
    border-left: 10px solid #9932cc;   /* Purple */
 
/**** Etusivu ****/
.today_img {
  float: right;
  padding: 1px;
  margin-left: 2px;
  width: 104px;
  text-align: center;
  font-size: 80%;
  line-height: 1.2;
}
}
table.ambox-protection {
.today_img .image {
    border-left: 10px solid #bba;       /* Gray-gold */
  display: block;
}
}
table.ambox.ambox-mini {   /* Small floating box variant */
 
    float: right;
/* Etusivun Etusivu-otsikon poisto */
    clear: right;
body.page-Etusivu.action-view h1.firstHeading, body.page-Etusivu.action-submit h1.firstHeading { display: none; }
    margin: 0 0 0 1em;
 
    width: 25%;
/**** /Etusivu ***/
 
/* Korostetaan ohjaukset sivulla [[Special:Allpages]]. */
.allpagesredirect a {
  border-bottom: 2px dotted #00bbff;
}
}
@media print {             /* Do not print article message boxes */
 
    .ambox {
/* Estosivun formin visualClearin poisto */
        display: none;
.mw-special-Block form.visualClear { clear: none !important; }
    }
 
/* FlaggedRevs ikoni sivun yläkulmasta väliaikaisesti piiloon */
div.flaggedrevs_short  { display:none  }
div.flaggedrevs_basic { display:none }
div.flaggedrevs_notice {display:none }
.flaggedrevs_preview { display:block !important }
 
/* Muokkausruudun yläpuolella oleva ilmoitus siitä, että artikkelissa on arvioimattomia muutoksia */
/* TESTAUS näkyvyydestä 4.1.2014: voiko tämän pakottaa näkyviin kaikille lukijoille. --Pxos */
.flaggedrevs_editnotice {display:block !important }
 
/* Seulontakäyttöliittymän erilaisten tekstien piilottaminen tavallisilta lukijoilta */
.mw-fr-reviewlink { display:none  }
.fr-diff-ratings { display:none  }
.flaggedrevs_reviewform  {display:none}
.fr-hist-basic-user  {display:none}
.fr-hist-basic-auto {display:none}
.fr-hist-quality-user {display:none}
.fr-hist-quality-auto {display:none}
 
/* Piilottaa palauta-linkit tuoreista muutoksista ja tarkkailulistalta.  */
/* UL.special > LI > SPAN.mw-rollback-link  { display:none } */
 
/* Tekstin "päivitetty viimeisimmän käyntisi jälkeen" väritys */
/* Teksti tullut historiatietoihin MediaWiki 1.20 -version päivityksen yhteydessä */
span.updatedmarker {
font-size:x-small;
color: #040;
background-color: #ff8;
}
}


/* Image message box styles */
/* Muokkausyhteenvetokenttä näkyvämmän väriseksi */
table.imbox {
input#wpSummary{ background-color:#FFFF99;}
    margin: 4px 10%;  
 
    border-collapse: collapse;
/* Mahdollistaa keskittämättömän hakulaatikon luomisen */
    border: 3px solid #1e90ff;    /* Default "notice" blue */
.noncentered > div { text-align:inherit !important }
    background: #fbfbfb;
 
/* Poistaa kahden NavFramen välisen välin
- lisätty 24.10.2012 Käyttäjä:Olli:n pyynnöstä --Zache
*/
.NavFrame + .NavFrame {
margin-top: -1px;
}
}
.imbox-text .imbox {     /* For imboxes inside imbox-text cells. */
 
     margin: 0 -0.5em;    /* 0.9 - 0.5 = 0.4em left/right. */
/*** scripted multicolumn no-wikistä ***/
.multicol-verysmall .multicol + ul, .multicol-verysmall .multicol + ol { column-count: 1; -moz-column-count: 1; -webkit-column-count: 1; }
.multicol-xx-small  .multicol + ul, .multicol-xx-small  .multicol + ol { column-count: 1; -moz-column-count: 1; -webkit-column-count: 1; }
.multicol-x-small  .multicol + ul, .multicol-x-small  .multicol + ol { column-count: 2; -moz-column-count: 2; -webkit-column-count: 2; }
.multicol-small     .multicol + ul, .multicol-small    .multicol + ol { column-count: 3; -moz-column-count: 3; -webkit-column-count: 3; }
.multicol-normal    .multicol + ul, .multicol-normal    .multicol + ol { column-count: 4; -moz-column-count: 4; -webkit-column-count: 4; }
.multicol-large    .multicol + ul, .multicol-large     .multicol + ol { column-count: 5; -moz-column-count: 5; -webkit-column-count: 5; }
.multicol-x-large  .multicol + ul, .multicol-x-large  .multicol + ol { column-count: 6; -moz-column-count: 6; -webkit-column-count: 6; }
.multicol-xx-large  .multicol + ul, .multicol-xx-large  .multicol + ol { column-count: 7; -moz-column-count: 7; -webkit-column-count: 7; }
.multicol-verylarge .multicol + ul, .multicol-verylarge .multicol + ol { column-count: 8; -moz-column-count: 8; -webkit-column-count: 8; }
 
/* Muokkauspisteet-sivun tyylit */
.contributionscores-wrapper      {  }
.contributionscores-title        { background-color: #aaaaaa; margin-bottom: 0px; padding-left: .4em; }
.contributionscores .header { background-color: #cccccc; border-bottom: 1px solid #999999; font-weight: bold; }
.contributionscores .odd        { background-color: #eeeeee; }
.contributionscores .header td  { padding-left: .2em; padding-right: .2em; }
.contributionscores .content  { padding-left: .2em; padding-right: .2em; }
 
/* Style for horizontal lists (separator following item).
  @source mediawiki.org/wiki/Snippets/Horizontal_lists
  @revision 8 (2016-05-21)
  @author [[User:Edokter]]
*/
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
    padding: 0;
}
}
.mbox-inside .imbox {    /* For imboxes inside other templates. */
/* Display list items inline */
     margin: 4px;
.hlist dd,
.hlist dt,
.hlist li {
     margin: 0;
    display: inline;
}
}
th.imbox-text, td.imbox-text {    /* The message body cell(s) */
/* Display nested lists inline */
    border: none;
.hlist.inline,
    padding: 0.25em 0.9em;        /* 0.9em left/right */
.hlist.inline dl,
     width: 100%;
.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;
}
}
td.imbox-image {                  /* The left image cell */
/* Hide empty list items */
    border: none;
.hlist .mw-empty-li {
    padding: 2px 0 2px 0.9em;    /* 0.9em left, 0px right */
     display: none;
     text-align: center;  
}
}
td.imbox-imageright {            /* The right image cell */
/* Generate interpuncts */
    border: none;
.hlist dt:after {
     padding: 2px 0.9em 2px 0;    /* 0px left, 0.9em right */
     content: ": ";
    text-align: center;  
}
}
.hlist dd:after,
table.imbox-notice {
.hlist li:after {
     border: 3px solid #1e90ff;   /* Blue */
     content: " · ";
    font-weight: bold;
}
}
table.imbox-speedy {
.hlist dd:last-child:after,
    border: 3px solid #b22222;    /* Red */
.hlist dt:last-child:after,
     background: #fee;             /* Pink */
.hlist li:last-child:after {
     content: none;
}
}
table.imbox-delete {
/* Add parentheses around nested lists */
     border: 3px solid #b22222;   /* Red */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
     content: " (";
    font-weight: normal;
}
}
table.imbox-content {
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
    border: 3px solid #f28500;    /* Orange */
.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 {
table.imbox-style {
     content: ")";
     border: 3px solid #f4c430;   /* Yellow */
    font-weight: normal;
}
}
table.imbox-move {
/* Put ordinals in front of ordered list items */
     border: 3px solid #9932cc;   /* Purple */
.hlist ol {
     counter-reset: listitem;
}
}
table.imbox-protection {
.hlist ol > li {
     border: 3px solid #bba;       /* Gray-gold */
     counter-increment: listitem;
}
}
table.imbox-license {
.hlist ol > li:before {
     border: 3px solid #88a;      /* Dark gray */
     content: " " counter(listitem) "\a0";
    background: #f7f8ff;         /* Light gray */
}
}
table.imbox-featured {
.hlist dd ol > li:first-child:before,
     border: 3px solid #cba135;   /* Brown-gold */
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
     content: " (" counter(listitem) "\a0";
}
}


/* Category message box styles */
/* Default style for navigation boxes */
table.cmbox {
.navbox {                     /* Navbox container style */
     margin: -1px 10%;
     box-sizing: border-box;
     border: 1px solid #aaa;
     border: 1px solid #a2a9b1;
    background: #DFE8FF;          /* Default "notice" blue */
}
th.cmbox-text, td.cmbox-text {    /* The message body cell(s) */
    border: none;  
    padding: 0.25em 0.5em;        /* 0.5em left/right */
     width: 100%;
     width: 100%;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
    margin: 1em auto 0;      /* Prevent preceding content from clinging to navboxes */
}
}
td.cmbox-image {                   /* The left image cell */
.navbox .navbox {
     border: none;
     margin-top: 0;           /* No top margin for nested navboxes */
    padding: 2px 0 2px 0.5em;     /* 0.5em left, 0px right */
    text-align: center;
}
}
td.cmbox-imageright {             /* The right image cell */
.navbox + .navbox {
     border: none;
     margin-top: -1px;         /* Single pixel border between adjacent navboxes */
    padding: 2px 0.8em 2px 0;      /* 0px left, 0.8em right */
    text-align: center;
}
}
.navbox-inner,
table.cmbox-notice {
.navbox-subgroup {
     background: #DFE8FF;   /* Blue */
     width: 100%;
}
}
table.cmbox-speedy {
.navbox-group,
    margin-top: 1px;
.navbox-title,
    margin-bottom: 1px;
.navbox-abovebelow {
     border: 4px solid #b22222;   /* Red */
     padding: 0.25em 1em;     /* Title, group and above/below styles */
     background: #FFDBDB;         /* Pink */
     line-height: 1.5em;
    text-align: center;
}
}
table.cmbox-delete {
th.navbox-group {             /* Group style */
     background: #FFDBDB;   /* Red */
     white-space: nowrap;
    /* @noflip */
    text-align: right;
}
}
table.cmbox-content {
.navbox,
     background: #FFE7CE;   /* Orange */
.navbox-subgroup {
     background: #fdfdfd;     /* Background color */
}
}
table.cmbox-style {
.navbox-list {
     background: #FFF9DB;    /* Yellow */
     line-height: 1.5em;
    border-color: #fdfdfd;    /* Must match background color */
}
}
table.cmbox-move {
/* cell spacing. .navbox-spacing-temp can be removed after the template change finished */
     background: #F1D0FF;   /* Purple */
.navbox-spacing-temp.navbox tr + tr > th,
.navbox-spacing-temp.navbox tr + tr > td,
.navbox-spacing-temp.navbox-subgroup tr + tr > th,
.navbox-spacing-temp.navbox-subgroup tr + tr > td {   /* Borders above 2nd, 3rd, etc. rows */
     border-top: 2px solid #fdfdfd; /* Must match background color */
}
}
table.cmbox-protection {
.navbox th,
     background: #EFEFE1;   /* Gray-gold */
.navbox-title {
     background: #ccccff;     /* Level 1 color */
}
}
 
.navbox-abovebelow,
 
th.navbox-group,
/* Put a checker background at the image description page only visible if the image has transparent background */
.navbox-subgroup .navbox-title {
#file img {
     background: #ddddff;      /* Level 2 color */
     background: url("http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat;
}
}
 
.navbox-subgroup .navbox-group,
/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6. The empty comment must remain. Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]]. */
.navbox-subgroup .navbox-abovebelow {
.IPA {
     background: #e6e6ff;     /* Level 3 color */
     font-family: "Charis SIL", "Doulos SIL", Gentium, GentiumAlt, "DejaVu Sans", Code2000, "TITUS Cyberbit Basic", "Arial Unicode MS", "Lucida Sans Unicode", "Chrysanthi Unicode";
    font-family /**/:inherit;
}
}
.Unicode {
.navbox-even {
     font-family: Code2000, Code2001, "Free Serif", "TITUS Cyberbit Basic", "Doulos SIL", "Chrysanthi Unicode", "Bitstream Cyberbit", "Bitstream CyberBase", Thryomanes, Gentium, GentiumAlt, "Lucida Grande", "Free Sans", "Arial Unicode MS", "Microsoft Sans Serif", "Lucida Sans Unicode";
     background: #f7f7f7;     /* Even row striping */
    font-family /**/:inherit;
}
}
.latinx {
.navbox-odd {
     font-family: Code2000, Code2001, "TITUS Cyberbit Basic", "Microsoft Sans Serif";
     background: transparent; /* Odd row striping */
    font-family /**/:inherit;
}
}
.polytonic {
.navbox .hlist td dl,
    font-family: "Athena Unicode", Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000;
.navbox .hlist td ol,
    font-family /**/:inherit;
.navbox .hlist td ul,
}
.navbox td.hlist dl,
.mufi {
.navbox td.hlist ol,
     font-family: Alphabetum, Cardo, LeedsUni, Junicode, "TITUS Cyberbit Basic", ALPHA-Demo;
.navbox td.hlist ul {
     padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}
}


/* Pseudo-classes in support of [[Template:lang]]. */
/* Default styling for Navbar template */
 
.navbar {
:lang(he) {
    display: inline;
     font-family: "SBL Hebrew", "Ezra SIL SR", "Ezra SIL", Cardo, "Chrysanthi Unicode", "TITUS Cyberbit Basic", "Arial Unicode MS", Narkisim, "Times New Roman";
     font-size: 88%;
     font-family /**/:inherit;
     font-weight: normal;
}
}
:lang(fa) {
.navbar ul {
    font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
     display: inline;
    font-family /**/:inherit;
     white-space: nowrap;
}
:lang(ps) {
    font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
    font-family /**/:inherit;
}
:lang(ur) {
    font-family: "Nafees Nastaleeq", "Pak Nastaleeq", PDMS_Jauhar;
    font-family /**/:inherit;
}
:lang(sux-Xsux) {
    font-family: Akkadian;
    font-family /**/:inherit;
}
:lang(ja) {
      font-family: Code2000, "Arial Unicode MS", "Bitstream Cyberbit", "Bitstream CyberCJK", IPAGothic, IPAPGothic, IPAUIGothic, "Kochi Gothic", IPAMincho, IPAPMincho;
     font-family /**/:inherit;
}
:lang(ko) {
    font-family: "Adobe Myungjo Std M", AppleMyungjo, "Baekmuk Batang", "Baekmuk Gulim", Batang, Dotum, DotumChe, Gulim, GulimChe, HYGothic-Extra, HYMyeongJo-Extra, "New Gulim", UnBatang, UnDotum, UnYetgul, UWKMJF;
    font-family /**/:inherit;
}
:lang(zh-Hans) {
    font-family: "Adobe Song Std L", "AR PL ShanHeiSun Uni", "AR PL ShanHeiSun Uni MBE", "MS Hei", "MS Song", SimHei;
    font-family /**/:inherit;
}
:lang(zh-Hant) {
    font-family: "Adobe Ming Std L", "AR PL New Sung", "AR PL ZenKai Uni", "AR PL ZenKai Uni MBE", MingLiU, PMingLiU;
    font-family /**/:inherit;
}
:lang(grc) {
    font-family: "Athena Unicode", Gentium, "Palatino Linotype", "Arial Unicode MS", "Lucida Sans Unicode", "Lucida Grande", Code2000;
    font-family /**/:inherit;
}
 
#wpSave {
     font-weight: bold;
}
}
 
.mw-body-content .navbar ul {
/* class hiddenStructure is defunct. See [[Wikipedia:hiddenStructure]] */
     line-height: inherit;
.hiddenStructure {
     display: inline ! important;
    color: #f00;
    background-color: #0f0;
}
}
 
.navbar li {
/* suppress missing interwiki image links where #ifexist cannot be used due to high number of requests */
    word-spacing: -0.125em;
/* use restricted to rail icon management pages */
/* see .hidden-redlink on http://meta.wikimedia.org/wiki/MediaWiki:Common.css */
.check-icon a.new {
    display: none;
    speak:none;
}
}
 
.navbar.mini li abbr[title] {
/* Removes underlines from links */
  font-variant: small-caps;
.nounderlines a {
  border-bottom: none;
    text-decoration: none;
  text-decoration: none;
  cursor: inherit;
}
}
 
/* Navbar styling when nested in infobox and navbox */
/* Remove underline from IPA links */
.infobox .navbar {
.IPA a:link, .IPA a:visited {
    text-decoration: none;
}
 
/* Removes useless links from printout */
@media print {
    #privacy, #about, #disclaimer {display:none;}
}
 
#EnWpMpBook { background-image: url(http://upload.wikimedia.org/wikipedia/en/7/7e/MP-open-book.png); }
#EnWpMpSearch { background: url(http://upload.wikimedia.org/wikipedia/en/a/ae/MP-magnifying-glass.png) no-repeat top right; }
#EnWpMpSearchInner { float: right; width: 20em; text-align: center; }
#EnWpMpBook2 { background-image: url(http://upload.wikimedia.org/wikipedia/commons/8/8e/MP-open-book2.png); }
 
/* Standard Navigationsleisten, aka box hiding thingy from .de.  Documentation at [[Wikipedia:NavFrame]]. */
 
div.Boxmerge,
div.NavFrame {
    margin: 0;
    padding: 4px;
    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: 2px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
    position:relative;
}
div.NavFrame p {
     font-size: 100%;
     font-size: 100%;
}
}
div.NavFrame div.NavContent {
.navbox .navbar {
    display: block;
     font-size: 100%;
     font-size: 100%;
}
}
div.NavFrame div.NavContent p {
.navbox-title .navbar {
    font-size: 100%;
     /* @noflip */
}
     float: left;
div.NavEnd {
     /* @noflip */
     margin: 0;
     text-align: left;
     padding: 0;
     /* @noflip */
     line-height: 1px;
    margin-right: 0.5em;
    clear: both;
}
a.NavToggle {
    position: absolute;
     top: 0;
    right: 3px;
    font-weight: normal;
     font-size: 90%;
}
 
/* Coloured watchlist numbers */
.mw-plusminus-pos {
    color: #006400; /* darkgreen */
}
}


/* .mw-plusminus-null currently at developer default */
img {
 
padding: 0.25em;
.mw-plusminus-neg {
    color: #8B0000; /* darkred */
}
}


.dablink {
#ylaboksi {
    font-style: italic;
background:#f9f9f9;  
    padding-left: 2em;
margin:0 auto 6px auto;
border:1px solid #ddd;
}
}


.dablink i {
#mp-topbanner {
    font-style: normal;
display: inline-block;
text-align:center;
max-width: 64%;
vertical-align:top;
margin-left: 1em;
}
}


/* Style for horizontal UL lists */
#otsikko {
.horizontal ul {
font-size:162%;
    padding: 0;
border:none;  
    margin: 0;
margin:0;
padding:.1em;
color:#000;
}
}


.horizontal li {  
#boxtwo {
    padding: 0 0.6em 0 0.4em;
display: inline-block;
    display: inline;
max-width:13%;
    border-right: 1px solid;
min-width:150px;
font-size:95%;
vertical-align:top;  
}
}


.horizontal li:last-child {
#boxthree {
    border-right: none;
display: inline-block;
    padding-right: 0;
max-width:23%;
font-size:95%;
vertical-align:top;  
}
}


/* Geographical coordinates
#mp-upper {
 
width: 100%; margin:0 0 0 0; background:none; border-spacing: 0px; display: inline-block;
To display coordinates using the notation in the source code, write this in your User:Username/monobook.css:
  .geo-default { display: inline } .geo-nondefault { display: none }
  .geo-dec { display: inline } .geo-dms { display: inline }
 
To display coordinates using decimal notation, write this in your User:Username/monobook.css:
  .geo-default { display: inline } .geo-nondefault { display: inline }
  .geo-dec { display: inline } .geo-dms { display: none }
 
To display coordinates using DMS notation, write this in your User:Username/monobook.css:
  .geo-default { display: inline } .geo-nondefault { display: inline }
  .geo-dec { display: none }  .geo-dms { display: inline }


To display coordinates in both decimal and DMS notation, write this in your User:Username/monobook.css:
  .geo-default { display: inline } .geo-nondefault { display: inline }
  .geo-dec { display: inline }  .geo-dms { display: inline }
  .geo-multi-punct { display: inline }
See [[Template:Coor link]] for how these are used.
Note that the classes "geo", "longitude", and "latitude" are not just styles but also used by the [[Geo microformat]], so the names should not be changed.
*/
.geo-default { display: inline; }
.geo-nondefault { display: none; }
.geo-dms { display: inline; }
.geo-dec { display: inline; }
.geo-multi-punct { display: none; }
.longitude, .latitude {
    white-space: nowrap;
}
}
 
.MainPageBG {
/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */
display: inline-block;
.geo { }
width:49%;  
 
border:1px solid #cef2e0;  
/***** end Geo-related */
background:#f5fffa;  
 
vertical-align:top;  
/* When <div class="nonumtoc"> is used on the table of contents, the ToC will display without numbers */
color:#000;
.nonumtoc .tocnumber { display:none; }
clear:both;
.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 {
    margin: 0 0 0 2em;  
}
}


/* Allow limiting of which header levels are shown in a TOC; <div class="toclimit-3">, for
.grid {
  instance, will limit to showing ==headings== and ===headings=== but no further (as long as
  -webkit-box-sizing: border-box;
  there are no =headings= on the page, which there shouldn't be according to the MoS). */
          box-sizing: border-box;
.toclimit-2 .toclevel-2 {display:none;}
  -webkit-column-count: 2;
.toclimit-3 .toclevel-3 {display:none;}
    -moz-column-count: 2;
.toclimit-4 .toclevel-4 {display:none;}
          column-count: 2;
.toclimit-5 .toclevel-5 {display:none;}
  -webkit-column-gap: 0;
.toclimit-6 .toclevel-6 {display:none;}
    -moz-column-gap: 0;
.toclimit-7 .toclevel-7 {display:none;}
          column-gap: 0;
 
  position: relative;
/* 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;}
 
/* Styling for Template:Quote */
 
blockquote.templatequote { margin-top: 0; }
 
blockquote.templatequote div.templatequotecite {
    line-height: 1em;
    text-align: left;
    padding-left: 2em;
    margin-top: 0;
}
 
blockquote.templatequote div.templatequotecite cite {
    font-size: 85%;
}
 
div.user-block {
    padding: 5px;
    border: 1px solid #A9A9A9;
    background-color: #FFEFD5;
}
 
/* Prevents line breaks in links; see docs at Template:Nowraplinks */
 
.nowraplinks a {
    white-space: nowrap;
}
}
 
.grid-element {
/* For template documentation */
  margin: 0;
.template-documentation {
  padding: 5px;
    clear: both;
  -webkit-column-break-inside: avoid;
    margin: 1em 0 0 0;
  page-break-inside: avoid;
    border: 1px solid #aaa;  
  break-inside: avoid;
    background-color: #ecfcf4;  
    padding: 5px;
}
}


.thumbinner {
    min-width: 100px;
}


/* Inline div's in ImageMaps (code borrowed from de.wiki) */
@media screen and (max-width: 660px) {
.imagemap-inline div {
#mp-topbanner{
    display: inline;
max-width: 100%;
}
}
 
/* Increase the height of the image upload box */
#boxtwo {
#wpUploadDescription {
max-width: 100%;
    height: 13em;
}
}
#boxthree {
max-width: 100%;
}


/* Reduce line-height for <sup> and <sub> */
#otsikko {
sup, sub {
    font-size: 5.3vw;
    line-height: 1em;
}
.MainPageBG {
width:100%;
}
.grid {
-webkit-column-count: 1;
    -moz-column-count: 1;
        column-count: 1;
}
}
}


/* </nowiki></pre> */
/*</nowiki></pre>*/

Nykyinen versio 24. joulukuuta 2019 kello 23.29

/* Common CSS for all skins */

/* [[en:MediaWiki:Common.css]] */
/*<pre><nowiki>*/

/*****************/
/* Lähteet-lista */
/*****************/

/* make the list of references look smaller */
ol.references {
   font-size: 90%;
}

.references-small { font-size: 90%;}

/* 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 {
  font-size: 90%;
  -moz-column-count:2;
  column-count:2;
}

/* Highlight clicked reference in blue to help navigation */
 
ol.references > li:target {
 background-color: #DEF;
}
 
sup.reference:target { 
  background-color: #DEF;
}

/* Highlight data points in the info action if specified in the URL */
body.action-info :target {
    background: #DEF;
}

/*************/
/* Wikitable */
/*************/

/* wikitable/prettytable class for skinning normal tables */

table.wikitable,
table.prettytable {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
  vertical-align: top;
}

table.wikitable th, table.wikitable td,
table.prettytable th, table.prettytable td {
  border: 1px #aaaaaa solid;
  padding: 0.2em;
}

table.wikitable th,
table.prettytable th {
  background: #f2f2f2;
  text-align: center;
}

table.wikitable caption,
table.prettytable caption {
  margin-left: inherit;
  margin-right: inherit;
}

.collapseButton {          /* 'show'/'hide' buttons created dynamically */
    float: right;          /* by the CollapsibleTables javascript in    */
    font-weight: normal;   /* [[MediaWiki:Common.js]] are styled here   */
    text-align: right;     /* so they can be customised.                */
    width: auto;
}

/************************/
  /* CommonsTicker styles */
  /************************/
 
  /* links */
  .tickerDiffLink { } /* diff links in ticker */
  .tickerMiscLink { } /* misc links in ticker */
 
  /* remove list bullets */
  .tickerList ul,    .tickerList ul li    { list-style: none; text-indent:-2em; margin-left:2em;   text-align:left; }
  .tickerList ul ul, .tickerList ul ul li { list-style: none; text-indent:0;    margin-left:1.5em; text-align:left; }

  /* per-type styles */
  .tickerEntry_deleted     { }  /* entry for image deletion */
  .tickerEntry_restored    { }  /* entry for restored image */
  .tickerEntry_replaced    { }  /* entry for image replacement */
  .tickerEntry_tagged      { }  /* entry for adding/removing problem tags */
  .tickerEntry_redir       { }  /* entry for critical redirection (fot tag redirects) */
  .tickerEntry_recat       { }  /* entry for critical re-categorization (for tag categories) */
  .tickerEntry_notify      { }  /* entry for global notifications */
  .tickerEntry_changed     { }  /* entry for generic change */

  /* per-status styles */
  .tickerStatus_done     { text-decoration:line-through; }  /* strike through when entry has been handeled */

  /* per-action styles */
  .tickerAction_deleted:before     { content:" GONE "; color: #FF0000; font-family:monospace; font-weight:bold; font-size:100%; }  
  .tickerAction_restored:before    { content:" BACK "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }  
  .tickerAction_deletedRev:before  { content:" -OLD "; color: #DDAAAA; font-family:monospace; font-weight:bold; font-size:100%; }  
  .tickerAction_replaced:before    { content:" REPL "; color: #CC88FF; font-family:monospace; font-weight:bold; font-size:100%; }  
  .tickerAction_replacedOwn:before { content:" UPDT "; color: #EEAAFF; font-family:monospace; font-weight:bold; font-size:100%; }  
  .tickerAction_addedBad:before    { content:" +VfD "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }  
  .tickerAction_removedBad:before  { content:" -VfD "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }  
  .tickerAction_addedGood:before   { content:" +OK  "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }  
  .tickerAction_removedGood:before { content:" -OK  "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }

  /* ticker usage list */
  .tickerUsage  { font-size:80%; }  

  /* entry applies to a template used by multiple images */
  .tickerTemplateEntry    { font-weight: bold; } 

  /* entry applies to sub-entries, i.e. images that use a specific template */
  .tickerSubEntry         { }                       

  /* minor entry styles */ 
  .tickerMinorEntry  { color:#666; }     /* minor entry */
  .tickerMinorEntry a,
  .tickerMinorEntry a:link,
  .tickerMinorEntry a:visited { color:#669; }
  #bodyContent .tickerMinorEntry a.extiw,
  #bodyContent .tickerMinorEntry a.extiw:link,
  #bodyContent .tickerMinorEntry a.extiw:visited { color:#669; }

/**************************/
/* Infobox template style */
/**************************/

.infobox {
   border: 1px solid #aaa;
   background-color: #f9f9f9;
   color: black;
   margin: 0.5em 0 0.5em 1em;
   padding: 0.2em;
   float: right;
   clear: right;
}
.infobox td,
.infobox th {
   vertical-align: top;
}
.infobox caption {
   font-size: larger;
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
   border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
   border: 0;
}

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

@media print {
    .infobox.sisterproject {
        display: none;
    }
}

/* styles for bordered infobox with merged rows */
.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;
}


/* styles for geography infoboxes, e.g. countries, country subdivisions, cities, etc. */

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

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

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

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

/* Väritetyt tarkkailulistan numerot, [[:en:Wikipedia:Added_or_removed_characters]] */
.mw-plusminus-pos {
  color:darkgreen;
}

.mw-plusminus-neg {
  color:darkred;
}

/* Läpinäkyville kuville ruututausta */
#file img { background: url("//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png") repeat; }

/* IPA-mallineen merkinnät näkymään IE:llä */
.IPA {
  font-family: "Chrysanthi Unicode", "Doulos SIL", Gentium, GentiumAlt, Code2000, "TITUS Cyberbit Basic", "DejaVu Sans", "Bitstream Cyberbit", "Arial Unicode MS", "Lucida Sans Unicode", "Hiragino Kaku Gothic Pro", "Matrix Unicode";
  font-family /**/:inherit;
}

/* Alleviivaamattomat IPA-linkit */
.IPA a:link, .IPA a:visited {
  text-decoration: none;
}

/* Piilotetaan allekirjoituspainike artikkelinäkymässä, kiitos Splarka @ #wikimedia-tech */
/* body.ns-0 img[title="Allekirjoitus aikamerkinnällä"] { display: none; } */
/* wikibits.js päivityksen jälkeen alla oleva toimii kaikilla selaimilla */
body.ns-0 img#mw-editbutton-signature { display: none; }

/* Article message box template styles */
table.ambox {
  margin: 0 10%;                         /* Will not overlap with other elements */
  border-collapse: collapse; 
  background: #fbfbfb; 
  border: 1px solid #aaa; 
  border-left: 10px solid #1e90ff;       /* Default "notice" blue */
}
table.ambox th.ambox-text, table.ambox td.ambox-text {      /* The message body cell(s) */
  padding: 0.25em 0.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 0px 2px 0.5em;         /* 0.5em left, 0px right */
  text-align: center; 
}
table.ambox td.ambox-imageright {     /* The right image cell */
  padding: 2px 0.9em 2px 0;           /* 2px 4px 2px 0px */
  text-align: center;
}
table.ambox-notice {
  border-left: 10px solid #1e90ff;       /* Blue */
/* border-right: 10px solid #1e90ff; */  /* 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: 0 0 0 1em;
    width: 25%;
}

/* Icons for medialist templates (Malline:Kuuntele) */
 
div.listenlist {
    background: url("//upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome-speakernotes.png/30px-Gnome-speakernotes.png");
    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 */
div.medialist {
    min-height: 50px;
    margin: 1em;
    background-position: top left;
    background-repeat: no-repeat;
}
 
div.medialist ul {
    list-style-type: none; 
    list-style-image: none;
    margin: 0;
}
 
div.medialist ul li {
    padding-bottom: 0.5em;
}
 
div.medialist ul li li {
    font-size: 91%;
    padding-bottom: 0;
}

/* Etusivun hakupalkki yhdelle riville, p-elementti on oletuksena
   block, joten se rikkoo layoutin (ko. elementti on tyhjä). --str4nd */
.page-Wikipedia_Etusivu #bodySearch p {
  display: none
}

/* Kuvalinkit mahdollista lisätä samalle riville luokan avulla --str4nd */
.imagemap-inline div {
  display: inline;
}

/* Tiedoston tallennuksen yhteydessä näytettävä yhteenvetokenttä korkeammaksi --str4nd */
#wpUploadDescription {
  height: 13em;
}

/**** NavFrame ****/
div.NavFrame {
    margin: 0px;
    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: 0px;
    padding: 2px;
    float: left;
}
div.NavFrame div.NavHead {
    height: 1.6em;
    font-weight: bold;
    background-color: #ccf;
}
div.NavFrame p {
    font-size: 100%;
}
div.NavFrame div.NavContent {
    font-size: 100%;
}
div.NavFrame div.NavContent p {
    font-size: 100%;
}
div.NavEnd {
    margin: 0px;
    padding: 0px;
    line-height: 1px;
    clear: both;
}
a.NavToggle {
    float: right;
    margin-right: 3px;
    font-weight: normal;
    font-size: 90%;
}

/**** /NavFrame ***/

/**** Edittools ***/
.fiwiki-feature {
    color: black !important;
    background-color: #ccddee !important;
    font-weight: bold !important;
    font-size: 0.9em !important;
    text-decoration: none !important;
    border: thin #006699 outset !important;
    padding: 0 0.1em 0.1em 0.1em !important;
    cursor: pointer !important;
}
 
.fiwiki-feature:hover {
    text-decoration: underline;
}
 
.specialbasic {
    background-color: transparent;
    padding: 0.2em;
    margin-right: 1em;
}
 
.bordered {
    border: 1px solid #ccc;
}

#fiwiki-bottom-toolbar { 
  margin-top:      0em;
  border:          1px solid silver;
  padding:         0.5em;
}

.fiwiki-special-character {
  border-bottom:   1px solid gray;
  border-right:    1px solid gray;
  padding-left:    0.3em;
  padding-right:   0.3em;
  background:      silver;
  font-size:       medium;
  cursor:          pointer;
}

#fiwiki-templatetable {
  padding:         0.5em;
  border:          1px solid #aa8;
}

.fiwiki-templatefeature {
  padding:         0.1em;
  background:      #ffd;
  border:          1px solid #aa8;
  font-size:       x-small;
  color:           gray;
  text-decoration: underline;
  cursor:          pointer;
}

/**** /Edittools ***/

/**** Etusivu ****/
.today_img {
  float: right;
  padding: 1px;
  margin-left: 2px;
  width: 104px;
  text-align: center;
  font-size: 80%; 
  line-height: 1.2;
}
.today_img .image {
  display: block;
}

/* Etusivun Etusivu-otsikon poisto */
body.page-Etusivu.action-view h1.firstHeading, body.page-Etusivu.action-submit h1.firstHeading { display: none; }

/**** /Etusivu ***/

/* Korostetaan ohjaukset sivulla [[Special:Allpages]]. */
.allpagesredirect a {
  border-bottom: 2px dotted #00bbff;
}

/* Estosivun formin visualClearin poisto */
.mw-special-Block form.visualClear { clear: none !important; }

/* FlaggedRevs ikoni sivun yläkulmasta väliaikaisesti piiloon */
div.flaggedrevs_short  { display:none  }
div.flaggedrevs_basic { display:none }
div.flaggedrevs_notice {display:none }
.flaggedrevs_preview { display:block !important }

/* Muokkausruudun yläpuolella oleva ilmoitus siitä, että artikkelissa on arvioimattomia muutoksia */
/* TESTAUS näkyvyydestä 4.1.2014: voiko tämän pakottaa näkyviin kaikille lukijoille. --Pxos */
.flaggedrevs_editnotice {display:block !important }

/* Seulontakäyttöliittymän erilaisten tekstien piilottaminen tavallisilta lukijoilta */
.mw-fr-reviewlink { display:none  }
.fr-diff-ratings { display:none  }
.flaggedrevs_reviewform  {display:none}
.fr-hist-basic-user  {display:none}
.fr-hist-basic-auto {display:none}
.fr-hist-quality-user {display:none}
.fr-hist-quality-auto {display:none}

/* Piilottaa palauta-linkit tuoreista muutoksista ja tarkkailulistalta.  */ 
/* UL.special > LI > SPAN.mw-rollback-link  { display:none  } */

/* Tekstin "päivitetty viimeisimmän käyntisi jälkeen" väritys */
/* Teksti tullut historiatietoihin MediaWiki 1.20 -version päivityksen yhteydessä */
span.updatedmarker {
 font-size:x-small;
 color: #040;
 background-color: #ff8;
}

/* Muokkausyhteenvetokenttä näkyvämmän väriseksi */
input#wpSummary{ background-color:#FFFF99;}

/* Mahdollistaa keskittämättömän hakulaatikon luomisen */
.noncentered > div { text-align:inherit !important }

/* Poistaa kahden NavFramen välisen välin 
- lisätty 24.10.2012 Käyttäjä:Olli:n pyynnöstä --Zache
*/
.NavFrame + .NavFrame {
margin-top: -1px;
}

/*** scripted multicolumn no-wikistä ***/
.multicol-verysmall .multicol + ul, .multicol-verysmall .multicol + ol { column-count: 1; -moz-column-count: 1; -webkit-column-count: 1; }
.multicol-xx-small  .multicol + ul, .multicol-xx-small  .multicol + ol { column-count: 1; -moz-column-count: 1; -webkit-column-count: 1; }
.multicol-x-small   .multicol + ul, .multicol-x-small   .multicol + ol { column-count: 2; -moz-column-count: 2; -webkit-column-count: 2; }
.multicol-small     .multicol + ul, .multicol-small     .multicol + ol { column-count: 3; -moz-column-count: 3; -webkit-column-count: 3; }
.multicol-normal    .multicol + ul, .multicol-normal    .multicol + ol { column-count: 4; -moz-column-count: 4; -webkit-column-count: 4; }
.multicol-large     .multicol + ul, .multicol-large     .multicol + ol { column-count: 5; -moz-column-count: 5; -webkit-column-count: 5; }
.multicol-x-large   .multicol + ul, .multicol-x-large   .multicol + ol { column-count: 6; -moz-column-count: 6; -webkit-column-count: 6; }
.multicol-xx-large  .multicol + ul, .multicol-xx-large  .multicol + ol { column-count: 7; -moz-column-count: 7; -webkit-column-count: 7; }
.multicol-verylarge .multicol + ul, .multicol-verylarge .multicol + ol { column-count: 8; -moz-column-count: 8; -webkit-column-count: 8; }

/* Muokkauspisteet-sivun tyylit */
.contributionscores-wrapper       {  }
.contributionscores-title         { background-color: #aaaaaa; margin-bottom: 0px; padding-left: .4em; }
.contributionscores .header { background-color: #cccccc; border-bottom: 1px solid #999999; font-weight: bold; }
.contributionscores .odd        { background-color: #eeeeee; }
.contributionscores .header td   { padding-left: .2em; padding-right: .2em; }
.contributionscores .content   { padding-left: .2em; padding-right: .2em; }

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

/* Default style for navigation boxes */
.navbox {                     /* Navbox container style */
    box-sizing: border-box;
    border: 1px solid #a2a9b1;
    width: 100%;
    clear: both;
    font-size: 88%;
    text-align: center;
    padding: 1px;
    margin: 1em auto 0;       /* Prevent preceding content from clinging to navboxes */
}
.navbox .navbox {
    margin-top: 0;            /* No top margin for nested navboxes */
}
.navbox + .navbox {
    margin-top: -1px;         /* Single pixel border between adjacent navboxes */
}
.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 */
}
/* cell spacing. .navbox-spacing-temp can be removed after the template change finished */
.navbox-spacing-temp.navbox tr + tr > th,
.navbox-spacing-temp.navbox tr + tr > td,
.navbox-spacing-temp.navbox-subgroup tr + tr > th,
.navbox-spacing-temp.navbox-subgroup tr + tr > td {    /* Borders above 2nd, 3rd, etc. rows */
    border-top: 2px solid #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 */
}
.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 abbr[title] {
  font-variant: small-caps;
  border-bottom: none;
  text-decoration: none;
  cursor: inherit;
}
/* 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;
}

img {
	padding: 0.25em;
}

#ylaboksi {
	background:#f9f9f9; 
	margin:0 auto 6px auto; 
	border:1px solid #ddd;
}

#mp-topbanner {
	display: inline-block;
	text-align:center;
	max-width: 64%;
	vertical-align:top; 
	margin-left: 1em;
}

#otsikko {
	font-size:162%; 
	border:none; 
	margin:0; 
	padding:.1em; 
	color:#000;
}

#boxtwo {
	display: inline-block;
	max-width:13%;
	min-width:150px;
	font-size:95%;
	vertical-align:top; 
}

#boxthree {
	display: inline-block;
	max-width:23%; 
	font-size:95%;
	vertical-align:top; 
}

#mp-upper {
width: 100%; margin:0 0 0 0; background:none; border-spacing: 0px; display: inline-block;

}
.MainPageBG {
display: inline-block;
width:49%; 
border:1px solid #cef2e0; 
background:#f5fffa; 
vertical-align:top; 
color:#000;
clear:both;
}

.grid {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
  position: relative;
}
.grid-element {
  margin: 0;
  padding: 5px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}


@media screen and (max-width: 660px) {
	#mp-topbanner{
		max-width: 100%;
	}
	
	#boxtwo {
		max-width: 100%;
	}
	
	#boxthree {
		max-width: 100%;
	}

	#otsikko {
    	font-size: 5.3vw;
	}
	
	.MainPageBG {
		width:100%;
	}
	
	.grid {
		-webkit-column-count: 1;
    	-moz-column-count: 1;
        column-count: 1;
	}
}

/*</nowiki></pre>*/