Added Chalkboard and Classroom themes

Combined DicerRoller and Chart
Centered Title
Standardized UI Sizes across themes.
This commit is contained in:
Giac
2025-12-14 15:52:16 -06:00
parent f161d4f5c0
commit 85a51a1fda
12 changed files with 652 additions and 105 deletions

View File

@@ -5,20 +5,19 @@
.window {
background: rgba(10, 14, 39, 0.95);
border: 2px solid #00ffff;
border-color: #00ffff;
box-shadow: 0 0 20px #ff00ff;
}
.title-bar {
background: linear-gradient(90deg, #ff00ff, #00ffff);
color: #000;
padding: 12px;
font-weight: bold;
text-transform: uppercase;
}
fieldset {
border: 1px solid #ff00ff;
border-color: #ff00ff;
}
legend {
@@ -28,11 +27,10 @@
button {
background: transparent;
border: 2px solid #ff00ff;
border-color: #ff00ff;
color: #ff00ff;
font-family: 'Courier New', monospace;
text-transform: uppercase;
padding: 10px 25px;
&:hover {
background: #ff00ff;
color: #000;
@@ -42,7 +40,7 @@
.chart-display,
.dice-display {
background: rgba(0, 255, 255, 0.05);
border: 1px solid #00ffff;
border-color: #00ffff;
}
.title {
@@ -56,7 +54,7 @@
.tab-button {
background: transparent;
border: 2px solid #ff00ff;
border-color: #ff00ff;
color: #ff00ff;
text-transform: uppercase;
&:hover {
@@ -68,7 +66,7 @@
.back-button {
background: transparent;
border: 1px solid #ff00ff;
border-color: #ff00ff;
color: #ff00ff;
&:hover {
background: #ff00ff;
@@ -99,4 +97,4 @@
fill: #ff00ff;
filter: drop-shadow(0 0 5px #ff00ff);
}
}
}