gosora/themes/nox/public/profile.css
Azareal dc974cf72b Improved mobile usability for Nox in the topic list, profiles, account manager and control panel. More to come.
Fixed a bug in the template generator where fragment indices would sometimes become negative.
Forum pages are now considered to be part of /forums/ instead of /topics/ in the menu tab highlighter.
Fixed a bug in the forum page in Nox where the forum options weren't aligned to the right.
Switched out a couple of {{if ne .CurrentUser.ID 0}}s for {{if .CurrentUser.Loggedin}}s
Moved the filter opt separator into it's own DOM node for easier styling.

Added the quick_topic.create_topic_button_short phrase.
Added the topic_list.moderate_short phrase.
2018-12-08 16:49:14 +10:00

101 lines
1.5 KiB
CSS

#profile_left_lane {
margin-right: 24px;
}
.avatarRow {
display: flex;
width: 100%;
}
.avatar, .nameRow span, .passiveBlock .passive {
margin-left: auto;
margin-right: auto;
}
.avatar {
width: 64px;
height: 64px;
border-radius: 32px;
margin-left: auto;
margin-right: auto;
}
.nameRow {
display: flex;
flex-direction: column;
}
.profileName {
font-size: 21px;
}
.topBlock, .levelBlock, .passiveBlock {
background-color: #444444;
border-radius: 3px;
width: 180px;
padding: 16px;
}
.levelBlock, .passiveBlock {
margin-top: 12px;
padding: 12px;
}
.levelBlock {
padding: 0px;
}
.colstack_right .colstack_head:not(:first-child) {
margin-top: 0px;
}
#profile_right_lane {
width: 100%;
}
#profile_comments .rowitem .topRow {
display: flex;
width: 100%;
}
#profile_comments .rowitem .userbit {
display: flex;
}
#profile_comments .rowitem .topRow .nameAndTitle {
display: flex;
flex-direction: column;
margin-left: 8px;
}
.nameAndTitle .real_username {
font-size: 17px;
line-height: 16px;
}
.userbit img {
width: 40px;
height: 40px;
border-radius: 24px;
}
.controls {
margin-left: auto;
}
.controls a {
margin-right: 8px;
}
.content_column {
margin-top: 5px;
}
.topic_reply_form {
margin-top: 8px;
padding: 12px;
}
.input_content {
width: 100%;
height: 100px;
resize: vertical;
}
.footer .widget, .sidebar {
display: none;
}
@media(max-width: 500px) {
.colstack {
display: block;
}
#profile_left_lane {
margin-right: 0px;
margin-bottom: 12px;
}
.topBlock, .levelBlock, .passiveBlock {
width: auto;
}
}