[ADD] theme saas-15
@@ -0,0 +1,27 @@
|
||||
Odoo Proprietary License v1.0
|
||||
|
||||
This software and associated files (the "Software") may only be used (executed,
|
||||
modified, executed after modifications) if you have purchased a valid license
|
||||
from the authors, typically via Odoo Apps, or if you have received a written
|
||||
agreement from the authors of the Software (see the COPYRIGHT file).
|
||||
|
||||
You may develop Odoo modules that use the Software as a library (typically
|
||||
by depending on it, importing it and using its resources), but without copying
|
||||
any source code or material from the Software. You may distribute those
|
||||
modules under the license of your choice, provided that this license is
|
||||
compatible with the terms of the Odoo Proprietary License (For example:
|
||||
LGPL, MIT, or proprietary licenses similar to this one).
|
||||
|
||||
It is forbidden to publish, distribute, sublicense, or sell copies of the Software
|
||||
or modified copies of the Software.
|
||||
|
||||
The above copyright notice and this permission notice must be included in all
|
||||
copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
||||
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
||||
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
|
||||
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
DEALINGS IN THE SOFTWARE.
|
||||
@@ -0,0 +1,29 @@
|
||||
{
|
||||
'name': 'Monglia Theme',
|
||||
'description': 'Monglia Catering Theme',
|
||||
'category': 'Theme/Ecommerce',
|
||||
'sequence': 260,
|
||||
'version': '1.0',
|
||||
'author': 'Odoo S.A.',
|
||||
'depends': ['theme_common'],
|
||||
'data': [
|
||||
'views/assets.xml',
|
||||
'views/customize_modal.xml',
|
||||
'views/snippets.xml',
|
||||
'views/images_content.xml',
|
||||
'views/images_library.xml',
|
||||
'views/snippet_options.xml',
|
||||
],
|
||||
'demo': [
|
||||
'demo/demo.xml',
|
||||
'demo/blocks.xml',
|
||||
'demo/demo-menu.xml',
|
||||
],
|
||||
'images': [
|
||||
'static/description/monglia_description.png',
|
||||
'static/description/monglia_screenshot.jpeg',
|
||||
],
|
||||
'price': 195,
|
||||
'currency': 'EUR',
|
||||
'live_test_url': 'https://theme-monglia.odoo.com',
|
||||
}
|
||||
@@ -0,0 +1,238 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<openerp>
|
||||
<data>
|
||||
|
||||
<template id="website.demo_blocks" name="Building Blocks" page="True">
|
||||
<t t-call="website.layout">
|
||||
|
||||
<div id="wrap" class="oe_structure oe_empty">
|
||||
|
||||
<!-- Features -->
|
||||
<section class="s_title mb0 mt0">
|
||||
<div class="container">
|
||||
<h1 class="mb32 mt32 text-center">Feature blocks</h1>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Product slideshow</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_products_carousel"/>
|
||||
|
||||
<!-- Content -->
|
||||
<section class="s_title mb0 mt0" style="padding-top: 25px;">
|
||||
<div class="container">
|
||||
<h1 class="mb32 mt32 text-center">Content blocks</h1>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h4 class="text-muted text-center">1 column text block</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_1_column_text"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h4 class="text-muted text-center">2 column text block</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_2_column_text"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h4 class="text-muted text-center">3 column text block</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_3_column_text"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h4 class="text-muted text-center">4 column text block</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_4_column_text"/>
|
||||
|
||||
<!-- Structure -->
|
||||
|
||||
<section class="s_title mb0 mt0">
|
||||
<div class="container">
|
||||
<h1 class="mb32 mt32 text-center">Structure blocks</h1>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Parallax banner</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_banner_parallax"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Big image / text</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_big_picture_text"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Text / big image</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_text_big_picture"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Cubes</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_cubes"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Header / text / big image</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_header_text_big_picture"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Text / image / text</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_text_picture_text"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Product list</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_product_list"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Numbers</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_numbers"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Features slideshow</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_features_carousel"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">4 Color blocks</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_color_blocks_4"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Event list</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_event_list"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Timeline</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_timeline"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Testimonial slider</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_testimonial_slider"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">2 color blocks</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_color_blocks_2"/>
|
||||
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12 mt16 mb16">
|
||||
<h4 class="text-muted text-center">Big icons</h4>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div data-oe-call="theme_common.s_big_icon_circle"/>
|
||||
|
||||
</div>
|
||||
|
||||
</t>
|
||||
</template>
|
||||
|
||||
</data>
|
||||
</openerp>
|
||||
@@ -0,0 +1,20 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<openerp>
|
||||
<data>
|
||||
|
||||
<record id="monglia_home" model="website.menu">
|
||||
<field name="name">Demo</field>
|
||||
<field name="url">/page/demo</field>
|
||||
<field name="parent_id" ref="website.main_menu"/>
|
||||
<field name="sequence" type="int">60</field>
|
||||
</record>
|
||||
|
||||
<record id="demo_blocks" model="website.menu">
|
||||
<field name="name">Blocks</field>
|
||||
<field name="url">/page/demo_blocks</field>
|
||||
<field name="parent_id" ref="website.main_menu"/>
|
||||
<field name="sequence" type="int">60</field>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</openerp>
|
||||
@@ -0,0 +1,285 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<openerp>
|
||||
<data>
|
||||
|
||||
<template id="website.demo" page="True" name="Demo Page">
|
||||
<t t-call="website.layout">
|
||||
|
||||
<div id="wrap" class="oe_structure oe_empty">
|
||||
|
||||
<section class="s_banner_parallax parallax bg-img-04" data-scroll-background-offset="0" data-scroll-background-ratio="0.3" style="background-attachment: scroll; background-position: 0px 1313.4px;">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-md-9 col-sm-12 hero-bg mb0">
|
||||
<h1 class="px50">The concert of the month</h1>
|
||||
<h2 class="px30">in pub Monglia.</h2>
|
||||
<img alt="#" src="/web/image/theme_common.image_content_01" style="transform: translateX(1%) translateY(-17.5%) scaleX(0.66) scaleY(0.66); animation-play-state: paused; transition: none 0s ease 0s ;"/>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_numbers mt0 bg-gray-dark">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-3 mb32 text-center mt48">
|
||||
<h1 class="mb0">
|
||||
<font class="text-epsilon">115</font>
|
||||
</h1>
|
||||
<p>
|
||||
<font class="text-epsilon">concerts per year</font>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-3 mb32 text-center mt48">
|
||||
<h1 class="mb0">
|
||||
<font class="text-epsilon">1156</font>
|
||||
</h1>
|
||||
<p>
|
||||
<font class="text-epsilon">guests per month</font>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-3 mb32 text-center mt48">
|
||||
<h1 class="mb0">
|
||||
<font class="text-epsilon">115</font>
|
||||
</h1>
|
||||
<p>
|
||||
<font class="text-epsilon">different beers</font>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-3 mb32 text-center mt48">
|
||||
<h1 class="mb0">
|
||||
<font class="text-epsilon">86</font>
|
||||
</h1>
|
||||
<p>
|
||||
<font class="text-epsilon">different wines</font>
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_title" style="height: 184px; overflow: hidden;">
|
||||
<div class="container">
|
||||
<h1 class="mb32 mt32 text-center"><br/>Attractions in June</h1>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_event_slide bg-alpha">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-md-2 s_event_slide_title">
|
||||
<div class="fa fa-music"/>
|
||||
<h3>Upcoming Events</h3>
|
||||
</div>
|
||||
<div class="col-md-10 s_event_slide_list">
|
||||
<div class="row">
|
||||
<div class="col-md-3 event">
|
||||
<h4>Fleetwood Mac</h4>
|
||||
<div class="header-border center-block"/>
|
||||
<p class="text-center">/// 22-10-2014 ///</p>
|
||||
<h5>The famous band comes last time in this year, don't miss it!</h5>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laboriosam repellendus sunt nobis libero delectus aperiam animi porro, optio expedita odio impedit quae praesentium fugit consequuntur vero architecto, excepturi, maiores aliquid.</p>
|
||||
<h5>You get a free drink with your entrance!</h5>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laboriosam repellendus sunt nobis libero delectus aperiam animi porro, optio expedita odio impedit quae praesentium fugit consequuntur vero architecto, excepturi, maiores aliquid.
|
||||
<br/>
|
||||
<br/>
|
||||
<img src="/theme_monglia/static/src/img/content/content_img_06.jpg"/>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-3 event">
|
||||
<h4>Basement Jaxx</h4>
|
||||
<div class="header-border center-block"/>
|
||||
<p class="text-center">/// 28-10-2014 ///</p>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Vitae, inventore accusantium dolores. Ad non necessitatibus recusandae cupiditate animi quibusdam enim earum, nulla, qui. Dolorem sunt impedit similique a quia earum fuga unde, repellendus omnis iure.
|
||||
<br/>
|
||||
<br/>
|
||||
<img src="/theme_monglia/static/src/img/content/content_img_07.jpg"/>
|
||||
</p>
|
||||
</div>
|
||||
<div class="col-md-3 event">
|
||||
<h4>Freak!</h4>
|
||||
<div class="header-border center-block"/>
|
||||
<p class="text-center">/// 03-11-2014 ///</p>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Repellendus ullam minus qui aliquid optio, animi nam odio iste quisquam voluptas laudantium, magni recusandae nemo eligendi!</p>
|
||||
</div>
|
||||
<div class="col-md-3 event">
|
||||
<h4>Animal Cannibals</h4>
|
||||
<div class="header-border center-block"/>
|
||||
<p class="text-center">/// 08-11-2014 ///</p>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Iste eius, nam optio dolor mollitia, consectetur asperiores libero illum. Repellendus, molestias consequatur rem ipsa. Tempora omnis eius, ipsam quaerat optio suscipit necessitatibus aliquam obcaecati. Vero quia mollitia repellendus maxime, alias. Harum!</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="parallax s_parallax bg-img-03" data-scroll-background-offset="0" data-scroll-background-ratio="0.3" style="background-attachment: scroll; background-position: 0px 1313.4px; height: 296px; overflow: hidden;">
|
||||
<div>
|
||||
<div class="oe_structure"/></div>
|
||||
</section>
|
||||
<section class="s_title mt48 mb64">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<h1 class="text-center px42">Enjoy Quality Food</h1>
|
||||
<h3 class="text-muted text-center">during the great concert</h3>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_full_menu">
|
||||
<div class="container-fluid">
|
||||
<h2>Menu A'la carte</h2>
|
||||
<div class="row menu-container">
|
||||
<div class="col-md-2 text-center">
|
||||
<h4>Hamburgers</h4>
|
||||
<div class="fa fa-glass"/>
|
||||
</div>
|
||||
<div class="col-md-10 s_full_menu_content">
|
||||
<div class="row">
|
||||
<div class="col-md-4 text-center">
|
||||
<img alt="#" class="img img-responsive center-block" src="/web/image/theme_common.image_content_13"/>
|
||||
</div>
|
||||
<div class="col-md-8 s_full_menu_content_description">
|
||||
<h4>Sandwich with Ham and Cheese
|
||||
<span class="slash">
|
||||
<span class="price"> | €</span> 9.00
|
||||
</span>
|
||||
</h4>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rerum incidunt, eum quae neque officiis dignissimos, veritatis amet, dolorum aperiam tempore sed. Modi rerum velit itaque ex nobis vero necessitatibus adipisci eaque cum iste nisi molestias quibusdam, voluptate odit deserunt, beatae.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-4 text-center">
|
||||
<img alt="#" class="img img-responsive center-block" src="/web/image/theme_common.image_content_14"/>
|
||||
</div>
|
||||
<div class="col-md-8 s_full_menu_content_description">
|
||||
<h4>Honey Dijon Chicken Burger
|
||||
<span class="slash">
|
||||
<span class="price"> | €</span> 12.00
|
||||
</span>
|
||||
</h4>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rerum incidunt, eum quae neque officiis dignissimos, veritatis amet, dolorum aperiam tempore sed. Modi rerum velit itaque ex nobis vero necessitatibus adipisci eaque cum iste nisi molestias quibusdam, voluptate odit deserunt, beatae.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-4 text-center">
|
||||
<img alt="#" class="img img-responsive center-block" src="/theme_monglia/static/src/img/content/product_img_03.jpg" style="animation-play-state: paused; transition: none 0s ease 0s"/>
|
||||
</div>
|
||||
<div class="col-md-8 s_full_menu_content_description">
|
||||
<h4>Chicken Burger
|
||||
<span class="slash">
|
||||
<span class="price"> | €</span> 9.00
|
||||
</span>
|
||||
</h4>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rerum incidunt, eum quae neque officiis dignissimos, veritatis amet, dolorum aperiam tempore sed. Modi rerum velit itaque ex nobis vero necessitatibus adipisci eaque cum iste nisi molestias quibusdam, voluptate odit deserunt, beatae.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row menu-container">
|
||||
<div class="col-md-2 text-center">
|
||||
<h4>Pizzas</h4>
|
||||
<div class="fa fa-glass"/></div>
|
||||
<div class="col-md-10 s_full_menu_content">
|
||||
<div class="row">
|
||||
<div class="col-md-4 text-center">
|
||||
<img alt="#" class="img img-responsive center-block" src="/theme_monglia/static/src/img/content/product_img_11.jpg" style="animation-play-state: paused; transition: none 0s ease 0s"/>
|
||||
</div>
|
||||
<div class="col-md-8 s_full_menu_content_description">
|
||||
<h4>Pizza Seafood
|
||||
<span class="slash">
|
||||
<span class="price"> | €</span> 19.00
|
||||
</span>
|
||||
</h4>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rerum incidunt, eum quae neque officiis dignissimos, veritatis amet, dolorum aperiam tempore sed. Modi rerum velit itaque ex nobis vero necessitatibus adipisci eaque cum iste nisi molestias quibusdam, voluptate odit deserunt, beatae.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-4 text-center">
|
||||
<img alt="#" class="img img-responsive center-block" src="/theme_monglia/static/src/img/content/product_img_10.jpg" style="animation-play-state: paused; transition: none 0s ease 0s"/>
|
||||
</div>
|
||||
<div class="col-md-8 s_full_menu_content_description">
|
||||
<h4>Salami Pizza
|
||||
<span class="slash">
|
||||
<span class="price"> | €</span> 16.00
|
||||
</span>
|
||||
</h4>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rerum incidunt, eum quae neque officiis dignissimos, veritatis amet, dolorum aperiam tempore sed. Modi rerum velit itaque ex nobis vero necessitatibus adipisci eaque cum iste nisi molestias quibusdam, voluptate odit deserunt, beatae.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-4 text-center">
|
||||
<img alt="#" class="img img-responsive center-block" src="/theme_monglia/static/src/img/content/product_img_05.jpg" style="animation-play-state: paused; transition: none 0s ease 0s"/>
|
||||
</div>
|
||||
<div class="col-md-8 s_full_menu_content_description">
|
||||
<h4>Gyros
|
||||
<span class="slash">
|
||||
<span class="price"> | €</span> 13.00
|
||||
</span>
|
||||
</h4>
|
||||
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Rerum incidunt, eum quae neque officiis dignissimos, veritatis amet, dolorum aperiam tempore sed. Modi rerum velit itaque ex nobis vero necessitatibus adipisci eaque cum iste nisi molestias quibusdam, voluptate odit deserunt, beatae.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_cubes bg-gray-dark">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
<div class="col-md-6 cube cube-big col-xs-12 col-sm-12 bg-img-01"/>
|
||||
<div class="cube-big col-md-6 col-xs-12 col-sm-12">
|
||||
<div class="row">
|
||||
<div class="cube cube-text col-md-6 col-sm-6 col-xs-12">
|
||||
<div class="cube-heading">
|
||||
<h4 class="text-center">A good subtitle</h4>
|
||||
<p class="text-center">A great way to catch your reader's attention is to tell a story. Everything you consider writing can be told as a story.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="cube cube-small col-md-6 col-sm-6 col-xs-12 bg-img-04"/></div>
|
||||
<div class="row">
|
||||
<div class="cube cube-small col-md-6 col-sm-6 col-xs-12 bg-img-02"/>
|
||||
<div class="cube cube-text col-md-6 col-sm-6 col-xs-12 last">
|
||||
<div class="cube-heading">
|
||||
<h4 class="text-center">A good subtitle</h4>
|
||||
<p class="text-center">A great way to catch your reader's attention is to tell a story. Everything you consider writing can be told as a story.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="s_text_picture_text mt48">
|
||||
<div class="container">
|
||||
<div class="row mb32 mt32">
|
||||
<div class="col-md-4 col-sm-12">
|
||||
<h3>Try out the finest cocktails</h3>
|
||||
<p>Product design is the process of creating a new product to be sold by a business to its customers. A very broad concept, it is essentially the efficient and effective generation and development of ideas through a process that leads to new products.</p>
|
||||
</div>
|
||||
<div class="col-md-4 col-sm-12 text-center">
|
||||
<img alt="#" src="/web/image/theme_common.image_content_05" class="img img-responsive"/>
|
||||
<a href="#">View the menu</a>
|
||||
</div>
|
||||
<div class="col-md-4 col-sm-12">
|
||||
<h3>Discover the widest range of wines</h3>
|
||||
<p>In a systematic approach, product designers conceptualize and evaluate ideas, turning them into tangible inventions and products. The product designer's role is to combine art, science, and technology to create new products that other people can use.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<section class="jumbotron s_big_message mt0 mb0 bg-epsilon" style="height: 320px; overflow: hidden;">
|
||||
<div class="container">
|
||||
<h1>Reserve a table. Today.</h1>
|
||||
<p>Write one sentence to convince visitor about your message.</p>
|
||||
<p>
|
||||
<a class="btn btn-danger btn-lg" href="/page/website.contactus">Contact us </a>
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
</t>
|
||||
</template>
|
||||
|
||||
</data>
|
||||
</openerp>
|
||||
@@ -0,0 +1,164 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_monglia
|
||||
#
|
||||
# Translators:
|
||||
# Ermin Trevisan <trevi@twanda.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-24 12:53+0000\n"
|
||||
"PO-Revision-Date: 2017-03-24 12:53+0000\n"
|
||||
"Last-Translator: Ermin Trevisan <trevi@twanda.com>, 2017\n"
|
||||
"Language-Team: German (https://www.transifex.com/odoo/teams/41243/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_monglia_website_options_pattern
|
||||
msgid "<b>Set Custom Image...</b>"
|
||||
msgstr "<b>Eigenes Bild wählen...</b>"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_monglia_website_options_pattern
|
||||
msgid "<i class=\"fa fa-picture-o\"/>Background Image"
|
||||
msgstr "<i class=\"fa fa-picture-o\"/>Hintergrundbild"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-font center-block\"/>FONTS"
|
||||
msgstr "<span class=\"fa fa-font center-block\"/>FONTS"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-pencil center-block\"/> BG COLORS"
|
||||
msgstr "<span class=\"fa fa-pencil center-block\"/> HG FARBEN"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-pencil center-block\"/>COLORS"
|
||||
msgstr "<span class=\"fa fa-pencil center-block\"/>COLORS"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-picture-o center-block\"/> BACKGROUND"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-th-list center-block\"/>HEADER"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-th-list center-block\"/>LAYOUT"
|
||||
msgstr "<span class=\"fa fa-th-list center-block\"/>LAYOUT"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:website.menu,name:theme_monglia.demo_blocks
|
||||
msgid "Blocks"
|
||||
msgstr "Bausteine"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Boxed"
|
||||
msgstr "Eingeschränkte Breite"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 1"
|
||||
msgstr "Farbkombination 1"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 2"
|
||||
msgstr "Farbkombination 2"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 3"
|
||||
msgstr "Farbkombination 3"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 4"
|
||||
msgstr "Farbkombination 4"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 5"
|
||||
msgstr "Farbkombination 5"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 6"
|
||||
msgstr "Farbkombination 6"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Customize Theme"
|
||||
msgstr "Design anpaßen"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:website.menu,name:theme_monglia.monglia_home
|
||||
msgid "Demo"
|
||||
msgstr "Demo"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Droid Sans"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Full width"
|
||||
msgstr "Volle Breite"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Gruppo"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Handlee"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Image"
|
||||
msgstr "Bild"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "LEFT"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_monglia_website_options_pattern
|
||||
msgid "None"
|
||||
msgstr "Ohne"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Nunito"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "RIGHT"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Raleway"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "SourceSansPro"
|
||||
msgstr "SourceSansPro"
|
||||
@@ -0,0 +1,170 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_monglia
|
||||
#
|
||||
# Translators:
|
||||
# Leonardo J. Caballero G. <leonardocaballero@gmail.com>, 2017
|
||||
# RGB Consulting <odoo@rgbconsulting.com>, 2017
|
||||
# Raquel Iciarte <ric@odoo.com>, 2017
|
||||
# ced903afe967c2a46d1036224972db9d, 2018
|
||||
# Martin Trigaux, 2019
|
||||
# Rick Hunter <rick_hunter_ec@yahoo.com>, 2019
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-24 12:53+0000\n"
|
||||
"PO-Revision-Date: 2017-03-24 13:39+0000\n"
|
||||
"Last-Translator: Rick Hunter <rick_hunter_ec@yahoo.com>, 2019\n"
|
||||
"Language-Team: Spanish (https://www.transifex.com/odoo/teams/41243/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_monglia_website_options_pattern
|
||||
msgid "<b>Set Custom Image...</b>"
|
||||
msgstr "<b>Establecer imagen personalizada...</b>"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_monglia_website_options_pattern
|
||||
msgid "<i class=\"fa fa-picture-o\"/>Background Image"
|
||||
msgstr "<i class=\"fa fa-picture-o\"/>Imagen del fondo"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-font center-block\"/>FONTS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-pencil center-block\"/> BG COLORS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-pencil center-block\"/>COLORS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-picture-o center-block\"/> BACKGROUND"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-th-list center-block\"/>HEADER"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-th-list center-block\"/>LAYOUT"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:website.menu,name:theme_monglia.demo_blocks
|
||||
msgid "Blocks"
|
||||
msgstr "Bloques"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Boxed"
|
||||
msgstr "Archivado"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 1"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 2"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 3"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 4"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 5"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 6"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Customize Theme"
|
||||
msgstr "Tema personalizado"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:website.menu,name:theme_monglia.monglia_home
|
||||
msgid "Demo"
|
||||
msgstr "Demostración"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Droid Sans"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Full width"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Gruppo"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Handlee"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Image"
|
||||
msgstr "Imagen"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "LEFT"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_monglia_website_options_pattern
|
||||
msgid "None"
|
||||
msgstr "Ninguno"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Nunito"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "RIGHT"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Raleway"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "SourceSansPro"
|
||||
msgstr "SourceSansPro"
|
||||
@@ -0,0 +1,168 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_monglia
|
||||
#
|
||||
# Translators:
|
||||
# 44fd1b7fd1ad5b321e37d151521961ad, 2018
|
||||
# Eloïse Stilmant <est@odoo.com>, 2018
|
||||
# Martin Trigaux, 2019
|
||||
# Frédéric LIETART <stuff@tifred.fr>, 2019
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-24 12:53+0000\n"
|
||||
"PO-Revision-Date: 2017-03-24 13:39+0000\n"
|
||||
"Last-Translator: Frédéric LIETART <stuff@tifred.fr>, 2019\n"
|
||||
"Language-Team: French (https://www.transifex.com/odoo/teams/41243/fr/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: fr\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_monglia_website_options_pattern
|
||||
msgid "<b>Set Custom Image...</b>"
|
||||
msgstr "<b>Placer une image personalisée<b>"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_monglia_website_options_pattern
|
||||
msgid "<i class=\"fa fa-picture-o\"/>Background Image"
|
||||
msgstr "<i class=\"fa fa-picture-o\"/>Image d'arrière-plan"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-font center-block\"/>FONTS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-pencil center-block\"/> BG COLORS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-pencil center-block\"/>COLORS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-picture-o center-block\"/> BACKGROUND"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-th-list center-block\"/>HEADER"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-th-list center-block\"/>LAYOUT"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:website.menu,name:theme_monglia.demo_blocks
|
||||
msgid "Blocks"
|
||||
msgstr "Blocs"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Boxed"
|
||||
msgstr "En boîte"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 1"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 2"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 3"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 4"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 5"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 6"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Customize Theme"
|
||||
msgstr "Personnaliser le thème"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:website.menu,name:theme_monglia.monglia_home
|
||||
msgid "Demo"
|
||||
msgstr "Démo"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Droid Sans"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Full width"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Gruppo"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Handlee"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Image"
|
||||
msgstr "Image"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "LEFT"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_monglia_website_options_pattern
|
||||
msgid "None"
|
||||
msgstr "Aucun"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Nunito"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "RIGHT"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Raleway"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "SourceSansPro"
|
||||
msgstr ""
|
||||
@@ -0,0 +1,164 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_monglia
|
||||
#
|
||||
# Translators:
|
||||
# Yenthe Van Ginneken <yenthespam@gmail.com>, 2017
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-24 12:53+0000\n"
|
||||
"PO-Revision-Date: 2017-03-24 12:53+0000\n"
|
||||
"Last-Translator: Yenthe Van Ginneken <yenthespam@gmail.com>, 2017\n"
|
||||
"Language-Team: Dutch (https://www.transifex.com/odoo/teams/41243/nl/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: nl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_monglia_website_options_pattern
|
||||
msgid "<b>Set Custom Image...</b>"
|
||||
msgstr "<b>Kies een afbeelding...</b>"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_monglia_website_options_pattern
|
||||
msgid "<i class=\"fa fa-picture-o\"/>Background Image"
|
||||
msgstr "<i class=\"fa fa-picture-o\"/>Achtergrondafbeelding"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-font center-block\"/>FONTS"
|
||||
msgstr "<span class=\"fa fa-font center-block\"/>LETTERTYPES"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-pencil center-block\"/> BG COLORS"
|
||||
msgstr "<span class=\"fa fa-pencil center-block\"/> BG KLEUREN"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-pencil center-block\"/>COLORS"
|
||||
msgstr "<span class=\"fa fa-pencil center-block\"/>KLEUREN"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-picture-o center-block\"/> BACKGROUND"
|
||||
msgstr "<span class=\"fa fa-picture-o center-block\"/> ACHTERGROND"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-th-list center-block\"/>HEADER"
|
||||
msgstr "<span class=\"fa fa-th-list center-block\"/>HOOFDING"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-th-list center-block\"/>LAYOUT"
|
||||
msgstr "<span class=\"fa fa-th-list center-block\"/>LAYOUT"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:website.menu,name:theme_monglia.demo_blocks
|
||||
msgid "Blocks"
|
||||
msgstr "Blokken"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Boxed"
|
||||
msgstr "Boxed"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 1"
|
||||
msgstr "Voorinstelling kleur 1"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 2"
|
||||
msgstr "Voorinstelling kleur 2"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 3"
|
||||
msgstr "Voorinstelling kleur 3"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 4"
|
||||
msgstr "Voorinstelling kleur 4"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 5"
|
||||
msgstr "Voorinstelling kleur 5"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 6"
|
||||
msgstr "Voorinstelling kleur 6"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Customize Theme"
|
||||
msgstr "Personaliseer thema"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:website.menu,name:theme_monglia.monglia_home
|
||||
msgid "Demo"
|
||||
msgstr "Demo"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Droid Sans"
|
||||
msgstr "Droid Sans"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Full width"
|
||||
msgstr "Volledige breedte"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Gruppo"
|
||||
msgstr "Gruppo"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Handlee"
|
||||
msgstr "Handlee"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Image"
|
||||
msgstr "Afbeelding"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "LEFT"
|
||||
msgstr "LINKS"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_monglia_website_options_pattern
|
||||
msgid "None"
|
||||
msgstr "Geen"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Nunito"
|
||||
msgstr "Nunito"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "RIGHT"
|
||||
msgstr "RECHTS"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Raleway"
|
||||
msgstr "Raleway"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "SourceSansPro"
|
||||
msgstr "SourceSansPro"
|
||||
@@ -0,0 +1,162 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_monglia
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-24 12:53+0000\n"
|
||||
"PO-Revision-Date: 2017-03-24 12:53+0000\n"
|
||||
"Last-Translator: <>\n"
|
||||
"Language-Team: \n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Plural-Forms: \n"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_monglia_website_options_pattern
|
||||
msgid "<b>Set Custom Image...</b>"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_monglia_website_options_pattern
|
||||
msgid "<i class=\"fa fa-picture-o\"/>Background Image"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-font center-block\"/>FONTS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-pencil center-block\"/> BG COLORS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-pencil center-block\"/>COLORS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-picture-o center-block\"/> BACKGROUND"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-th-list center-block\"/>HEADER"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-th-list center-block\"/>LAYOUT"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:website.menu,name:theme_monglia.demo_blocks
|
||||
msgid "Blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Boxed"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 1"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 2"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 3"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 4"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 5"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 6"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Customize Theme"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:website.menu,name:theme_monglia.monglia_home
|
||||
msgid "Demo"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Droid Sans"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Full width"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Gruppo"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Handlee"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Image"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "LEFT"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_monglia_website_options_pattern
|
||||
msgid "None"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Nunito"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "RIGHT"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Raleway"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "SourceSansPro"
|
||||
msgstr ""
|
||||
|
||||
@@ -0,0 +1,168 @@
|
||||
# Translation of Odoo Server.
|
||||
# This file contains the translation of the following modules:
|
||||
# * theme_monglia
|
||||
#
|
||||
# Translators:
|
||||
# e2f <projects@e2f.com>, 2018
|
||||
# Martin Trigaux, 2019
|
||||
# Jeffery CHEN <jeffery9@gmail.com>, 2019
|
||||
# fausthuang, 2019
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Odoo Server 10.0+e\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2017-03-24 12:53+0000\n"
|
||||
"PO-Revision-Date: 2017-03-24 13:39+0000\n"
|
||||
"Last-Translator: fausthuang, 2019\n"
|
||||
"Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: \n"
|
||||
"Language: zh_CN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_monglia_website_options_pattern
|
||||
msgid "<b>Set Custom Image...</b>"
|
||||
msgstr "<b>设定自定义图像...</b>"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_monglia_website_options_pattern
|
||||
msgid "<i class=\"fa fa-picture-o\"/>Background Image"
|
||||
msgstr "<i class=\"fa fa-picture-o\"/>背景图像"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-font center-block\"/>FONTS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-pencil center-block\"/> BG COLORS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-pencil center-block\"/>COLORS"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-picture-o center-block\"/> BACKGROUND"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-th-list center-block\"/>HEADER"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "<span class=\"fa fa-th-list center-block\"/>LAYOUT"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:website.menu,name:theme_monglia.demo_blocks
|
||||
msgid "Blocks"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Boxed"
|
||||
msgstr "盒装的"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 1"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 2"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 3"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 4"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 5"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Color Preset 6"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Customize Theme"
|
||||
msgstr "定制主题"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:website.menu,name:theme_monglia.monglia_home
|
||||
msgid "Demo"
|
||||
msgstr "演示"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Droid Sans"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Full width"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Gruppo"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Handlee"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Image"
|
||||
msgstr "图像"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "LEFT"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_monglia_website_options_pattern
|
||||
msgid "None"
|
||||
msgstr "无"
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Nunito"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "RIGHT"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "Raleway"
|
||||
msgstr ""
|
||||
|
||||
#. module: theme_monglia
|
||||
#: model:ir.ui.view,arch_db:theme_monglia.theme_customize
|
||||
msgid "SourceSansPro"
|
||||
msgstr ""
|
||||
|
After Width: | Height: | Size: 4.4 KiB |
|
After Width: | Height: | Size: 5.6 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 5.9 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 4.3 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 12 KiB |
|
After Width: | Height: | Size: 7.2 KiB |
|
After Width: | Height: | Size: 8.1 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 7.4 KiB |
|
After Width: | Height: | Size: 4.9 KiB |
|
After Width: | Height: | Size: 6.6 KiB |
|
After Width: | Height: | Size: 184 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 14 KiB |
@@ -0,0 +1,218 @@
|
||||
<section class="container">
|
||||
<h2 class="text-muted">Html5 Responsive Bootstrap Theme for Odoo CMS</h2>
|
||||
<hr>
|
||||
|
||||
<p class="lead">This theme is a professional responsive HTML5 theme, built using Bootstrap3,
|
||||
the most popular front-end framework for developing responsive, mobile
|
||||
first projects on the web. Just drag & drop the new building blocks
|
||||
you need to easily build your layout. All layouts are made of sections,
|
||||
that you can easily combine to fit your specific project.</p>
|
||||
<img src="monglia_description.png" class="img-responsive center-block"/>
|
||||
<hr>
|
||||
|
||||
<h2 class="text-muted">Customization Tools</h2>
|
||||
|
||||
<p>The theme comes with customization tools. You can easily change
|
||||
the background, the colors and the font combination of your website or
|
||||
you a preset.</p>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<img src="customtool.jpg" class="img-responsive center-block"/>
|
||||
</div>
|
||||
<div class="col-md-8">
|
||||
<h3>The theme comes with a lot of options</h3>
|
||||
<ul>
|
||||
<li>WIDE OR BOXED LAYOUT</li>
|
||||
<li>6 COLOR SCHEMES</li>
|
||||
<li>8 BACKGROUND SHADES OR USE YOUR OWN</li>
|
||||
<li>6 FONT COMBINATIONS</li>
|
||||
<li>10 BACKGROUND PATTERNS</li>
|
||||
</ul>
|
||||
<p>All the background, color and font combinations were made to work together.
|
||||
You can not go wrong with the settings.</p>
|
||||
|
||||
<h3>Minimalistic Flat Design</h3>
|
||||
<p>It was made with easy customization and branding in mind. Based on
|
||||
simple, modern and typographical elements, it allows you to easily customize
|
||||
your website.</p>
|
||||
|
||||
<h3>6 Prebuild Presets</h3>
|
||||
<p class="mb16">You don't have the time to play with options? Don't worry, this theme gives
|
||||
you six full presets wich combine colors, fonts and background.</p>
|
||||
|
||||
<p>This theme has an <a href="https://apps.odoo.com/apps/10.0/theme_monglia_sale/">additional eCommerce plugin</a>.</p>
|
||||
</div>
|
||||
</div>
|
||||
<hr>
|
||||
|
||||
<h2 class="text-muted">Building Blocks</h2>
|
||||
|
||||
<p>You get a new complete range of building blocks.</p>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-4">
|
||||
<h4 class="text-muted">CONTENT BLOCKS</h4>
|
||||
<ul class="mb16">
|
||||
<li>Title</li>
|
||||
<li>1 Column Text</li>
|
||||
<li>2 Column Text</li>
|
||||
<li>3 Column Text</li>
|
||||
<li>4 Column Text</li>
|
||||
<li>Custom Button</li>
|
||||
<li>Separator Block</li>
|
||||
</ul>
|
||||
<h4 class="text-muted mb16">STRUCTURE BLOCKS</h4>
|
||||
<ul class="mb16">
|
||||
<li>Custom Banner</li>
|
||||
<li>Big Picture + Text</li>
|
||||
<li>Text + Big Picture</li>
|
||||
<li>Cubes</li>
|
||||
<li>Features Slideshow</li>
|
||||
<li>Header + Text + Picture</li>
|
||||
<li>Product List</li>
|
||||
<li>Text + Image + Text</li>
|
||||
<li>Parallax Banner</li>
|
||||
<li>2 Color Blocks</li>
|
||||
<li>4 Color Blocks</li>
|
||||
<li>Numbers</li>
|
||||
<li>Timeline</li>
|
||||
<li>Event List</li>
|
||||
<li>Logos Bar</li>
|
||||
<li>Testimonial Slider</li>
|
||||
<li>Progress</li>
|
||||
<li>Big Circle Icons</li>
|
||||
<li>Events with Internal Slider</li>
|
||||
<li>Compact Menu Snippet</li>
|
||||
<li>Full Menu Snippet</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<h4 class="text-muted">FEATURES BLOCKS</h4>
|
||||
<ul class="mb16">
|
||||
<li>Slide Banner</li>
|
||||
<li>Slideshow with products</li>
|
||||
</ul>
|
||||
<h4 class="text-muted">EFFECTS BLOCKS</h4>
|
||||
<ul class="mb16">
|
||||
<li>Big Image Parallax</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="col-md-4">
|
||||
<h3>Customize Your Blocks</h3>
|
||||
<p class="mb16">Each building blocks comes with its own options. </p>
|
||||
<img src="customtool2.jpg" class="img-responsive center-block"/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>Some fonts might not work with extended charsets.</p>
|
||||
<p>The images in the theme are copyrighted and can't be used outside of the odoo.com domain.</p>
|
||||
<hr>
|
||||
|
||||
<h1 class="text-center">CONTRIBUTORS LIST</h1>
|
||||
<br/>
|
||||
|
||||
<p class="strong text-center">This theme was created with the help of our user community.</p>
|
||||
|
||||
<h3 class="text-center">Thanks to our backers the Indiegogo campaign was a success!</h3>
|
||||
|
||||
<p class="text-center"><a>https://www.indiegogo.com/projects/bootstrap-themes-for-odoo-cms/</a></p>
|
||||
<br/>
|
||||
|
||||
<h1 class="text-center"><u>Main Sponsor</u></h1>
|
||||
<br/>
|
||||
|
||||
<div class="row">
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.aselcis.com/" target="blank">
|
||||
<img src="contributors/aselcis.jpg" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.bas-solutions.nl/" target="blank">
|
||||
<img src="contributors/bas-solutions.png" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.bloopark.de/" target="blank">
|
||||
<img src="contributors/bloopark.png" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.brouwland.com" target="blank">
|
||||
<img src="contributors/brouwland.jpg" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.catsanddogs.com/" target="blank">
|
||||
<img src="contributors/catsdogs.png" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="https://www.hucke-media.de/" target="blank">
|
||||
<img src="contributors/huckemedia.png" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.datadialog.net/" target="blank">
|
||||
<img src="contributors/dialognet.png" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.dynapps.be/" target="blank">
|
||||
<img src="contributors/dynapps.jpg" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://opusvl.com/" target="blank">
|
||||
<img src="contributors/opusvl.png" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://oxenworkwear.com/" target="blank">
|
||||
<img src="contributors/oxen.jpg" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.simplit.co/" target="blank">
|
||||
<img src="contributors/simplitco.jpg" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.sodexis.com/" target="blank">
|
||||
<img src="contributors/sodexis.jpg" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row" style="margin-bottom:30px;">
|
||||
<div class="col-md-2 col-md-offset-3">
|
||||
<a href="https://www.techreceptives.com" target="blank">
|
||||
<img src="contributors/tech-receptives.png" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="http://www.applicatour.com/" target="blank">
|
||||
<img src="contributors/applicatour.jpg" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-md-2">
|
||||
<a href="https://vauxoo.com" target="blank">
|
||||
<img src="contributors/vauxoo.png" class="img-responsive center-block"/>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p>Ross Whiting, Oxenworkwear - Hans Balis - Stephan Keller, Sodexis, Inc. - Michael Hucke, Hucke Media GmbH & Co. KG - Joachim Grubelnik, DaDi EDV GmbH datadialog.net - DynApps - Cats&Dogs bvba - Bloopark systems GmbH & Co. KG - Parthiv Patel, Tech Receptives Solutions Pvt. Ltd. - Stuart Mackintosh, OpusVL - Erwin van der Ploeg, BAS Solutions - ali Zuaby, simplit co - Aselcis Consulting - Nhomar Hernandez, Vauxoo</p>
|
||||
|
||||
<h1 class="text-center"><u>Sponsor</u></h1>
|
||||
<br/>
|
||||
|
||||
<p>Robert Baumgartner, datenpol gmbh - openBIG - Russell Phillippe, Protogenos Ltd - Julien Allo, Julius - EasyPME - Jonathan Wilson, WillowIT Pty Ltd - Xavier Mallein, MAallein - Pedro M. Baeza, Serv. Tecnol. Avanzados - Daniel Dico, OERP Canada - Jantz Business Group b.v. - LogicaSoft Consulting - Eric Caudal, Elico Corp - Ermin Trevisan, Twanda - Jean-François Mattler, OpenFid SAS - Alex Ferrer, Lannex IT Solutions - Tony Gu, Shine IT Co. Ltd. 先安科技 - TaPo-IT OG - Jos De Graeve, Apertoso - Nicolas Rigo, eezee-it - Luis Miguel Varón E, Colorisa S.A - OpenBias - Stanislas Drouin Applicatour</p>
|
||||
|
||||
<h1 class="text-center"><u>Power Designer</u></h1>
|
||||
<br/>
|
||||
|
||||
<p>Rohit Thakral - François Dhommeaux, Ubic Informatique - Judson Alves, Market Home Delivery - Eric Flaux, ABF Osiell - Gilles Dupont - Arnis Putniņš - Johnson Martt, GetOpenERP (Part of OpenStow Technologies) - Gianluca Milano - Daniel Stolovich, ATEL S.A. - Equitania Software GmbH - Senthilnathan G - Houssine Bakkali - Arend Trip - Kevin Woolf, Baba Kevin's American Barbecue Co., Ltd. - toodoo sàrl - Zoltan Gabor 'Apersis' - Tom De Decker, WEB2GO LTD - Nicolás Cavalier Montenegro, STOREGUD CORPORATION SAC - Keirse Jerome - REAL Solutions S.A. - Davide Corio - Brice Muangkhot - Melvin Miguel Martinez, Mendoza Hernandez - Auditores - Chua Wen Ching - Tran Minh Tri working, ungdungtinhoc.com - Badisheng Morena - Sogexis - Josh Wardini - The Tee Shirt Bakery - Bruce Letterle, Red Lab Media - Benoit Vankoningsloo - Francisco Manuel Garcia Claramonte. - Paulina Mikolajczak-Blasco - Collectiv - Tony Fernando - Herbert Riener, rigaConcepts - Kalmen Chia, E-Global SCM Solution Sdn Bhd - Rob North, Pair A Dice Games - David E. Vargas, CloudShop - François Le Gal - Calin Chete (24h Solutions) - Maria Gabriela Fong, MAGA Systems & Consulting - Pascal Behr, Cytosurge AG - Marc Antwertinger - Opencloud Unipessoal, Lda - Ruchir Shukla, BizzAppDev - Michael Hucke, Hucke Media GmbH & Co. KG - Mathias Neef, copadoMEDIA UG - Pablo Arias - Same Motion - livingprocess.de - Habib Ayob - Igor Jovanovic - Liangming Wang, Weixuan Inc. - Jason Au Yeung, Binary System Limited - Fredrik Arvas, Arvas International AB - Martin Temmink, Zigaret - Mathieu Vanneste, Flockdesign - Filip Fruru, Instant Media - Marianne Wilmsmeier, Fabrik Fünf GmbH - Vertex Group Enterprises - Bingen Eguzkitza - Herczeg Péter, InnOpen Group Kft - Giles Hohnen - Luis Felipe Miléo, KMEE - Maria Gabriela Fong, MAGA Systems & Consulting - Aaron Magon, Web Industries - Andrew Trueman, B.M. Trueman & Partners - Sven Petersen, Conexus - Nous Cambas - Oliver Yuan, OpenStone - Henri Ibowili, A-YANT.COM - Nicolas JEUDY - Helmut Drewes - Maik Steinfeld, Streward - Hans Henrik Gabelgaard - AJ Rosman - Eduard - Patrick Darribet, SUDOKEYS - Camptocamp - Cyril Morisse - Alejandro Santana - Eva Pinter, YBO - Mathias Neef, copadoMEDIA UG - Jean-Christophe Perrot, LOGICASOFT - Zarshed Ali, HiTechnologia - Stefan Reisich - Maxime Chambreuil, Savoir-faire Linux - Mario Gielissen, Openworx - Nicholas Burdic, Aptoworks LLC - Olivier Lenoir</p>
|
||||
</section>
|
||||
|
After Width: | Height: | Size: 269 KiB |
|
After Width: | Height: | Size: 52 KiB |
|
After Width: | Height: | Size: 17 KiB |
|
After Width: | Height: | Size: 282 KiB |
|
After Width: | Height: | Size: 154 KiB |
|
After Width: | Height: | Size: 292 KiB |
|
After Width: | Height: | Size: 96 KiB |
|
After Width: | Height: | Size: 297 KiB |
|
After Width: | Height: | Size: 348 KiB |
|
After Width: | Height: | Size: 2.9 KiB |
|
After Width: | Height: | Size: 284 KiB |
|
After Width: | Height: | Size: 323 KiB |
|
After Width: | Height: | Size: 286 KiB |
|
After Width: | Height: | Size: 303 KiB |
|
After Width: | Height: | Size: 80 KiB |
|
After Width: | Height: | Size: 106 KiB |
|
After Width: | Height: | Size: 14 KiB |
|
After Width: | Height: | Size: 110 KiB |
|
After Width: | Height: | Size: 121 KiB |
|
After Width: | Height: | Size: 103 KiB |
|
After Width: | Height: | Size: 72 KiB |
|
After Width: | Height: | Size: 80 KiB |
|
After Width: | Height: | Size: 81 KiB |
|
After Width: | Height: | Size: 80 KiB |
|
After Width: | Height: | Size: 100 KiB |
|
After Width: | Height: | Size: 86 KiB |
|
After Width: | Height: | Size: 89 KiB |
|
After Width: | Height: | Size: 92 KiB |
|
After Width: | Height: | Size: 98 KiB |
|
After Width: | Height: | Size: 73 KiB |
|
After Width: | Height: | Size: 72 KiB |
|
After Width: | Height: | Size: 91 KiB |
|
After Width: | Height: | Size: 103 KiB |
|
After Width: | Height: | Size: 275 KiB |
|
After Width: | Height: | Size: 296 KiB |
|
After Width: | Height: | Size: 247 KiB |
|
After Width: | Height: | Size: 296 KiB |
|
After Width: | Height: | Size: 293 KiB |
|
After Width: | Height: | Size: 302 KiB |
|
After Width: | Height: | Size: 265 KiB |
|
After Width: | Height: | Size: 290 KiB |
|
After Width: | Height: | Size: 288 KiB |
|
After Width: | Height: | Size: 354 KiB |
|
After Width: | Height: | Size: 9.2 KiB |
|
After Width: | Height: | Size: 4.7 KiB |
|
After Width: | Height: | Size: 9.5 KiB |
|
After Width: | Height: | Size: 364 B |
|
After Width: | Height: | Size: 117 KiB |
|
After Width: | Height: | Size: 308 KiB |
|
After Width: | Height: | Size: 260 KiB |
|
After Width: | Height: | Size: 269 KiB |
|
After Width: | Height: | Size: 151 KiB |
|
After Width: | Height: | Size: 104 KiB |
|
After Width: | Height: | Size: 553 KiB |
|
After Width: | Height: | Size: 506 KiB |
|
After Width: | Height: | Size: 168 KiB |
|
After Width: | Height: | Size: 903 B |
|
After Width: | Height: | Size: 909 B |
|
After Width: | Height: | Size: 1.0 KiB |
|
After Width: | Height: | Size: 994 B |
|
After Width: | Height: | Size: 1.1 KiB |
|
After Width: | Height: | Size: 849 B |
|
After Width: | Height: | Size: 964 B |
|
After Width: | Height: | Size: 936 B |
|
After Width: | Height: | Size: 1.3 KiB |
@@ -0,0 +1,16 @@
|
||||
odoo.define('theme_monglia.main', function (require) {
|
||||
'use strict';
|
||||
|
||||
var base = require('web_editor.base');
|
||||
|
||||
base.ready().then(function () {
|
||||
$('#menuToggle, .menu-close').on('click', function () {
|
||||
$('body').toggleClass('o_bigslide_open');
|
||||
});
|
||||
$('main, footer').on('click', function () {
|
||||
if ($('body').hasClass('o_bigslide_open')) {
|
||||
$('body').removeClass('o_bigslide_open');
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
@@ -0,0 +1,149 @@
|
||||
/* ===================== BLOG ===================== */
|
||||
|
||||
#blog_right_column {
|
||||
padding: 0 15px 35px 30px;
|
||||
}
|
||||
.website_blog {
|
||||
.col-sm-8 {
|
||||
padding: 0 15px 30px 35px;
|
||||
}
|
||||
}
|
||||
.post-meta {
|
||||
margin-top: 20px;
|
||||
text-align: left;
|
||||
}
|
||||
.blog_title {
|
||||
.post-meta {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
#main_column {
|
||||
h4 {
|
||||
font-size: 18px;
|
||||
}
|
||||
h2 {
|
||||
font-size: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
/* ===================== FORUM ===================== */
|
||||
|
||||
.website_forum {
|
||||
margin-top: 0px !important;
|
||||
width: 100%;
|
||||
.navbar-default {
|
||||
margin-bottom: 0px;
|
||||
padding: 0 15px;
|
||||
.navbar-nav > li > a, .navbar-header span {
|
||||
color: @color-delta;
|
||||
}
|
||||
.navbar-right {
|
||||
margin-bottom: 0;
|
||||
.btn {
|
||||
padding: 5px 20px;
|
||||
}
|
||||
input {
|
||||
margin-right: 15px;
|
||||
//background-color: rgba(255, 255, 255, 0.5);
|
||||
.transition (background-color 0.3s ease-out);
|
||||
}
|
||||
}
|
||||
li.active > a {
|
||||
background-color: @color-epsilon !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
.website_forum + #wrap {
|
||||
padding: 35px;
|
||||
|
||||
.col-sm-3 {
|
||||
.btn-block {
|
||||
background-color: @color-epsilon;
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
.question {
|
||||
#options button {
|
||||
color: @color-epsilon;
|
||||
&:hover, &:focus {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
.oe_grey {
|
||||
background-color: rgba(0, 0, 0, 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
.forum_docs {
|
||||
margin-top: 30px;
|
||||
padding: 10px 35px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
/* ============== Breadcrumb in events, job etc ============== */
|
||||
|
||||
.breadcrumb {
|
||||
background: rgba(0, 0, 0, 0);
|
||||
.BorderRadius(0px);
|
||||
}
|
||||
|
||||
/* ============== Nav-pills in events, job etc ============== */
|
||||
|
||||
.nav-pills {
|
||||
li a {
|
||||
color: @gray-light;
|
||||
&:hover {
|
||||
color: @gray;
|
||||
}
|
||||
}
|
||||
li.active > a {
|
||||
color: @color-epsilon;
|
||||
background: rgba(0, 0, 0, 0);
|
||||
&:hover {
|
||||
background-color: @gray-lighter;
|
||||
color: @gray;
|
||||
}
|
||||
.badge {
|
||||
color: @color-alpha;
|
||||
background-color: @color-epsilon;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* ============== Panel styles ============== */
|
||||
|
||||
.panel-heading {
|
||||
background-color: rgba(0, 0, 0, 0) !important;
|
||||
border: none;
|
||||
color: @color-epsilon !important;
|
||||
}
|
||||
.panel-footer {
|
||||
background: rgba(0, 0, 0, 0);
|
||||
}
|
||||
.panel {
|
||||
text-align: center;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
border: 1px solid @gray-lighter;
|
||||
.BorderRadius (0px);
|
||||
.list-group-item {
|
||||
background: rgba(0, 0, 0, 0);
|
||||
border-color: white;
|
||||
}
|
||||
&.note-editor {
|
||||
text-align: initial;
|
||||
}
|
||||
}
|
||||
.panel-title {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
/* ===================== DOCUMENTATION ===================== */
|
||||
|
||||
[data-view-xmlid*="website_forum_doc.documentation_post"] {
|
||||
.container:first-child {
|
||||
margin-bottom: 0px !important;
|
||||
height: 90px;
|
||||
padding-top: 20px;
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,171 @@
|
||||
/* ================== BOOTSTRAP GRAYS ================= */
|
||||
|
||||
@gray-darker: lighten(#000, 13.5%); // #222
|
||||
@gray-dark: lighten(#000, 20%); // #333
|
||||
@gray: lighten(#000, 33.5%); // #555
|
||||
@gray-light: lighten(#000, 46.7%); // #777
|
||||
@gray-lighter: lighten(#000, 85%); // #eee
|
||||
@gray-white: #ffffff;
|
||||
@gray-base: #000000;
|
||||
|
||||
/* ================== COLOR PRESET 1 ================= */
|
||||
|
||||
@colorPreset1_color1: #add3ce; // green
|
||||
@colorPreset1_color1_dark: darken(@colorPreset1_color1, 10%);
|
||||
@colorPreset1_color1_light: lighten(@colorPreset1_color1, 5%);
|
||||
@colorPreset1_color2: #a7c7d5; // light blue
|
||||
@colorPreset1_color2_dark: darken(@colorPreset1_color2, 10%);
|
||||
@colorPreset1_color2_light: lighten(@colorPreset1_color2, 5%);
|
||||
@colorPreset1_color3: #47464b; // Dark gray
|
||||
@colorPreset1_color3_dark: darken(@colorPreset1_color3, 10%);
|
||||
@colorPreset1_color3_light: lighten(@colorPreset1_color3, 10%);
|
||||
@colorPreset1_color4: #f3997b; // orange
|
||||
@colorPreset1_color4_dark: darken(@colorPreset1_color4, 10%);
|
||||
@colorPreset1_color4_light: lighten(@colorPreset1_color4, 5%);
|
||||
|
||||
/* ================== COLOR PRESET 2 ================= */
|
||||
|
||||
@colorPreset2_color1: #f8f1d4; // light yellow
|
||||
@colorPreset2_color1_dark: darken(@colorPreset2_color1, 10%);
|
||||
@colorPreset2_color1_light: lighten(@colorPreset2_color1, 5%);
|
||||
@colorPreset2_color2: #5b4645; // brown
|
||||
@colorPreset2_color2_dark: darken(@colorPreset2_color2, 10%);
|
||||
@colorPreset2_color2_light: lighten(@colorPreset2_color2, 10%);
|
||||
@colorPreset2_color3: #21263a; // indigo
|
||||
@colorPreset2_color3_dark: darken(@colorPreset2_color3, 10%);
|
||||
@colorPreset2_color3_light: lighten(@colorPreset2_color3, 10%);
|
||||
@colorPreset2_color4: #8f8747; // pastel Green
|
||||
@colorPreset2_color4_dark: darken(@colorPreset2_color4, 10%);
|
||||
@colorPreset2_color4_light: lighten(@colorPreset2_color4, 5%);
|
||||
|
||||
/* ================== COLOR PRESET 3 ================= */
|
||||
|
||||
@colorPreset3_color1: #dedede; // light gray
|
||||
@colorPreset3_color1_dark: darken(@colorPreset3_color1, 10%);
|
||||
@colorPreset3_color1_light: lighten(@colorPreset3_color1, 5%);
|
||||
@colorPreset3_color2: #adadad; // middle gray
|
||||
@colorPreset3_color2_dark: darken(@colorPreset3_color2, 10%);
|
||||
@colorPreset3_color2_light: lighten(@colorPreset3_color2, 10%);
|
||||
@colorPreset3_color3: #3e3e3e; // dark gray
|
||||
@colorPreset3_color3_dark: darken(@colorPreset3_color3, 10%);
|
||||
@colorPreset3_color3_light: lighten(@colorPreset3_color3, 10%);
|
||||
@colorPreset3_color4: #848f47; // olive
|
||||
@colorPreset3_color4_dark: darken(@colorPreset3_color4, 10%);
|
||||
@colorPreset3_color4_light: lighten(@colorPreset3_color4, 5%);
|
||||
|
||||
/* ================== COLOR PRESET 4 ================= */
|
||||
|
||||
@colorPreset4_color1: #cfcfcf; // light gray
|
||||
@colorPreset4_color1_dark: darken(@colorPreset4_color1, 10%);
|
||||
@colorPreset4_color1_light: lighten(@colorPreset4_color1, 5%);
|
||||
@colorPreset4_color2: #2e2e2e; // middle gray
|
||||
@colorPreset4_color2_dark: darken(@colorPreset4_color2, 10%);
|
||||
@colorPreset4_color2_light: lighten(@colorPreset4_color2, 10%);
|
||||
@colorPreset4_color3: #000000; // dark gray
|
||||
@colorPreset4_color3_dark: darken(@colorPreset4_color3, 10%);
|
||||
@colorPreset4_color3_light: lighten(@colorPreset4_color3, 10%);
|
||||
@colorPreset4_color4: #1ad68f; // green
|
||||
@colorPreset4_color4_dark: darken(@colorPreset4_color4, 10%);
|
||||
@colorPreset4_color4_light: lighten(@colorPreset4_color4, 5%);
|
||||
|
||||
/* ================== COLOR PRESET 5 ================= */
|
||||
|
||||
@colorPreset5_color1: #9fcae2; // light green
|
||||
@colorPreset5_color1_dark: darken(@colorPreset5_color1, 10%);
|
||||
@colorPreset5_color1_light: lighten(@colorPreset5_color1, 5%);
|
||||
@colorPreset5_color2: #bbc05c; // middle green
|
||||
@colorPreset5_color2_dark: darken(@colorPreset5_color2, 10%);
|
||||
@colorPreset5_color2_light: lighten(@colorPreset5_color2, 10%);
|
||||
@colorPreset5_color3: #112625; // dark green
|
||||
@colorPreset5_color3_dark: darken(@colorPreset5_color3, 10%);
|
||||
@colorPreset5_color3_light: lighten(@colorPreset5_color3, 10%);
|
||||
@colorPreset5_color4: #45b08c; // mallow
|
||||
@colorPreset5_color4_dark: darken(@colorPreset5_color4, 10%);
|
||||
@colorPreset5_color4_light: lighten(@colorPreset5_color4, 5%);
|
||||
|
||||
/* ================== COLOR PRESET 6 ================= */
|
||||
|
||||
@colorPreset6_color1: #fdeacc; // cream
|
||||
@colorPreset6_color1_dark: darken(@colorPreset6_color1, 10%);
|
||||
@colorPreset6_color1_light: lighten(@colorPreset6_color1, 5%);
|
||||
@colorPreset6_color2: #e8cda2; // middle cream
|
||||
@colorPreset6_color2_dark: darken(@colorPreset6_color2, 5%);
|
||||
@colorPreset6_color2_light: lighten(@colorPreset6_color2, 5%);
|
||||
@colorPreset6_color3: #3e3f43; // gray
|
||||
@colorPreset6_color3_dark: darken(@colorPreset6_color3, 10%);
|
||||
@colorPreset6_color3_light: lighten(@colorPreset6_color3, 10%);
|
||||
@colorPreset6_color4: #e1444d; // salmon
|
||||
@colorPreset6_color4_dark: darken(@colorPreset6_color4, 10%);
|
||||
@colorPreset6_color4_light: lighten(@colorPreset6_color4, 5%);
|
||||
|
||||
/* The s_timeline snippet is broken and requires the @color-wind variable,
|
||||
which is not defined in website anymore in saas-6 */
|
||||
@color-wind: #f7f7f7;
|
||||
|
||||
/* ========================= GRAYSCALE ========================= */
|
||||
|
||||
.o-create-color-classes(~'black', @gray-base, @gray-light);
|
||||
.o-create-color-classes(~'gray-dark', @gray-dark, @gray-white);
|
||||
.bg-gray-dark {
|
||||
h1, h2, h3, h4, h5, h6 {.SetTextShadow (2px, @gray-base);}
|
||||
}
|
||||
.o-create-color-classes(~'gray', @gray, @gray-white);
|
||||
.bg-gray {
|
||||
h1, h2, h3, h4, h5, h6 {.SetTextShadow (2px, @gray-base);}
|
||||
}
|
||||
.o-create-color-classes(~'gray-light', @gray-lighter, @gray);
|
||||
.bg-gray-light .s_progress {
|
||||
color: red !important;
|
||||
}
|
||||
.o-create-color-classes(~'white', @gray-white, @gray);
|
||||
|
||||
/* ================== FONT COLORS IN THE EDITOR ================= */
|
||||
|
||||
.js_sale, .oe_website_sale {
|
||||
.text-muted {color: @gray-light;}
|
||||
}
|
||||
|
||||
.text-blue {color: @gray-base;}
|
||||
.bg-blue {background-color: @gray-base;}
|
||||
|
||||
.text-turquoise{color: @gray-darker;}
|
||||
.bg-turquoise {background-color: @gray-darker;}
|
||||
|
||||
.text-green {color: @gray-dark;}
|
||||
.bg-green {background-color: @gray-dark;}
|
||||
|
||||
.text-yellow {color: @gray;}
|
||||
.bg-yellow {background-color: @gray;}
|
||||
|
||||
.text-red {color: @gray-light;}
|
||||
.bg-red {background-color: @gray-light;}
|
||||
|
||||
.text-pink {color: @gray-lighter;}
|
||||
.bg-pink {background-color: @gray-lighter;}
|
||||
|
||||
.text-purple {color: @gray-white;}
|
||||
.bg-purple {background-color: @gray-white;}
|
||||
|
||||
.text-blue2 {color: #1e3370;}
|
||||
.bg-blue2 {background-color: #1e3370;}
|
||||
|
||||
.text-turquoise2 {color: #1993a5;}
|
||||
.bg-turquoise2 {background-color: #1993a5;}
|
||||
|
||||
.text-green2 {color: #4f8640;}
|
||||
.bg-green2 {background-color: #4f8640;}
|
||||
|
||||
.text-yellow2 {color: #e6d123;}
|
||||
.bg-yellow2 {background-color: #e6d123;}
|
||||
|
||||
.text-red2 {color: #c22e2e;}
|
||||
.bg-red2 {background-color: #c22e2e;}
|
||||
|
||||
.text-lightblue2 {color: #5ea7db;}
|
||||
.bg-lightblue2 {background-color: #5ea7db;}
|
||||
|
||||
.text-purple2 {color: #8458a7;}
|
||||
.bg-purple2 {background-color: #8458a7;}
|
||||
|
||||
.text-brown2 {color: #725a4c;}
|
||||
.bg-brown2 {color: #725a4c;}
|
||||
@@ -0,0 +1,221 @@
|
||||
/* ================== MODAL COLORS ================= */
|
||||
|
||||
@modalGreen: @colorPreset6_color2;
|
||||
@modalGreenDark: darken(@modalGreen, 5%);
|
||||
@modalGreenLight: lighten(@modalGreen, 15%);
|
||||
@modalOrange: @colorPreset5_color1;
|
||||
@modalBlue: #151C24;
|
||||
@modalLightBlue: lighten(@modalBlue, 20%);
|
||||
|
||||
/* ======================= COLOR PRESET 1 ====================== */
|
||||
|
||||
#theme_customize_modal .row .colorPreset1 div:nth-child(1) {background-color: @gray-white;}
|
||||
#theme_customize_modal .row .colorPreset1 div:nth-child(2) {background-color: @colorPreset1_color1;}
|
||||
#theme_customize_modal .row .colorPreset1 div:nth-child(3) {background-color: @colorPreset1_color2;}
|
||||
#theme_customize_modal .row .colorPreset1 div:nth-child(4) {background-color: @colorPreset1_color3;}
|
||||
#theme_customize_modal .row .colorPreset1 div:nth-child(5) {background-color: @colorPreset1_color4;}
|
||||
|
||||
/* ======================= COLOR PRESET 2 ====================== */
|
||||
|
||||
#theme_customize_modal .row .colorPreset2 div:nth-child(1) {background-color: @colorPreset2_color1;}
|
||||
#theme_customize_modal .row .colorPreset2 div:nth-child(2) {background-color: @colorPreset2_color2;}
|
||||
#theme_customize_modal .row .colorPreset2 div:nth-child(3) {background-color: @gray-white;}
|
||||
#theme_customize_modal .row .colorPreset2 div:nth-child(4) {background-color: @colorPreset2_color3;}
|
||||
#theme_customize_modal .row .colorPreset2 div:nth-child(5) {background-color: @colorPreset2_color4;}
|
||||
|
||||
/* ======================= COLOR PRESET 3 ====================== */
|
||||
|
||||
#theme_customize_modal .row .colorPreset3 div:nth-child(1) {background-color: @colorPreset3_color1;}
|
||||
#theme_customize_modal .row .colorPreset3 div:nth-child(2) {background-color: @colorPreset3_color2;}
|
||||
#theme_customize_modal .row .colorPreset3 div:nth-child(3) {background-color: @gray-white;}
|
||||
#theme_customize_modal .row .colorPreset3 div:nth-child(4) {background-color: @colorPreset3_color3;}
|
||||
#theme_customize_modal .row .colorPreset3 div:nth-child(5) {background-color: @colorPreset3_color4;}
|
||||
|
||||
/* ======================= COLOR PRESET 4 ====================== */
|
||||
|
||||
#theme_customize_modal .row .colorPreset4 div:nth-child(1) {background-color: @colorPreset4_color1;}
|
||||
#theme_customize_modal .row .colorPreset4 div:nth-child(2) {background-color: @colorPreset4_color2;}
|
||||
#theme_customize_modal .row .colorPreset4 div:nth-child(3) {background-color: @gray-white;}
|
||||
#theme_customize_modal .row .colorPreset4 div:nth-child(4) {background-color: @colorPreset4_color3;}
|
||||
#theme_customize_modal .row .colorPreset4 div:nth-child(5) {background-color: @colorPreset4_color4;}
|
||||
|
||||
/* ======================= COLOR PRESET 5 ====================== */
|
||||
|
||||
#theme_customize_modal .row .colorPreset5 div:nth-child(1) {background-color: @colorPreset5_color1;}
|
||||
#theme_customize_modal .row .colorPreset5 div:nth-child(2) {background-color: @colorPreset5_color2;}
|
||||
#theme_customize_modal .row .colorPreset5 div:nth-child(3) {background-color: @gray-white;}
|
||||
#theme_customize_modal .row .colorPreset5 div:nth-child(4) {background-color: @colorPreset5_color3;}
|
||||
#theme_customize_modal .row .colorPreset5 div:nth-child(5) {background-color: @colorPreset5_color4;}
|
||||
|
||||
/* ======================= COLOR PRESET 6 ====================== */
|
||||
|
||||
#theme_customize_modal .row .colorPreset6 div:nth-child(1) {background-color: @colorPreset6_color1;}
|
||||
#theme_customize_modal .row .colorPreset6 div:nth-child(2) {background-color: @colorPreset6_color2;}
|
||||
#theme_customize_modal .row .colorPreset6 div:nth-child(3) {background-color: @gray-white;}
|
||||
#theme_customize_modal .row .colorPreset6 div:nth-child(4) {background-color: @colorPreset6_color3;}
|
||||
#theme_customize_modal .row .colorPreset6 div:nth-child(5) {background-color: @colorPreset6_color4;}
|
||||
|
||||
/* ======================= BACKGROUNDS ====================== */
|
||||
|
||||
#theme_customize_modal #bgcolor .bg_color_01 {background-color: @colorPreset1_color3;}
|
||||
#theme_customize_modal #bgcolor .bg_color_02 {background-color: @colorPreset1_color1;}
|
||||
#theme_customize_modal #bgcolor .bg_color_03 {background-color: @colorPreset1_color4;}
|
||||
#theme_customize_modal #bgcolor .bg_color_04 {background-color: @colorPreset1_color2;}
|
||||
#theme_customize_modal #bgcolor .bg_color_05 {background-color: @gray-base;}
|
||||
#theme_customize_modal #bgcolor .bg_color_06 {background-color: @colorPreset6_color3;}
|
||||
#theme_customize_modal #bgcolor .bg_color_07 {background-color: white;}
|
||||
#theme_customize_modal #bgcolor .bg_color_08 {background-color: @colorPreset6_color2;}
|
||||
|
||||
/* ================== THEME CUSTOMIZE MODAL =============== */
|
||||
|
||||
#theme_customize_modal {
|
||||
background: rgba(0, 0, 0, 0) !important;
|
||||
|
||||
label > div, label > img, label > h6, label > h4 {
|
||||
border: none;
|
||||
padding: 3px;
|
||||
}
|
||||
label.checked > div, label.checked > img, label.checked > h6, label.checked > h4 {
|
||||
box-shadow: none;
|
||||
background-color: @modalLightBlue;
|
||||
}
|
||||
h4 {
|
||||
color: @gray-white;
|
||||
text-align: left;
|
||||
}
|
||||
h6 {
|
||||
color: @gray-white;
|
||||
}
|
||||
p {
|
||||
color: @gray-white;
|
||||
}
|
||||
.row {
|
||||
.col-md-2 {
|
||||
padding-right: 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.nav-tabs > li.active > a, &:hover, &:focus, .nav > li > a:hover, &:focus {
|
||||
background-color: @gray-dark;
|
||||
border: none;
|
||||
color: @modalOrange;
|
||||
}
|
||||
|
||||
.nav-tabs > li > a {
|
||||
margin-right: 0px;
|
||||
&:hover {
|
||||
border-radius: 0px;
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
.nav-tabs > li > a, .nav > li > a {
|
||||
border-radius: 0px;
|
||||
border: none;
|
||||
}
|
||||
.modal-dialog .nav > li > a {
|
||||
padding: 15px 5px;
|
||||
}
|
||||
.modal-h6 {
|
||||
font-size: 30px;
|
||||
}
|
||||
.interface {
|
||||
width: 350px;
|
||||
margin-top: 20px;
|
||||
position: relative;
|
||||
font-family: "Cuprum-Regular";
|
||||
.left-content {
|
||||
background-color: @modalGreen;
|
||||
width: 70px;
|
||||
padding-left: 0px;
|
||||
.VAlignTop;
|
||||
ul {
|
||||
border: none;
|
||||
}
|
||||
}
|
||||
.right-content {
|
||||
.VAlignTop;
|
||||
padding: 0px;
|
||||
background-color: @gray-dark;
|
||||
.tab-content {
|
||||
overflow-x: hidden;
|
||||
height: 480px;
|
||||
}
|
||||
}
|
||||
}
|
||||
.close {
|
||||
padding: .2em .4em;
|
||||
color: white;
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 10px;
|
||||
float: right;
|
||||
font-weight: bold;
|
||||
opacity: .9;
|
||||
text-shadow: none;
|
||||
}
|
||||
.left-content-block a {
|
||||
display: block;
|
||||
min-height: 70px;
|
||||
width: 70px;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
color: white;
|
||||
font-size: 12px;
|
||||
|
||||
&:hover, &:focus, &:active {
|
||||
background-image: none;
|
||||
}
|
||||
|
||||
span {
|
||||
margin-bottom: 13px;
|
||||
}
|
||||
}
|
||||
.left-content-block .glyphicon:hover, .glyphicon:focus {
|
||||
color: @modalOrange;
|
||||
}
|
||||
.glyphicon {
|
||||
font-size: 20px;
|
||||
padding-bottom: 5px;
|
||||
color: @gray-white;
|
||||
}
|
||||
.color-combi {
|
||||
.col-xs-2 {
|
||||
width: 43px;
|
||||
height: 43px;
|
||||
padding: 0px;
|
||||
}
|
||||
.row {
|
||||
border-color: @gray-light !important;
|
||||
}
|
||||
}
|
||||
.tab-pane > .row > .col-xs-6 {
|
||||
padding: 0px;
|
||||
}
|
||||
#bgcolor {
|
||||
.col-xs-12 {
|
||||
height: 50px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
}
|
||||
#pattern {
|
||||
.col-xs-12 {
|
||||
.pattern-swatch{
|
||||
width: 250px;
|
||||
height: 100%;
|
||||
img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#color {
|
||||
p:first-child {
|
||||
margin-top: 15px;
|
||||
}
|
||||
}
|
||||
}
|
||||