266 lines
4.1 KiB
SCSS
266 lines
4.1 KiB
SCSS
@import "client/common.css.scss";
|
|
|
|
.profile-head {
|
|
|
|
}
|
|
.profile-body {
|
|
|
|
}
|
|
.profile-header {
|
|
padding:10px 20px;
|
|
// height:120px;
|
|
}
|
|
|
|
.profile-header h2 {
|
|
font-weight:200;
|
|
font-size: 28px;
|
|
float:left;
|
|
margin: 0px 150px 0px 0px;
|
|
}
|
|
|
|
.profile-status {
|
|
font-size:12px;
|
|
float:left;
|
|
display:inline-block;
|
|
vertical-align:middle;
|
|
line-height:30px;
|
|
}
|
|
|
|
.profile-photo {
|
|
height: 95px;
|
|
width: 15%;
|
|
float:left;
|
|
}
|
|
|
|
.profile-nav {
|
|
width:85%;
|
|
position:relative;
|
|
float:right;
|
|
margin-right:-10px;
|
|
}
|
|
|
|
.profile-nav a {
|
|
width:19%;
|
|
text-align:center;
|
|
height: 27px;
|
|
display: block;
|
|
float:left;
|
|
margin-right:5px;
|
|
vertical-align:bottom;
|
|
padding-top:65px;
|
|
background-color:#535353;
|
|
color:#ccc;
|
|
font-size:17px;
|
|
text-decoration:none;
|
|
}
|
|
|
|
.profile-nav a:hover {
|
|
background-color:#666;
|
|
color:#fff;
|
|
}
|
|
|
|
.profile-nav a.active {
|
|
background-color:#ed3618;
|
|
color:#fff;
|
|
}
|
|
|
|
.profile-nav a.active:hover {
|
|
background-color:#ed3618;
|
|
cursor:default;
|
|
}
|
|
|
|
.profile-nav a.last {
|
|
margin-right:0px !important;
|
|
}
|
|
|
|
.avatar-profile {
|
|
float:left;
|
|
padding:2px;
|
|
width:88px;
|
|
height:88px;
|
|
background-color:#ed3618;
|
|
-webkit-border-radius:44px;
|
|
-moz-border-radius:44px;
|
|
border-radius:44px;
|
|
}
|
|
|
|
.avatar-profile img {
|
|
width:88px;
|
|
height:88px;
|
|
-webkit-border-radius:44px;
|
|
-moz-border-radius:44px;
|
|
border-radius:44px;
|
|
}
|
|
|
|
.profile-wrapper {
|
|
padding:10px 25px 10px 25px;
|
|
font-size:15px;
|
|
color:#ccc;
|
|
border-bottom: dotted 1px #444;
|
|
position:relative;
|
|
display:block;
|
|
}
|
|
|
|
.profile-about-left {
|
|
width:16%;
|
|
float:left;
|
|
font-size:13px;
|
|
line-height:140%;
|
|
display:block;
|
|
}
|
|
|
|
.profile-about-left h3 {
|
|
color:#fff;
|
|
margin-bottom:0px;
|
|
font-size:13px;
|
|
font-weight:bold;
|
|
display:inline;
|
|
}
|
|
|
|
.profile-about-right {
|
|
float:right;
|
|
font-size:13px;
|
|
width:84%;
|
|
line-height:140%;
|
|
display:block;
|
|
}
|
|
|
|
.profile-about-right .profile-instrument {
|
|
text-align:center;
|
|
margin-right:15px;
|
|
float:left;
|
|
}
|
|
|
|
.proficiency-beginner {
|
|
font-size:10px;
|
|
color:#8ea415;
|
|
font-weight:600;
|
|
}
|
|
|
|
.proficiency-intermediate {
|
|
font-size:10px;
|
|
color:#0b6672;
|
|
font-weight:600;
|
|
}
|
|
|
|
.proficiency-expert {
|
|
font-size:10px;
|
|
color:#ed3618;
|
|
font-weight:600;
|
|
}
|
|
|
|
#profile-bands .when-empty {
|
|
margin: 0px;
|
|
padding:0px;
|
|
display:block;
|
|
vertical-align:middle;
|
|
text-align:center;
|
|
font-weight: bold;
|
|
font-size: 120%;
|
|
line-height: 150%;
|
|
}
|
|
|
|
#profile-bands .when-empty a {
|
|
text-decoration: underline;
|
|
color: inherit;
|
|
}
|
|
|
|
.profile-bands {
|
|
width:100%;
|
|
min-height:90px;
|
|
background-color:#242323;
|
|
position:relative;
|
|
float:left;
|
|
margin:10px 20px 10px 0px;
|
|
padding-bottom:5px;
|
|
}
|
|
|
|
.profile-band-name {
|
|
float:left;
|
|
font-size:12px;
|
|
margin-top:12px;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.profile-band-location {
|
|
font-size:12px;
|
|
font-weight:200;
|
|
}
|
|
|
|
.profile-band-genres {
|
|
float:left;
|
|
width:40%;
|
|
font-size:10px;
|
|
margin-left:10px;
|
|
padding-right:5px;
|
|
}
|
|
|
|
.profile-band-list-result {
|
|
width:100%;
|
|
min-height:85px;
|
|
background-color:#242323;
|
|
position:relative;
|
|
margin:10px 0px 10px 0px;
|
|
padding-bottom:5px;
|
|
box-sizing:border-box;
|
|
}
|
|
|
|
.profile-social-left {
|
|
float:left;
|
|
width:32%;
|
|
margin-right:12px;
|
|
border-right:solid 1px #666;
|
|
}
|
|
|
|
.profile-social-mid {
|
|
float:left;
|
|
width:31%;
|
|
margin-right:12px;
|
|
border-right:solid 1px #666;
|
|
}
|
|
|
|
.profile-social-right {
|
|
float:left;
|
|
width:31%;
|
|
}
|
|
|
|
.profile-social-left h2, .profile-social-mid h2, .profile-social-right h2 {
|
|
font-weight:200;
|
|
color:#fff;
|
|
font-size:20px;
|
|
}
|
|
|
|
.profile-block {
|
|
clear:left;
|
|
white-space:nowrap;
|
|
display:block;
|
|
margin-bottom:10px;
|
|
}
|
|
|
|
.profile-block-name {
|
|
display:inline-block;
|
|
margin-top:13px;
|
|
font-size:14px;
|
|
color:#fff;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.profile-block-city {
|
|
font-size:12px;
|
|
}
|
|
|
|
.profile-musicians {
|
|
margin-top:-3px;
|
|
font-size:11px;
|
|
}
|
|
|
|
.profile-musicians td {
|
|
border-right:none;
|
|
border-top:none;
|
|
padding:3px;
|
|
vertical-align:middle;
|
|
}
|
|
|
|
#btn-add-friend {
|
|
display:none;
|
|
} |