Updated a few of the theme files to have the correct layout. If you wanna go thru and update the rest to match win95 and cyberpunk Updated the theme stuff to apply site wide. gotta update the home page and the rules to be same style
57 lines
1.1 KiB
CSS
57 lines
1.1 KiB
CSS
/* Nightmare Theme */
|
|
:global(.theme-nightmare) {
|
|
font-family: 'Georgia', serif;
|
|
background: #000000;
|
|
color: #8b0000;
|
|
}
|
|
|
|
:global(.theme-nightmare .window) {
|
|
background: #0d0000;
|
|
border: 3px solid #8b0000;
|
|
box-shadow: 0 0 30px #ff0000;
|
|
}
|
|
|
|
:global(.theme-nightmare .title-bar) {
|
|
background: linear-gradient(180deg, #3a0000, #000000);
|
|
color: #ff0000;
|
|
padding: 15px;
|
|
text-align: center;
|
|
text-transform: uppercase;
|
|
letter-spacing: 5px;
|
|
text-shadow: 0 0 10px #ff0000;
|
|
}
|
|
|
|
:global(.theme-nightmare fieldset) {
|
|
border: 2px solid #8b0000;
|
|
}
|
|
|
|
:global(.theme-nightmare legend) {
|
|
color: #ff0000;
|
|
text-shadow: 0 0 5px #ff0000;
|
|
}
|
|
|
|
:global(.theme-nightmare button) {
|
|
background: #3a0000;
|
|
border: 2px solid #8b0000;
|
|
color: #ff0000;
|
|
font-family: 'Georgia', serif;
|
|
text-transform: uppercase;
|
|
padding: 10px 25px;
|
|
}
|
|
|
|
:global(.theme-nightmare button:hover) {
|
|
background: #8b0000;
|
|
}
|
|
|
|
:global(.theme-nightmare .chart-display) {
|
|
background: #000000;
|
|
border: 2px solid #8b0000;
|
|
}
|
|
:global{
|
|
.theme-nightmare .dice-display {
|
|
background: #000000;
|
|
border: 2px solid #8b0000;
|
|
}
|
|
}
|
|
|