2021-08-30 10:09:12 +00:00
|
|
|
@charset "utf-8";
|
|
|
|
@import "../../bootstrap/variables";
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,300;1,300&display=swap');
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,300;1,300&family=Barlow:wght@100;200;300&display=swap');
|
|
|
|
@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@100&display=swap');
|
|
|
|
// Base Color
|
|
|
|
$theme-green-light: #EEF7F6;
|
|
|
|
$theme-gray: #8b8b8b;
|
|
|
|
$theme-gray-subtle: #ddd;
|
|
|
|
$theme-gray-light: #cecece;
|
|
|
|
$theme-gray-lighter: #f3f3f3;
|
|
|
|
$theme-gray-dark: #363636;
|
|
|
|
$theme-gray-darker: #242424;
|
|
|
|
$theme-white: #fff;
|
|
|
|
$theme-red: #d20001;
|
|
|
|
$theme-blue: #003d7e;
|
|
|
|
|
|
|
|
$theme-color-main: #333333;
|
|
|
|
$theme-color-second: #E4002B;
|
|
|
|
$theme-color-third: #ed4c43;
|
|
|
|
$theme-color-green: #288E8E;
|
|
|
|
|
|
|
|
// Font stacks
|
2022-10-12 01:11:40 +00:00
|
|
|
$main-font: "Calibri","Barlow", "Roboto", "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif;
|
|
|
|
$sub-font: "Calibri","Roboto", "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif;
|
2021-08-30 10:09:12 +00:00
|
|
|
|
|
|
|
@font-face {font-family: "IndustryW00-Medium"; src: url("//db.onlinewebfonts.com/t/b8e20323f8f36e06f87745c93c45afcd.eot"); src: url("//db.onlinewebfonts.com/t/b8e20323f8f36e06f87745c93c45afcd.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/b8e20323f8f36e06f87745c93c45afcd.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/b8e20323f8f36e06f87745c93c45afcd.woff") format("woff"), url("//db.onlinewebfonts.com/t/b8e20323f8f36e06f87745c93c45afcd.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/b8e20323f8f36e06f87745c93c45afcd.svg#IndustryW00-Medium") format("svg"); }
|
|
|
|
|
|
|
|
// Font sizes
|
|
|
|
$font-15: 0.9375rem;
|
|
|
|
$font-13:1.2rem;
|
|
|
|
|
|
|
|
$font-h1: 1.6rem;
|
|
|
|
$font-h2: 1.5rem;
|
|
|
|
$font-h3: 1.2rem;
|
|
|
|
$font-h4: 1.1rem;
|
|
|
|
$font-h5: 1rem;
|
|
|
|
$font-h6: 0.9rem;
|
|
|
|
|
|
|
|
//
|
|
|
|
// Modules
|
|
|
|
// --------------------------------------------------
|
|
|
|
// ## commonly use in all widgets
|
|
|
|
|
|
|
|
// Font sizes
|
|
|
|
$w-widget-title-font-size: 1.5rem;
|
|
|
|
|
|
|
|
// Colors
|
|
|
|
$w-border-color: $theme-gray-lighter;
|
|
|
|
|
|
|
|
//
|
|
|
|
// AD banner Module
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
// Font sizes
|
|
|
|
$w-caption-font-size: 1.2rem;
|
|
|
|
$w-caption-desc: 1rem;
|
|
|
|
|
|
|
|
//
|
|
|
|
// Announcement Module
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
// Font sizes
|
|
|
|
$w-title-font-size-small: 0.75rem;
|
|
|
|
$w-subtitle-font-size: 0.75rem;
|
|
|
|
$w-meta-font-size: 0.75rem;
|
|
|
|
|
|
|
|
$w-table-th-font-size: 0.75em;
|
|
|
|
$w-table-td-font-size: 0.75em;
|
|
|
|
|
|
|
|
$i-title-font-size-large: 2em;
|
|
|
|
|
|
|
|
// colors
|
|
|
|
|
|
|
|
$link-color: $theme-color-main;
|
|
|
|
$link-hover-color: lighten($theme-color-main, 10%);
|
|
|
|
|
|
|
|
$table-th-bgcolor: $theme-color-main;
|
|
|
|
|
|
|
|
//
|
|
|
|
// Archive Module
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
// Font sizes
|
|
|
|
$w-item-heading-font-size: 0.85rem;
|
|
|
|
|
|
|
|
//
|
|
|
|
// Member Module
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
$border-width: 0.25em;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.response-content {
|
|
|
|
justify-self: auto;
|
|
|
|
}
|