[ADD] theme 12.0
|
After Width: | Height: | Size: 156 KiB |
|
After Width: | Height: | Size: 102 KiB |
|
After Width: | Height: | Size: 211 KiB |
|
After Width: | Height: | Size: 148 KiB |
|
After Width: | Height: | Size: 196 KiB |
|
After Width: | Height: | Size: 98 KiB |
|
After Width: | Height: | Size: 79 KiB |
|
After Width: | Height: | Size: 48 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 1.9 KiB |
|
After Width: | Height: | Size: 1.7 KiB |
|
After Width: | Height: | Size: 3.1 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 2.7 KiB |
|
After Width: | Height: | Size: 3.0 KiB |
|
After Width: | Height: | Size: 2.3 KiB |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 633 B |
|
After Width: | Height: | Size: 662 B |
|
After Width: | Height: | Size: 685 B |
|
After Width: | Height: | Size: 697 B |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 23 KiB |
|
After Width: | Height: | Size: 34 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 81 KiB |
|
After Width: | Height: | Size: 22 KiB |
|
After Width: | Height: | Size: 36 KiB |
|
After Width: | Height: | Size: 114 KiB |
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
|
After Width: | Height: | Size: 54 KiB |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 6.2 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 36 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 18 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 268 B |
|
After Width: | Height: | Size: 268 B |
|
After Width: | Height: | Size: 268 B |
|
After Width: | Height: | Size: 268 B |
|
After Width: | Height: | Size: 268 B |
|
After Width: | Height: | Size: 268 B |
|
After Width: | Height: | Size: 78 KiB |
|
After Width: | Height: | Size: 73 KiB |
|
After Width: | Height: | Size: 105 KiB |
|
After Width: | Height: | Size: 198 KiB |
|
After Width: | Height: | Size: 236 KiB |
|
After Width: | Height: | Size: 176 KiB |
|
After Width: | Height: | Size: 181 KiB |
|
After Width: | Height: | Size: 275 KiB |
|
After Width: | Height: | Size: 254 KiB |
|
After Width: | Height: | Size: 103 KiB |
@@ -0,0 +1,111 @@
|
||||
// Spacing
|
||||
//
|
||||
// Control the default styling of most Bootstrap elements by modifying these
|
||||
// variables. Mostly focused on spacing.
|
||||
// You can add more entries to the $spacers map, should you need more variation.
|
||||
|
||||
$spacer: 1.25rem !default;
|
||||
|
||||
// Links
|
||||
//
|
||||
// Style anchor elements.
|
||||
|
||||
$link-color: $gray-900;
|
||||
$link-hover-decoration: none;
|
||||
|
||||
// Components
|
||||
//
|
||||
// Define common padding and border radius sizes and more.
|
||||
|
||||
$line-height-lg: 1.3;
|
||||
$line-height-sm: 1.3;
|
||||
|
||||
$border-color: #90989f;
|
||||
|
||||
$border-radius: 0;
|
||||
$border-radius-lg: 0;
|
||||
$border-radius-sm: 0;
|
||||
|
||||
$box-shadow-sm: 0;
|
||||
$box-shadow: 0;
|
||||
$box-shadow-lg: 0;
|
||||
|
||||
// Fonts
|
||||
//
|
||||
// Font, line-height, and color for body text, headings, and more.
|
||||
|
||||
$font-weight-normal: 500;
|
||||
|
||||
$line-height-base: 1.3;
|
||||
|
||||
$h1-font-size: $o-theme-font-size-base * (54 / 16);
|
||||
$h2-font-size: $o-theme-font-size-base * (48 / 16);
|
||||
$h3-font-size: $o-theme-font-size-base * (44 / 16);
|
||||
$h4-font-size: $o-theme-font-size-base * (31 / 16);
|
||||
$h5-font-size: $o-theme-font-size-base * (27 / 16);
|
||||
$h6-font-size: $o-theme-font-size-base * (20 / 16);
|
||||
|
||||
$hr-border-color: theme-color('secondary');
|
||||
$hr-border-width: .125rem;
|
||||
|
||||
// Buttons + Forms
|
||||
//
|
||||
// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.
|
||||
|
||||
$input-btn-padding-y-sm: .3125rem;
|
||||
$input-btn-padding-x-sm: .625rem;
|
||||
$input-btn-padding-y-lg: .625rem;
|
||||
|
||||
// Forms
|
||||
|
||||
$input-bg: theme-color('primary');
|
||||
|
||||
$input-color: $white;
|
||||
|
||||
$input-placeholder-color: $white;
|
||||
|
||||
// Dropdowns
|
||||
//
|
||||
// Dropdown menu container and contents.
|
||||
|
||||
$dropdown-link-color: #69727a;
|
||||
$dropdown-link-hover-color: theme-color('delta');
|
||||
$dropdown-link-hover-bg: transparent;
|
||||
|
||||
// Navs
|
||||
|
||||
$nav-link-padding-y: .9375rem;
|
||||
$nav-link-padding-x: .9375rem;
|
||||
|
||||
$nav-tabs-border-width: 0;
|
||||
$nav-tabs-link-active-color: white;
|
||||
$nav-tabs-link-active-bg: #9ea5ab;
|
||||
|
||||
$nav-divider-color: transparent;
|
||||
$nav-divider-margin-y: 0;
|
||||
|
||||
// Navbar
|
||||
|
||||
$navbar-padding-y: 0;
|
||||
$navbar-nav-link-padding-x: .9375rem;
|
||||
|
||||
// Pagination
|
||||
|
||||
$pagination-padding-y-sm: .3125rem;
|
||||
$pagination-padding-x-sm: .625rem;
|
||||
$pagination-padding-y-lg: .625rem;
|
||||
$pagination-padding-x-lg: 1rem;
|
||||
|
||||
$pagination-color: theme-color('primary');
|
||||
|
||||
$pagination-hover-color: theme-color('primary');
|
||||
$pagination-hover-bg: theme-color('gamma');
|
||||
|
||||
$pagination-active-color: white;
|
||||
$pagination-active-bg: theme-color('delta');
|
||||
|
||||
// Carousel
|
||||
|
||||
$carousel-control-color: theme-color('primary');
|
||||
|
||||
$carousel-indicator-active-bg: theme-color('primary');
|
||||
@@ -0,0 +1,140 @@
|
||||
$o-theme-font-size-base: 1rem;
|
||||
|
||||
$o-theme-bg-img-01: url("/theme_enark/static/src/img/backgrounds/bg_img_01.jpg");
|
||||
$o-theme-bg-img-02: url("/theme_enark/static/src/img/backgrounds/bg_img_02.jpg");
|
||||
$o-theme-bg-img-03: url("/theme_enark/static/src/img/backgrounds/bg_img_03.jpg");
|
||||
$o-theme-bg-img-04: url("/theme_enark/static/src/img/backgrounds/bg_img_04.jpg");
|
||||
$o-theme-bg-img-05: url("/theme_enark/static/src/img/backgrounds/bg_img_05.jpg");
|
||||
$o-theme-bg-img-06: url("/theme_enark/static/src/img/backgrounds/bg_img_06.jpg");
|
||||
$o-theme-bg-img-07: url("/theme_enark/static/src/img/backgrounds/bg_img_07.jpg");
|
||||
$o-theme-bg-img-08: url("/theme_enark/static/src/img/backgrounds/bg_img_08.jpg");
|
||||
$o-theme-bg-img-09: url("/theme_enark/static/src/img/backgrounds/bg_img_09.jpg");
|
||||
$o-theme-bg-img-10: url("/theme_enark/static/src/img/backgrounds/bg_img_10.jpg");
|
||||
$o-theme-bg-img-11: url("/theme_enark/static/src/img/backgrounds/bg_img_11.jpg");
|
||||
$o-theme-bg-img-12: url("/theme_enark/static/src/img/backgrounds/bg_img_12.jpg");
|
||||
|
||||
$o-theme-bg-pattern-01: url("/theme_enark/static/src/img/backgrounds/bg_pattern_01.jpg");
|
||||
$o-theme-bg-pattern-02: url("/theme_enark/static/src/img/backgrounds/bg_pattern_02.jpg");
|
||||
$o-theme-bg-pattern-03: url("/theme_enark/static/src/img/backgrounds/bg_pattern_03.jpg");
|
||||
$o-theme-bg-pattern-04: url("/theme_enark/static/src/img/backgrounds/bg_pattern_04.jpg");
|
||||
$o-theme-bg-pattern-05: url("/theme_enark/static/src/img/backgrounds/bg_pattern_05.jpg");
|
||||
$o-theme-bg-pattern-06: url("/theme_enark/static/src/img/backgrounds/bg_pattern_06.jpg");
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Fonts
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
// Theme colors
|
||||
$o-theme-color-palettes: (
|
||||
(
|
||||
'alpha': #9ea5ab,
|
||||
'beta': #b5c0c9,
|
||||
'gamma': #778089,
|
||||
'delta': #566b7f,
|
||||
'epsilon': #28354d,
|
||||
),
|
||||
(
|
||||
'alpha': #2b6990,
|
||||
'beta': #9ea5ab,
|
||||
'gamma': #1fb1b0,
|
||||
'delta': #324465,
|
||||
'epsilon': #28354d,
|
||||
),
|
||||
(
|
||||
'alpha': #5a8eaf,
|
||||
'beta': #2b6990,
|
||||
'gamma': #566b7f,
|
||||
'delta': #324465,
|
||||
'epsilon': #28354d,
|
||||
),
|
||||
(
|
||||
'alpha': #1fb1b0,
|
||||
'beta': #566b7f,
|
||||
'gamma': #1b7f7e,
|
||||
'delta': darken(#1b7f7e, 30%),
|
||||
'epsilon': darken(#1b7f7e, 50%),
|
||||
),
|
||||
(
|
||||
'alpha': #5a8eaf,
|
||||
'beta': #2b6990,
|
||||
'gamma': #1fb1b0,
|
||||
'delta': #324465,
|
||||
'epsilon': #28354d,
|
||||
),
|
||||
(
|
||||
'alpha': lighten(#000, 45%),
|
||||
'beta': lighten(#000, 80%),
|
||||
'gamma': lighten(#000, 70%),
|
||||
'delta': lighten(#000, 35%),
|
||||
'epsilon': lighten(#000, 20%),
|
||||
),
|
||||
);
|
||||
|
||||
// Grays
|
||||
$-gray-700: lighten(#000, 55%);
|
||||
$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': $-gray-700,
|
||||
'600': lighten(#000, 70%),
|
||||
'200': lighten(#000, 80%),
|
||||
'white': #FFFFFF,
|
||||
));
|
||||
}
|
||||
|
||||
// Colors
|
||||
$o-color-palettes: ();
|
||||
@each $-palette in $o-theme-color-palettes {
|
||||
$o-color-palettes: append($o-color-palettes, (
|
||||
'body': #e4e4e4,
|
||||
'menu': rgba(0, 0, 0, 0),
|
||||
'footer': rgba(0, 0, 0, 0),
|
||||
'text': $-gray-700,
|
||||
));
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Fonts
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
$o-theme-fonts: (
|
||||
('Ubuntu', sans-serif),
|
||||
('BebasNeue', sans-serif),
|
||||
('Maven Pro', sans-serif),
|
||||
('Muli', sans-serif),
|
||||
('Abel', sans-serif),
|
||||
('Raleway', sans-serif),
|
||||
('Alegreya Sans SC', sans-serif),
|
||||
('Bitter', serif),
|
||||
('Quattrocento', serif),
|
||||
('PT Sans', sans-serif),
|
||||
('Vollkorn', serif),
|
||||
);
|
||||
$o-theme-font-urls: (
|
||||
'Ubuntu:400,400i,700,700i',
|
||||
null,
|
||||
'Maven+Pro:400,700',
|
||||
'Muli:400,400i,700,700i',
|
||||
'Abel',
|
||||
'Raleway:400,400i,700,700i',
|
||||
'Alegreya+Sans+SC:400,400i,700,700i',
|
||||
'Bitter:400,400i,700',
|
||||
'Quattrocento:400,700',
|
||||
'PT+Sans:400,400i,700,700i',
|
||||
'Vollkorn:400,400i,700,700i',
|
||||
);
|
||||
$o-theme-font-names: (
|
||||
'Ubuntu',
|
||||
'BebasNeue',
|
||||
'Maven Pro',
|
||||
'Muli',
|
||||
'Abel',
|
||||
'Raleway',
|
||||
'Alegreya Sans SC',
|
||||
'Bitter',
|
||||
'Quattrocento',
|
||||
'PT Sans',
|
||||
'Vollkorn',
|
||||
);
|
||||