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.
33 lines
490 B
33 lines
490 B
.nodis
|
|
{
|
|
list-style-type:none;
|
|
}
|
|
|
|
#cont
|
|
{
|
|
position:relative;
|
|
display:none;
|
|
}
|
|
|
|
.img1
|
|
{
|
|
position:absolute;
|
|
display:none;
|
|
}
|
|
|
|
#dicecont
|
|
{
|
|
float:right;
|
|
width:250px;
|
|
background-image: url(../images/meter.png);
|
|
background-repeat: repeat;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-weight: normal;
|
|
color: #FFFFFF;
|
|
border: 0.5em solid #333333;
|
|
top: 30px;
|
|
position: absolute;
|
|
left: 500px;
|
|
font-size: 14px;
|
|
padding: 10px;
|
|
}
|
|
|