forked from saurabh/orbit4-5
394 lines
6.2 KiB
SCSS
394 lines
6.2 KiB
SCSS
@charset "utf-8";
|
|
@import "group-variables";
|
|
|
|
// Group page
|
|
#main-wrap {
|
|
padding-top: 0;
|
|
}
|
|
|
|
.group-post-banner-wrap {
|
|
height: 280px;
|
|
overflow: hidden;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
transition: $fast all;
|
|
z-index: 500;
|
|
background: lighten($black, 25%);
|
|
}
|
|
|
|
.group-post-banner-image-wrap {
|
|
background-color: $black;
|
|
text-align: center;
|
|
}
|
|
|
|
.group-post-view-switch {
|
|
position: absolute;
|
|
top: 4rem;
|
|
right: 2rem;
|
|
}
|
|
|
|
.group-post-banner-image {
|
|
width: auto;
|
|
max-width: 100%;
|
|
height: auto;
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
bottom: 0;
|
|
left: 0;
|
|
margin: auto;
|
|
}
|
|
|
|
.group-post-bar {
|
|
padding: 0 2rem 0 6rem;
|
|
text-align: center;
|
|
background: rgba(25, 27, 29, 0.95);
|
|
width: 100%;
|
|
position: absolute;
|
|
left: 0;
|
|
bottom: 0;
|
|
}
|
|
|
|
.group-post-view-switch-in-bar {
|
|
display: none;
|
|
|
|
.button {
|
|
padding: 3px .75rem;
|
|
}
|
|
}
|
|
|
|
.group-post-page-title {
|
|
margin-bottom: 12px;
|
|
padding: 6px 0;
|
|
color: $white;
|
|
font-family: $main-font;
|
|
font-weight: normal;
|
|
max-width: 100%;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.group-post-section {
|
|
overflow: hidden;
|
|
padding: 300px 2rem 30px;
|
|
}
|
|
|
|
.breadcrumb {
|
|
li {
|
|
overflow: hidden;
|
|
max-width: 150px;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
}
|
|
|
|
.gorup-page-info-wrap {
|
|
font-size: .9rem;
|
|
padding: 6px 1rem;
|
|
display: block;
|
|
float: right;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.group-post-description-wrap {
|
|
clear: both;
|
|
}
|
|
|
|
.gorup-page-info-wrap {
|
|
margin-bottom: 10px;
|
|
text-align: right;
|
|
}
|
|
|
|
.group-post-status-wrap {
|
|
font-size: .75rem;
|
|
float: right;
|
|
padding: 2px 0.5rem;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.group-post-status-wrap.close-eye {
|
|
margin-left: 5px;
|
|
background: $red;
|
|
}
|
|
|
|
.group-post-description-wrap {
|
|
margin-bottom: 15px;
|
|
padding: 16px 1.2rem 16px;
|
|
border-radius: .2rem;
|
|
box-shadow: inset 0 0 8px $dark-gray;
|
|
}
|
|
|
|
.group-post-description {
|
|
clear: both;
|
|
text-align: justify;
|
|
}
|
|
|
|
.group-post-member-count,
|
|
.group-post-no-member {
|
|
background: $blue;
|
|
color: $white;
|
|
padding: 6px 0.625rem;
|
|
border-radius: $general;
|
|
&:hover {
|
|
background: darken($blue, 10%);
|
|
color: $white;
|
|
}
|
|
}
|
|
|
|
.group-post-item {
|
|
position: relative;
|
|
clear: both;
|
|
margin-bottom: 40px;
|
|
padding: 28px 1.5rem;
|
|
text-align: center;
|
|
|
|
&.clickable {
|
|
cursor: pointer;
|
|
}
|
|
|
|
&:hover {
|
|
.group-post-title {
|
|
color: $blue;
|
|
}
|
|
}
|
|
}
|
|
|
|
.group-post-actions {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
}
|
|
|
|
.group-post-dropdown-toggle {
|
|
&:hover, &.open {
|
|
.caret {
|
|
}
|
|
}
|
|
|
|
.caret {
|
|
}
|
|
}
|
|
|
|
.group-post-dropdown {
|
|
a {
|
|
&:hover {
|
|
}
|
|
}
|
|
|
|
&.open {
|
|
}
|
|
}
|
|
|
|
.group-post-action-hint {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.group-post-image-wrap {
|
|
display: inline-block;
|
|
margin-bottom: 12px;
|
|
}
|
|
|
|
.group-post-image {
|
|
width: 100%;
|
|
max-width: 100%;
|
|
height: auto;
|
|
margin-top: 12px;
|
|
border: 2px solid $gray;
|
|
border-radius: $general;
|
|
}
|
|
|
|
.group-post-content {
|
|
margin-bottom: .5rem;
|
|
color: $dark-gray;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.group-post-title {
|
|
font-size: 1.5rem;
|
|
font-weight: normal;
|
|
line-height: 1;
|
|
margin-bottom: 12px;
|
|
color: $light-black;
|
|
font-family: $paragraph-font;
|
|
}
|
|
|
|
.group-post-sub-wrap {
|
|
display: inline-block;
|
|
}
|
|
|
|
.group-post-meta-wrap {
|
|
color: $dark-gray;
|
|
}
|
|
|
|
.group-post-author,
|
|
.group-post-sub-wrap {
|
|
margin-right: .5rem;
|
|
}
|
|
|
|
.group-post-seen-by {
|
|
display: inline-block;
|
|
}
|
|
|
|
.group-post-seen-by-lead {
|
|
font-style: normal;
|
|
}
|
|
|
|
// scroll view
|
|
|
|
.group-post.scroll {
|
|
padding-top: 7rem;
|
|
padding-bottom: 6rem;
|
|
|
|
.group-post-banner-wrap {
|
|
height: 120px;
|
|
}
|
|
|
|
.group-post-page-title {
|
|
margin-bottom: 0;
|
|
font-size: 1.625rem;
|
|
line-height: 50px;
|
|
}
|
|
|
|
.group-post-new-post,
|
|
.group-post-join {
|
|
margin-top: 12px;
|
|
padding: 6px 10px;
|
|
}
|
|
|
|
.group-post-new-post {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.group-post-view-switch {
|
|
position: static;
|
|
display: inline-block;
|
|
margin: 6px .5rem 0 0;
|
|
display: none;
|
|
}
|
|
|
|
.group-post-view-switch-in-bar {
|
|
display: inline-block;
|
|
margin-top: 12px;
|
|
|
|
.button {
|
|
padding: 4px .75rem;
|
|
}
|
|
}
|
|
|
|
.group-post-section {
|
|
padding-top: 60px;
|
|
}
|
|
|
|
.btn {
|
|
padding: 2px 5px;
|
|
}
|
|
}
|
|
|
|
.group-post li a {
|
|
text-decoration: none;
|
|
text-align: left;
|
|
}
|
|
|
|
.group-post-switch-btn {
|
|
color: $blue;
|
|
|
|
&:hover {
|
|
color: $white;
|
|
}
|
|
}
|
|
|
|
// 400px
|
|
@media screen and (min-width: 25rem) {
|
|
.group-post-new-post,
|
|
.group-post-join {
|
|
margin: 0 0.625rem 16px;
|
|
float: none;
|
|
display: inline-block;
|
|
}
|
|
|
|
.group-post-view-switch-in-bar {
|
|
float: none;
|
|
margin: 0;
|
|
|
|
.button {
|
|
padding: 6px .75rem;
|
|
}
|
|
}
|
|
}
|
|
|
|
// 600px
|
|
|
|
@media screen and (min-width: 37.5rem) {
|
|
.group-post-item {
|
|
margin-bottom: 35px;
|
|
text-align: left;
|
|
}
|
|
|
|
.group-post-image-wrap {
|
|
float: left;
|
|
width: 12%;
|
|
min-width: 100px;
|
|
margin-right: 4%;
|
|
max-height: 140px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.group-post-content-wrap {
|
|
float: left;
|
|
width: 70%;
|
|
font-family: $paragraph-font;
|
|
}
|
|
}
|
|
|
|
/* 760px */
|
|
|
|
@media screen and (min-width: 47.5rem) {
|
|
.group-post-content-wrap {
|
|
width: 70%;
|
|
}
|
|
|
|
.group-post-bar {
|
|
text-align: left;
|
|
}
|
|
|
|
.group-post-page-title {
|
|
display: inline-block;
|
|
margin: 0;
|
|
padding: 0;
|
|
line-height: 70px;
|
|
transition: .6s all;
|
|
max-width: 80%;
|
|
}
|
|
|
|
.group-post-new-post,
|
|
.group-post-join {
|
|
float: right;
|
|
margin: 18px 0 0 0;
|
|
}
|
|
|
|
.group-post-view-switch-in-bar {
|
|
margin: 18px 8px 0 0;
|
|
float: right;
|
|
|
|
li {
|
|
padding: 8px .75rem;
|
|
}
|
|
}
|
|
|
|
.group-post-view-switch {
|
|
float: right;
|
|
}
|
|
}
|
|
|
|
// 900px
|
|
@media screen and (min-width: 56.25rem) {
|
|
.group-post-content-wrap {
|
|
width: 80%;
|
|
}
|
|
} |