@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; } .contentwrap{ margin-bottom: 2em; width: 100%; background-color: #eeeeee; } // container setting .response-container { position: relative; padding-left: 0; padding-right: 0; @media (min-width: $screen-xs) { width: 100%; } @media (min-width: $screen-sm) { width: 100%; } @media (min-width: $screen-md) { width: 100%; } @media (min-width: $screen-lg) { width: 100%; } } .background { width: 100%; position: fixed; 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; margin: 0.2em; cursor: pointer; transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; -o-transition: all 0.5s; color: #5e5e5e; &:hover{ background: $theme-color-four; color: #fff; } &.active { background: $theme-color-four; color: #fff; } } } .noscroll { overflow: hidden; } //覆蓋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%); } } } .btn-primary{ background-color:$theme-color-second; border-color:$theme-color-second; &:hover { background-color:$theme-color-four; border-color:$theme-color-four; } } input, select, textarea{ margin-right: 0.5em; border: 1px solid #dadada; border-radius: 5px; behavior: url("/assets/ie_support/PIE2/PIE.htc"); transition: border-color 200ms ease; background: transparent; padding: 0.5em; &:hover{ border-color: #1d1d1f; } }