AsiaV2b/_variables.scss

123 lines
1.9 KiB
SCSS

@charset "utf-8";
@import "../../bootstrap/variables";
// Base Color
$theme-gray: #495054;
$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: #999;
$theme-color-second: #5bc0de;
$theme-color-third: #ed4c43;
//
$menu-bg: #6bc4de;
$menu-hover: #3ba0be;
$btn-color: #229341;
$widget-title-color: #2198ba;
$a-hover: #3b9dba;
$site-menu-disc: #2a7a91;
$th-color: #949074;
$body-border: #D7D0B7;
// Font stacks
$main-font: Arial, Helvetica, '微軟正黑體', '新細明體', sans-serif;
$sub-font: Arial, Helvetica, '微軟正黑體', '新細明體', sans-serif;
// Font sizes
$font-15: 0.9375rem;
$font-13: 0.8125rem;
$font-h1: 1.8em;
$font-h2: 1.35rem;
$font-h3: 1.15em;
$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;
}