roblonium-web/CSS/Pages/Profile/Profile.css

93 lines
1.6 KiB
CSS

.GrayDropdown
{
position:relative;
text-align:left;
display:block;
float:left;
}
.GrayDropdown .Button
{
background:url(/images/buttons/bg-drop_down_btn.png) no-repeat right top;
border:1px solid #777;
padding:4px 17px 0px 8px;
height:21px;
color:#000;
text-align:center;
display:block;
position:relative;
z-index:2;
}
.GrayDropdown .Button:hover
{
background-position:right center;
border-color:#888;
text-decoration:none;
}
.GrayDropdown .Button.Active
{
background-position:right bottom;
border-bottom:none;
height:22px;
}
.GrayDropdown .Menu
{
background-color:#efefef;
border:1px solid #777;
position:absolute;
top:26px;
z-index:1;
font-size:12px;
width:100px;
display:none;
}
.GrayDropdown .Menu .Item
{
display:block;
text-decoration:none;
color:#000;
padding:2px 8px;
margin:4px 0px;
cursor:pointer;
}
.GrayDropdown .Menu .Item.Disabled {
color: #A7A7A7;
}
.GrayDropdown .Menu .Item:hover
{
background-color:#095fb5;
color:#fff;
}
.GrayDropdown .Menu .Item.Disabled:hover {
background-color: inherit;
color: #a7a7a7;
cursor: default;
}
.SendMessageProfileBtnDiv {
position: relative;
display: inline-block;
float: left;
}
.SendMessageProfileBtnDiv .SuperSafePanel
{
left: 7px;
}
.friend-request-button:hover {
cursor: pointer;
}
.friend-request-button.Disabled:hover {
cursor: default;
}
#updateStatusBox .SuperSafePanel {
left: 474px;
}
.PersonalServerOverlay_Big
{
position: absolute;
bottom: 0px;
right: 0px;
width: 137px;
height: 38px;
background-repeat: no-repeat;
background-image: url('/images/icons/overlay_personal_big.png');
}