lila/public/stylesheets/user-show.css
2014-12-20 15:01:19 +01:00

234 lines
4.3 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 > .trophy {
float: right;
margin-top: -46px;
}
div.user_show .honorific {
display: inline-block;
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: 12px;
right: 12px;
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 > div {
margin: 20px 0 0 -10px;
}
div.sub_ratings > div::before {
font-size: 40px;
float: left;
margin: 1px 5px 0 0;
opacity: 0.6;
}
div.sub_ratings > div:hover::before {
opacity: 1;
}
div.sub_ratings h3 {
font-weight: 100;
font-size: 1.2em;
letter-spacing: 2px;
margin: 0;
display: inline-block;
}
#site_header div.sub_ratings strong {
font-weight: bold;
font-size: 1.2em;
}
div.user_show .rating_history {
position: absolute;
left: -10px;
display: block;
width: 477px;
height: 339px;
}
div.user_show .rating_history span {
position: absolute;
top: 164px;
left: 232px;
}
div.user_show .user-infos {
position: absolute;
top: 0;
left: 458px;
padding: 0 14px;
border-left: 1px solid #c0c0c0;
overflow: hidden;
width: 305px;
height: 325px;
}
div.user_show .user-infos:hover {
overflow-y: auto;
}
div.user_show .name,
div.user_show .bio,
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.games {
margin-top: 10px;
}
div.user_show div.games.center {
text-align: center;
}
div.user_show .profile {
margin-bottom: 1em;
}
div.user_show .claim_title_zone {
padding: 30px;
font-size: 1.2em;
line-height: 1.5em;
}
div.user_show .claim_title_zone h2 {
font-size: 1.5em;
}
div.user_show .claim_title_zone p {
margin: 2em 0;
}
div.user_show .claim_title_zone .actions {
margin: 3em 0;
text-align: center;
}
div.user_show .note_zone {
display: none;
margin: 1em 20px;
padding-bottom: 1em;
border-bottom: 1px solid #ccc;
}
div.user_show .note_zone textarea {
width: 98%;
margin-bottom: 5px;
height: 8em;
}
div.user_show .note_zone div {
padding-top: 1em;
border-top: 1px dotted #ccc;
margin-top: 1em;
}
div.user_show .note_zone p.meta {
float: right;
text-align: right;
margin-left: 1em;
white-space: nowrap;
}
div.user_show .note_zone p.text {
min-height: 2.7em;
word-break: break-all;
}
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 .spy_ips {
float: left;
margin-left: 1%;
width: 31%;
}
div.user_show .mod_zone .spy_ips > ul > li {
list-style: inside disc;
}
div.user_show .mod_zone .spy_ips ul p {
font-weight: bold;
display: inline;
}
div.user_show .mod_zone .spy_ips li li {
margin-left: 1em;
font-family: monospace;
}
div.user_show .mod_zone .spy_uas {
margin-left: 34%;
}
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;
}