219 lines
3.6 KiB
SCSS
219 lines
3.6 KiB
SCSS
@import "client/common.css.scss";
|
|
|
|
.band-profile-header {
|
|
padding:20px;
|
|
height:120px;
|
|
}
|
|
|
|
.band-profile-header h2 {
|
|
font-weight:200;
|
|
font-size: 28px;
|
|
float:left;
|
|
margin: 0px 150px 0px 0px;
|
|
}
|
|
|
|
.band-profile-status {
|
|
font-size:12px;
|
|
float:left;
|
|
display:inline-block;
|
|
vertical-align:middle;
|
|
line-height:30px;
|
|
}
|
|
|
|
.band-profile-photo {
|
|
height: 95px;
|
|
width: 15%;
|
|
float:left;
|
|
}
|
|
|
|
.band-profile-nav {
|
|
width:85%;
|
|
position:relative;
|
|
float:right;
|
|
margin-right:-10px;
|
|
}
|
|
|
|
.band-profile-nav a {
|
|
width:24%;
|
|
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;
|
|
}
|
|
|
|
.band-profile-nav a:hover {
|
|
background-color:#666;
|
|
color:#fff;
|
|
}
|
|
|
|
.band-profile-nav a.active {
|
|
background-color:#ed3618;
|
|
color:#fff;
|
|
}
|
|
|
|
.band-profile-nav a.active:hover {
|
|
background-color:#ed3618;
|
|
cursor:default;
|
|
}
|
|
|
|
.band-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;
|
|
}
|
|
|
|
.band-profile-wrapper {
|
|
padding:10px 25px 10px 25px;
|
|
font-size:15px;
|
|
color:#ccc;
|
|
border-bottom: dotted 1px #444;
|
|
position:relative;
|
|
display:block;
|
|
}
|
|
|
|
.band-profile-about-left {
|
|
width:16%;
|
|
float:left;
|
|
font-size:13px;
|
|
line-height:140%;
|
|
display:block;
|
|
}
|
|
|
|
.band-profile-about-left h3 {
|
|
color:#fff;
|
|
margin-bottom:0px;
|
|
font-size:13px;
|
|
font-weight:bold;
|
|
display:inline;
|
|
}
|
|
|
|
.band-profile-about-right {
|
|
float:right;
|
|
font-size:13px;
|
|
width:84%;
|
|
line-height:140%;
|
|
display:block;
|
|
}
|
|
|
|
.band-profile-about-right .band-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;
|
|
}
|
|
|
|
.band-profile-members {
|
|
width:100%;
|
|
min-height:90px;
|
|
background-color:#242323;
|
|
position:relative;
|
|
float:left;
|
|
margin:10px 20px 10px 0px;
|
|
padding-bottom:5px;
|
|
}
|
|
|
|
.band-profile-member-name {
|
|
float:left;
|
|
font-size:12px;
|
|
margin-top:12px;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.band-profile-member-location {
|
|
font-size:12px;
|
|
font-weight:200;
|
|
}
|
|
|
|
.band-profile-member-genres {
|
|
float:left;
|
|
width:40%;
|
|
font-size:10px;
|
|
margin-left:10px;
|
|
padding-right:5px;
|
|
}
|
|
|
|
.band-profile-social-left {
|
|
float:left;
|
|
width:32%;
|
|
margin-right:12px;
|
|
border-right:solid 1px #666;
|
|
}
|
|
|
|
.band-profile-social-mid {
|
|
float:left;
|
|
width:31%;
|
|
margin-right:12px;
|
|
border-right:solid 1px #666;
|
|
}
|
|
|
|
.band-profile-social-right {
|
|
float:left;
|
|
width:31%;
|
|
}
|
|
|
|
.band-profile-social-left h2, .band-profile-social-mid h2, .band-profile-social-right h2 {
|
|
font-weight:200;
|
|
color:#fff;
|
|
font-size:20px;
|
|
}
|
|
|
|
.band-profile-block {
|
|
clear:left;
|
|
white-space:nowrap;
|
|
display:block;
|
|
margin-bottom:10px;
|
|
}
|
|
|
|
.band-profile-block-name {
|
|
display:inline-block;
|
|
margin-top:13px;
|
|
font-size:14px;
|
|
color:#fff;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.band-profile-block-city {
|
|
font-size:12px;
|
|
}
|