Kuroshitsuji Wiki
Nie podano opisu zmian
Nie podano opisu zmian
Linia 4: Linia 4:
 
/* Page transparency */
 
/* Page transparency */
 
:root .theme-fandomdesktop-light {
 
:root .theme-fandomdesktop-light {
--theme-page-background-color: rgba(var(--theme-page-background-color--rgb),0.75);
+
--theme-page-background-color: rgba(var(--theme-page-background-color--rgb),0.85);
 
--theme-success-color: #62c182; /* diff colours / --theme-alert-color: /*/
 
--theme-success-color: #62c182; /* diff colours / --theme-alert-color: /*/
 
}
 
}
 
:root .theme-fandomdesktop-dark {
 
:root .theme-fandomdesktop-dark {
--theme-page-background-color: rgba(var(--theme-page-background-color--rgb),0.75);
+
--theme-page-background-color: rgba(var(--theme-page-background-color--rgb),0.85);
 
}
 
}
 
/* Content area border glow */
 
/* Content area border glow */

Wersja z 13:01, 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.85);
     --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.85);
}
/* 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;
}