mirror of
https://github.com/odoo/design-themes.git
synced 2025-10-07 01:18:52 +07:00
0bb5f6c93e
Revamp the theme design and adapt its existing snippets task-4178083 Part of task-4177975 closes odoo/design-themes#927 Signed-off-by: Alice Gaudon (agau) <agau@odoo.com>
47 lines
1.8 KiB
XML
47 lines
1.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<odoo>
|
|
|
|
<template id="s_numbers" inherit_id="website.s_numbers">
|
|
<!-- Section -->
|
|
<xpath expr="//section" position="attributes">
|
|
<attribute name="class" add="pt0 pb0" remove="pt80 pb80" separator=" "/>
|
|
</xpath>
|
|
<!-- Container -->
|
|
<xpath expr="//div[hasclass('container')]" position="attributes">
|
|
<attribute name="class" add="container-fluid" remove="container" separator=" "/>
|
|
</xpath>
|
|
<!-- Column #1 -->
|
|
<xpath expr="//div[hasclass('col-lg-4')]" position="attributes">
|
|
<attribute name="class" add="pt104 pb64 o_cc o_cc3" separator=" "/>
|
|
</xpath>
|
|
<!-- Column #2 -->
|
|
<xpath expr="(//div[hasclass('col-lg-4')])[2]" position="attributes">
|
|
<attribute name="class" add="pt104 pb104 o_cc o_cc1" remove="pt24 pb24" separator=" "/>
|
|
</xpath>
|
|
<!-- Column #2 - Text -->
|
|
<xpath expr="//span[hasclass('h5-fs')]" position="replace" mode="inner">
|
|
Editions through the Europe
|
|
</xpath>
|
|
<!-- Column #3 -->
|
|
<xpath expr="(//div[hasclass('col-lg-4')])[3]" position="attributes">
|
|
<attribute name="class" add="pt104 pb104 o_cc o_cc4" remove="pt24 pb24" separator=" "/>
|
|
</xpath>
|
|
<!-- Column #3 - Text -->
|
|
<xpath expr="(//span[hasclass('s_number')])[2]" position="replace" mode="inner">
|
|
72
|
|
</xpath>
|
|
<xpath expr="(//span[hasclass('h5-fs')])[2]" position="replace" mode="inner">
|
|
Artists from around the world
|
|
</xpath>
|
|
<!-- Column #4 -->
|
|
<xpath expr="(//div[hasclass('col-lg-4')])[4]" position="attributes">
|
|
<attribute name="class" add="pt104 pb104 o_cc o_cc2" remove="pt24 pb24" separator=" "/>
|
|
</xpath>
|
|
<!-- Column #4 - Text -->
|
|
<xpath expr="(//span[hasclass('h5-fs')])[3]" position="replace" mode="inner">
|
|
Scenes outdoor & indoor
|
|
</xpath>
|
|
</template>
|
|
|
|
</odoo>
|