szurubooru/client/css/users.styl

107 lines
2.1 KiB
Stylus
Raw Normal View History

2016-04-13 20:06:34 +02:00
@import colors
#user-registration
form
float: left
.info
float: left
margin-left: 3em
border-radius: 0.2em
width: 20em
ul
line-height: 1.8em
list-style-type: none
margin: 0
padding: 0
li
margin: 0
padding: 0
i
margin-right: 0.5em
i.fa
color: $main-color
p:first-child
margin: 0 0 0.5em 0
#user
width: 100%
max-width: 35em
nav.text-nav
2016-04-13 20:06:34 +02:00
margin-bottom: 1.5em
#user-summary
.thumbnail
width: 6em
height: 6em
margin: 0 1.5em 1.5em 0
float: left
.basic-info
list-style-type: none
margin: 0
div
clear: both
nav
float: left
width: 45%
margin-right: 1em
#user-edit
2016-08-02 11:36:29 +02:00
form, .messages
2016-04-13 20:06:34 +02:00
width: 100%
2016-07-29 12:38:36 +02:00
.avatar
#avatar-content
float: right
width: 65%
margin-top: .5em
#avatar-radio
float: left
width: 30%
&:after
content: ' '
display: block
height: 1px
clear: both
2016-04-13 20:06:34 +02:00
#user-delete form
width: 100%
.user-list
ul
list-style-type: none
padding: 0
display: flex
align-content: flex-end
flex-wrap: wrap
margin: 0 -0.5em
2016-04-13 20:06:34 +02:00
li
2016-04-14 12:11:31 +02:00
flex-grow: 1
2016-04-13 20:06:34 +02:00
width: 20em
2016-04-14 12:11:49 +02:00
margin: 0 0.5em 1em 0.5em
2016-04-13 20:06:34 +02:00
padding: 0.75em
vertical-align: top
2016-06-13 22:34:39 +02:00
background: $top-navigation-color
2016-04-13 20:06:34 +02:00
text-align: left
.wrapper
display: flex
.details
font-size: 90%
line-height: 130%
.thumbnail
width: 3em
height: 3em
margin: 0 0.6em 0 0
2016-04-14 12:11:49 +02:00
.user-list-header
label
display: none
2016-04-14 12:11:49 +02:00
text-align: left
form
width: auto
2016-04-14 12:11:49 +02:00
input[name=search-text]
max-width: 15em
.append
font-size: 0.95em
color: $inactive-link-color