107 lines
2.0 KiB
CSS
107 lines
2.0 KiB
CSS
ul.btn-control.main {
|
|
margin: 0;
|
|
list-style: none none;
|
|
padding: 0 10px 0 0;
|
|
}
|
|
|
|
ul.btn-control.main li {
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
.btn {
|
|
display: inline-block;
|
|
font-family: MS Sans Serif, sans-serif;
|
|
font-size: 10px;
|
|
text-align: center;
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
line-height: 10px \0/;
|
|
}
|
|
|
|
.btn-control.inventory {
|
|
padding-right: 10px;
|
|
}
|
|
|
|
.btn-control.inventory input.btn {
|
|
margin-bottom: 4px;
|
|
}
|
|
|
|
input.btn {
|
|
min-height: 19px;
|
|
border: 0;
|
|
margin: 0;
|
|
line-height: 10px;
|
|
color: black;
|
|
padding: 1px 0 0;
|
|
}
|
|
|
|
.button-big {
|
|
padding-top: 4px;
|
|
cursor: pointer;
|
|
width: 180px;
|
|
height: 15px;
|
|
font-size: 10px;
|
|
background: url("/i/frendlist/button_cp_exit_sprite.jpg") 0 -19px;
|
|
}
|
|
|
|
.button-big.submit {
|
|
cursor: pointer;
|
|
width: 180px;
|
|
height: 16px;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
padding-top: 3px;
|
|
}
|
|
|
|
.button-big:hover {
|
|
background: url("/i/frendlist/button_cp_exit_sprite.jpg") 0 -38px;
|
|
}
|
|
|
|
.button-big:active {
|
|
background: url("/i/frendlist/button_cp_exit_sprite.jpg") 0 0;
|
|
}
|
|
|
|
.text-head {
|
|
font-weight: bold;
|
|
font-size: 12pt;
|
|
color: #8F0000;
|
|
font-family: Arial, serif;
|
|
text-align: center;
|
|
}
|
|
|
|
.button-mid {
|
|
padding-top: 4px;
|
|
cursor: pointer;
|
|
width: 75px;
|
|
height: 15px;
|
|
font-size: 10px;
|
|
background: url("/i/buttons/button_mid_Sprite.jpg") no-repeat 0 -19px;
|
|
}
|
|
|
|
.button-mid:hover {
|
|
background: url("/i/buttons/button_mid_Sprite.jpg") 0 -38px;
|
|
}
|
|
|
|
.button-mid:active {
|
|
background: url("/i/buttons/button_mid_Sprite.jpg") 0 0;
|
|
}
|
|
|
|
.button-dark-mid {
|
|
padding-top: 4px;
|
|
cursor: pointer;
|
|
width: 75px;
|
|
height: 15px;
|
|
font-size: 10px;
|
|
background: url("/i/buttons/darkButton_mid_Sprite.jpg") no-repeat 0 -19px;
|
|
}
|
|
|
|
.button-dark-mid:hover {
|
|
background: url("/i/buttons/darkButton_mid_Sprite.jpg") 0 -38px;
|
|
}
|
|
|
|
.button-dark-mid:active {
|
|
background: url("/i/buttons/darkButton_mid_Sprite.jpg") 0 0;
|
|
} |