Sonako Light Novel Wiki
n (Applying changes that should make this CSS file HTTPS-ready. If you have any questions or noticed issues related to this edit, please reach out to us using the Special:Contact page.)
n (→‎top: Fix MiniEditor)
Dòng 1: Dòng 1:
 
/* C3 Background */
 
/* C3 Background */
 
@media only screen and (min-width:1083px) {
 
@media only screen and (min-width:1083px) {
.MiniEditor.page-CubexCursedxCurious {
+
.page-CubexCursedxCurious.rootpage-CubexCursedxCurious {
 
background: url("https://i.imgur.com/lpuNoiq.jpg") center;
 
background: url("https://i.imgur.com/lpuNoiq.jpg") center;
 
}
 
}
.MiniEditor.page-CubexCursedxCurious .WikiaPage .WikiaPageBackground {
+
.page-CubexCursedxCurious.rootpage-CubexCursedxCurious .WikiaPage .WikiaPageContentWrapper {
 
opacity: 0.0;
 
opacity: 0.0;
 
}
 
}
.MiniEditor.page-CubexCursedxCurious .WikiaPage {
+
.page-CubexCursedxCurious.rootpage-CubexCursedxCurious .WikiaPage {
 
border: 0px;
 
border: 0px;
 
}
 
}

Phiên bản lúc 15:04, ngày 1 tháng 11 năm 2020

/* C3 Background */
@media only screen and (min-width:1083px) {
.page-CubexCursedxCurious.rootpage-CubexCursedxCurious {
    background: url("https://i.imgur.com/lpuNoiq.jpg") center;
}
.page-CubexCursedxCurious.rootpage-CubexCursedxCurious .WikiaPage .WikiaPageContentWrapper {
	opacity: 0.0;
}
.page-CubexCursedxCurious.rootpage-CubexCursedxCurious .WikiaPage  {
	border: 0px;
}
}