lila/public/stylesheets/user-list.css

48 lines
830 B
CSS
Raw Normal View History

2012-05-20 17:18:25 -06:00
div.user_lists h2 {
2013-12-25 05:18:23 -07:00
font-size: 1.1em;
font-weight: bold;
line-height: 1.5em;
2012-05-20 17:18:25 -06:00
margin-bottom: 0.5em;
}
#lichess div.user_lists,
#lichess div.user_lists div.group {
overflow: hidden;
width: 100%;
}
#lichess div.user_lists div.user_top {
2012-05-20 17:18:25 -06:00
float: left;
2013-07-25 16:43:16 -06:00
width: 31%;
margin-bottom: 1em;
2013-07-25 16:43:16 -06:00
margin-right: 3%;
2013-07-25 12:23:42 -06:00
}
2014-08-02 11:33:46 -06:00
#lichess div.user_lists div.user_top:last-child {
2013-07-25 12:23:42 -06:00
margin-right: 0;
2012-05-20 17:18:25 -06:00
}
2014-07-13 15:35:07 -06:00
div.side div.user_top {
margin-top: 1em;
}
div.side div.user_top li {
display: block;
margin: 5px 0;
2013-12-23 11:56:30 -07:00
}
2014-07-13 15:35:07 -06:00
div.side a.more {
display: block;
text-align: right;
margin-top: 0.5em;
}
2013-07-24 16:59:45 -06:00
div.user_lists div.user_top table {
width: 100%;
2012-05-20 17:18:25 -06:00
}
div.user_lists div.user_top td {
padding: 2px 0;
2012-05-20 17:18:25 -06:00
}
2014-08-06 11:40:32 -06:00
div.user_lists div.user_top td:last-child {
text-align: right;
}
2012-05-20 17:18:25 -06:00
2014-02-01 13:40:05 -07:00
div.big_user_list > a {
float: left;
width: 25%;
margin-bottom: 5px;
}