/***** Tämä sivu sisältää koko sivustoa muuttavia tyylejä. *****/
/* Katso myös: [[MediaWiki:Monobook.css]] */
/* <pre> */

/* Merkitse uudelleenohjaukset sivuilla Toiminnot:Kaikki sivut ja Toiminnot:Tarkkailulista */
.allpagesredirect { font-style: italic; }
.watchlistredir { font-style: italic; }

/* Piilottaa Etusivu tekstin */
body.page-Etusivu h1.firstHeading, body.page-Etusivu #mainpage-newsline, body.page-Etusivu #contentSub {
  display:none;
}


/* dark table style */
 table.darktable {
  border: 1px solid #606060;
  padding: 5px;
  background: #202020;
  font-size: 90%;
 }
 
 table.darktable th {
  background-color: #113A5E;
  padding: 0 0.5em;
 }
 
 table.darktable caption {
  font-size: 120%;
  font-weight: bold;   
 }
 
 table.darktable tr:not(:first-child) th {
   background-color: #112A44;
 }


 /* USERBOXES */
 table.wwusrbox {float: left; margin: 0.2em; padding: 0; border-width: 1px; border-style: solid}
 table.wwusrbox td.left, table.wwusrbox td.right {text-align: center; vertical-align: middle; font-size: 1.6em; padding: 0}
 table.wwusrbox td.main {padding: 0 4px; vertical-align: middle; line-height: 125%; font-size: 0.90em}
 
 table.wwusrbox {border-color: #aaa; background: #f8f8f8}
 table.wwusrbox td.left, table.wwusrbox td.right {background: #d8d8d8}


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

/* Foorumien tyylit (tekijät -Algorithm & -Splaka) */
.forumheader {
     border: 1px solid #aaa;
     background: #000000; 
     margin-top: 1em; padding: 12px;
}
.forumlist td.forum_edited a {
     color: black; text-decoration: none
}
.forumlist td.forum_title a {
     padding-left: 20px;
}
.forumlist td.forum_title a.forum_new {
     font-weight: bold; background: url(/images/4/4e/Forum_new.gif)
     center left no-repeat; padding-left: 20px;
}
.forumlist td.forum_title a.forum_new:visited {
     font-weight: normal; background: none; padding-left: 20px;
}
.forumlist th.forum_title {
     padding-left: 20px;
}

/* Värit tuoreet muutokset-listalla */
.mw-plusminus-pos { color: #006500; }
.mw-plusminus-neg { color: #8B0000; }
/* </pre> */