Files
LocalDice/dice.css
RolimirKal 61ed866480 v1.2
- File organization (unnecessary nesting.. oops)
	- ReadMe formatting
2025-08-11 03:05:25 -04:00

80 lines
1.3 KiB
CSS

#info_div{
background-color: #00FF00;
}
.center_field {
position: absolute;
text-align: center;
height: 100%;
width: 100%;
}
#canvas {
background-color: #00FF00;
}
.center_field * {
position: relative;
font-family: Trebuchet MS;
background-color: rgba(255, 255, 255, 0.6);
padding: 5px 15px;
}
.center_field br {
background-color: rgba(0, 0, 0, 0);
}
.bottom_field {
position: absolute;
text-align: center;
bottom: 5px;
width: inherit;
padding: 0px;
}
#label {
font-size: 32pt;
word-spacing: 0.5em;
padding: 5px 15px;
color: rgba(21, 26, 26, 0.6);
top: 45%;
}
#labelhelp {
font-size: 12pt;
padding: 5px 15px;
color: rgba(21, 26, 26, 0.5);
bottom: 50px;
}
#set {
text-align: center;
font-size: 26pt;
border: none;
color: rgba(0, 0, 0, 0.8);
/*background-color: rgba(255, 255, 255, 0);*/
background-color: rgba(255, 255, 255, 0.6);
top: 60%;
}
#sethelp {
font-size: 12pt;
color: rgba(21, 26, 26, 0.5);
background: none;
top: 25%;
}
#selector_div button {
font-size: 20pt;
color: rgb(255, 255, 255);
background-color: rgba(0, 0, 0, 0.6);
cursor: pointer;
border: none;
width: 5em;
top: 62%;
}
.dice_place {
position: absolute;
border: solid black 1px;
}