Kuroshitsuji Wiki
Nie podano opisu zmian
Nie podano opisu zmian
Linia 2: Linia 2:
 
.theme-fandomdesktop-light .fandom-community-header__background { height: 100% }
 
.theme-fandomdesktop-light .fandom-community-header__background { height: 100% }
 
.theme-fandomdesktop-light .fandom-community-header__background:before { display: none }
 
.theme-fandomdesktop-light .fandom-community-header__background:before { display: none }
  +
/* Page transparency */
 
  +
:root .theme-fandomdesktop-light {
  +
--theme-page-background-color: rgba(var(--theme-page-background-color--rgb),0.75);
  +
--theme-success-color: #62c182; /* diff colours / --theme-alert-color: /*/
  +
}
  +
:root .theme-fandomdesktop-dark {
  +
--theme-page-background-color: rgba(var(--theme-page-background-color--rgb),0.75);
  +
}
 
/* Content area border glow */
 
/* Content area border glow */
 
.page__main {
 
.page__main {

Wersja z 13:00, 30 cze 2021

/* Zmiana tła strony - FandomDesktop */
.theme-fandomdesktop-light .fandom-community-header__background { height: 100% }
.theme-fandomdesktop-light .fandom-community-header__background:before { display: none }
/* Page transparency */
:root .theme-fandomdesktop-light {
     --theme-page-background-color: rgba(var(--theme-page-background-color--rgb),0.75);
     --theme-success-color: #62c182; /* diff colours /     --theme-alert-color: /*/
}
:root .theme-fandomdesktop-dark {
     --theme-page-background-color: rgba(var(--theme-page-background-color--rgb),0.75);
}
/* Content area border glow */
.page__main {
   border: 1px solid #02488B; 
  -moz-box-shadow: 0 0 20px 5px #fff;
  -o-box-shadow: 0 0 20px 5px #fff;
  -khtml-box-shadow: 0 0 20px 5px #fff;
  -ms-box-shadow: 0 0 20px 5px #fff;
  -icab-box-shadow: 0 0 20px 5px #fff;
  -webkit-box-shadow: 0 0 20px 5px #fff;
  box-shadow: 0 0 20px 5px #fff;
}
/* Czcionka */
main.page__main {
  font-family: Georgia; /* This changes the text in the content space only */
}
/* Galerie */
ul.mw-gallery-traditional li.gallerybox .thumb {
	border: 0px;
	background: none;
}