ptsxs0729/assets/stylesheets/template/modules/announcement.scss

2641 lines
53 KiB
SCSS

@charset "utf-8";
@import "../initial";
//
// Widget
//
// Announcement widget
// ## Gerneral styles for widgets
// .clearfix{
// width: 100%;
// margin: auto;
// display: flex;
// justify-content: center;
// }
.w-annc img, .i-video_data img, .w-video_data img, .w-ba-banner img{
height: auto!important;
}
.cycle-sentinel{
opacity: 0!important;
z-index: 0 !important;
}
.i-annc__status{
display: none;
}
.w-annc__category-wrap,.i-annc__category-wrap,.s-annc__author-wrap{
display: none!important;
}
.btn-right,.btn-left{
background: #E6E6E6!important;
}
.w-annc__item{
padding-bottom: 1em;
}
.w-annc__img-wrap {
img{
// transform: scale(1.3);
}
a{
top: 0;
position: relative !important;
left: 0 !important;
}
}
.w-annc {
.w-annc__widget-title {
@extend .unity-title;
}
.w-annc__list {
margin: 0;
padding: 0;
list-style: none;
}
.label {
font-size: 0.75rem;
font-weight: normal;
}
.w-annc__meta {
.w-annc__status-wrap,
.w-annc__postdate-wrap,
.w-annc__category-wrap {
display: inline-block;
margin-right: 0.2em;
font-size: 0.8125em;
color: $theme-color-main;
font-weight: normal;
}
i {
color:$theme-color-main;
}
}
.w-annc__subtitle {
font-size: 1em;
color: $theme-color-main;
}
.w-annc__entry-title {
margin-bottom: 0.625em;
}
.w-annc__title {
font-family: $sub-font;
color: $theme-color-main;
text-decoration: none;
font-size: 1.4rem;
&:hover {
color: darken($theme-color-main, 10%);
}
}
}
// Widget-1
.widget-announcement-1 {
.w-annc__img-wrap {
height: 12.5em;
margin: 0 0 1em 0;
}
.w-annc__title {
font-family: $main-font;
line-height: 1.3;
font-size: 1.5rem;
}
.w-annc__img-wrap {
margin:0;
}
.w-annc__item{
background-color: #fff;
&:hover{
opacity: .8;
transition: all .3s;
}
}
.w-annc__entry-title{
padding: 0 1.5em;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.w-annc__meta{
padding: 1.5em 1.5em 0;
}
.w-annc__subtitle{
padding: 0 1.5em 4em;
}
.clearfix{
position: absolute;
right: 15px;
bottom: 9px;
}
}
// Widget-2
.widget-announcement-2 {
.w-annc__img-wrap {
height: 12.5em;
margin: 0 0 1em 0;
}
.w-annc__title {
font-family: $main-font;
line-height: 1.3;
font-size: 1.5rem;
}
}
// Widget-3
.widget-announcement-3 {
.w-annc__img-wrap {
height: 12.5em;
margin: 0 0 1em 0;
}
.w-annc__title {
font-family: $main-font;
line-height: 1.3;
font-size: 1.5rem;
}
}
// Widget-4
.widget-announcement-4 {
.w-annc__title {
font-family: $main-font;
line-height: 1;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
font-weight: bold;
white-space: normal;
line-height: 1.3;
}
.w-annc__widget-title { text-align: center; }
.w-annc__more { margin-top: 1.5em; }
.w-annc__list > .w-annc__item:nth-child(3n+1) {
clear: both;
}
.w-annc__img-wrap {
height: 12.5em;
margin:0;
}
.w-annc__content-wrap{
padding: 1.5em;
.w-annc__subtitle_wrap{
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
height: 9em;
}
}
// .clearfix{
// text-align: center;
// display: flex;
// justify-content: center;
// margin-bottom: 2em;
// }
.w-annc__subtitle {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.w-annc__content-wrap {
&:after {
// content: '';
// display: block;
// margin-top: 5px;
// height: 4px;
// width: 0;
// background: transparent;
// transition: width .5s ease, background-color .5s ease;
}
}
.w-annc__item{
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
padding: 0;
&:hover{
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
.w-annc__content-wrap:after{
width: 100%;
background: $theme-color-main;
}
}
}
.w-annc__item{
&:hover{
background-color: $theme-color-third;
.w-annc__postdate-wrap{
color: #fff;
}
a,i{
color: #fff;
}
img{
// transform: scale(1.2)!important;
// -webkit-transition: .3s ease-out;
// -moz-transition: .3s ease-out;
// -ms-transition: .3s ease-out;
// -o-transition: .3s ease-out;
// transition: .3s ease-out;
}
.transitionfade{
height: fit-content;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0,0,0,.4);
-webkit-transition: .3s ease-out;
-moz-transition: .3s ease-out;
-ms-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
}
}
}
}
// Widget-21
.widget-announcement-21 {
.w-annc__meta i{
color: #fff!important;
}
.w-annc__list{
display: flex;
justify-content: center;
}
.w-annc__postdate-wrap{
color: #fff!important;
}
.w-annc__status-wrap{
color: #fff!important;
}
.w-annc__category-wrap{
color: #fff!important;
}
.w-annc__title{
color: #fff;
@media(min-width:1920px){
font-size: 1.5rem!important;
}
}
.w-annc__title {
font-family: $main-font;
line-height: 1.3;
font-size: 1.5rem;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.w-annc__widget-title { text-align: center; }
.w-annc__more { margin-top: 1.5em; }
.w-annc__list > .w-annc__item:nth-child(3n+1) {
clear: both;
}
.w-annc__img-wrap {
margin:0;
}
.w-annc__content-wrap{
padding: 1.5em;
div{
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
}
.clearfix{
text-align: center;
display: flex;
justify-content: center;
margin-bottom: 2em;
}
.w-annc__subtitle {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.w-annc__content-wrap {
display: inline-block;
&:after {
content: '';
display: block;
margin-top: 5px;
height: 4px;
width: 0;
background: transparent;
transition: width .5s ease, background-color .5s ease;
}
}
.w-annc__item{
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
padding-bottom: 1em;
&:hover{
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
.w-annc__content-wrap:after{
width: 100%;
background: $theme-color-second;
}
}
}
.w-annc__item{
&:hover{
-webkit-transform: translateY(-6px);
-ms-transform: translateY(-6px);
transform: translateY(-6px);
.w-annc__img-wrap{
box-shadow: 0 12px 24px #0000004d, 0 10px 10px #00000033;
-webkit-box-shadow: 0 12px 24px #0000004d, 0 10px 10px #00000033;
}
img{
transform: scale(1.2)!important;
-webkit-transition: .3s ease-out;
-moz-transition: .3s ease-out;
-ms-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
}
.transitionfade{
height: inherit;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0,0,0,.4);
-webkit-transition: .3s ease-out;
-moz-transition: .3s ease-out;
-ms-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
}
}
}
.w-annc__subtitle{
color: #fff;
font-size: 1rem;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
max-height: 0;
opacity: 0;
-webkit-transition: max-height .6s,opacity .6s;
transition: max-height .6s,opacity .6s;
@media(min-width:1920px){
font-size: 1.2em;
}
}
.w-annc__img-wrap {
img{
height: 100% !important;
width: auto!important;
max-width: unset;
position: relative !important;
margin: 0 !important;
}
}
.w-annc__item{
padding: 0;
margin: 10px;
@media(min-width: 1600px){
height: 28em;
width: 28em!important;
.w-annc__img-wrap{
height: 28em;
width: 28em!important;
}
}
@media(min-width: $screen-xs)and(max-width: 1599px){
height: 20em;
width: 20em!important;
.w-annc__img-wrap{
height: 20em;
width: 20em!important;
}
}
}
li{
&:hover{
.card:before{
height:100%;
}
.w-annc__subtitle{
max-height: 100px;
opacity: 1;
}
}
position: relative;
@media only screen and (max-width: 769px) and(min-width:500px){
flex: 0 0 50%;
}
}
.card{
position: absolute;
z-index: 2;
padding: 20px 25px;
bottom: 0;
left: 0;
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(32%, #ffffff00), color-stop(89%, #00000080));
background-image: linear-gradient(
180deg
, #ffffff00 32%, #00000080 89%);
width: 100%;
}
.card:before{
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 8px;
background-color: $theme-color-main;
z-index: -1;
-webkit-transition: height .6s;
transition: height .6s;
}
}
// Widget-5
.widget-announcement-5 {
.w-annc__title {
font-family: $main-font;
line-height: 1.3;
font-size: 1.5rem;
}
.w-annc__item {
border-bottom: 0.0625em dashed #e4e4e4;
padding-bottom: 1em;
margin-bottom: 1em;
}
}
// Widget-6
.widget-announcement-6 {
.w-annc__item {
margin-bottom: 0.8em;
padding-bottom: 0.8em;
border-bottom: 0.0625em dashed #e4e4e4;
}
.w-annc__entry-title {
margin: 0;
}
.w-annc__category-wrap,
.w-annc__status,
.w-annc__title,
.w-annc__postdate-wrap {
font-size: 0.8125rem;
}
.w-annc__status {
display: inline-block;
}
}
// Widget-7
.widget-announcement-7 {
.w-annc__item {
&:hover{
background-color:#adb5bd33;
padding-left: 1rem;
-webkit-transition: .3s ease-out;
-moz-transition: .3s ease-out;
-ms-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
}
}
.w-annc__item {
margin-bottom:0;
padding-bottom: 0.8em;
padding-top: 0.8em;
border-bottom: 0.0625em dashed #e4e4e4;
}
.w-annc__entry-title {
margin: 0;
}
.w-annc__category-wrap,
.w-annc__status,
.w-annc__title,
.w-annc__postdate-wrap {
font-size: 0.75rem;
}
.w-annc__status {
display: inline-block;
}
}
// ## Gerneral styles for table widgets
.w-annc__postdate,
.w-annc__category {
white-space: nowrap;
}
// Widget-8
// ## Table
.widget-announcement-8 {
.w-annc__item {
&:hover{
background-color:#adb5bd33;
padding-left: 1rem;
-webkit-transition: .3s ease-out;
-moz-transition: .3s ease-out;
-ms-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
}
}
.w-annc__th {
color: $theme-color-main;
background: $theme-color-second;
font-size: 0.8125em;
border: none;
}
.w-annc__status {
display: inline-block;
font-size: 0.75rem;
}
td {
font-size: 0.8125em;
}
a:hover {
text-decoration: none;
}
}
// Widget-9
.widget-announcement-9 {
tr {
&:hover{
background-color:#adb5bd33;
padding-left: 1rem;
-webkit-transition: .3s ease-out;
-moz-transition: .3s ease-out;
-ms-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
}
}
.w-annc__th {
color: $theme-color-main;
background: $theme-color-second;
font-size: 0.8125em;
border: none;
}
.w-annc__status {
display: inline-block;
font-size: 0.75rem;
}
td {
font-size: 0.8125em;
}
a:hover {
text-decoration: none;
}
}
// Widget-10
.widget-announcement-10 {
.w-annc__item {
&:hover{
background-color:#adb5bd33;
padding-left: 1rem;
-webkit-transition: .3s ease-out;
-moz-transition: .3s ease-out;
-ms-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
}
}
.w-annc__item {
margin-bottom: 0;
padding-bottom: 0.8em;
padding-top: 0.8em;
border-bottom: 0.0625em dashed #e4e4e4;
}
.w-annc__entry-title {
margin: 0;
}
.w-annc__postdate-wrap {
font-size: 0.8125em;
}
.w-annc__status {
display: inline-block;
font-size: 0.75rem;
}
}
// Widget-11
.widget-announcement-11 {
.w-annc__item {
&:hover{
background-color:#adb5bd33;
padding-left: 1rem;
-webkit-transition: .3s ease-out;
-moz-transition: .3s ease-out;
-ms-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
}
}
.w-annc{
padding-bottom: 1em;
}
.w-annc__item {
margin-bottom: 0;
padding-bottom: 0.8em;
padding-top: 0.8em;
border-bottom: 0.0625em dashed #e4e4e4;
}
.w-annc__entry-title {
margin: 0;
}
.w-annc__postdate-wrap {
font-size: 0.8125em;
}
.w-annc__status {
display: inline-block;
font-size: 0.75rem;
}
}
// Widget-12
// ## Table
.widget-announcement-12 {
tr {
&:hover{
background-color:#adb5bd33;
padding-left: 1rem;
-webkit-transition: .3s ease-out;
-moz-transition: .3s ease-out;
-ms-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
}
}
.w-annc__th {
color: $theme-color-main;
background: $theme-color-second;
font-size: 0.8125em;
border: none;
}
.w-annc__status {
display: inline-block;
font-size: 0.75rem;
}
td {
font-size: 0.8125em;
}
a:hover {
text-decoration: none;
}
}
// Widget-13
// ## Table
.widget-announcement-13 {
tr {
&:hover{
background-color:#adb5bd33;
padding-left: 1rem;
-webkit-transition: .3s ease-out;
-moz-transition: .3s ease-out;
-ms-transition: .3s ease-out;
-o-transition: .3s ease-out;
transition: .3s ease-out;
}
}
.w-annc__th {
color: $theme-color-main;
background: $theme-color-second;
font-size: 0.8125em;
border: none;
}
.w-annc__status {
display: inline-block;
font-size: 0.75rem;
}
td {
font-size: 0.8125em;
}
a:hover {
text-decoration: none;
}
}
// Widget-14
.widget-announcement-14 {
.w-annc__list {
padding:0.9em!important;
}
.w-annc__img-wrap {
height: 18.75em;
margin-bottom: 0.9375em;
@media (min-width: $screen-md) {
height: 12.5em;
margin-bottom: 0;
}
}
.w-annc__item {
margin-bottom: 0.8em;
padding-bottom: 0.8em;
border-bottom: 0.0625em dashed #e4e4e4;
}
.w-annc__entry-title {
margin: 0 0 0.625em 0;
@media (min-width: $screen-md) {
margin-bottom: 0;
}
}
.w-annc__postdate-wrap {
font-size: 0.8125em;
}
.w-annc__status {
display: inline-block;
}
.w-annc__postdate {
font-size: 0.8125rem;
}
}
//widget 15
.widget-announcement-15 {
.s-annc__date-wrap{
display: none;
}
button{
border: 2px solid #fff!important;
}
.w-annc__img-wrap{
height: 16.5em;
@media(max-width:768px){
height: 13.5em!important;
}
}
.w-annc__more{
display: none;
}
.w-annc__widget-title { float: left; }
.w-annc__more { margin-top: 1.5em; }
.w-annc__list > .w-annc__item:nth-child(4n+1) {
clear: both;
}
.w-annc__title{
font-size:1.5rem;
}
.w-annc__list {
// justify-content: center;
// display: flex;
// @media(min-width: 769px){
// width: 160%;
// margin-left: -30%;
// }
}
.w-annc__content-wrap{
padding: 1.5em 0.5em 1.5em 1.5em;
}
.w-annc__img-wrap {
width: 100%;
margin: 0;
overflow: hidden;
border-radius: 0 0 60px;
}
.w-annc__item{
background: #E6E6E6;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
-webkit-box-shadow: 0 1px 2px 0 #0000002e;
box-shadow: 0 1px 2px 0 #0000002e;
margin: 0.5em;
border-radius: 0 0 0 48px;
padding-right: 1.5em;
}
}
//widget 23
.widget-announcement-23 {
.w-annc__item{
@media(min-width: 769px){
margin-left: 0 !important;
margin-right: 1.5em !important;
}
}
.w-annc__entry-title{
display: none!important;
}
.tab_nav{
@media(min-width: 769px){
position: absolute;
margin-top: -4.5em;
margin-left: 9em;
}
}
.w-annc__meta{
display: none!important;
}
.transitionfade{
border-radius: 1em;
behavior: url("/assets/ie_support/PIE2/PIE.htc");
}
.s-annc__date-wrap{
display: none;
}
.btn-left{
left: -2.4%!important;
}
.btn-right{
right: -1.4%!important;
}
button{
border: 2px solid #fff!important;
}
.w-annc__more{
display: none;
}
.w-annc__widget-title { float: left; }
.w-annc__more { margin-top: 1.5em; }
.w-annc__list > .w-annc__item:nth-child(3n+1) {
clear: both;
}
.w-annc__title{
font-size:1.5rem;
}
.w-annc__list {
justify-content:flex-start;
display: flex;
@media(min-width: 769px){
width:153%;
}
}
.w-annc__content-wrap{
padding:1em 0;
}
.w-annc__img-wrap {
width: 100%;
margin: 0;
overflow: hidden;
border-radius: 1em;
behavior: url("/assets/ie_support/PIE2/PIE.htc");
height: 17.5em;
img{
width: 100%;
@media(max-width: 768px){
width: 100% !important;
transform: none !important;
margin: auto !important;
height: auto;
position: absolute;
inset: 0px;
border-radius: 1em;
behavior: url("/assets/ie_support/PIE2/PIE.htc");
}
}
}
.w-annc__item{
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
margin: 1em;
&:hover{
background: none;
a{
color: #333333;
}
}
}
}
//widget 22
.widget-announcement-22 {
.w-annc__more{
display: none;
}
.w-annc__item{
visibility: visible!important;
}
.cycle-slide{
visibility: visible!important;
}
.w-annc__entry-title{
// height: 2em;
// margin-top: -1em;
}
.filter_tab{
&:hover{
.ww{
display: block;
}
}
}
.ww{
padding: 1em;
position: absolute;
background-color: #fff;
box-shadow: #00000080 0 8px 12px;
border-radius: 1em;
behavior: url("/assets/ie_support/PIE2/PIE.htc");
min-width: 200px;
top: 4em;
z-index: 10;
display: none;
}
.episode{
margin-top: -4em;
position: absolute;
}
.w-annc__item{
margin-left: 0 !important;
margin-right: 1em !important;
}
.tab_nav{
@media(min-width: 769px){
position: absolute;
margin-top: -4.2em;
margin-left: 16em;
}
}
.w-annc__meta{
display: none!important;
}
.transitionfade{
border-radius: 2em;
behavior: url("/assets/ie_support/PIE2/PIE.htc");
}
.s-annc__date-wrap{
display: none;
}
@media(min-width: 1921px){
.btn-left{
left: 0.6% !important;
}
.btn-right{
right:0.6% !important;
}
}
@media(min-width: 1900px)and(max-width: 1921px){
.btn-left{
left: -2.4%!important;
}
.btn-right{
right:-2.4% !important;
}
}
@media(min-width: $screen-xs)and(max-width: 1900px){
.btn-left{
left: -2.4%!important;
}
.btn-right{
right: 1.6%!important;
}
}
@media(max-width:$screen-xs){
.btnheight{
top: 30%!important;
}
.btn-left{
left: -5vw!important;
}
.btn-right{
right:-4vw!important;
}
}
button{
border: 2px solid #fff!important;
}
.w-annc__widget-title { float: left; }
.w-annc__more { margin-top: 1.5em; }
.w-annc__list > .w-annc__item:nth-child(4n+1) {
clear: both;
}
.w-annc__title{
font-size:1.5rem;
font-weight: normal;
}
.w-annc__list {
justify-content:center;
display: flex;
@media(min-width: 2000px){
justify-content:flex-start;
width:1700px;
}
@media(min-width: 1700px)and(max-width: 2000px){
justify-content:flex-start;
width:135%;
}
@media(min-width: 1500px)and(max-width: 1700px){
justify-content:flex-start;
width:134%;
}
@media(min-width: 1201px)and(max-width: 1500px){
justify-content:flex-start;
width:131%;
}
@media(min-width: 800px)and(max-width: 1200px){
justify-content:flex-start;
width:129%;
}
@media(min-width: $screen-xs)and(max-width: 800px){
width:105%;
}
@media(max-width: $screen-xs ){
width:110%;
}
}
.w-annc__entry-title{
margin-top: 0.2em;
}
.w-annc__subtitle{
-webkit-line-clamp: 5;
}
.w-annc__content-wrap{
padding-left: 0;
padding-top: 0;
padding-right: 0;
white-space: normal;
}
.w-annc__img-wrap {
height: auto;
width: 100%;
margin: 0;
overflow: hidden;
border-radius: 1em;
behavior: url("/assets/ie_support/PIE2/PIE.htc");
height: 15em;
@media(min-width: 1900px){
height: 13em;
}
@media(min-width: 1600px)and(max-width: 1900px){
height: 13em;
}
@media(min-width:1400px)and(max-width:1599px){
height: 11.5em;
}
@media(min-width: 800px)and(max-width:1025px){
height: 12em;
}
@media(min-width: $screen-xs)and(max-width: 799px){
height: 9.5em;
}
@media(max-width: $screen-xs){
height: 10em;
}
img{
border-radius: 1.5em;
width:100%;
max-width: unset;
@media(min-width: 769px){
}
}
}
.cycle-carousel-wrap{
margin-left: 0 !important;
display: flex;
flex-direction: row-reverse;
-webkit-flex-direction: row-reverse;
}
.w-annc__item{
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
margin: 1em;
&:hover{
background: none;
a{
color: #333333;
}
}
@media(min-width: 2000px){
width: 16.5vw !important;
}
@media(min-width: 1700px)and(max-width: 2000px){
width: 24.5vw !important;
}
@media(min-width: 1500px)and(max-width: 1700px){
width: 28vw !important;
}
@media(min-width: 1201px)and(max-width: 1500px){
width: 27.5vw !important;
}
@media(min-width: 800px)and(max-width: 1200px){
width: 43vw !important;
}
@media(max-width:800px )and(min-width:$screen-xs){
width: 43vw !important;
}
@media(max-width: $screen-xs){
width: 85vw !important;
}
}
}
//event-widget-announcement-20
.event-widget-announcement-20 {
.cycle-sentinel{
opacity: 0!important;
z-index: -1 !important;
}
.w-annc__status-wrap{
display: none;
}
img{
width: 100%;
}
.s-annc__date-wrap{
display: none;
}
button{
border: 2px solid #fff!important;
}
.w-annc__img-wrap{
height:13.5em;
@media(min-width: 1500px)and(max-width: 1700px){
height: 15.5em!important;
}
@media(min-width: 769px)and(max-width: 900px){
height: 10.5em!important;
}
@media(max-width:768px){
height: 10em!important;
}
}
.w-annc__more{
display: none;
}
.w-annc__more { margin-top: 1.5em; }
.w-annc__list > .w-annc__item:nth-child(6n+1) {
clear: both;
}
.w-annc__title{
font-size:1.5rem;
}
.w-annc__list {
justify-content: center;
display: flex;
// @media(min-width: 769px){
// width: 160%;
// margin-left: -30%;
// }
}
.w-annc__content-wrap{
padding:1em 0.5em 1.5em 1em;
height: 9em;
}
.w-annc__img-wrap {
width: 100%;
margin: 0;
overflow: hidden;
border-radius: 0 0 60px;
}
.cycle-carousel-wrap{
display: flex;
@media(min-width: 2000px){
margin-left: 2.5vw !important;
}
@media(min-width: 1900px)and(max-width: 2000px){
margin-left: 3vw!important;
}
@media(min-width: 1200px)and(max-width: 1900px){
margin-left: 3vw!important;
}
@media(min-width: 800px)and(max-width: 1200px){
margin-left: 10vw!important;
}
@media(max-width:800px )and(min-width:$screen-xs){
margin-left: 7vw!important;
}
@media(max-width: $screen-xs){
margin-left: 8vw!important;
}
.cycle-slide.cycle-slide-active ~ .cycle-slide:last-child{
left: 93.5vw !important;
opacity: 1 !important;
visibility: visible !important;
display: block !important;
position: absolute !important;
@media(min-width: 2000px){
left: 69em !important;
}
@media(min-width: 1900px)and(max-width: 2000px){
left:69vw !important;
}
@media(min-width: 800px)and(max-width: 1200px){
left:119vw !important;
}
@media(max-width:800px )and(min-width:$screen-xs){
left:130vw !important;
}
@media(max-width: $screen-xs){
left:255vw !important;
}
}
}
.w-annc__item{
visibility: visible !important;
position: relative !important;
background: #E6E6E6;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
-webkit-box-shadow: 0 1px 2px 0 #0000002e;
box-shadow: 0 1px 2px 0 #0000002e;
margin: 0.5em;
border-radius: 0 0 0 48px;
padding-right: 1.5em;
@media(min-width: 2000px){
width: 22em !important;
}
@media(min-width: 1900px)and(max-width: 2000px){
width: 22vw !important;
}
@media(min-width: 1200px)and(max-width: 1900px){
width: 30vw !important;
}
@media(min-width: 800px)and(max-width: 1200px){
width: 38vw !important;
}
@media(max-width:800px )and(min-width:$screen-xs){
width: 41vw !important;
}
@media(max-width: $screen-xs){
width: 80vw !important;
}
}
}
//Widget 16
.widget-announcement-16 {
.w-annc__entry-title {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.w-annc__title {
font-family: $main-font;
line-height: 1.3;
font-size: 1rem;
}
.w-annc__item { padding: 0 0.5rem; }
.w-annc__img-wrap {
margin: 0 0 0.5rem 0;
}
}
// Widget-17
.widget-announcement-17 {
.w-annc__item {
margin-bottom: 0.8em;
padding-bottom: 0.8em;
border-bottom: 0.0625em dashed #e4e4e4;
}
.w-annc__entry-title {
margin: 0;
}
.w-annc__postdate-wrap {
font-size: 0.8125em;
}
.w-annc__status {
display: inline-block;
font-size: 0.75rem;
}
}
.index-announcement-18{
li.i-annc__item.col-md-4:nth-child(3n){
clear: unset!important;
}
}
//widget 19
.widget-announcement-19 {
.cycle-sentinel{
opacity: 0!important;
z-index: -1 !important;
}
.cycle-carousel-wrap{
display: flex;
align-items: baseline;
@media(min-width: 2000px){
margin-left: 2.5vw !important;
}
@media(min-width: 1900px)and(max-width: 2000px){
margin-left: 3vw!important;
}
@media(min-width: 1200px)and(max-width: 1900px){
margin-left: 3vw!important;
}
@media(min-width: 800px)and(max-width: 1200px){
margin-left: 10vw!important;
}
@media(max-width:800px )and(min-width:$screen-xs){
margin-left: 7vw!important;
}
@media(max-width: $screen-xs){
margin-left: 8vw!important;
}
.cycle-slide.cycle-slide-active ~ .cycle-slide:last-child{
left:71vw !important;
opacity: 1 !important;
visibility: visible !important;
display: block !important;
position: absolute !important;
@media(min-width: 2000px){
left: 51.5em !important;
}
@media(min-width: 1900px)and(max-width: 2000px){
left:52.5vw !important;
}
@media(min-width: 800px)and(max-width: 1200px){
left:80vw !important;
}
@media(max-width:800px )and(min-width:$screen-xs){
left:87vw !important;
}
@media(max-width: $screen-xs){
left:256vw !important;
}
}
}
.w-annc__content-wrap{
padding: 0;
}
button{
border: 2px solid #fff!important;
z-index: 2;
}
.btn-left,.btn-right{
// @media(min-width: 769px){
// display: none!important;
// }
}
.w-annc__item {
visibility: visible !important;
position: relative !important;
&:hover{
.w-annc__subtitle_wrap{
a{
color: $theme-color-third!important;
}
}
}
@media(min-width: 2000px){
width:16.2em !important;
}
@media(min-width: 1900px)and(max-width: 2000px){
width: 16.5vw !important;
}
@media(min-width: 1200px)and(max-width: 1900px){
width: 22.5vw !important;
}
@media(min-width: 800px)and(max-width: 1200px){
width: 25vw !important;
}
@media(max-width:800px )and(min-width:$screen-xs){
width: 26.5vw !important;
}
@media(max-width: $screen-xs){
width: 80vw !important;
}
&:hover{
// -webkit-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
// -moz-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
// -ms-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
// -o-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
// transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
background-color: $theme-color-third!important;
.w-annc__entry-title{
.w-annc__title{
color: #fff!important;
}
}
}
}
.w-annc__entry-title{
height: 3em;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
// text-overflow: ellipsis;
// -webkit-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
// -moz-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
// -ms-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
// -o-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
// transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
}
.w-annc__subtitle_wrap{
padding: 1em;
background: #fff;
border-radius: 0 0 38px 38px;
}
.w-annc__meta{
display: none;
}
overflow: hidden;
.w-annc__title {
white-space: normal;
font-family: $main-font;
line-height: 1.3;
font-weight: bold;
}
.w-annc__more { margin-top: 1.5em; }
.w-annc__list > .w-annc__item:nth-child(6n+1) {
clear: both;
}
.w-annc__list {
@media(min-width: 769px){
// width: 138%;
// margin-left: -19%;
}
}
.w-annc__img-wrap {
height: 12.5em;
margin: 0 0 1em 0;
overflow: hidden;
}
.w-annc__item{
padding: 1em;
@media(min-width:$screen-xs ){
border-radius: 0 0 48px 48px;
background: #E6E6E6;
margin: 0.5em;
}
@media(max-width:$screen-xs ){
border-radius:0 0 48px 48px;
background: #E6E6E6;
margin:0.5em;
}
}
.w-annc__list li{
@media(max-width:$screen-lg ){
width: calc(50% - 12em);
}
@media(max-width:$screen-md ){
width: calc(50% - 5em);
}
}
}
// Announcement index
// ## General style for index pages
.i-annc {
.i-annc__page-title {
@extend .unity-title;
}
.i-annc__list {
margin: 0;
padding: 0;
list-style: none;
}
.i-annc__widget-title {
@extend .unity-title;
}
.i-annc__item {
margin-bottom: 1.875em;
}
.i-annc__img {
width: 100%;
max-width: 100%;
height: auto;
}
.i-annc__th {
color: $theme-color-main;
background: $theme-color-second;
font-size: 0.8125em;
border: none;
white-space: nowrap;
font-weight: normal;
}
.i-annc__postdate,
.i-annc__category,
.i-annc__view-count {
font-family: $main-font;
font-size: 1rem;
}
.i-annc__status-wrap {
span {
display: inline-block;
padding: .2em .6em .3em;
&:last-child {
margin: 0 0.3125em 0.1875em 0;
display: inline-block;
}
}
}
td {
font-size: 0.8125rem;
}
.i-annc__title{
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.i-annc__title:hover {
text-decoration: none;
}
.label {
font-size: 0.75rem;
font-weight: normal;
}
.i-annc__meta {
.i-annc__status-wrap,
.i-annc__postdate-wrap,
.i-annc__category-wrap {
display: inline-block;
margin-right: 0.2em;
font-size: 0.8125em;
color: $theme-color-main;
font-weight: normal;
}
i {
color: $theme-color-main;
}
}
.i-annc__subtitle {
font-size: 1rem;
color: $theme-color-main;
}
.i-annc__entry-title {
margin-bottom: 0.625em;
}
.i-annc__title {
font-family: $main-font;
color: $theme-color-main;
text-decoration: none;
font-size: 1rem;
font-weight: bold;
&:hover {
color: darken($theme-color-main, 10%);
}
}
}
// control datatable css
table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child:before {
background-color: $theme-color-second !important;
}
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before {
background-color: $theme-gray !important;
}
.i-annc__table .child span.dtr-data li {
padding: 0 0.5em;
}
// Index-1
// Index-2
.index-announcement-1,
.index-announcement-2 {
.i-annc__item {
margin-bottom: 0.8em;
padding-bottom: 0.8em;
border-bottom: 0.0625em dashed #e4e4e4;
}
// .i-annc__title {
// &:before {
// content: "•";
// color: #cccccc;
// font-size: 1rem;
// padding: 0 0.5em;
// }
// }
.i-annc__entry-title {
margin: 0;
}
.i-annc__category-wrap,
.i-annc__postdate-wrap {
font-size: 0.8125rem;
color: #666666;
}
.i-annc__status {
font-size: 0.8125rem;
display: inline-block;
}
}
// Index-3
// Index-4
.index-announcement-3,
.index-announcement-4 {
.i-annc__item {
margin-bottom: 0.8em;
padding-bottom: 0.8em;
border-bottom: 0.0625em dashed #e4e4e4;
}
.i-annc__title {
font-size: 0.95rem;
font-weight: 600;
}
.i-annc__entry-title {
margin: 0;
}
.i-annc__category-wrap,
.i-annc__postdate-wrap {
font-size: 0.8125rem;
color: #666666;
}
.i-annc__status {
font-size: 0.8125rem;
display: inline-block;
}
}
// Index-5
// Index-6
.index-announcement-5,
.index-announcement-6 {
.i-annc__img-wrap {
margin: 0 0 1em;
}
.i-annc__title {
font-family: $main-font;
font-size: 1.5rem;
line-height: 1.3;
}
}
// Index-7
.index-announcement-7 {
.i-annc__meta{
display: none;
}
.i-annc__status-wrap{
display: none!important;
}
.i-annc__list {
display: flex;
flex-wrap: wrap;
justify-content:flex-start!important;
}
.i-annc__title {
font-family: $main-font;
line-height: 1.3;
font-size: 1.5rem;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.i-annc__list > .i-annc__item {
@media (max-width:768px)and(min-width:$screen-xs) {
width: calc( 100%/2 - 1em )!important;
min-height: unset;
margin: 1em 0.5em;
padding: 0;
}
@media (max-width: $screen-xs) {
width: 100%!important;
min-height: unset;
margin: 1em 0;
padding: 0;
}
}
.i-annc__list > .i-annc__item:nth-child(3n+1) {
clear: both;
}
.i-annc__img-wrap {
height: 12.5em;
margin: 0 0 1em 0;
border-radius: 1.5em;
img {
@media (max-width:767px) {
// transform: scale(1) !important;
}
}
}
}
//event-widget-announcement-7
.event-widget-announcement-7{
.i-annc__status-wrap{
display: none!important;
}
.s-annc__date-wrap{
display: none;
}
button{
border: 2px solid #fff!important;
}
.i-annc__img-wrap{
height:10.5em;
@media(min-width: 1600px){
height: 15.5em!important;
}
@media(min-width: 1440px)and(max-width: 1600px){
height: 13.5em!important;
}
@media(max-width:768px){
height: 10em!important;
}
}
.i-annc__more{
display: none;
}
.i-annc__more { margin-top: 1.5em; }
.i-annc__list > .i-annc__item:nth-child(6n+1) {
clear: both;
}
.i-annc__title{
font-size:1.5rem;
}
.i-annc__list {
justify-content: center;
display: flex;
}
.i-annc__content-wrap{
padding: 1em 0.5em 1.5em 1.5em;
}
.i-annc__img-wrap {
width: 100%;
margin: 0;
overflow: hidden;
border-radius: 0 0 60px;
img{
border-radius: 0 0 60px;
transform: scale(1) !important;
top: 0 !important;
margin: 0 !important;
}
}
.i-annc__item{
background: #E6E6E6;
-webkit-transition: .3s all ease;
-o-transition: .3s all ease;
transition: .3s all ease;
-webkit-box-shadow: 0 1px 2px 0 #0000002e;
box-shadow: 0 1px 2px 0 #0000002e;
margin-right: 1em;
border-radius: 0 0 0 48px;
padding-right: 1.5em;
padding-left: 0;
&:hover{
background-color: $theme-color-third;
color: #fff!important;
span,i{
color: #fff!important;
}
a{
color: #fff;
}
}
}
}
// Index-8
.index-announcement-8 {
.i-annc__title {
font-family: $main-font;
line-height: 1.3;
font-size: 1.5rem;
}
.i-annc__item {
border-bottom: 1px solid #e5e5e5;
margin-bottom: 1em;
}
}
// Index-9
.index-announcement-9 {
.i-annc__content-wrap {
padding: 0;
}
.i-annc__list {
display: flex;
flex-wrap: wrap;
flex-direction: row;
}
.i-annc__entry-title, .i-annc__meta {
margin-top: 0;
padding-left: 0.5em;
}
.i-annc__title {
font-family: $main-font;
line-height: 1.3;
font-size: 1.125rem;
}
.i-annc__item {
border-bottom: 1px dashed #f3f4f5;
// margin-bottom: 0;
width: calc(33.3% - 2em);
padding: 0;
@media (max-width:767px) {
width: 100%;
}
}
.i-annc__subtitle1{
padding: 1em;
background: #fff;
border-radius: 0 0 38px 38px;
height: 8em;
}
.i-annc__subtitle {
text-align: left;
font-size: 1em;
padding: 0;
background: #fff;
display: -webkit-box;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
margin: 0;
}
.i-annc__item {
&:hover{
-webkit-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
-moz-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
-ms-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
-o-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
background-color: $theme-color-third!important;
.i-annc__entry-title{
.i-annc__title{
color: #fff!important;
}
}
}
}
.i-annc__entry-title{
height: 3em;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
-webkit-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
-moz-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
-ms-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
-o-transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
transition: all 300ms cubic-bezier(0.39, 0.5, 0.15, 1.36);
}
.i-annc__subtitle_wrap{
padding: 1em;
background: #fff;
border-radius: 0 0 38px 38px;
}
.i-annc__meta{
display: none;
}
overflow: hidden;
.i-annc__title {
font-family: $main-font;
line-height: 1.3;
font-weight: bold;
font-size:1.4rem;
}
.i-annc__img-wrap {
height: 12.5em;
margin: 0 0 1em 0;
overflow: hidden;
}
.i-annc__list > .i-annc__item{
padding: 1em;
@media(min-width:$screen-xs ){
border-radius: 0 0 48px 48px;
background: #E6E6E6;
margin-right: 1em;
}
@media(max-width:$screen-xs ){
border-radius: 0 0 48px 48px;
background: #E6E6E6;
}
}
}
// Index-16
.index-announcement-16 {
td ul {
margin: 0;
padding: 0;
list-style: none;
}
}
// Index-17
.index-announcement-17 {
.i-annc__item {
margin-bottom: 0.8em;
padding-bottom: 0.8em;
border-bottom: 0.0625em dashed #e4e4e4;
}
.i-annc__title {
font-size: 0.95rem;
font-weight: 600;
}
.i-annc__entry-title {
margin: 0;
}
.i-annc__category-wrap,
.i-annc__postdate-wrap {
font-size: 0.8125rem;
color: #666666;
}
.i-annc__status {
font-size: 0.8125rem;
display: inline-block;
}
}
// Announcement show
.show-announcement {
.s-annc-title{
width:85%!important;
}
.s-annc__post-body{
padding: 0;
}
.s-annc__show-title2{
font-size: 2em;
text-align: justify;
background-image: none;
display: block;
position: relative;
font-weight: bold;
border-radius: 0;
@media(max-width: 768px){
font-size: 1.2em;
line-height: 1.5;
}
}
.s-annc__link-title{
background: #33c0f5;
padding: 10px 20px;
border-radius: 2em;
behavior: url("/assets/ie_support/PIE2/PIE.htc");
color: #fff;
width: 100%;
margin-top: 1em;
}
.s-annc__show-title {
@extend .unity-title;
}
.s-annc__meta-wrap {
border-bottom: 0.0625em solid $theme-gray-light;
display: flex;
flex-wrap: wrap;
@include clearfix;
.s-annc__meta--item {
font-size: 1rem;
margin-right: 1em;
margin-bottom: 0.6em;
i {
color: darken($theme-gray-light, 10%);
}
}
.s-annc__tag-wrap {
position: relative;
margin-right: 0;
padding-left: 1.6em;
clear: both;
float: none;
i {
position: absolute;
top: 0.4375em;
left: 0;
}
}
.s-annc__tag-wrap {
.s-annc__tag {
font-weight: normal;
}
}
}
.s-annc__post-wrap {
@include clearfix;
margin-bottom: 2em;
.s-annc__sub-img {
background: none;
padding: 0;
border: none;
img { padding: 0; }
.s-annc__img_description {
position: relative;
margin: 0.5em 0;
display: block;
font-weight: bold;
color: #333333;
// &:before{
// content: '';
// position: absolute;
// height: 24px;
// background: #333333;
// width: 1px;
// left: 0;
// }
}
}
}
.s-annc__related-wrap {
padding-top: 1em;
border-top: 0.0625em dotted $theme-gray-light;
}
.s-annc__related-file {
margin-bottom: 0.9375em;
}
.s-annc__related-file,
.s-annc__related-link {
padding-bottom: 0.375em;
padding-left: 1.6em;
i {
margin: 0.5em 0 0 -1.6em;
float: left;
color: darken($theme-gray-light, 10%);
}
}
.s-annc__related-link-list,
.s-annc__related-file-list {
display: inline-block;
width: 100%;
}
.s-annc__flie-title {
max-width: 9.375rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.s-annc__social > * {
display: inline-block;
vertical-align: top;
}
.s-annc__social .print-button {
color: #fff;
font-size: 0.688em;
border-radius: 0.25em;
padding: 0.125em 0.375em;
background-color: $theme-color-main;
}
.s-annc__social .print-button:hover {
background-color: lighten($theme-color-main, 10%);
}
}
.s-annc {
// @media(max-width: 768px){
// padding: 1em;
// }
.s-annc__sub-img2{
@media(min-width: 769px){
position: absolute;
right:0;
}
.s-annc__sub-img{
@media(min-width: 769px){
transform: translateX(-100%);
bottom: 30vh;
position: fixed;
width: 23.3%;
max-width: 400px;
margin: 0;
border-radius: 0 0 53px 53px;
padding: 0 !important;
}
}
}
.s-annc__show-title{
}
.s-annc__post-wrap{
}
.s-annc__sub-img{
@media(max-width: 768px){
display: none;
}
img{
border-radius: 0 0 50px 50px;
}
}
.s-annc__link-title{
background: #33c0f5;
padding: 10px 20px;
border-radius: 2em;
behavior: url("/assets/ie_support/PIE2/PIE.htc");
color: #fff;
width: 100%;
margin-top: 1em;
}
.s-annc__show-title {
@extend .unity-title;
}
.s-annc__meta-wrap {
border-bottom: 0.0625em solid $theme-gray-light;
display:contents;
width: 66.6%;
@media(max-width: 768px){
width: 100%;
}
@include clearfix;
.s-annc__meta--item {
font-size: 1rem;
float: left;
width:50%;
@media(max-width: 768px){
width: 100%;
}
>span{
margin-bottom: 1em;
width: 100%;
}
.start_date{
width: auto!important;
float: none;
}
span{
>span{
float: left;
width: 100%;
position: relative;
@media(min-width:$screen-xs){
display: flex;
}
@media(max-width: 1023px)and(min-width: 769px){
display: block!important;
}
&:first-child{
font-size: 1.5em;
font-weight: bold;
}
}
.start_date{
font-size: 1rem!important;
font-weight: normal!important;
padding-left: 0;
}
}
i {
color: darken($theme-gray-light, 10%);
}
}
.s-annc__tag-wrap {
position: relative;
margin-right: 0;
padding-left: 1.6em;
clear: both;
float: none;
i {
position: absolute;
top: 0.4375em;
left: 0;
}
}
.s-annc__tag-wrap {
.s-annc__tag {
font-weight: normal;
}
}
}
.s-annc__post-wrap {
@include clearfix;
margin-bottom: 2em;
.s-annc__sub-img {
background: #eee;
padding: 0;
border: 1px solid #e2e0e0;
border-radius: 0 0 53px 53px;
img { padding: 0; }
.s-annc__img_description {
margin: 0.5em 0;
display: block;
padding: 0.5em 2em;
font-weight: bold;
}
}
}
.s-annc__related-wrap {
padding-top: 1em;
border-top: 0.0625em dotted $theme-gray-light;
}
.s-annc__related-file {
margin-bottom: 0.9375em;
}
.s-annc__related-file,
.s-annc__related-link {
padding-bottom: 0.375em;
padding-left: 1.6em;
i {
margin: 0.5em 0 0 -1.6em;
float: left;
color: darken($theme-gray-light, 10%);
}
}
.s-annc__related-link-list,
.s-annc__related-file-list {
display: inline-block;
width: 100%;
}
.s-annc__flie-title {
max-width: 9.375rem;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.s-annc__social > * {
display: inline-block;
vertical-align: top;
}
.s-annc__social .print-button {
color: #fff;
font-size: 0.688em;
border-radius: 0.25em;
padding: 0.125em 0.375em;
background-color: $theme-color-main;
}
.s-annc__social .print-button:hover {
background-color: lighten($theme-color-main, 10%);
}
}
//index 10
.VivaTimeline dl {
position: relative;
top: 0;
padding: 20px 0;
margin: 0
}
.VivaTimeline dl:before {
position: absolute;
top: 0;
bottom: 0;
left: 50%;
z-index: 100;
width: 2px;
margin-left: -1px;
content: '';
background-color: #ccd1d9
}
.VivaTimeline dl dt {
position: relative;
top: 30px;
z-index: 200;
width: 120px;
padding: 3px 5px;
margin: 0 auto 30px;
font-weight: 400;
color: #fff;
text-align: center;
background-color: #aab2bd;
border-radius: 4px;
behavior: url("/assets/ie_support/PIE2/PIE.htc");
-webkit-border-radius: 4px;
-moz-border-radius: 4px
}
.VivaTimeline dl dd {
position: relative;
z-index: 200
}
.VivaTimeline dl dd .circ {
position: absolute;
top: 40px;
left: 50%;
z-index: 200;
width: 22px;
height: 22px;
margin-left: -11px;
background-color: #4fc1e9;
border: 4px solid #f5f7fa;
border-radius: 50%;
behavior: url("/assets/ie_support/PIE2/PIE.htc");
-webkit-border-radius: 50%;
-moz-border-radius: 50%
}
.VivaTimeline dl dd .time {
position: absolute;
top: 31px;
left: 50%;
display: inline-block;
width: 100px;
padding: 10px 20px;
color: #4fc1e9
}
.VivaTimeline dl dd .events {
position: relative;
width: 47%;
padding: 10px 0 0;
margin-top: 31px;
background-color: #CCC;
border-radius: 4px;
behavior: url("/assets/ie_support/PIE2/PIE.htc");
-webkit-border-radius: 4px;
-moz-border-radius: 4px
}
.VivaTimeline dl dd .events:before {
position: absolute;
top: 12px;
width: 0;
height: 0;
content: '';
border-style: solid;
border-width: 6px
}
.VivaTimeline dl dd .events .events-object {
margin: 0 auto;
}
.VivaTimeline dl dd .events .events-header {
min-height: 30px;
line-height: 20px;
text-align: center;
font-size: 1em;
font-weight: bold;
cursor: pointer;
padding: 0 0.5em;
}
.VivaTimeline dl dd .events .events-body {
overflow: hidden;
zoom: 1;
background-color: #EEE;
padding: 10px;
}
.VivaTimeline dl dd .events .events-body .row{
display:none;
}
.VivaTimeline dl dd .events .events-body .events-desc {
text-indent: 2em;
padding: 0 15px;
}
.VivaTimeline dl dd .events .events-footer {
text-align:center;
}
.VivaTimeline dl dd .events .events-footer ol {
list-style: none;
margin: 0 auto;
padding: 0;
}
.VivaTimeline dl dd .events .events-footer ol li {
background: #32b487;
border-radius: 5px;
behavior: url("/assets/ie_support/PIE2/PIE.htc");
margin: 10px;
display: inline-block;
width: 10px;
height: 10px;
cursor: pointer;
}
.VivaTimeline dl dd .events .events-footer ol .active{
transform: scale(2);
}
.VivaTimeline dl dd.pos-right .time {
margin-left: -100px;
text-align: right
}
.VivaTimeline dl dd.pos-right .events {
float: right
}
.VivaTimeline dl dd.pos-right .events:before {
left: -12px;
border-color: transparent #CCC transparent transparent
}
.VivaTimeline dl dd.pos-left .time {
margin-left: 0;
text-align: left
}
.VivaTimeline dl dd.pos-left .events {
float: left
}
.VivaTimeline dl dd.pos-left .events:before {
right: -12px;
border-color: transparent transparent transparent #CCC
}
.VivaTimeline .carousel-indicators{
bottom: 0;
}
@media screen and (max-width: 767px) {
.VivaTimeline dl:before {
left: 90px
}
.VivaTimeline dl dt {
margin: 0 30px 30px
}
.VivaTimeline dl dd .circ {
left: 90px
}
.VivaTimeline dl dd .time {
left: 20px
}
.VivaTimeline dl dd.pos-left .time {
padding: 10px 0;
margin-left: 0;
text-align: left
}
.VivaTimeline dl dd.pos-left .events {
float: right;
width: 73%;
margin-right: 4%;
}
.VivaTimeline dl dd.pos-left .events:before {
left: -12px;
border-color: transparent #CCC transparent transparent
}
.VivaTimeline dl dd.pos-right .time {
padding: 10px 0;
margin-left: 0;
text-align: left
}
.VivaTimeline dl dd.pos-right .events {
float: right;
width: 73%;
margin-right: 4%;
}
/*
.VivaTimeline dl dd .events .events-body {
display: none;
}
.VivaTimeline dl dd .events .events-footer {
display: none;
}
*/
}
@media screen and (max-width: 500px) {
.VivaTimeline dl dd.pos-left .events {
float: right;
width: 63%;
margin-right: 4%;
}
.VivaTimeline dl dd.pos-right .events {
float: right;
width: 63%;
margin-right: 4%;
}
}