[ADD] theme 13.0
|
After Width: | Height: | Size: 269 KiB |
|
After Width: | Height: | Size: 247 KiB |
|
After Width: | Height: | Size: 274 KiB |
|
After Width: | Height: | Size: 207 KiB |
|
After Width: | Height: | Size: 247 KiB |
|
After Width: | Height: | Size: 242 KiB |
|
After Width: | Height: | Size: 225 KiB |
|
After Width: | Height: | Size: 299 KiB |
|
After Width: | Height: | Size: 67 KiB |
|
After Width: | Height: | Size: 193 KiB |
|
After Width: | Height: | Size: 199 KiB |
|
After Width: | Height: | Size: 78 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 3.4 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 3.3 KiB |
|
After Width: | Height: | Size: 3.8 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 4.5 KiB |
|
After Width: | Height: | Size: 5.6 KiB |
|
After Width: | Height: | Size: 7.5 KiB |
|
After Width: | Height: | Size: 312 KiB |
|
After Width: | Height: | Size: 190 KiB |
|
After Width: | Height: | Size: 104 KiB |
|
After Width: | Height: | Size: 261 KiB |
|
After Width: | Height: | Size: 104 KiB |
|
After Width: | Height: | Size: 89 KiB |
|
After Width: | Height: | Size: 174 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 10 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 9.1 KiB |
|
After Width: | Height: | Size: 9.1 KiB |
|
After Width: | Height: | Size: 9.1 KiB |
|
After Width: | Height: | Size: 9.1 KiB |
|
After Width: | Height: | Size: 127 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 1.3 KiB |
|
After Width: | Height: | Size: 2.6 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 173 KiB |
|
After Width: | Height: | Size: 79 KiB |
|
After Width: | Height: | Size: 226 KiB |
|
After Width: | Height: | Size: 214 KiB |
|
After Width: | Height: | Size: 258 KiB |
|
After Width: | Height: | Size: 198 KiB |
|
After Width: | Height: | Size: 218 KiB |
|
After Width: | Height: | Size: 326 KiB |
|
After Width: | Height: | Size: 292 KiB |
|
After Width: | Height: | Size: 230 KiB |
@@ -0,0 +1,135 @@
|
||||
// Links
|
||||
//
|
||||
// Style anchor elements.
|
||||
|
||||
$link-color: palette-theme-color('delta') !default;
|
||||
$link-hover-color: palette-theme-color('secondary') !default;
|
||||
$link-hover-decoration: none !default;
|
||||
|
||||
// Components
|
||||
//
|
||||
// Define common padding and border radius sizes and more.
|
||||
|
||||
$line-height-lg: 1.3 !default;
|
||||
$line-height-sm: 1.3 !default;
|
||||
|
||||
$border-width: 4px !default;
|
||||
$border-color: palette-theme-color('primary') !default;
|
||||
|
||||
$border-radius: .125rem !default;
|
||||
$border-radius-lg: .125rem !default;
|
||||
$border-radius-sm: .0625rem !default;
|
||||
|
||||
// Fonts
|
||||
//
|
||||
// Font, line-height, and color for body text, headings, and more.
|
||||
|
||||
$font-weight-normal: 500 !default;
|
||||
|
||||
$line-height-base: 1.3 !default;
|
||||
|
||||
$h1-font-size: $o-theme-font-size-base * (44 / 16) !default;
|
||||
$h2-font-size: $o-theme-font-size-base * (40 / 16) !default;
|
||||
$h3-font-size: $o-theme-font-size-base * (32 / 16) !default;
|
||||
$h4-font-size: $o-theme-font-size-base * (26 / 16) !default;
|
||||
$h5-font-size: $o-theme-font-size-base * (21 / 16) !default;
|
||||
$h6-font-size: $o-theme-font-size-base * (18 / 16) !default;
|
||||
|
||||
$text-muted: palette-theme-color('primary') !default;
|
||||
|
||||
$hr-border-color: transparent !default;
|
||||
$hr-border-width: 0 !default;
|
||||
|
||||
// Buttons + Forms
|
||||
//
|
||||
// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.
|
||||
|
||||
$input-btn-focus-width: 0 !default;
|
||||
|
||||
$input-btn-padding-y-sm: .3125rem !default;
|
||||
$input-btn-padding-x-sm: .625rem !default;
|
||||
|
||||
$input-btn-padding-y-lg: .625rem !default;
|
||||
|
||||
$input-btn-border-width: .0625rem !default;
|
||||
|
||||
|
||||
// Buttons
|
||||
//
|
||||
// For each of Bootstrap's buttons, define text, background, and border color.
|
||||
|
||||
$btn-box-shadow: 0 !default;
|
||||
$btn-active-box-shadow: 0 !default;
|
||||
|
||||
// Allows for customizing button radius independently from global border radius
|
||||
$btn-border-radius: 1.5rem !default;
|
||||
$btn-border-radius-lg: 1.5rem !default;
|
||||
$btn-border-radius-sm: 1.5rem !default;
|
||||
|
||||
// Forms
|
||||
|
||||
$label-margin-bottom: 0 !default;
|
||||
|
||||
$input-border-width: .0625rem !default;
|
||||
$input-box-shadow: 0 !default;
|
||||
|
||||
// Dropdowns
|
||||
//
|
||||
// Dropdown menu container and contents.
|
||||
|
||||
$dropdown-padding-y: .3125rem !default;
|
||||
$dropdown-spacer: 0 !default;
|
||||
$dropdown-border-width: .0625rem !default;
|
||||
$dropdown-divider-bg: white !default;
|
||||
|
||||
$dropdown-item-padding-y: .1875rem !default;
|
||||
$dropdown-item-padding-x: 1.25rem !default;
|
||||
|
||||
// Navs
|
||||
|
||||
$nav-link-padding-y: .9375rem !default;
|
||||
$nav-link-padding-x: .9375rem !default;
|
||||
|
||||
$nav-tabs-border-width: 0 !default;
|
||||
$nav-tabs-border-radius: 0 !default;
|
||||
$nav-tabs-link-active-color: palette-gray('900') !default;
|
||||
$nav-tabs-link-active-bg: palette-gray('800') !default;
|
||||
|
||||
// Navbar
|
||||
|
||||
$navbar-padding-y: 0 !default;
|
||||
$navbar-padding-x: 0 !default;
|
||||
|
||||
$navbar-brand-font-size: 1.313rem !default;
|
||||
|
||||
// Pagination
|
||||
|
||||
$pagination-padding-y: .375rem !default;
|
||||
$pagination-padding-y-sm: .3125rem !default;
|
||||
$pagination-padding-x-sm: .625rem !default;
|
||||
$pagination-padding-y-lg: .625rem !default;
|
||||
$pagination-padding-x-lg: 1rem !default;
|
||||
|
||||
$pagination-color: palette-theme-color('primary') !default;
|
||||
$pagination-border-width: .0625rem !default;
|
||||
|
||||
$pagination-focus-box-shadow: 0 !default;
|
||||
|
||||
$pagination-hover-color: palette-theme-color('gamma') !default;
|
||||
$pagination-hover-bg: palette-gray('300') !default;
|
||||
|
||||
$pagination-active-color: palette-gray('white') !default;
|
||||
$pagination-active-bg: #337ab7 !default;
|
||||
|
||||
// Use a higher than normal value to ensure completely rounded edges when
|
||||
// customizing padding or font-size on labels.
|
||||
$badge-pill-border-radius: 10rem !default;
|
||||
|
||||
// Progress bars
|
||||
|
||||
$progress-border-radius: 0 !default;
|
||||
$progress-box-shadow: 0 !default;
|
||||
|
||||
// Breadcrumbs
|
||||
|
||||
$breadcrumb-active-color: palette-theme-color('primary') !default;
|
||||
@@ -0,0 +1,148 @@
|
||||
$o-theme-font-size-base: 1rem;
|
||||
|
||||
$bg-img-01: url("/theme_bewise/static/src/img/backgrounds/bg_img_01.jpg");
|
||||
$bg-img-02: url("/theme_bewise/static/src/img/backgrounds/bg_img_02.jpg");
|
||||
$bg-img-03: url("/theme_bewise/static/src/img/backgrounds/bg_img_03.jpg");
|
||||
$bg-img-04: url("/theme_bewise/static/src/img/backgrounds/bg_img_04.jpg");
|
||||
$bg-img-05: url("/theme_bewise/static/src/img/backgrounds/bg_img_05.jpg");
|
||||
$bg-img-06: url("/theme_bewise/static/src/img/backgrounds/bg_img_06.jpg");
|
||||
$bg-img-07: url("/theme_bewise/static/src/img/backgrounds/bg_img_07.jpg");
|
||||
$bg-img-08: url("/theme_bewise/static/src/img/backgrounds/bg_img_08.jpg");
|
||||
$bg-img-09: url("/theme_bewise/static/src/img/backgrounds/bg_img_09.jpg");
|
||||
$bg-img-10: url("/theme_bewise/static/src/img/backgrounds/bg_img_10.jpg");
|
||||
$bg-img-11: url("/theme_bewise/static/src/img/backgrounds/bg_img_11.jpg");
|
||||
$bg-img-12: url("/theme_bewise/static/src/img/backgrounds/bg_img_12.jpg");
|
||||
|
||||
$bg-pattern-01: url("/theme_bewise/static/src/img/backgrounds/bg_pattern_01.jpg");
|
||||
$bg-pattern-02: url("/theme_bewise/static/src/img/backgrounds/bg_pattern_02.jpg");
|
||||
$bg-pattern-03: url("/theme_bewise/static/src/img/backgrounds/bg_pattern_03.jpg");
|
||||
$bg-pattern-04: url("/theme_bewise/static/src/img/backgrounds/bg_pattern_04.jpg");
|
||||
$bg-pattern-05: url("/theme_bewise/static/src/img/backgrounds/bg_pattern_05.jpg");
|
||||
$bg-pattern-06: url("/theme_bewise/static/src/img/backgrounds/bg_pattern_06.jpg");
|
||||
|
||||
$content-img-01: url("/theme_bewise/static/src/img/content/content_img_01.png");
|
||||
$content-img-02: url("/theme_bewise/static/src/img/content/content_img_02.png");
|
||||
$content-img-03: url("/theme_bewise/static/src/img/content/content_img_03.png");
|
||||
$content-img-04: url("/theme_bewise/static/src/img/content/content_img_04.png");
|
||||
$content-img-05: url("/theme_bewise/static/src/img/content/content_img_05.png");
|
||||
$content-img-06: url("/theme_bewise/static/src/img/content/content_img_06.png");
|
||||
$content-img-07: url("/theme_bewise/static/src/img/content/content_img_07.png");
|
||||
$content-img-08: url("/theme_bewise/static/src/img/content/content_img_08.png");
|
||||
$content-img-09: url("/theme_bewise/static/src/img/content/content_img_09.jpg");
|
||||
$content-img-10: url("/theme_bewise/static/src/img/content/content_img_10.jpg");
|
||||
$content-img-11: url("/theme_bewise/static/src/img/content/content_img_11.jpg");
|
||||
$content-img-14: url("/theme_bewise/static/src/img/content/content_img_14.png");
|
||||
|
||||
$content-logo: url("/theme_bewise/static/src/img/content/content_logo.png");
|
||||
$content-logo-small: url("/theme_bewise/static/src/img/content/content_logo_small.png");
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Colors
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
// Theme colors
|
||||
$o-theme-color-palettes: (
|
||||
(
|
||||
alpha: #11b6a8,
|
||||
beta: #B9EAE8,
|
||||
gamma: #fda301,
|
||||
delta: #febf00,
|
||||
epsilon: #1b7f7e,
|
||||
),
|
||||
(
|
||||
alpha: #45AADA,
|
||||
beta: #B3DCF0,
|
||||
gamma: #f74b94,
|
||||
delta: #FDC6DD,
|
||||
epsilon: #ea3884,
|
||||
),
|
||||
(
|
||||
alpha: #8578b9,
|
||||
beta: #c1badb,
|
||||
gamma: #FDF002,
|
||||
delta: #FEF994,
|
||||
epsilon: #dbb132,
|
||||
),
|
||||
(
|
||||
alpha: #87bd70,
|
||||
beta: #C4E6B5,
|
||||
gamma: #fe5e6d,
|
||||
delta: #F2BFC5,
|
||||
epsilon: #ce2b3a,
|
||||
),
|
||||
);
|
||||
|
||||
// Grays
|
||||
$o-gray-color-palettes: ();
|
||||
@each $-palette in $o-theme-color-palettes {
|
||||
$o-gray-color-palettes: append($o-gray-color-palettes, (
|
||||
'black': #000000,
|
||||
'900': lighten(#000, 40%),
|
||||
'700': lighten(#000, 55%),
|
||||
'600': lighten(#000, 70%),
|
||||
'200': lighten(#000, 80%),
|
||||
'white': #FFFFFF,
|
||||
));
|
||||
}
|
||||
|
||||
// Colors
|
||||
$o-color-palettes: ();
|
||||
$i: 1;
|
||||
@each $-palette in $o-theme-color-palettes {
|
||||
$o-color-palettes: append($o-color-palettes, (
|
||||
body: map-get($-palette, 'beta'),
|
||||
menu: #F8F8F8,
|
||||
footer: rgba(255, 255, 255, 0),
|
||||
text: map-get(nth($o-gray-color-palettes, $i), '700'),
|
||||
h1: map-get($-palette, 'gamma'),
|
||||
));
|
||||
$i: $i + 1;
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Website customizations
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
$o-website-values-palettes: (
|
||||
(
|
||||
'font-number': 1,
|
||||
'headings-font-number': 2,
|
||||
'navbar-font-number': 2,
|
||||
'buttons-font-number': 1,
|
||||
),
|
||||
);
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Fonts
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
$o-theme-fonts: (
|
||||
('Lato', sans-serif),
|
||||
('Indie Flower', cursive),
|
||||
('Alegreya Sans SC', sans-serif),
|
||||
('Rosario', sans-serif),
|
||||
('Roboto', sans-serif),
|
||||
('Lobster Two', cursive),
|
||||
('Philosopher', sans-serif),
|
||||
('Droid Serif', serif),
|
||||
);
|
||||
$o-theme-font-urls: (
|
||||
'Lato:300,300i,400,400i,700,700i',
|
||||
'Indie+Flower:300,300i,400,400i,700,700i',
|
||||
'Alegreya+Sans+SC:300,300i,400,400i,700,700i',
|
||||
'Rosario:300,300i,400,400i,700,700i',
|
||||
'Roboto:300,300i,400,400i,700,700i',
|
||||
'Lobster+Two:300,300i,400,400i,700,700i',
|
||||
'Philosopher:300,300i,400,400i,700,700i',
|
||||
null,
|
||||
);
|
||||
$o-theme-font-names: (
|
||||
'Lato',
|
||||
'Indie Flower',
|
||||
'Alegreya',
|
||||
'Rosario',
|
||||
'Roboto',
|
||||
'Lobster Two',
|
||||
'Philosopher',
|
||||
'Droid Serif',
|
||||
);
|
||||