@charset "utf-8"; @import "../../bootstrap/variables"; // 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: #e7e8ea; $theme-color-third: #ed4c43; $theme-color-green: #85b5e1; // Font stacks $main-font: "Roboto", "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif; $sub-font: "Roboto", "微軟正黑體", "Helvetica Neue", Helvetica, sans-serif; // Font sizes $font-15: 0.9375rem; $font-13: 0.8125rem; $font-h1: 1.5rem; $font-h2: 1.35rem; $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.4rem; $w-caption-desc: 0.85rem; // // 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; }