diaspora/app/assets/stylesheets/profile.css.scss
2014-10-07 10:55:58 +02:00

124 lines
2.8 KiB
SCSS

#profile_container {
.profile_header {
border-bottom: 1px solid $border-grey;
margin-bottom: 20px;
#edit_profile, #unblock_user_button, .aspect_dropdown {
margin-top: 5px;
margin-right: 10px;
}
#author_info {
h2 {
line-height: 35px;
margin-top: 10px;
margin-bottom: 0px;
}
#name {
font-weight: 700;
}
#diaspora_handle {
color: $text-grey;
font-size: 20px;
}
#sharing_message {
cursor: default;
font-size: 20px;
&.circle {
color: $light-grey;
&:before { content: '\26aa'; }
}
&.entypo.check { color: darken($green,20%); }
}
.description {
margin-bottom: 20px;
.tag {
background-color: transparent;
font-size: 14px;
}
.tag:not(.entypo) {
font-weight: 700;
}
.entypo.tag {
margin: 0 5px;
font-weight: normal;
&:hover {text-decoration: none;}
}
}
}
#profile_horizontal_bar {
border-top: 1px dashed $border-grey;
min-height: 50px;
margin-top: 10px;
#profile_buttons {
padding: 10px 0;
> .profile_button {
text-decoration: none;
cursor: pointer;
margin-right: 25px;
.entypo.profile-header-icon, .profile-header-icon {
font-size: 24.5px;
line-height: 30px;
color: lighten($black,75%);
&:hover { color: $black; }
}
#mention_button { font-weight: 700; }
}
}
ul#profile_nav {
list-style: none;
margin: 0;
> li {
display: inline-block;
&.active {
border-bottom: 3px solid $creation-blue;
a {
color: $black;
.entypo { color: $black; }
}
}
a {
padding: 10px 15px;
font-size: 16px;
line-height: 46px;
color: lighten($black,50%);
.entypo {
color: lighten($black,50%);
margin-right: 2px;
}
&:hover {
color: $black;
.entypo { color: $black; }
text-decoration: none;
}
}
}
}
}
}
#profile {
border-right: 1px solid $border-grey;
padding: 10px 20px;
#profile_photo {
margin-top: 10px;
padding-bottom: 10px;
border-bottom: 1px dashed $border-grey;
text-align: center;
}
ul#profile_information {
margin: 0;
list-style: none;
> li {
margin-bottom: 2em;
h4 { font-weight: bold; }
}
}
}
.stream_container > .pagination { text-align: center; }
}