AntimatterDimensionsSourceCode/public/stylesheets/old-ui.css
2022-06-16 16:08:33 +08:00

91 lines
1.3 KiB
CSS

.c-old-ui {
width: 100%;
height: 100%;
box-sizing: border-box;
padding: 0.9rem 1.5rem 0;
}
.l-old-ui {
display: flex;
flex-direction: column;
align-items: center;
}
.l-old-ui__news-bar {
flex: 0 0 auto;
width: 75%;
}
.l-old-ui__header {
width: 100%;
}
.l-old-ui__big-crunch-btn {
flex-shrink: 0;
margin-top: 1.9rem;
}
.l-old-ui__big-crunch-btn--overlay {
position: absolute;
}
.l-old-ui__page {
display: flex;
flex: 1 0 auto;
flex-direction: column;
width: 100%;
align-items: stretch;
}
.o-emptiness {
font-size: 1.8rem;
}
.o-big-crunch-btn {
width: 36rem;
height: 10rem;
z-index: 1;
font-family: Typewriter, serif;
font-size: 5rem;
}
.l-old-ui-antimatter-dim-tab {
display: flex;
flex-direction: column;
height: 100%;
align-items: center;
}
.s-base--metro .o-tab-btn {
box-shadow: 0.1rem 0.1rem 0.1rem 0 #9e9e9e;
}
.t-dark-metro .o-tab-btn {
box-shadow: 0.1rem 0.1rem 0.1rem 0 black;
}
.t-s4 .o-tab-btn {
cursor: url("cursor2.cur"), auto;
}
.t-s8 .o-tab-btn {
box-shadow: none;
}
.t-s10 .o-tab-btn {
box-shadow: none;
}
.o-tab-btn--secondary {
width: 18.5rem;
height: 2.5rem;
font-size: 1.3rem;
margin: 0.5rem 0.8rem;
margin-bottom: 0.8rem;
}
.c-subtab-button-container {
border-bottom: var(--var-border-width, 0.2rem) solid var(--color-accent);
margin-bottom: 0.8rem;
}