[IMP] theme_aviato: revamp the theme

task-4178017
Part of task-4177975

Part-of: odoo/design-themes#969
Related: odoo/odoo#182029
Signed-off-by: Benjamin Vray (bvr) <bvr@odoo.com>
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
Xavier Luyckx (xlu)
2024-09-16 18:43:47 +02:00
committed by qsm-odoo
parent 1adb62a7f9
commit dff50a4a87
18 changed files with 1389 additions and 548 deletions
+12 -12
View File
@@ -3,25 +3,25 @@
<template id="s_picture" inherit_id="website.s_picture">
<xpath expr="//section" position="attributes">
<attribute name="class" add="pt72 overflow-hidden o_cc3 bg-o-color-3" remove="pt64" separator=" "/>
<attribute name="class" add="pt88 pb88 o_cc o_cc5" remove="pt64 pb64" separator=" "/>
</xpath>
<xpath expr="//section/div" position="attributes">
<attribute name="class" add="container" remove="o_container_small" separator=" "></attribute>
</xpath>
<xpath expr="//h2" position="replace" mode="inner">
Our travel agencies
Explore World's Hidden Gems
</xpath>
<xpath expr="//p" position="replace" mode="inner">
Set off on an unforgettable adventure to the world's most breathtaking locations, thoughtfully curated just for you.
</xpath>
<xpath expr="//img" position="attributes">
<attribute name="style">width: 100%;</attribute>
</xpath>
<xpath expr="//figcaption" position="replace">
<figcaption class="figure-caption text-400"><em>Odoo Travel New York</em></figcaption>
<xpath expr="//figcaption" position="replace" mode="inner">
Old Harry Rocks, Isle of Purbeck
</xpath>
</template>
<template id="configurator_s_picture" inherit_id="website.configurator_s_picture">
<xpath expr="//section" position="attributes">
<attribute name="data-oe-shape-data">{"shape":"web_editor/Bold/01","flip":[]}</attribute>
</xpath>
<xpath expr="//section/div" position="before">
<div class="o_we_shape o_web_editor_Bold_07_001"/>
<xpath expr="//img" position="attributes">
<attribute name="src">/web/image/website.s_popup_default_image</attribute>
</xpath>
</template>