Файл: style/style/static.css
Строк: 44
.arrow {
border-top: 10px solid #FFDEAD;
border-left: 10px solid
transparent;
border-right: 10px solid transparent;
position:
absolute;
left: 2px;
top: 28px;
}
.status {
background-color:
#FFDEAD;
background-repeat: repeat-x;
border: 1px solid
#DEB887;
border-bottom: 0;
border-radius: 6px;
box-shadow: inset 0px 1px
0px rgba(255, 255, 255, 0.196), 0px 1px 2px rgba(0, 0, 0, 0.047);
color:
#333333;
display: inline-block;
font-size: 14px;
line-height:
20px;
margin-bottom: 0px;
padding: 6px 2px;
text-align:
center;
text-shadow: 0px 1px 1px rgba(255, 255, 255,
0.749);
vertical-align: middle;
position: relative;
}
.status a{
padding:
0;
margin: 0;
}
.hp_mp{
background: #CF6D6D
url(hp_mp.png);
height:13px;
min-width:100px;
width:75%;
display:
inline-block;
border-radius: 12px;
overflow: hidden;
margin: 0
10px;
border: 1px solid #000;
}
#hp_mp_span{
float:right;
font-size:90%;
font-weight:bold;
line-height:13px;
margin-right:5px;
}
.hp_user{
background: rgba(255,255,255,.5);
color:
#222;
}
.mp_user{
background: rgba(255,255,255,.5);
color:
#222;
}
#hp{
background: #732635 url(hp.png);
height:13px;
}
#mp{
background: #007FFF url(mp.png);
height:13px;
}
.mobtop{
opacity:
.3;
}
.font_75{
font-size: 75%;
}
#center{
text-align:
center;
}
#right{
float: right;
}
#left{
float: left;
}