EH003/assets/stylesheets/template/modules/member.scss

387 lines
6.8 KiB
SCSS
Executable File

@charset "utf-8";
@import "../initial";
//
// Index
//
// Member Index
// ## Gerneral styles for Index
// Index 1
.index-member-1 {
tbody tr td {
border-bottom: 1px solid #C2C0B4;
padding: 5px;
}
.i-member__status-title {
@extend .table-title;
}
.member-data-value-name, .member-data-value-2 {
white-space: nowrap;
}
.table-striped>tbody>tr:nth-of-type(odd) { background-color: transparent; }
.i-member-tr-head {
&:nth-child(1n+2) {
display: none;
}
th {
border-top: 2px solid #6f5c46 !important;
border-bottom: 1px solid #6f5c46;
color: #6f5c46;
padding: 5px;
text-align: left;
white-space: nowrap;
}
}
@media(max-width:580px) {
thead { display: none; }
td {
display: block;
&:before {
content: attr(data-title);
display: inline-block;
width: auto;
min-width: 20%;
padding-right: 1rem;
}
}
}
}
// Index 2
.index-member-2 {
.i-member-section {
max-width: 31.25em;
margin: auto;
}
.i-member-status-title {
color: #ff9907;
font-size: 0.95rem;
font-weight: bold;
}
.i-member-item-inner {
background: none;
border-radius: 0.25rem;
padding: 1.5em 1rem;
margin-bottom: 1em;
}
.i-member-pic-wrap {
height: auto;
margin-bottom: 1em;
}
.i-member-pic {
width: 100%;
}
.i-member-profile-list {
@include list-reset;
}
.i-member-profile-item {
margin-bottom: 0.5em;
font-size: $font-13;
}
// RWD
@media screen and (min-width: $screen-sm) {
.i-member-section {
max-width: 100%;
}
.i-member-item-inner {
background: $theme-gray-lighter;
}
}
}
// Index 3
.index-member-3 {
.i-member-status-title {
color: #ff9907;
font-size: 0.95rem;
font-weight: bold;
}
.i-member-section {
margin: auto;
}
.i-member-list {
display: flex;
flex-flow: row wrap;
margin: 0;
}
.i-member-item {
float: none;
margin: 0 1% 1.875em;
width: 48%;
border: 1px solid #eee;
padding: 10px;
}
.i-member-item-inner {
height: auto !important;
display: flex;
flex-direction: row-reverse;
}
.i-member-pic-wrap {
height: auto;
margin-bottom: 1em;
}
.i-member-pic {
width: 100%;
}
.i-member-profile-list {
@include list-reset;
word-break: break-word;
}
.i-member-profile-item {
margin-bottom: 0;
font-size: $font-13;
}
.i-member-item:nth-child(odd) {
clear: both;
}
.i-member-title.member-data-title-email:before {
content: '';
background: url(/assets/mail.jpg) 0 0 no-repeat;
display: inline-block;
width: 23px;
height: 9px;
}
.i-member-pic-wrap {
border: 1px solid #ccc;
padding: 3px;
margin: 0px 0 0 5px;
max-height: 12em;
overflow: hidden;
}
// RWD
@media screen and (min-width: $screen-sm) {
.i-member-section {
max-width: 100%;
}
.i-member-item-inner {
}
}
@media screen and (min-width: $screen-md) {
.i-member-pic-wrap {
position: relative;
overflow: hidden;
}
}
@media screen and (max-width: $screen-xs) {
.i-member-item {
width: 100%;
}
.i-member-item-inner { display: flex; }
.i-member-pic-wrap { width: 40%; }
.i-member-profile-data-wrap { width: 60%; }
}
}
// Index 4
.index-member-4 {
.i-member-section {
max-width: 31.25em;
margin: auto;
}
.i-member-status-title {
color: #ff9907;
font-size: 0.95rem;
font-weight: bold;
}
.i-member-item-inner {
background: none;
border-radius: 0.25rem;
padding: 0.75em 1rem;
margin-bottom: 1em;
}
.i-member-profile-list {
@include list-reset;
}
.i-member-profile-item {
margin-bottom: 0.5em;
font-size: $font-13;
word-break: break-word;
}
.i-member-item:nth-child(4n+1) {
clear: both;
}
// RWD
@media screen and (min-width: $screen-sm) {
.i-member-section {
max-width: 100%;
}
.i-member-item-inner {
background: $theme-gray-lighter;
}
}
}
//index 5
.index-member-5 {
.i-member-section {
margin: auto;
}
.i-member-list {
display: flex;
flex-flow: row wrap;
margin: 0;
}
.i-member-item {
float: none;
padding: 15px;
@media (max-width:1280px) {
width: calc( 100% / 3 );
}
@media (max-width:1024px) {
width: calc( 100% / 2 );
}
@media (max-width:580px) {
width: 100%;
}
}
.i-member-item-inner {
height: auto !important;
}
.i-member-status-title {
color: #ff9907;
font-size: 0.95rem;
font-weight: bold;
}
.i-member-item-inner {
background: none;
}
.i-member-pic-wrap {
height: auto;
margin-bottom: 16px;
@media(max-width:580px) {
overflow: hidden;
border-radius: 50%;
behavior: url("/assets/ie_support/PIE2/PIE.htc");
}
}
.i-member-pic {
width: 100%;
}
.i-member-profile-list {
@include list-reset;
word-break: break-all;
}
.i-member-profile-item {
font-size: 1em;
line-height: 1.3;
padding-top: 0.5em;
letter-spacing: 1px;
}
.i-member-title { display: none; }
.i-member-item:nth-child(4n+1) {
clear: both;
}
.i-member-pic-wrap {
padding: 0;
}
}
// Show page
.show-member {
font-family: $sub-font;
padding-top: 2em;
.table-striped>tbody>tr:nth-of-type(odd) { background-color: transparent; }
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th { border-top: transparent; }
th {
border-right: 2px solid #6f5c46;
color: #6f5c46;
padding: 1%;
text-align: left;
width: 15%;
white-space: nowrap;
}
td { padding: 0.5em 1em !important;}
th, td {
font-size: 0.938em;
}
.member-plugins {
margin: 0;
a {
font-size: 0.938em;
}
}
.row {
padding-bottom: 1em;
display: flex;
flex-direction: row-reverse;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
background-color: #91bfea;
}
.nav-pills>li>a {
border-radius: unset;
background-color: #eee;
transition: all 0.5s;
}
.nav>li>a:focus, .nav>li>a:hover {
background-color: darken($color: #eee, $amount: 10%);
}
.tab-content {
border: 1px solid #eee;
}
.custom-scroll-arrow {
border: unset;
border-top: none;
color: #428bca;
font-size: 1.25em;
margin-bottom: 0;
padding-left: 6px;
padding-right: 5px;
padding-top: 6px;
width: 20px;
&:hover {
background-color: unset;
color: darken($color: #428bca, $amount: 10);
}
}
@media screen and (max-width: 580px) {
.row {
display: flex;
flex-direction: column;
}
.member-pic { width: 80%; margin: 0 auto 10px; }
.member-data { width: 100%; }
}
}