Järjestelmäviesti:Common.css

Elävän perinnön wikiluettelosta

Huomautus: Selaimen välimuisti pitää tyhjentää asetusten tallentamisen jälkeen, jotta muutokset tulisivat voimaan.

  • Firefox ja Safari: Napsauta Shift-näppäin pohjassa Päivitä, tai paina Ctrl-F5 tai Ctrl-R (⌘-R Macilla)
  • Google Chrome: Paina Ctrl-Shift-R (⌘-Shift-R Macilla)
  • Internet Explorer ja Edge: Napsauta Ctrl-näppäin pohjassa Päivitä tai paina Ctrl-F5
  • Opera: Paina Ctrl-F5.
/* Tämä sivu sisältää koko sivustoa muuttavia tyylejä. */
.mw-body-header,
.vector-page-toolbar,
.vector-body {
  /* Reset for Chrome who does funky things */
  border: 1px solid transparent;
  border-image: url("/static/blackdots.svg") 10 round;
  border-image-width: 0 10px;
  padding: 0 20px;
}

.vector-main-menu-action-opt-out,
.vector-main-menu-action-lang-alert {
	display: none;
}

.mw-body h1 {
  color: #565656;
  font-size: 3em;
  text-decoration: none;
}

.mw-body h2 {
  color: #a50931
}

.mw-body h1,
.mw-body h2 {
  font-family: 'Squada One', cursive;
  font-weight: 400;
  border-bottom-width: 0;
}

div#mw-panel div.portal h3 {
  font-family: 'Squada One', cursive;
  font-weight: 400;
  font-size: 1.2em;
  color: #a50931
}

.page-Etusivu #firstHeading,
.page-Elävän_perinnön_kansallinen_luettelo #firstHeading,
.page-Elävän_perinnön_kansallinen_luettelo_sv #firstHeading,
.page-Elävän_perinnön_kansallinen_luettelo_en #firstHeading {
  display: none;
}

.akp-cats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.akp-slot {
  width: 240px;
  height: 340px;
  overflow: hidden;
  padding: 10px;
  float: left;
  margin-bottom: 0px;
  position: relative;
}

.akp-slot--head {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
  height: 70px;
  opacity: 0.7;
  background-color: #FFF;
  font-family: 'Squada One', Verdana, Geneva, sans-serif;
  font-size: 19pt;
  line-height: 19pt;
  vertical-align: middle;
  color: #000;
  left: 0px;
  bottom: 0px;
  position: absolute;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.akp-slot--head a {
  color: black;
}


.akp-cats:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ns-14 #mw-indicator-mw-helplink {
  display: none !important;
}

.mw-pt-languages {
    border-top: 1px solid rgb(170,170,170);
    margin: 0.5em 0;
    background-color: white;
}

.mw-pt-languages-label {
    border-right: none;
    padding: 8px 5px; 
    background: none;
}

.mw-pt-languages-list {
    display: initial;
    width: auto;
}

.mw-pt-translate-header,
.mw-pt-translate-header + hr {
  display: none;
}

.plainlist ul {
  list-style: none;
  margin: 0;
}

.plainlist ul > li {
  margin: 0.5em 0;
}

/* sivupalkin otsikot erottuvammaksi */
.vector-menu-heading.vector-menu-heading.vector-menu-heading {
	font-weight: bold;
}