AsiaH9-1/assets/stylesheets/template/template.scss

231 lines
4.3 KiB
SCSS

@import url("http://fonts.googleapis.com/css?family=Droid+Sans:400,700");
// Base
@import "base/orbitbar-override";
@import "base/sitemap-override";
@import "base/global";
@import "base/unity";
@import "base/utilities";
@import "base/pagination";
@import "base/accesskey";
@import "base/go_back_top";
@import "base/ckeditor-reset";
// Layout
@import "layout/*";
// Modules
@import "modules/*";
// Widget
@import "widget/*";
//RWD
@import "RWD";
.black-screen{
position: fixed;
width: 100%;
height: 100%;
opacity: 0;
top: -20000px;
background: rgba(0,0,0,.7);
z-index: 1000;
left: 0;
transition:opacity .3s ,top 0s .3s;
&.active{
opacity: 1;
top:0;
transition:opacity .3s;
.content{
transform:translate(-50%,-50%);
opacity: 1;
top:50%;
left: 50%;
// box-shadow: #dcabff 0px 0px 150px;
transition:opacity 1s .8s,top .5s .7s ;
}
}
.content{
background: #fff;
color:#666;
font-family: '微軟正黑體','sans-serif';
position: absolute;
opacity: 0;
left:-20000px;
top:60%;
transform:translate(-50%,-50%);
transform-origin:center;
width: 90%;
font-weight: bold;
transition:opacity .5s ,top .5s, left 0s .5s;
padding: 2px;
@media (min-width: 768px){
width: 40%;
padding: 30px;
}
@media (max-width: 767px){
padding: 30px 10px;
}
.close-btn{
position: absolute;
right: 0;
top:0;
padding: 5px 10px;
background: $theme-color-main;
color:#fff;
font-size: 1.125em;
transition:.3s;
&:hover{
background: $theme-color-second;
}
}
}
}
.dropdown-toggle:focus {
// outline: 2px solid #43B5FC;
outline: transparent;
}
// container setting
.response-container {
position: relative;
@media (min-width: $screen-xs) {
width: 100%;
padding: 0;
}
@media (min-width: $screen-sm) {
width: 100%;
}
@media (min-width: $screen-md) {
width: 60.625em;
}
@media (min-width: $screen-lg) {
width: 75em;
}
}
.background {
width: 100%;
position: fixed !important;
left: 0;
top: 30px;
z-index: -1;
}
.extra { clear: both; }
//公告頁籤
ul.tab_nav {
list-style-type: none;
padding: 0;
display: flex;
flex-wrap: wrap;
font-family: $main-font;
li {
padding: 0.5em 1em;
background: #3292d9;
margin: 0.2em;
cursor: pointer;
transition: all 0.5s;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
&.active {
background: #193c52;
color: #fff;
}
}
}
.noscroll { overflow: hidden; position: fixed; }
//覆蓋bootstrap 設定
.row { margin: 0; }
.container>.navbar-collapse {
@media (max-width: 767px) {
margin-left: 0;
margin-right: 0;
}
}
//共用樣式
.title {
@extend .unity-title;
}
.superBtn {
a.btn-primary {
color: $theme-white;
border-color: #990000;
background-color: #990000;
font-size: 0.8125rem;
padding: 0.3em 0.5em;
&:hover {
background-color: darken(#990000, 10%);
border-color: darken(#990000, 10%);
}
}
}
@media (max-width: 768px) {
.navbar-header .navbar-brand,
img.site-logo
{
float: none!important;
display: block;
text-align: center;
margin: auto!important;
}
}
.header-inner,
.layout-content-inner,
.layout-content-box2 {
background-color: #fff;
}
div#layout-navigation {
margin: auto -15px;
}
.widget-announcement-10 li h4 {
margin: -5px 0 0 5px!important;
padding: 0;
width: 75%;
}
.widget-announcement-10 li span.w-annc__postdate-wrap {
margin: -3px 0 0 5px;
padding: 0;
float: right;
width: 20%;
}
.widget-announcement-10 li {
clear: both;
}
.widget-announcement-10 li:before {
float: left;
width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 5px;
border-color: transparent transparent transparent #4ea7bd;
}
.widget-link h3 span,
.widget-announcement-10 h3 span {
background: #6ec5db;
border-radius: 10px;
behavior: url("/assets/ie_support/PIE2/PIE.htc");
color: #fff;
display: block;
padding: 3px 5px;
}
.widget-link li {
padding: 3px 5px;
}
.widget-link li:nth-child(2n) {
background: #eefbff;
}