lila/public/stylesheets/user-show.css
Thibault Duplessis 51c4a3c0da moar team stuff
2012-12-11 19:43:35 +01:00

74 lines
1.3 KiB
CSS

div.user_show div.content_box_top .icon {
background-position: 0 -160px;
}
div.user_show div.content_box_top .icon.connected {
background-position: 0 -208px;
}
div.user_show .staff {
color: #aa3333;
font-weight: bold;
margin-bottom: 1em;
}
div.user_show div.content_box_top .rank {
margin-left: 1em;
}
div.user_show div.content_box_content {
display: block;
padding-right: 0;
}
div.user_show span.user_bio {
margin-bottom: 1em;
font-style: italic;
display: block;
}
div.user_show .elo_history {
float:right;
display: block;
width: 460px;
height: 340px;
margin-top: -12px;
}
div.user_show .win_stats {
display: block;
width: 307px;
height: 200px;
}
div.user_show .stats form {
display: inline;
}
div.user_show .chat_messages {
overflow: auto;
height: 7em;
border: 1px solid #dadada;
padding: 1px 5px;
}
div.user_show div.elo_with_me {
margin-bottom: 1.5em;
padding: 5px 8px;
border: 1px solid #eaeaea;
background: #fafafa;
width: 270px;
text-align: center;
}
div.user_show div.elo_with_me strong {
padding-right: 1em;
}
div.user_show div.games {
margin-top: 10px;
}
div.user_show .user_spy {
margin-top: 1em;
}
div.user_show .user_spy .inner {
display: none;
}
div.user_show .tournament_points {
display: block;
margin: 5px 0;
}