[ADD] theme 14.0
|
After Width: | Height: | Size: 320 KiB |
|
After Width: | Height: | Size: 296 KiB |
|
After Width: | Height: | Size: 263 KiB |
|
After Width: | Height: | Size: 212 KiB |
|
After Width: | Height: | Size: 254 KiB |
|
After Width: | Height: | Size: 262 KiB |
|
After Width: | Height: | Size: 230 KiB |
|
After Width: | Height: | Size: 118 KiB |
|
After Width: | Height: | Size: 101 KiB |
|
After Width: | Height: | Size: 157 KiB |
|
After Width: | Height: | Size: 194 KiB |
|
After Width: | Height: | Size: 135 KiB |
|
After Width: | Height: | Size: 105 KiB |
|
After Width: | Height: | Size: 160 KiB |
|
After Width: | Height: | Size: 196 KiB |
|
After Width: | Height: | Size: 114 KiB |
|
After Width: | Height: | Size: 166 KiB |
|
After Width: | Height: | Size: 100 KiB |
|
After Width: | Height: | Size: 156 KiB |
|
After Width: | Height: | Size: 117 KiB |
|
After Width: | Height: | Size: 53 KiB |
|
After Width: | Height: | Size: 196 KiB |
|
After Width: | Height: | Size: 163 KiB |
|
After Width: | Height: | Size: 130 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 46 KiB |
|
After Width: | Height: | Size: 26 KiB |
|
After Width: | Height: | Size: 190 KiB |
|
After Width: | Height: | Size: 167 KiB |
|
After Width: | Height: | Size: 83 KiB |
@@ -0,0 +1,44 @@
|
||||
odoo.define("theme_real_estate.tour.real_estate", function (require) {
|
||||
"use strict";
|
||||
|
||||
const wTourUtils = require("website.tour_utils");
|
||||
var tour = require("web_tour.tour");
|
||||
|
||||
const snippets = [
|
||||
{
|
||||
id: 's_banner',
|
||||
name: 'Banner',
|
||||
},
|
||||
{
|
||||
id: 's_picture',
|
||||
name: 'Picture',
|
||||
},
|
||||
{
|
||||
id: 's_image_text',
|
||||
name: 'Image - Text',
|
||||
},
|
||||
{
|
||||
id: 's_three_columns',
|
||||
name: 'Columns',
|
||||
},
|
||||
{
|
||||
id: 's_quotes_carousel',
|
||||
name: 'Quotes',
|
||||
},
|
||||
];
|
||||
|
||||
wTourUtils.registerThemeHomepageTour("real_estate_tour", [
|
||||
wTourUtils.dragNDrop(snippets[0]),
|
||||
wTourUtils.clickOnText(snippets[0], 'h1'),
|
||||
wTourUtils.goBackToBlocks(),
|
||||
wTourUtils.dragNDrop(snippets[1]),
|
||||
wTourUtils.dragNDrop(snippets[2]),
|
||||
wTourUtils.dragNDrop(snippets[3]),
|
||||
wTourUtils.clickOnSnippet(snippets[3]),
|
||||
wTourUtils.changeBackgroundColor(),
|
||||
wTourUtils.selectColorPalette(),
|
||||
wTourUtils.goBackToBlocks(),
|
||||
wTourUtils.dragNDrop(snippets[4]),
|
||||
wTourUtils.clickOnSave(),
|
||||
]);
|
||||
});
|
||||
@@ -0,0 +1,20 @@
|
||||
$s-banner-3-carousel-row-height: auto;
|
||||
|
||||
@mixin s-banner-3-row-hook {
|
||||
background-color: white;
|
||||
float: right;
|
||||
height: auto;
|
||||
margin-right: 150px;
|
||||
@media screen and (max-width: 640px) {
|
||||
float: none;
|
||||
}
|
||||
img {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin s-banner-3-carousel-control-hook {
|
||||
display: inherit;
|
||||
}
|
||||
|
||||
$s-big-icon-circle-text-color: $-gray-700;
|
||||
@@ -0,0 +1,140 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// Palette
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
$o-color-palettes: (
|
||||
(
|
||||
'o-color-1': #539b80,
|
||||
'o-color-2': #2e2e2e,
|
||||
'o-color-3': #f4f4f4,
|
||||
'o-color-4': #ffffff,
|
||||
'o-color-5': #000000,
|
||||
|
||||
'o-cc1-btn-primary': #1ad68f,
|
||||
'o-cc5-link': #1ad68f,
|
||||
|
||||
'menu': 2,
|
||||
'footer': 2,
|
||||
'copyright': 2,
|
||||
),
|
||||
(
|
||||
'o-color-1': #006bff,
|
||||
'o-color-2': #fda400,
|
||||
'o-color-3': #F1F1F4,
|
||||
'o-color-4': #ffffff,
|
||||
'o-color-5': #2A2A33,
|
||||
|
||||
'footer': 1,
|
||||
'copyright': 1,
|
||||
),
|
||||
(
|
||||
'o-color-1': #cddf66,
|
||||
'o-color-2': #b62682,
|
||||
'o-color-3': #f4f5f2,
|
||||
'o-color-4': #ffffff,
|
||||
'o-color-5': #000000,
|
||||
|
||||
'footer': 1,
|
||||
'copyright': 1,
|
||||
),
|
||||
(
|
||||
'o-color-1': #007882,
|
||||
'o-color-2': #48578a,
|
||||
'o-color-3': #f4efeb,
|
||||
'o-color-4': #ffffff,
|
||||
'o-color-5': #33302e,
|
||||
|
||||
'o-cc5-link': #70c7cf,
|
||||
|
||||
'menu': 5,
|
||||
),
|
||||
);
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Fonts
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
$o-theme-font-configs: (
|
||||
'Handlee': (
|
||||
'family': ('Handlee', cursive),
|
||||
'url': 'Handlee:300,300i,400,400i,700,700i',
|
||||
),
|
||||
'Gruppo': (
|
||||
'family': ('Gruppo', cursive),
|
||||
'url': 'Gruppo:300,300i,400,400i,700,700i',
|
||||
),
|
||||
'Droid Sans': (
|
||||
'family': ('Droid Sans', sans-serif),
|
||||
),
|
||||
'Bowlby One SC': (
|
||||
'family': ('Bowlby One SC', cursive),
|
||||
'url': 'Bowlby+One+SC:300,300i,400,400i,700,700i',
|
||||
),
|
||||
'Lobster': (
|
||||
'family': ('Lobster', cursive),
|
||||
'url': 'Lobster:300,300i,400,400i,700,700i',
|
||||
),
|
||||
'Nunito': (
|
||||
'family': ('Nunito', sans-serif),
|
||||
'url': 'Nunito:300,300i,400,400i,700,700i',
|
||||
),
|
||||
'Raleway': (
|
||||
'family': ('Raleway', sans-serif),
|
||||
'url': 'Raleway:300,300i,400,400i,700,700i',
|
||||
),
|
||||
'Source Sans Pro': (
|
||||
'family': ('Source Sans Pro', sans-serif),
|
||||
'url': 'Source+Sans+Pro:300,300i,400,400i,700,700i',
|
||||
),
|
||||
'Amatic SC': (
|
||||
'family': ('Amatic SC', cursive),
|
||||
'url': 'Amatic+SC:300,300i,400,400i,700,700i',
|
||||
),
|
||||
'Open Sans Condensed': (
|
||||
'family': ('Open Sans Condensed', sans-serif),
|
||||
'url': 'Open+Sans+Condensed:300,300i,400,400i,700,700i',
|
||||
),
|
||||
'Oswald': (
|
||||
'family': ('Oswald', sans-serif),
|
||||
'url': 'Oswald:300,300i,400,400i,700,700i',
|
||||
),
|
||||
'Roboto': (
|
||||
'family': ('Roboto', sans-serif),
|
||||
'url': 'Roboto:300,300i,400,400i,700,700i',
|
||||
),
|
||||
'Permanent Marker': (
|
||||
'family': ('Permanent Marker', cursive),
|
||||
'url': 'Permanent+Marker:300,300i,400,400i,700,700i',
|
||||
),
|
||||
'Pacifico': (
|
||||
'family': ('Pacifico', cursive),
|
||||
'url': 'Pacifico:300,300i,400,400i,700,700i',
|
||||
),
|
||||
'Playfair Display': (
|
||||
'family': ('Playfair Display', serif),
|
||||
'url': 'Playfair+Display:300,300i,400,400i,700,700i',
|
||||
),
|
||||
'Playfair Display SC': (
|
||||
'family': ('Playfair Display SC', serif),
|
||||
'url': 'Playfair+Display+SC:300,300i,400,400i,700,700i',
|
||||
),
|
||||
);
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
// Website customizations
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
$o-website-values-palettes: (
|
||||
(
|
||||
'header-font-size': (18 / 16) * 1rem,
|
||||
'font': 'Nunito',
|
||||
'headings-font': 'Nunito',
|
||||
'navbar-font': 'Nunito',
|
||||
'buttons-font': 'Nunito',
|
||||
'btn-ripple': true,
|
||||
'header-template': 'hamburger',
|
||||
'hamburger-type': 'off-canvas',
|
||||
'hamburger-position': 'left',
|
||||
'footer-template': 'descriptive',
|
||||
),
|
||||
);
|
||||