@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"; .dropdown-toggle:focus { // outline: 2px solid #43B5FC; outline: transparent; } .footercontainer{ margin: auto; @media (min-width: $screen-xs) { width: 100%; } @media (min-width: $screen-sm) { width: 100%; } @media (min-width: $screen-md) { width: 74.625em; } @media (min-width: $screen-lg) { width: 92.3em; } } // container setting .response-container { position: relative; @media (min-width: $screen-xs) { width: 100%; padding: 0; } @media only screen and (min-width: $screen-xs) and (max-width:$screen-sm) { width: 100%; padding-right: 0.9375em; padding-left: 0.9375em; } @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 { color: #5a5a5a; padding: 0.5em 1em; background:#d6d5d1; margin: 0.2em; cursor: pointer; transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; &:hover{ background:#767772; color: #fff; } &.active { background:#767772; 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%); } } }