79 lines
2.9 KiB
CSS
79 lines
2.9 KiB
CSS
@import url("https://fonts.googleapis.com/css2?family=Pixelify+Sans&display=swap");
|
|
/*
|
|
Greens:
|
|
Dark Cyan: #32908F, #048A81
|
|
Verdigris: #48A9A6
|
|
Cambridge Blue: #72BDA3
|
|
Carribean Current: #28666E
|
|
|
|
Reds:
|
|
Indian Red: #C1666B
|
|
Persian Red: #C3423F
|
|
Wine: #7C3238
|
|
Penn Red: #960200
|
|
*/
|
|
.dotdungeon > .window-content ::-webkit-scrollbar {
|
|
width: 10px;
|
|
}
|
|
.dotdungeon > .window-content ::-webkit-scrollbar-thumb {
|
|
border-radius: 5px;
|
|
}
|
|
.dotdungeon > .window-content h2, .dotdungeon > .window-content h3, .dotdungeon > .window-content h4, .dotdungeon > .window-content h5, .dotdungeon > .window-content h6 {
|
|
all: initial;
|
|
display: block;
|
|
box-sizing: border-box;
|
|
font-family: "Pixelify Sans", sans-serif;
|
|
margin: 0;
|
|
}
|
|
.dotdungeon > .window-content label {
|
|
cursor: pointer;
|
|
}
|
|
.dotdungeon > .window-content button, .dotdungeon > .window-content button:hover {
|
|
all: initial;
|
|
display: block;
|
|
box-sizing: border-box;
|
|
font-family: inherit;
|
|
cursor: pointer;
|
|
}
|
|
.dotdungeon > .window-content button:disabled, .dotdungeon > .window-content button:hover:disabled {
|
|
cursor: default;
|
|
}
|
|
.dotdungeon > .window-content input[type=text],
|
|
.dotdungeon > .window-content input[type=number],
|
|
.dotdungeon > .window-content textarea {
|
|
padding: 5px 7px;
|
|
border-width: 2px;
|
|
border-radius: 4px;
|
|
border-style: solid;
|
|
border-color: rgba(0, 0, 0, 0.4);
|
|
background-color: rgba(0, 0, 0, 0.1);
|
|
font-family: sans-serif;
|
|
}
|
|
.dotdungeon > .window-content input[type=text]:focus, .dotdungeon > .window-content input[type=text]:active,
|
|
.dotdungeon > .window-content input[type=number]:focus,
|
|
.dotdungeon > .window-content input[type=number]:active,
|
|
.dotdungeon > .window-content textarea:focus,
|
|
.dotdungeon > .window-content textarea:active {
|
|
border-color: rgb(0, 0, 0);
|
|
}
|
|
.dotdungeon > .window-content select, .dotdungeon > .window-content select:hover {
|
|
cursor: pointer;
|
|
}
|
|
.dotdungeon > .window-content select :disabled, .dotdungeon > .window-content select:hover :disabled {
|
|
cursor: default;
|
|
}
|
|
|
|
.dotdungeon.dotdungeon.dotdungeon.dotdungeon {
|
|
container-type: size;
|
|
}
|
|
.dotdungeon.dotdungeon.dotdungeon.dotdungeon > .window-content {
|
|
padding: 0;
|
|
background: #f2f2f2;
|
|
}
|
|
.dotdungeon.dotdungeon.dotdungeon.dotdungeon > .window-content .debug-data {
|
|
opacity: 60%;
|
|
font-family: sans-serif;
|
|
word-break: break-all;
|
|
}
|
|
|
|
/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../styles/generic.scss%22,%22../styles/_vars.scss%22,%22../styles/mixins/_foundry.scss%22,%22../styles/mixins/_partials.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAIQ;ACER;AAAA;AAAA;AAAA;AAAA;AAAA;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ADGC;EACC;;AAED;EACC;;AAGD;EEfA;EACA;EACA;EFeC,aChBW;EDiBX;;AAGD;EACC;;AAGD;EEzBA;EACA;EACA;EFyBC;EACA;;AAEA;EACC;;AAIF;AAAA;AAAA;EAGC;EGpCD;EACA;EACA;EACA;EACA;EACA,aFLW;;AEOX;AAAA;AAAA;AAAA;AAAA;EAEC;;AH+BD;EACC;;AAEA;EACC;;;AAMH;EACC;;AAEA;EACC;EACA,YCrDW;;ADuDX;EACC;EACA,aC3DS;ED4DT%22,%22file%22:%22generic.css%22%7D */
|