[ADD] theme saas-11.3

This commit is contained in:
Design
2021-05-12 08:20:52 +02:00
committed by Jeremy Kersten
commit 68b9b836c0
3864 changed files with 222422 additions and 0 deletions
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template name="Big message" id="s_big_message" inherit_id="website.s_big_message">
<xpath expr="//section[hasclass('s_big_message')]" position="attributes">
<attribute name="class">jumbotron s_big_message bg-gray-darker</attribute>
</xpath>
<xpath expr="//section[hasclass('s_big_message')]//h1" position="attributes">
<attribute name="class">text-success</attribute>
</xpath>
<xpath expr="//section[hasclass('s_big_message')]//a[hasclass('btn btn-primary btn-lg')]" position="attributes">
<attribute name="class">btn btn-success btn-lg</attribute>
</xpath>
</template>
</odoo>
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template name="Big picture" id="s_big_picture_extended" inherit_id="website.s_big_picture">
<xpath expr="//section[hasclass('s_big_picture')]" position="attributes">
<attribute name="class">s_big_picture</attribute>
</xpath>
<xpath expr="//section[hasclass('s_big_picture')]//img" position="attributes">
<attribute name="src">/web/image/theme_common.image_content_05</attribute>
</xpath>
<xpath expr="//section[hasclass('s_big_picture')]//a" position="attributes">
<attribute name="class">btn btn-success</attribute>
</xpath>
</template>
</odoo>
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template name="Button" id="s_button" inherit_id="website.s_button">
<xpath expr="//section[hasclass('s_button')]" position="attributes">
<attribute name="class">jumbotron s_button bg-alpha</attribute>
</xpath>
</template>
</odoo>
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template name="Image Text" id="s_image_text" inherit_id="website.s_image_text">
<xpath expr="//section[hasclass('s_image_text')]//img" position="replace">
<img class="img img-responsive" src="/web/image/theme_common.image_content_04" alt=""/>
</xpath>
</template>
</odoo>
@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template name="Panel Extended" id="s_panel_extended" inherit_id="website.s_panel">
<xpath expr="//div[hasclass('s_panel')]" position="attributes">
<attribute name="class"> s_panel panel panel-beta</attribute>
</xpath>
<xpath expr="//div[hasclass('s_panel')]//h3" position="replace">
<h4 class="mt0 mb0"><i class="fa fa-star fa-1x text-muted"/>Feature Title</h4>
</xpath>
</template>
</odoo>
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template name="Separator Extended" id="s_separator_extended">
<hr class="s_separator hr-full hr-1px hr-solid"/>
</template>
</odoo>
@@ -0,0 +1,26 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template name="Share Extended" id="s_share_extended" inherit_id="website.s_share">
<xpath expr="//div[hasclass('s_share')]" position="replace">
<div class="oe_share s_share">
<h4 class="s_share_title">Share
<i class="text-muted fa fa-hand-o-right fa-1x"/></h4>
<a target="_blank" class="oe_share_facebook" href="https://www.facebook.com/sharer/sharer.php?u={url}">
<i class="img-circle fa fa-facebook fa-1x"/>
</a>
<a target="_blank" class="oe_share_twitter fa-1x" href="https://twitter.com/intent/tweet?text={title}&amp;url={url}">
<i class="img-circle fa fa-twitter fa-1x"/>
</a>
<a target="_blank" class="oe_share_linkedin" href="http://www.linkedin.com/shareArticle?mini=true&amp;url={url}&amp;title={title}&amp;">
<i class="img-circle fa fa-linkedin fa-1x"/>
</a>
<a target="_blank" class="oe_share_google" href="https://plus.google.com/share?url={url}">
<i class="img-circle fa fa-google-plus fa-1x"/>
</a>
<a href="mailto:?body={url}&amp;subject={title}">
<i class="img-circle fa fa-envelope fa-1x"/>
</a>
</div>
</xpath>
</template>
</odoo>
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template name="Text-Block" id="s_text_block_extended" inherit_id="website.s_text_block">
<xpath expr="//section[hasclass('s_text_block')]//div[hasclass('col-md-12')]" position="attributes">
<attribute name="class">col-md-12</attribute>
</xpath>
<xpath expr="//section[hasclass('s_text_block')]//h3" position="attributes">
<attribute name="class">text-primary mb0 mt0</attribute>
</xpath>
<xpath expr="//section[hasclass('s_text_block')]//h2" position="attributes">
<attribute name="class">mb8</attribute>
</xpath>
<xpath expr="//section[hasclass('s_text_block')]//h3" position="after">
<hr class="s_separator hr-full hr-1px hr-solid"/>
</xpath>
</template>
</odoo>
@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template name="Text Image" id="s_text_image" inherit_id="website.s_text_image">
<xpath expr="//section[hasclass('s_text_image')]//img" position="replace">
<img class="img img-responsive" src="/web/image/theme_common.image_content_04" alt=""/>
</xpath>
</template>
</odoo>
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<odoo>
<template name="Well Extended" id="s_well_extended" inherit_id="website.s_well">
<xpath expr="//div[hasclass('s_well')]" position="replace">
<div class="s_well well well-gray-darker">
<span class="fa fa-exclamation-triangle fa-3x pull-left"></span>
<div class="well-text">
<p>Explain the benefits you offer.<br/>Don't write about products or services here, write about solutions.</p>
</div>
</div>
</xpath>
</template>
</odoo>