inform-player/interpreter/scss/main.scss

43 lines
648 B
SCSS

@import 'toastr';
@import 'vex';
@import 'vex-theme-plain';
@import 'haven';
@import 'vorple';
html {
height: 100%;
}
body {
background-image: url('../resources/images/refectory.jpg');
background-size: cover;
background-repeat: no-repeat;
color: white;
text-shadow: black 1px 1px;
}
input, label, #loader {
color: white;
background-color: transparent;
}
#lineinput {
display: flex;
label {
margin-right: 0.5em;
}
}
#window0 {
position: absolute;
top: 10%;
height: 80%;
overflow-y: scroll;
z-index: 0;
}
#lineinput {
position: fixed;
z-index: 5;
bottom: 1rem;
}
#output,
#lineinput {
max-width: 751px;
}