szurubooru/public_html/media/css/user-list.css

49 lines
702 B
CSS
Raw Normal View History

2013-10-16 13:07:01 +02:00
nav.sort-styles ul {
list-style-type: none;
margin: 0 0 2.5em 0;
2013-10-16 13:07:01 +02:00
text-align: center;
padding: 0;
}
nav.sort-styles li {
display: inline-block;
font-size: 105%;
margin: 0 1em;
padding-bottom: 0.2em;
}
nav.sort-styles li.active {
2014-02-16 18:49:04 +01:00
border-bottom: 3px solid hsl(0,70%,50%);
2013-10-16 13:07:01 +02:00
}
2014-02-16 12:27:47 +01:00
.users-wrapper {
text-align: center;
}
.user {
text-align: initial;
line-height: 1.5em;
margin-bottom: 1em;
margin-right: 1em;
float: left;
2014-02-16 12:27:47 +01:00
white-space: pre;
2014-05-23 09:08:04 +02:00
width: 20em;
2014-02-16 12:27:47 +01:00
}
.user a.avatar {
display: block;
float: left;
}
.user img {
width: 100px;
height: 100px;
margin-right: 1em;
}
.user .details {
display: inline-block;
text-overflow: ellipsis;
}
.user h1 {
margin-top: 0;
margin-bottom: 0.25em;
}