lila/public/stylesheets/user-show.css
Thibault Duplessis fc894cbab6 better mod zone
2014-04-14 22:53:47 +02:00

180 lines
3.1 KiB
CSS

div.user_show div.content_box_top .connected {
color: #759900;
}
div.user_show .staff {
color: #aa3333;
font-weight: bold;
margin-bottom: 1em;
}
div.user_show div.content_box_top > span {
margin-left: 10px;
font-size: 1.6em;
color: #afafaf;
}
div.user_show div.content_box_top > span strong {
font-weight: normal;
color: #666;
}
div.user_show div.content_box_top > img.best,
div.user_show div.content_box_top > img.trophy {
float: right;
margin-top: -30px;
margin-right: 10px;
}
div.user_show .title {
margin-top: 1em;
font-weight: bold;
font-size: 1.4em;
}
div.user_show .social {
position: relative;
border-top: 0;
padding: 0 0 5px 10px;
height: 52px;
}
div.user_show .relation_actions {
position: absolute;
top: 22px;
right: 8px;
font-size: 1.2em;
}
div.user_show .relation_actions form {
display: inline;
}
div.user_show div.meat {
height: 325px;
position: relative;
}
div.engine_warning {
margin: 10px 0;
}
div.sub_ratings.sep {
margin-top: 2.5em;
}
div.sub_ratings h3 {
font-weight: 100;
font-size: 1.2em;
margin-bottom: 0;
}
#site_header div.sub_ratings strong {
font-weight: bold;
}
div.user_show .rating_history {
position: absolute;
top: -10px;
left: -15px;
display: block;
width: 479px;
height: 350px;
}
div.user_show .rating_history span {
position: absolute;
top: 164px;
left: 232px;
}
div.user_show .user-infos {
position: absolute;
top: 0;
left: 449px;
padding: 0 16px;
border-left: 1px solid #c0c0c0;
overflow: auto;
width: 310px;
height: 325px;
}
div.user_show .name,
div.user_show .bio,
div.user_show .boxed_data,
div.user_show .stats,
div.user_show .tournament_points,
div.user_show .teams {
display: block;
margin-top: 16px;
}
div.user_show .bio {
font-style: italic;
}
div.user_show .teams a {
display: block;
margin: 5px 0;
}
div.user_show div.boxed_data {
width: 292px;
padding: 5px 8px;
border: 1px solid #eaeaea;
background: #fafafa;
text-align: center;
}
div.user_show div.boxed_data a.user_link {
font-weight: bold;
text-decoration: none;
}
div.user_show div.games {
margin-top: 10px;
}
div.user_show .profile {
margin-bottom: 1em;
}
div.user_show .mod_zone {
display: none;
margin: 1em 20px;
}
div.user_show .mod_zone .actions {
width: 100%;
text-align: center;
}
div.user_show .mod_zone .slist {
border: 1px solid #ccc;
border-top: none;
font-size: 0.9em;
margin-bottom: 1em;
}
div.user_show .mod_zone .same {
font-style: italic;
font-weight: bold;
}
div.user_show .mod_zone form {
display: inline;
}
div.user_show .mod_zone .listings {
border: 1px solid #ccc;
}
div.user_show .mod_zone .listings > div {
max-height: 20em;
overflow: auto;
}
div.user_show .mod_zone .listings .blocked {
color: red;
font-weight: bold;
}
div.user_show .mod_zone strong {
display: block;
margin-top: 0.5em;
}
div.user_show .evaluation time {
display: inline;
}
div.user_show .evaluation strong {
display: inline;
text-transform: uppercase;
}
div.user_show div.content_box_inter.tabs {
margin-left: -8px;
padding-left: 30px;
width: 775px;
border: 1px solid #ccc;
}
div.user_show #crosstable {
margin: 25px auto 15px auto;
}