[IMP] theme_orchid: revamp the theme

task-4178087
part of task-4177975

X-original-commit: de490359d6
Part-of: odoo/design-themes#971
Related: odoo/odoo#182039
Signed-off-by: Alice Gaudon (agau) <agau@odoo.com>
Signed-off-by: Quentin Smetz (qsm) <qsm@odoo.com>
This commit is contained in:
stefanorigano (SRI)
2024-09-25 18:31:52 +02:00
committed by qsm-odoo
parent 668c048be2
commit 77f3ab8f61
30 changed files with 645 additions and 460 deletions
+45 -36
View File
@@ -2,54 +2,63 @@
<odoo>
<template id="s_key_images" inherit_id="website.s_key_images">
<!-- Layout -->
<xpath expr="//img" position="attributes">
<attribute name="src">/web_editor/image_shape/website.s_key_images_default_image_1/web_editor/composition/composition_square_1.svg</attribute>
<attribute name="data-shape">web_editor/composition/composition_square_1</attribute>
<attribute name="data-original-mimetype">image/jpeg</attribute>
<attribute name="data-file-name">s_key_images_default_image_1.svg</attribute>
<attribute name="data-shape-colors">;;;;</attribute>
</xpath>
<xpath expr="(//img)[2]" position="attributes">
<attribute name="src">/web_editor/image_shape/website.s_key_images_default_image_2/web_editor/composition/composition_square_2.svg</attribute>
<attribute name="data-shape">web_editor/composition/composition_square_2</attribute>
<attribute name="data-original-mimetype">image/jpeg</attribute>
<attribute name="data-file-name">s_key_images_default_image_2.svg</attribute>
<attribute name="data-shape-colors">;;;;</attribute>
</xpath>
<xpath expr="(//img)[3]" position="attributes">
<attribute name="src">/web_editor/image_shape/website.s_key_images_default_image_3/web_editor/composition/composition_square_3.svg</attribute>
<attribute name="data-shape">web_editor/composition/composition_square_3</attribute>
<attribute name="data-original-mimetype">image/jpeg</attribute>
<attribute name="data-file-name">s_key_images_default_image_3.svg</attribute>
<attribute name="data-shape-colors">;;;;</attribute>
</xpath>
<xpath expr="(//img)[4]" position="attributes">
<attribute name="src">/web_editor/image_shape/website.s_key_images_default_image_4/web_editor/composition/composition_square_4.svg</attribute>
<attribute name="data-shape">web_editor/composition/composition_square_4</attribute>
<attribute name="data-original-mimetype">image/jpeg</attribute>
<attribute name="data-file-name">s_key_images_default_image_4.svg</attribute>
<attribute name="data-shape-colors">;;;;</attribute>
</xpath>
<!-- Texts -->
<xpath expr="//h2" position="replace" mode="inner">
Bloom with Beauty from Our Florist
Discover Our Most Loved Arrangements
</xpath>
<xpath expr="//p[hasclass('lead')]" position="replace" mode="inner">
Fresh and Stunning Arrangements for Every Occasion
Celebrate with Our Best-Selling Bouquets, perfect for every occasion.
</xpath>
<!-- Col 1 -->
<xpath expr="//div[hasclass('col-lg-3')]//p" position="attributes">
<attribute name="class" add="h4-fs" remove="h1-fs" separator=" "/>
</xpath>
<xpath expr="//div[hasclass('col-lg-3')]//p[3]" position="before">
<h3 class="h4-fs">Sunset Serenade</h3>
</xpath>
<xpath expr="//div[hasclass('col-lg-3')]//p[3]" position="replace" mode="inner">
Elegant bouquets crafted with care and creativity
Vibrant hues of orange and red capture the warmth and beauty of a summer evening.
</xpath>
<!-- Col 2 -->
<xpath expr="(//div[hasclass('col-lg-3')])[2]//p" position="attributes">
<attribute name="class" add="h4-fs" remove="h1-fs" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('col-lg-3')])[2]//p[3]" position="before">
<h3 class="h4-fs">Elegant Simplicity</h3>
</xpath>
<xpath expr="(//div[hasclass('col-lg-3')])[2]//p[3]" position="replace" mode="inner">
Seasonal flowers to brighten up any space
Minimalist white florals in a sleek vase, embodying sophistication and grace.
</xpath>
<!-- Col 3 -->
<xpath expr="(//div[hasclass('col-lg-3')])[3]//p" position="attributes">
<attribute name="class" add="h4-fs" remove="h1-fs" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('col-lg-3')])[3]//p[3]" position="before">
<h3 class="h4-fs">Petal Poetry</h3>
</xpath>
<xpath expr="(//div[hasclass('col-lg-3')])[3]//p[3]" position="replace" mode="inner">
Customized arrangements for weddings and events
Light pink blossoms with golden leaves, bringing a touch of springtime charm to any space.
</xpath>
<!-- Col 4 -->
<xpath expr="(//div[hasclass('col-lg-3')])[4]//p" position="attributes">
<attribute name="class" add="h4-fs" remove="h1-fs" separator=" "/>
</xpath>
<xpath expr="(//div[hasclass('col-lg-3')])[4]//p[3]" position="before">
<h3 class="h4-fs">Blushing Harmony</h3>
</xpath>
<xpath expr="(//div[hasclass('col-lg-3')])[4]//p[3]" position="replace" mode="inner">
Discover unique floral designs and gifts
A delicate blend of soft pink roses and baby's breath, perfect for expressing love and gratitude.
</xpath>
</template>
<template id="configurator_s_key_images" inherit_id="website.configurator_s_key_images">
<!-- Section -->
<xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc o_cc2 pb96 pt96" remove="pb72 pt72" separator=" "/>
</xpath>
</template>