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.

40 lines
923 B
Plaintext

@globalRadius: 0.4em;
@globalBgColor: rgba(255, 255, 255, 0.85);
@headerBgColor: rgba(242, 242, 242, 0.8);
@footerBgColor: rgba(255, 255, 255, 0.75);
@globalBoxShadow: 0 3px 5px -1px rgba(0,0,0,.2),0 5px 8px 0 rgba(0,0,0,.14),0 1px 14px 0 rgba(0,0,0,.12);
@globalTransition: opacity 250ms linear;
@headerBlurDepth: 10px;
.has-bgimg {
.isekai-bgimg {
position: fixed;
opacity: 0;
transition: @globalTransition;
z-index: -2;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
}
#mw-mf-page-center {
background-color: transparent;
position: relative;
}
.header-container.header-chrome {
background-color: @headerBgColor;
position: relative;
}
.minerva-footer {
background-color: @footerBgColor;
position: relative;
}
#content {
background-color: @globalBgColor;
}
}