/* 

----------------------------------------------------

IMPORTANT COPYRIGHT INFORMATION

----------------------------------------------------

Archival and modernisation effort
HTML and CSS rewrite for modern standards
Copyright (c) Kriegberg

----------------------------------------------------

Kultakalan kuvalehti
Original design, graphics and text
Copyright (c) Sulake Oy

----------------------------------------------------

This site is not affiliated with, endorsed, sponsored, or specifically approved by Sulake Oy or its Affiliates. This site may use the trademarks and other intellectual property of Habbo, which is permitted under Habbo Fan Site Policy.

The content on this website is used in accordance with the Habbo Fansite Policy, Section 22 of the Finnish Copyright Act, and the Fair Use provisions of 17 U.S.C. § 107. These materials are presented solely for the purposes of documenting, archiving, and preserving internet history. All rights, trademarks, and copyrights remain the property of their respective owners. 

*/

/* Arkiston etusivu */
.arkisto {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

.arkisto_banneri {
    margin-top: 36px;
}

.arkisto_sisalto {
    width: 468px;
    background-color: #ffffff;
    border: 1px solid #000000;
    margin-bottom: 36px;
}

.arkisto_logo {
    background-image: url('./kuvat/kuvalehti_nurkassa.png');
    width: 160px;
    height: 173px;
    float: left;
    margin-right: 12px;
}

.arkisto_esittely {
    margin: 12px;
    overflow: auto;
}

.arkisto_kategoria {
    clear: left;
    margin-left: 15px;
    margin-bottom: 15px;
}

.arkisto_lehdet {
    display: flex;
    align-items: flex-start;
    margin-left: 14px;
    margin-right: 14px;
    margin-bottom: 14px;
}

.arkisto_kuvaus {
    display: flex;
    flex-direction: column;
}

.arkisto_lehdet.julkaisematon {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    filter: blur(2px);
}

.arkisto_lehdet img {
    padding-right: 14px;
}

.arkisto_lehdet a {
    color: #0000ff;
    font-weight: 700;
}

.arkisto_tietoa {
    padding-left: 15px;
    padding-right: 15px;
}

.arkisto_erotin {
    border-top: 1px dotted #000000;
    width: 280px;
    height: 1px;
    margin-right: 2px;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: auto;
}

.arkisto_erotin_levea {
    clear: left;
    border-top: 1px dotted #000000;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 12px;
    margin-bottom: 12px;
    height: 1px;
}

p.harmaa, div.harmaa {
    color: rgba(0, 0, 0, 0.6);
}

/* Kuvalehdet */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}

::selection {
    background-color: #FFCE00;
    color: #000000;
}

/* Fontti */
body {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    background-color: #525252;
}

.runko {
    display: flex;
    align-items: center;
    margin-top: 35px;
    flex-direction: column;
}

.otsake {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 730px;
    margin-bottom: 16px;
}

.navigaatio {
    flex-basis: 262px;
    flex-shrink: 0;
    font-weight: 700;
    color: #ffffff;
}

.banneri {
    flex-basis: 468px;
    flex-shrink: 0;
}

.kuvalehti_kokonainen {
    width: 730px;
    height: 136px;
}

.kuvalehti_lisasivut {
    width: 730px;
    height: 49px;
}

.kuvalehti_jatko {
    width: 450px;
    height: 293px;
    position: absolute;
}

.kuvalehti_loppu {
    height: 34px;
    width: 730px;
    background-image: url('./kuvat/kuvalehti_loppu.png');
}

.kuvalehti_lopputekstit {
    width: 730px;
    color: #dedede;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; 
    justify-content: center;
    margin: 0 auto;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 24px;
    padding-left: 24px;
}

.lehti {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    border-right: 7px solid transparent;
    border-image: url('./kuvat/kuvalehti_reuna.png');
    border-image-repeat: repeat;
    border-image-slice: 0 7 0 0;
    width: 730px;
}

span.kysymys {
    font-weight: 700;
    color: #9C0000;
}

p.kirjoittaja {
    font-weight: 700;
    text-align: right;
}

p.punainen {
    color: #9C0000;
}

.sisalto {
    width: 100%;
    border-left: 1px solid #000000;
    padding-left: 19px;
    display: flex;
    flex-direction: row;
}

.otsakkeella {
    margin-top: 293px;
}

.sisalto_vasen {
    display: flex;
    flex-direction: column;
    width: 450px;
}

.sisalto_vasen_etu {
    display: flex;
    flex-direction: column;
    width: 450px;
}

.palstat {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 450px;
    justify-content: space-between;
}

.palsta_kokolevea {
    width: 100%;
}

.palsta_vasen,
.palsta_oikea {
    width: 48%;
}

.yla12 {
    margin-top: 12px;
}

.ala12 {
    margin-bottom: 12px;
}

.linkki {
    color: #0000ff;
    text-decoration: underline;
}

.erotin {
    border-top: 1px dotted #000000;
    width: 100%;
    height: 1px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 12px;
    margin-bottom: 24px;
}

.sivupalkki {
    width: 280px;
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center; 
    margin: 0 auto;
    padding-right: 26px;
}

.armask_alku {
    background-image: url('./kuvat/armask_alku.png');
    width: 214px;
    height: 64px;
}

.armask_keski {
    background-image: url('./kuvat/armask_keski.png');
    background-repeat: repeat-y;
    width: 214px;
    padding-left: 10px;
    padding-right: 10px;
}

.armask_loppu {
    background-image: url('./kuvat/armask_loppu.png');
    height: 6px;
    width: 214px;
    margin-bottom: 12px;
}

.poly_alku {
    background-image: url('./kuvat/poly_alku.png');
    width: 214px;
    height: 59px;
}

.poly_keski {
    background-image: url('./kuvat/poly_keski.png');
    background-repeat: repeat-y;
    width: 214px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #efefef;
}

.poly_loppu {
    background-image: url('./kuvat/poly_loppu.png');
    height: 6px;
    width: 214px;
    margin-bottom: 12px;
}

.puhelin_alku {
    background-image: url('./kuvat/puhelin_alku.png');
    width: 214px;
    height: 59px;
}

.puhelin_keski {
    background-image: url('./kuvat/puhelin_keski.png');
    background-repeat: repeat-y;
    width: 214px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #efefef;
}

.puhelin_loppu {
    background-image: url('./kuvat/puhelin_loppu.png');
    height: 6px;
    width: 214px;
    margin-bottom: 12px;
}

.toimitus_alku {
    background-image: url('./kuvat/toimitus_alku.png');
    width: 214px;
    height: 35px;
}

.toimitus_keski {
    background-image: url('./kuvat/toimitus_keski.png');
    background-repeat: repeat-y;
    width: 214px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #efefef;
}

.toimitus_loppu {
    background-image: url('./kuvat/toimitus_loppu.png');
    height: 7px;
    width: 214px;
    margin-bottom: 12px;
}

p.yla {
    margin-top: 12px;
}

p {
    margin-bottom: 12px;
}

p.nolla {
    margin: 0;
}

a {
    color: #ffffff;
}

a.harmaa {
    color: #adadad;
}

.tilastovirasto_alku {
    background-image: url(./kuvat/tilastovirasto_alku.png);
    width: 450px;
    height: 47px;
}

.tilastovirasto_keski {
    background-image: url(./kuvat/tilastovirasto_keski.png);
    width: 450px;
    background-repeat: repeat-y;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; 
    padding-bottom: 12px;
    padding-left: 18px;
    padding-right: 18px;
    background-color: #dddddd;
}

.tilastovirasto_loppu {
    background-image: url(./kuvat/tilastovirasto_loppu.png);
    width: 450px;
    height: 15px;
}

.tilastovirasto_vasen {
    width: 50%;
    padding-right: 4px;
}

.tilastovirasto_oikea {
    width: 50%;
    background-color: #aaaaaa;
    padding: 4px;
    min-width: 0;
}

.numerotaulukko {
    display: flex;
    flex-direction: column;
    width: 100%;
    font-weight: 700;
    padding-right: 12px;
    white-space: nowrap;
}

.numerotaulukko-rivi {
    display: flex;
    align-items: center;
}

.numerotaulukko-numero {
    width: 30px;
    flex-shrink: 0;
}

.numerotaulukko-vasen {
    width: 80px;
    flex-shrink: 0;
}

.numerotaulukko-oikea {
    margin-left: auto;
    text-align: right;
}

img {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.top10_alku {
    background-image: url('./kuvat/top10_alku.png');
    width: 215px;
    height: 59px;
}

.top10_keski {
    background-image: url('./kuvat/top10_keski.png');
    background-repeat: repeat-y;
    width: 215px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFCE00;
    padding-bottom: 12px;
}

.top10_loppu {
    background-image: url('./kuvat/top10_loppu.png');
    height: 6px;
    width: 215px;
    margin-bottom: 12px;
}

.ilmoitus {
    border: 1px dotted #000000;
    padding: 4px;
    margin-bottom: 12px;
}

.ilmoitus_otsikko {
    outline: 1px dotted #000000;
    padding: 4px;
    font-weight: 700;
    background-color: #bdbdbd;
}

.ilmoitus_sisalto {
    padding: 4px;
    outline: 1px dotted #000000;
    margin-top: 5px;
}

.ilmoitus_erotin {
    border-top: 1px dotted #000000;
    margin-top: 4px;
    margin-bottom: 4px;
}

.logot {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.logot_vasen {
  width: 50%;
  margin-bottom: 3px;
  padding-left: 5px;
  color: #0000ff;
}

.logot_oikea {
  width: 50%;
  margin-bottom: 3px;
  padding-right: 3px;
}

.logot_vasen {
  text-align: left;
}

.logot_oikea {
  text-align: right;
}

.boksi48 {
    clear: both;
    height: 48;
    width: 100%;
}

/* Fanisivuilmoitus */
.fasi-otsikko {
    position: relative;
    display: inline-block;
}

.fasi-kursori {
    cursor: pointer;
}

.fasi-ilmoitus {
    color: #000000;
    display: none;
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 365px;
    max-width: 730px;
    width: 60ch;
    background-color: #FFFFFF;
    border: 1px solid black;
    padding: 12px;
    z-index: 1000;
}

.fasi-otsikko:hover .fasi-ilmoitus {
    display: block;
}

.fasi-kursori a {
    color: #dedede;
    text-decoration: none;
}

p.lihavointi {
    font-weight: 700;
}

div.sivuteksti {
    width: 214px;
}

/* Mobiilikorjaus */
@media (max-width: 800px) {
  body {
    width: 800px;
  }
}