You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
IsekaiMisc/modules/ext.isekai.mainPage.less

35 lines
594 B
Plaintext

#firstHeading {
display: none;
}
#mw-page-header-links {
display: none;
}
.skin-timeless {
#mw-content {
background: transparent;
padding: 0;
border: none;
box-shadow: none;
}
}
.skin-citizen {
.citizen-body-content-card {
border-radius: 0;
box-shadow: none;
padding: 0;
background-color: transparent;
}
.citizen-body-container {
margin-top: 0 !important;
}
@media screen and (max-width: 1119px) {
.citizen-body-content-card {
padding: 0 1rem;
}
}
}