Gwint Wiki
Advertisement

Uwaga: aby zobaczyć zmiany po opublikowaniu, może zajść potrzeba wyczyszczenia pamięci podręcznej przeglądarki.

  • Firefox / Safari: Przytrzymaj Shift podczas klikania Odśwież bieżącą stronę, lub naciśnij klawisze Ctrl+F5, lub Ctrl+R (⌘-R na komputerze Mac)
  • Google Chrome: Naciśnij Ctrl-Shift-R (⌘-Shift-R na komputerze Mac)
  • Internet Explorer / Edge: Przytrzymaj Ctrl, jednocześnie klikając Odśwież, lub naciśnij klawisze Ctrl+F5
  • Opera: Naciśnij klawisze Ctrl+F5.
/* Styl ogólny kafelków */
.cats-wrapper {
  border: 1px solid var(--theme-link);
}

.cats-wrapper ul {
  margin: 0 !important;
}

.cats-wrapper ul li {
  list-style: none;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 !important;
  background-size: 100% auto;
  background-position: center 0;
  opacity: 0.75;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.cats-wrapper ul li:before {
  content: '';
  float: left;
  padding-top: 100%;
}

.cats-wrapper ul li:hover {
  opacity: 1;
  background-size: 110% auto;
}

.cats-wrapper ul li a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cats-wrapper ul li a span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.25em;
  font-weight: 600;
  color: white;
  background-color: rgba(10, 10, 10, 0.5);
  line-height: 100%;
  padding: 5px 0;
}

/* Obrazy poszególnych kafelków */
.cats-wrapper ul .c-neutral {
  background-image: url("/wiki/Special:Filepath/Geralt_z_Rivii_Art.jpg");
}

.cats-wrapper ul .c-monsters {
  background-image: url("/wiki/Special:Filepath/Eredin_Bréacc_Glas_Art.png");
}

.cats-wrapper ul .c-skellige {
  background-image: url("/wiki/Special:Filepath/Cerys_an_Craite_Art.jpg");
}

.cats-wrapper ul .c-nilfgaard {
  background-image: url("/wiki/Special:Filepath/Morvran_Voorhis_Art.jpg"); 
}

.cats-wrapper ul .c-scoiatael {
  background-image: url("/wiki/Special:Filepath/Francesca_Findabair_Art.png"); 
}

.cats-wrapper ul .c-northern {
  background-image: url("/wiki/Special:Filepath/Król_Foltest_Art.jpg"); 
}

.cats-wrapper ul .c-bronze {
  background-image: url("/wiki/Special:Filepath/Udręczony_Czarodziej_Art.jpg"); 
}

.cats-wrapper ul .c-silver {
  background-image: url("/wiki/Special:Filepath/Płotka_Art.jpg"); 
}

.cats-wrapper ul .c-gold {
  background-image: url("/wiki/Special:Filepath/Yennefer_Art.jpg"); 
}

.cats-wrapper ul .c-leader {
  background-image: url("/wiki/Special:Filepath/Brouver_Hoog_Art.png"); 
}

/* Aktualizacja */
.update-list-wrapper {
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border: 1px solid var(--theme-link);
}

.update-list-wrapper.small {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse wrap-reverse;
  flex-flow: row-reverse wrap-reverse;
}

.update-list-wrapper li {
  list-style: none;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
  margin: 0;
  background-color: #070808;
  background-position: center center;
  background-size: 100% auto;
  opacity: 0.75;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.update-list-wrapper li:before {
  content: '';
  float: left;
  padding-top: 55%;
}

.update-list-wrapper li:hover {
  opacity: 1;
  background-size: 110% auto;
}

.update-list-wrapper li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
}

.update-list-wrapper li a span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 1.2em;
  font-weight: 600;
  color: white;
  background-color: rgba(10, 10, 10, 0.7);
  line-height: 100%;
  padding: 5px 0;
}

.page-Kategoria_Aktualizacje #mw-pages h3,
.page-Kategoria_Aktualizacje #mw-pages > p {
  display: none !important;
}
Advertisement