v1.2
- File organization (unnecessary nesting.. oops) - ReadMe formatting
This commit is contained in:
79
dice.css
Normal file
79
dice.css
Normal file
@@ -0,0 +1,79 @@
|
||||
#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;
|
||||
}
|
||||
Reference in New Issue
Block a user