You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
473 B
28 lines
473 B
.nodis {
|
|
list-style-type: none;
|
|
}
|
|
|
|
#cont {
|
|
position: relative;
|
|
display: none;
|
|
}
|
|
|
|
.img1 {
|
|
position: absolute;
|
|
display: none;
|
|
}
|
|
|
|
#dicecont {
|
|
width: 250px;
|
|
background-image: url(../images/meter.png);
|
|
background-repeat: repeat;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-weight: normal;
|
|
color: #fff;
|
|
border: 0.5em solid #333;
|
|
top: 30px;
|
|
position: absolute;
|
|
left: 500px;
|
|
font-size: 14px;
|
|
padding: 10px;
|
|
}
|
|
|