[FIX] theme_*: fix used separators in class and style updates

*: anelusia, artists, avantgarde, aviato, bistro, bookstore, buzzy,
   clean, enark, graphene, kea, kiddo, monglia, nano, notes,
   odoo_experts, paptic, real_estate, treehouse, vehicle, yes, zap

This commit fixes the wrong separators used when updating class and
style attributes.

task-4206845

Part-of: odoo/design-themes#933
Related: odoo/odoo#181194
Signed-off-by: Alice Gaudon (agau) <agau@odoo.com>
This commit is contained in:
Benoit Socias
2024-09-24 13:24:37 +02:00
parent 1201131f28
commit 38a02a269a
40 changed files with 86 additions and 86 deletions
@@ -9,7 +9,7 @@
<attribute name="class" add="o_snippet_mobile_invisible d-none d-lg-block" separator=" "/> <attribute name="class" add="o_snippet_mobile_invisible d-none d-lg-block" separator=" "/>
</xpath> </xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[2]" position="attributes"> <xpath expr="(//div[hasclass('o_grid_item')])[2]" position="attributes">
<attribute name="style" add="--grid-item-padding-x: 24px; --grid-item-padding-y: 24px;" separator=" "/> <attribute name="style" add="--grid-item-padding-x: 24px; --grid-item-padding-y: 24px;" separator=";"/>
</xpath> </xpath>
<xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes"> <xpath expr="(//div[hasclass('o_grid_item')])[3]" position="attributes">
<attribute name="class" remove="o_snippet_mobile_invisible d-none d-lg-block" separator=" "/> <attribute name="class" remove="o_snippet_mobile_invisible d-none d-lg-block" separator=" "/>
@@ -14,7 +14,7 @@
<!-- Card 1 --> <!-- Card 1 -->
<xpath expr="(//div[hasclass('s_card')])[1]" position="attributes"> <xpath expr="(//div[hasclass('s_card')])[1]" position="attributes">
<attribute name="class" add="border" separator=" "/> <attribute name="class" add="border" separator=" "/>
<attribute name="style" add="border-width: 0px !important;" separator=" "/> <attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="(//h5)[1]" position="replace" mode="inner"> <xpath expr="(//h5)[1]" position="replace" mode="inner">
Unique Creative Vision Unique Creative Vision
@@ -25,7 +25,7 @@
<!-- Card 2 --> <!-- Card 2 -->
<xpath expr="(//div[hasclass('s_card')])[2]" position="attributes"> <xpath expr="(//div[hasclass('s_card')])[2]" position="attributes">
<attribute name="class" add="border" separator=" "/> <attribute name="class" add="border" separator=" "/>
<attribute name="style" add="border-width: 0px !important;" separator=" "/> <attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h5)[2]" position="replace" mode="inner">
Original and Handcrafted Works Original and Handcrafted Works
@@ -36,7 +36,7 @@
<!-- Card 3 --> <!-- Card 3 -->
<xpath expr="(//div[hasclass('s_card')])[3]" position="attributes"> <xpath expr="(//div[hasclass('s_card')])[3]" position="attributes">
<attribute name="class" add="border" separator=" "/> <attribute name="class" add="border" separator=" "/>
<attribute name="style" add="border-width: 0px !important;" separator=" "/> <attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h5)[3]" position="replace" mode="inner">
Bold Use of Color and Texture Bold Use of Color and Texture
@@ -47,7 +47,7 @@
<!-- Card 4 --> <!-- Card 4 -->
<xpath expr="(//div[hasclass('s_card')])[4]" position="attributes"> <xpath expr="(//div[hasclass('s_card')])[4]" position="attributes">
<attribute name="class" add="border" separator=" "/> <attribute name="class" add="border" separator=" "/>
<attribute name="style" add="border-width: 0px !important;" separator=" "/> <attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="(//h5)[4]" position="replace" mode="inner"> <xpath expr="(//h5)[4]" position="replace" mode="inner">
Personalized Art Commissions Personalized Art Commissions
+4 -4
View File
@@ -51,14 +51,14 @@
<attribute name="class" add="pt144 pb128" remove="pt64 pb64" separator=" "/> <attribute name="class" add="pt144 pb128" remove="pt64 pb64" separator=" "/>
</xpath> </xpath>
<xpath expr="//h2" position="attributes"> <xpath expr="//h2" position="attributes">
<attribute name="style" remove="text-align: center;" separator=" "/> <attribute name="style" remove="text-align: center;" separator=";"/>
<attribute name="class" add="text-break" separator=" "/> <attribute name="class" add="text-break" separator=" "/>
</xpath> </xpath>
<xpath expr="//h2" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
Design Methodology Design Methodology
</xpath> </xpath>
<xpath expr="//p" position="attributes"> <xpath expr="//p" position="attributes">
<attribute name="style" remove="text-align: center;" separator=" "/> <attribute name="style" remove="text-align: center;" separator=";"/>
</xpath> </xpath>
<xpath expr="//p" position="replace" mode="inner"> <xpath expr="//p" position="replace" mode="inner">
Our design methodology is rooted in our core values.<br/> Our design methodology is rooted in our core values.<br/>
@@ -72,7 +72,7 @@
<attribute name="data-shape-colors">;o-color-2;;;</attribute> <attribute name="data-shape-colors">;o-color-2;;;</attribute>
</xpath> </xpath>
<xpath expr="//figcaption" position="attributes"> <xpath expr="//figcaption" position="attributes">
<attribute name="style" add="text-align: right;" separator=" "/> <attribute name="style" add="text-align: right;" separator=";"/>
</xpath> </xpath>
<xpath expr="//figcaption" position="replace" mode="inner"> <xpath expr="//figcaption" position="replace" mode="inner">
We carry out an interdisciplinary design process. We carry out an interdisciplinary design process.
@@ -188,7 +188,7 @@
<attribute name="class" add="col-lg-8" remove="col-lg-9" separator=" "/> <attribute name="class" add="col-lg-8" remove="col-lg-9" separator=" "/>
</xpath> </xpath>
<xpath expr="//div[hasclass('col-lg-8')]/p" position="attributes"> <xpath expr="//div[hasclass('col-lg-8')]/p" position="attributes">
<attribute name="style" add="text-align: right;" separator=" "/> <attribute name="style" add="text-align: right;" separator=";"/>
</xpath> </xpath>
<xpath expr="//div[hasclass('col-lg-3')]" position="attributes"> <xpath expr="//div[hasclass('col-lg-3')]" position="attributes">
<attribute name="class" add="col-lg-4" remove="col-lg-3" separator=" "/> <attribute name="class" add="col-lg-4" remove="col-lg-3" separator=" "/>
@@ -4,7 +4,7 @@
<template id="s_framed_intro" inherit_id="website.s_framed_intro"> <template id="s_framed_intro" inherit_id="website.s_framed_intro">
<!-- Image --> <!-- Image -->
<xpath expr="//div[hasclass('col-lg-5')]" position="attributes"> <xpath expr="//div[hasclass('col-lg-5')]" position="attributes">
<attribute name="style" add="border-radius: 8px !important;" separator=" "/> <attribute name="style" add="border-radius: 8px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="//img" position="attributes"> <xpath expr="//img" position="attributes">
<attribute name="class" add="rounded" separator=" "/> <attribute name="class" add="rounded" separator=" "/>
@@ -8,7 +8,7 @@
</xpath> </xpath>
<!-- Column #01 --> <!-- Column #01 -->
<xpath expr="//*[hasclass('s_card')]" position="attributes"> <xpath expr="//*[hasclass('s_card')]" position="attributes">
<attribute name="style" add="--card-img-aspect-ratio: 132%" separator="; "/> <attribute name="style" add="--card-img-aspect-ratio: 132%" separator=";"/>
</xpath> </xpath>
<xpath expr="//figure" position="attributes"> <xpath expr="//figure" position="attributes">
<attribute name="class" remove="ratio-16x9" add="o_card_img_ratio_custom" separator=" "/> <attribute name="class" remove="ratio-16x9" add="o_card_img_ratio_custom" separator=" "/>
@@ -24,7 +24,7 @@
</xpath> </xpath>
<!-- Column #02 --> <!-- Column #02 -->
<xpath expr="(//*[hasclass('s_card')])[2]" position="attributes"> <xpath expr="(//*[hasclass('s_card')])[2]" position="attributes">
<attribute name="style" add="--card-img-aspect-ratio: 132%" separator="; "/> <attribute name="style" add="--card-img-aspect-ratio: 132%" separator=";"/>
</xpath> </xpath>
<xpath expr="(//figure)[2]" position="attributes"> <xpath expr="(//figure)[2]" position="attributes">
<attribute name="class" remove="ratio-16x9" add="o_card_img_ratio_custom" separator=" "/> <attribute name="class" remove="ratio-16x9" add="o_card_img_ratio_custom" separator=" "/>
@@ -40,7 +40,7 @@
</xpath> </xpath>
<!-- Column #03 --> <!-- Column #03 -->
<xpath expr="(//*[hasclass('s_card')])[3]" position="attributes"> <xpath expr="(//*[hasclass('s_card')])[3]" position="attributes">
<attribute name="style" add="--card-img-aspect-ratio: 132%" separator="; "/> <attribute name="style" add="--card-img-aspect-ratio: 132%" separator=";"/>
</xpath> </xpath>
<xpath expr="(//figure)[3]" position="attributes"> <xpath expr="(//figure)[3]" position="attributes">
<attribute name="class" remove="ratio-16x9" add="o_card_img_ratio_custom" separator=" "/> <attribute name="class" remove="ratio-16x9" add="o_card_img_ratio_custom" separator=" "/>
+1 -1
View File
@@ -4,7 +4,7 @@
<template id="s_cover" inherit_id="website.s_cover"> <template id="s_cover" inherit_id="website.s_cover">
<!-- Parallax --> <!-- Parallax -->
<xpath expr="//*[hasclass('s_parallax_bg')]" position="attributes"> <xpath expr="//*[hasclass('s_parallax_bg')]" position="attributes">
<attribute name="style" add="background-position: 50% 100%;" remove="background-position: 50% 0;" separator=" "/> <attribute name="style" add="background-position: 50% 100%;" remove="background-position: 50% 0;" separator=";"/>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h1" position="replace" mode="inner"> <xpath expr="//h1" position="replace" mode="inner">
+1 -1
View File
@@ -9,7 +9,7 @@
<!-- Image --> <!-- Image -->
<xpath expr="//img" position="attributes"> <xpath expr="//img" position="attributes">
<attribute name="class" add="img-thumbnail" separator=" "/> <attribute name="class" add="img-thumbnail" separator=" "/>
<attribute name="style" add="padding: 20px !important;" separator=" "/> <attribute name="style" add="padding: 20px !important;" separator=";"/>
</xpath> </xpath>
</template> </template>
@@ -10,7 +10,7 @@
<!-- Main div --> <!-- Main div -->
<xpath expr="//div[hasclass('col-lg-4')]" position="attributes"> <xpath expr="//div[hasclass('col-lg-4')]" position="attributes">
<attribute name="class" add="rounded" remove="rounded-4" separator=" "/> <attribute name="class" add="rounded" remove="rounded-4" separator=" "/>
<attribute name="style" remove="background-image: linear-gradient(135deg, var(--o-color-4) -400%, var(--o-color-2) 100%);" separator=" "/> <attribute name="style" remove="background-image: linear-gradient(135deg, var(--o-color-4) -400%, var(--o-color-2) 100%);" separator=";"/>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//div[hasclass('col-lg-4')]/h3" position="replace" mode="inner"> <xpath expr="//div[hasclass('col-lg-4')]/h3" position="replace" mode="inner">
@@ -25,7 +25,7 @@
<!-- Main div --> <!-- Main div -->
<xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes"> <xpath expr="//div[hasclass('col-lg-4')][2]" position="attributes">
<attribute name="class" add="rounded" remove="rounded-4" separator=" "/> <attribute name="class" add="rounded" remove="rounded-4" separator=" "/>
<attribute name="style" remove="background-image: linear-gradient(135deg, var(--o-color-4) -400%, var(--o-color-1) 100%);" separator=" "/> <attribute name="style" remove="background-image: linear-gradient(135deg, var(--o-color-4) -400%, var(--o-color-1) 100%);" separator=";"/>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//div[hasclass('col-lg-4')][2]/h3" position="replace" mode="inner"> <xpath expr="//div[hasclass('col-lg-4')][2]/h3" position="replace" mode="inner">
@@ -10,16 +10,16 @@
<div class="o_we_shape o_web_editor_Blobs_09"/> <div class="o_we_shape o_web_editor_Blobs_09"/>
</xpath> </xpath>
<xpath expr="//h3" position="attributes"> <xpath expr="//h3" position="attributes">
<attribute name="class" add="h4-fs" remove="h5-fs"/> <attribute name="class" add="h4-fs" remove="h5-fs" separator=" "/>
</xpath> </xpath>
<xpath expr="(//h3)[2]" position="attributes"> <xpath expr="(//h3)[2]" position="attributes">
<attribute name="class" add="h4-fs" remove="h5-fs"/> <attribute name="class" add="h4-fs" remove="h5-fs" separator=" "/>
</xpath> </xpath>
<xpath expr="(//h3)[3]" position="attributes"> <xpath expr="(//h3)[3]" position="attributes">
<attribute name="class" add="h4-fs" remove="h5-fs"/> <attribute name="class" add="h4-fs" remove="h5-fs" separator=" "/>
</xpath> </xpath>
<xpath expr="(//h3)[4]" position="attributes"> <xpath expr="(//h3)[4]" position="attributes">
<attribute name="class" add="h4-fs" remove="h5-fs"/> <attribute name="class" add="h4-fs" remove="h5-fs" separator=" "/>
</xpath> </xpath>
<!-- Texts --> <!-- Texts -->
@@ -23,13 +23,13 @@
</xpath> </xpath>
<!-- Authors --> <!-- Authors -->
<xpath expr="(//div[hasclass('s_blockquote_author')])[1]//span//span" position="attributes"> <xpath expr="(//div[hasclass('s_blockquote_author')])[1]//span//span" position="attributes">
<attribute name="class" add="text-o-color-2" remove="text-muted"/> <attribute name="class" add="text-o-color-2" remove="text-muted" separator=" "/>
</xpath> </xpath>
<xpath expr="(//div[hasclass('s_blockquote_author')])[2]//span//span" position="attributes"> <xpath expr="(//div[hasclass('s_blockquote_author')])[2]//span//span" position="attributes">
<attribute name="class" add="text-o-color-2" remove="text-muted"/> <attribute name="class" add="text-o-color-2" remove="text-muted" separator=" "/>
</xpath> </xpath>
<xpath expr="(//div[hasclass('s_blockquote_author')])[3]//span//span" position="attributes"> <xpath expr="(//div[hasclass('s_blockquote_author')])[3]//span//span" position="attributes">
<attribute name="class" add="text-o-color-2" remove="text-muted"/> <attribute name="class" add="text-o-color-2" remove="text-muted" separator=" "/>
</xpath> </xpath>
</template> </template>
+1 -1
View File
@@ -12,7 +12,7 @@
<!-- Image Layout --> <!-- Image Layout -->
<xpath expr="//div[hasclass('o_grid_item_image')]" position="attributes"> <xpath expr="//div[hasclass('o_grid_item_image')]" position="attributes">
<attribute name="class" add="g-col-lg-6 col-lg-6" remove="o_grid_item g-col-lg-4 col-lg-4" separator=" "/> <attribute name="class" add="g-col-lg-6 col-lg-6" remove="o_grid_item g-col-lg-4 col-lg-4" separator=" "/>
<attribute name="style" add="grid-area: 1 / 7 / 11 / 13;" remove="grid-area: 1 / 8 / 11 / 12;" separator=" "/> <attribute name="style" add="grid-area: 1 / 7 / 11 / 13;" remove="grid-area: 1 / 8 / 11 / 12;" separator=";"/>
</xpath> </xpath>
<!-- Img --> <!-- Img -->
<xpath expr="//img" position="attributes"> <xpath expr="//img" position="attributes">
+1 -1
View File
@@ -35,7 +35,7 @@
<!-- Background --> <!-- Background -->
<xpath expr="//div[hasclass('carousel-item')]" position="attributes"> <xpath expr="//div[hasclass('carousel-item')]" position="attributes">
<attribute name="style" add="background-position: 50% 10%;" separator=" "/> <attribute name="style" add="background-position: 50% 10%;" separator=";"/>
</xpath> </xpath>
</template> </template>
+1 -1
View File
@@ -9,7 +9,7 @@
<!-- Card --> <!-- Card -->
<xpath expr="//div[hasclass('card')]" position="attributes"> <xpath expr="//div[hasclass('card')]" position="attributes">
<attribute name="class" add="o_cc5" remove="o_cc4" separator=" "/> <attribute name="class" add="o_cc5" remove="o_cc4" separator=" "/>
<attribute name="style" add="border-radius: 0px !important;" separator=" "/> <attribute name="style" add="border-radius: 0px !important;" separator=";"/>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h2" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
+1 -1
View File
@@ -9,7 +9,7 @@
<!-- Wrapper --> <!-- Wrapper -->
<xpath expr="//div[hasclass('col-lg-5')]" position="attributes"> <xpath expr="//div[hasclass('col-lg-5')]" position="attributes">
<attribute name="class" add="border" separator=" "/> <attribute name="class" add="border" separator=" "/>
<attribute name="style" add="padding:24px; border-width: 1px !important; border-color: rgb(70, 77, 83) !important; border-radius: 4px !important;"/> <attribute name="style" add="padding:24px; border-width: 1px !important; border-color: rgb(70, 77, 83) !important; border-radius: 4px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="//div[hasclass('col-lg-6')]" position="attributes"> <xpath expr="//div[hasclass('col-lg-6')]" position="attributes">
<attribute name="class" add="col-lg-5" remove="col-lg-6" separator=" "/> <attribute name="class" add="col-lg-5" remove="col-lg-6" separator=" "/>
+1 -1
View File
@@ -213,7 +213,7 @@
<attribute name="class" add="col-lg-8" remove="col-lg-9" separator=" "/> <attribute name="class" add="col-lg-8" remove="col-lg-9" separator=" "/>
</xpath> </xpath>
<xpath expr="//div[hasclass('col-lg-8')]/p" position="attributes"> <xpath expr="//div[hasclass('col-lg-8')]/p" position="attributes">
<attribute name="style" add="text-align: right;" separator=" "/> <attribute name="style" add="text-align: right;" separator=";"/>
</xpath> </xpath>
</template> </template>
+1 -1
View File
@@ -99,7 +99,7 @@
<template id="new_page_template_about_personal_s_numbers" inherit_id="website.new_page_template_about_personal_s_numbers"> <template id="new_page_template_about_personal_s_numbers" inherit_id="website.new_page_template_about_personal_s_numbers">
<xpath expr="//section" position="attributes"> <xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc5" remove="o_cc3 parallax pt0" separator=" "/> <attribute name="class" add="o_cc5" remove="o_cc3 parallax pt0" separator=" "/>
<attribute name="style" remove="background-image: none;" separator=" "/> <attribute name="style" remove="background-image: none;" separator=";"/>
</xpath> </xpath>
<xpath expr="//div" position="attributes"> <xpath expr="//div" position="attributes">
<attribute name="class" remove="bg-black-75" separator=" "/> <attribute name="class" remove="bg-black-75" separator=" "/>
+1 -1
View File
@@ -4,7 +4,7 @@
<template id="s_framed_intro" inherit_id="website.s_framed_intro"> <template id="s_framed_intro" inherit_id="website.s_framed_intro">
<!-- Image --> <!-- Image -->
<xpath expr="//div[hasclass('col-lg-5')]" position="attributes"> <xpath expr="//div[hasclass('col-lg-5')]" position="attributes">
<attribute name="style" add="border-radius: 8px !important;" separator=" "/> <attribute name="style" add="border-radius: 8px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="//img" position="attributes"> <xpath expr="//img" position="attributes">
<attribute name="class" add="rounded" separator=" "/> <attribute name="class" add="rounded" separator=" "/>
+1 -1
View File
@@ -22,7 +22,7 @@
Put yourself at the center of an extraordinary gaming universe with exclusive games. Put yourself at the center of an extraordinary gaming universe with exclusive games.
</xpath> </xpath>
<xpath expr="//p" position="attributes"> <xpath expr="//p" position="attributes">
<attribute name="style" add="text-align: center;" separator=" "/> <attribute name="style" add="text-align: center;" separator=";"/>
</xpath> </xpath>
<!-- Caption --> <!-- Caption -->
<xpath expr="//figcaption" position="replace"> <xpath expr="//figcaption" position="replace">
@@ -8,7 +8,7 @@
</xpath> </xpath>
<!-- Image --> <!-- Image -->
<xpath expr="//div[hasclass('col-lg-5')]" position="attributes"> <xpath expr="//div[hasclass('col-lg-5')]" position="attributes">
<attribute name="style" add="border-radius: 8px !important;" separator=" "/> <attribute name="style" add="border-radius: 8px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="//img" position="attributes"> <xpath expr="//img" position="attributes">
<attribute name="class" add="rounded" separator=" "/> <attribute name="class" add="rounded" separator=" "/>
+1 -1
View File
@@ -108,7 +108,7 @@
<attribute name="class" add="pt40" remove="pt0" separator=" "/> <attribute name="class" add="pt40" remove="pt0" separator=" "/>
</xpath> </xpath>
<xpath expr="//p" position="attributes"> <xpath expr="//p" position="attributes">
<attribute name="style" remove="font-size:36px;" separator=" "/> <attribute name="style" remove="font-size:36px;" separator=";"/>
</xpath> </xpath>
</template> </template>
+1 -1
View File
@@ -8,7 +8,7 @@
</xpath> </xpath>
<!-- Image --> <!-- Image -->
<xpath expr="//div[hasclass('col-lg-5')]" position="attributes"> <xpath expr="//div[hasclass('col-lg-5')]" position="attributes">
<attribute name="style" add="border-radius: 8px !important;" separator=" "/> <attribute name="style" add="border-radius: 8px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="//img" position="attributes"> <xpath expr="//img" position="attributes">
<attribute name="class" add="rounded" separator=" "/> <attribute name="class" add="rounded" separator=" "/>
+4 -4
View File
@@ -13,7 +13,7 @@
<!-- Card 1 --> <!-- Card 1 -->
<xpath expr="(//div[hasclass('s_card')])[1]" position="attributes"> <xpath expr="(//div[hasclass('s_card')])[1]" position="attributes">
<attribute name="class" add="border" separator=" "/> <attribute name="class" add="border" separator=" "/>
<attribute name="style" add="border-width: 0px !important;" separator=" "/> <attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="(//h5)[1]" position="replace" mode="inner"> <xpath expr="(//h5)[1]" position="replace" mode="inner">
Engaging Social Activities Engaging Social Activities
@@ -24,7 +24,7 @@
<!-- Card 2 --> <!-- Card 2 -->
<xpath expr="(//div[hasclass('s_card')])[2]" position="attributes"> <xpath expr="(//div[hasclass('s_card')])[2]" position="attributes">
<attribute name="class" add="border" separator=" "/> <attribute name="class" add="border" separator=" "/>
<attribute name="style" add="border-width: 0px !important;" separator=" "/> <attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="(//h5)[2]" position="replace" mode="inner"> <xpath expr="(//h5)[2]" position="replace" mode="inner">
Incredible Lineup of Artists Incredible Lineup of Artists
@@ -35,7 +35,7 @@
<!-- Card 3 --> <!-- Card 3 -->
<xpath expr="(//div[hasclass('s_card')])[3]" position="attributes"> <xpath expr="(//div[hasclass('s_card')])[3]" position="attributes">
<attribute name="class" add="border" separator=" "/> <attribute name="class" add="border" separator=" "/>
<attribute name="style" add="border-width: 0px !important;" separator=" "/> <attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="(//h5)[3]" position="replace" mode="inner"> <xpath expr="(//h5)[3]" position="replace" mode="inner">
Exclusive Festival Merchandise Exclusive Festival Merchandise
@@ -46,7 +46,7 @@
<!-- Card 4 --> <!-- Card 4 -->
<xpath expr="(//div[hasclass('s_card')])[4]" position="attributes"> <xpath expr="(//div[hasclass('s_card')])[4]" position="attributes">
<attribute name="class" add="border" separator=" "/> <attribute name="class" add="border" separator=" "/>
<attribute name="style" add="border-width: 0px !important;" separator=" "/> <attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="(//h5)[4]" position="replace" mode="inner"> <xpath expr="(//h5)[4]" position="replace" mode="inner">
High-Quality Music Experience High-Quality Music Experience
+1 -1
View File
@@ -4,7 +4,7 @@
<template id="s_wavy_grid" inherit_id="website.s_wavy_grid"> <template id="s_wavy_grid" inherit_id="website.s_wavy_grid">
<!-- Layout --> <!-- Layout -->
<xpath expr="//section" position="attributes"> <xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc o_cc5"/> <attribute name="class" add="o_cc o_cc5" separator=" "/>
<attribute name="data-oe-shape-data">{'shape':'web_editor/Wavy/10','colors':{'c1':'o-color-1','c2':'o-color-1'},'flip':[],'showOnMobile':false,'shapeAnimationSpeed':'0'}</attribute> <attribute name="data-oe-shape-data">{'shape':'web_editor/Wavy/10','colors':{'c1':'o-color-1','c2':'o-color-1'},'flip':[],'showOnMobile':false,'shapeAnimationSpeed':'0'}</attribute>
</xpath> </xpath>
<xpath expr="//div[hasclass('o_we_shape')]" position="replace"> <xpath expr="//div[hasclass('o_we_shape')]" position="replace">
@@ -3,7 +3,7 @@
<template id="s_wavy_grid" inherit_id="website.s_wavy_grid"> <template id="s_wavy_grid" inherit_id="website.s_wavy_grid">
<xpath expr="//section" position="attributes"> <xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc o_cc2"/> <attribute name="class" add="o_cc o_cc2" separator=" "/>
<attribute name="data-oe-shape-data">{'shape':'web_editor/Origins/04_001','colors':{'c3':'o-color-1'},'flip':[],'showOnMobile':false,'shapeAnimationSpeed':'0'}</attribute> <attribute name="data-oe-shape-data">{'shape':'web_editor/Origins/04_001','colors':{'c3':'o-color-1'},'flip':[],'showOnMobile':false,'shapeAnimationSpeed':'0'}</attribute>
</xpath> </xpath>
<xpath expr="//div[hasclass('o_we_shape')]" position="replace"> <xpath expr="//div[hasclass('o_we_shape')]" position="replace">
+5 -5
View File
@@ -757,7 +757,7 @@
<!-- ===== WAVY GRID ======== --> <!-- ===== WAVY GRID ======== -->
<template id="s_wavy_grid" inherit_id="website.s_wavy_grid"> <template id="s_wavy_grid" inherit_id="website.s_wavy_grid">
<xpath expr="//section" position="attributes"> <xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc o_cc3"/> <attribute name="class" add="o_cc o_cc3" separator=" "/>
<attribute name="data-oe-shape-data"/> <attribute name="data-oe-shape-data"/>
</xpath> </xpath>
<xpath expr="//div[hasclass('o_we_shape')]" position="replace"/> <xpath expr="//div[hasclass('o_we_shape')]" position="replace"/>
@@ -785,22 +785,22 @@
<!-- Card 1 --> <!-- Card 1 -->
<xpath expr="(//div[hasclass('s_card')])[1]" position="attributes"> <xpath expr="(//div[hasclass('s_card')])[1]" position="attributes">
<attribute name="class" add="border" separator=" "/> <attribute name="class" add="border" separator=" "/>
<attribute name="style" add="border-width: 0px !important;" separator=" "/> <attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath> </xpath>
<!-- Card 2 --> <!-- Card 2 -->
<xpath expr="(//div[hasclass('s_card')])[2]" position="attributes"> <xpath expr="(//div[hasclass('s_card')])[2]" position="attributes">
<attribute name="class" add="border" separator=" "/> <attribute name="class" add="border" separator=" "/>
<attribute name="style" add="border-width: 0px !important;" separator=" "/> <attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath> </xpath>
<!-- Card 3 --> <!-- Card 3 -->
<xpath expr="(//div[hasclass('s_card')])[3]" position="attributes"> <xpath expr="(//div[hasclass('s_card')])[3]" position="attributes">
<attribute name="class" add="border" separator=" "/> <attribute name="class" add="border" separator=" "/>
<attribute name="style" add="border-width: 0px !important;" separator=" "/> <attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath> </xpath>
<!-- Card 4 --> <!-- Card 4 -->
<xpath expr="(//div[hasclass('s_card')])[4]" position="attributes"> <xpath expr="(//div[hasclass('s_card')])[4]" position="attributes">
<attribute name="class" add="border" separator=" "/> <attribute name="class" add="border" separator=" "/>
<attribute name="style" add="border-width: 0px !important;" separator=" "/> <attribute name="style" add="border-width: 0px !important;" separator=";"/>
</xpath> </xpath>
</template> </template>
@@ -4,7 +4,7 @@
<template id="s_wavy_grid" inherit_id="website.s_wavy_grid"> <template id="s_wavy_grid" inherit_id="website.s_wavy_grid">
<!-- Layout --> <!-- Layout -->
<xpath expr="//section" position="attributes"> <xpath expr="//section" position="attributes">
<attribute name="class" add="o_cc o_cc2"/> <attribute name="class" add="o_cc o_cc2" separator=" "/>
<attribute name="data-oe-shape-data">{'shape':'web_editor/Origins/09_001','colors':{'c3':'o-color-4'},'flip':[],'showOnMobile':false,'shapeAnimationSpeed':'0'}</attribute> <attribute name="data-oe-shape-data">{'shape':'web_editor/Origins/09_001','colors':{'c3':'o-color-4'},'flip':[],'showOnMobile':false,'shapeAnimationSpeed':'0'}</attribute>
</xpath> </xpath>
<xpath expr="//div[hasclass('o_we_shape')]" position="replace"> <xpath expr="//div[hasclass('o_we_shape')]" position="replace">
@@ -5,7 +5,7 @@
<!-- Image --> <!-- Image -->
<xpath expr="//img" position="attributes"> <xpath expr="//img" position="attributes">
<attribute name="class" add="img-thumbnail" separator=" "/> <attribute name="class" add="img-thumbnail" separator=" "/>
<attribute name="style" add="padding: 15px;" separator=" "/> <attribute name="style" add="padding: 15px;" separator=";"/>
</xpath> </xpath>
<xpath expr="//p[2]" position="after"> <xpath expr="//p[2]" position="after">
<p><br/></p> <p><br/></p>
@@ -3,7 +3,7 @@
<template id="s_text_cover" inherit_id="website.s_text_cover"> <template id="s_text_cover" inherit_id="website.s_text_cover">
<xpath expr="//div[hasclass('col-lg-6')][1]" position="attributes"> <xpath expr="//div[hasclass('col-lg-6')][1]" position="attributes">
<attribute name="style" add="grid-area: 2 / 3 / 11 / 9;" remove="grid-area: 2 / 3 / 11 / 8;" separator="; "/> <attribute name="style" add="grid-area: 2 / 3 / 11 / 9;" remove="grid-area: 2 / 3 / 11 / 8;" separator=";"/>
<attribute name="class" add="g-col-lg-6" remove="g-col-lg-5" separator=" "/> <attribute name="class" add="g-col-lg-6" remove="g-col-lg-5" separator=" "/>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
+2 -2
View File
@@ -197,13 +197,13 @@
<b>50,000 pre-orders</b> already registered. <b>50,000 pre-orders</b> already registered.
</xpath> </xpath>
<xpath expr="//h3" position="attributes"> <xpath expr="//h3" position="attributes">
<attribute name="style" add="text-align: left;" separator=" "/> <attribute name="style" add="text-align: left;" separator=";"/>
</xpath> </xpath>
<xpath expr="//p" position="replace" mode="inner"> <xpath expr="//p" position="replace" mode="inner">
Join the early joiners or request for a trial on track. Join the early joiners or request for a trial on track.
</xpath> </xpath>
<xpath expr="//p" position="attributes"> <xpath expr="//p" position="attributes">
<attribute name="style" add="text-align: left;" separator=" "/> <attribute name="style" add="text-align: left;" separator=";"/>
</xpath> </xpath>
<xpath expr="//a" position="attributes"> <xpath expr="//a" position="attributes">
<attribute name="class" remove="btn-lg" separator=" "/> <attribute name="class" remove="btn-lg" separator=" "/>
+1 -1
View File
@@ -16,7 +16,7 @@
</xpath> </xpath>
<!-- Close Button --> <!-- Close Button -->
<xpath expr="//*[hasclass('s_popup_close')]" position="attributes"> <xpath expr="//*[hasclass('s_popup_close')]" position="attributes">
<attribute name="style" add="border-radius: 0 4px 0 4px" separator="; "/> <attribute name="style" add="border-radius: 0 4px 0 4px" separator=";"/>
</xpath> </xpath>
</template> </template>
@@ -7,7 +7,7 @@
</xpath> </xpath>
<!-- Quote 1 --> <!-- Quote 1 -->
<xpath expr="//div[hasclass('carousel-item')]" position="attributes"> <xpath expr="//div[hasclass('carousel-item')]" position="attributes">
<attribute name="style" add="background-image: url('/web/image/website.s_quotes_carousel_demo_image_0'); background-position: 50% 25%;" separator="; "/> <attribute name="style" add="background-image: url('/web/image/website.s_quotes_carousel_demo_image_0'); background-position: 50% 25%;" separator=";"/>
</xpath> </xpath>
<xpath expr="//blockquote" position="before"> <xpath expr="//blockquote" position="before">
<div class="o_we_bg_filter" style="background-color: rgba(25, 41, 37, 0.55) !important;"/> <div class="o_we_bg_filter" style="background-color: rgba(25, 41, 37, 0.55) !important;"/>
@@ -23,7 +23,7 @@
</xpath> </xpath>
<!-- Quote 2 --> <!-- Quote 2 -->
<xpath expr="(//*[hasclass('carousel-item')])[2]" position="attributes"> <xpath expr="(//*[hasclass('carousel-item')])[2]" position="attributes">
<attribute name="style" add="background-position: 50% 25%;" remove="background-position: 50% 50%;" separator="; "/> <attribute name="style" add="background-position: 50% 25%;" remove="background-position: 50% 50%;" separator=";"/>
</xpath> </xpath>
<xpath expr="(//blockquote)[2]" position="before"> <xpath expr="(//blockquote)[2]" position="before">
<div class="o_we_bg_filter" style="background-color: rgba(25, 41, 37, 0.55) !important;"/> <div class="o_we_bg_filter" style="background-color: rgba(25, 41, 37, 0.55) !important;"/>
@@ -36,7 +36,7 @@
</xpath> </xpath>
<!-- Quote 3 --> <!-- Quote 3 -->
<xpath expr="(//*[hasclass('carousel-item')])[3]" position="attributes"> <xpath expr="(//*[hasclass('carousel-item')])[3]" position="attributes">
<attribute name="style" add="background-position: 50% 20%;" remove="background-position: 50% 50%;" separator="; "/> <attribute name="style" add="background-position: 50% 20%;" remove="background-position: 50% 50%;" separator=";"/>
</xpath> </xpath>
<xpath expr="(//blockquote)[3]" position="before"> <xpath expr="(//blockquote)[3]" position="before">
<div class="o_we_bg_filter" style="background-color: rgba(25, 41, 37, 0.55) !important;"/> <div class="o_we_bg_filter" style="background-color: rgba(25, 41, 37, 0.55) !important;"/>
+3 -3
View File
@@ -9,7 +9,7 @@
<!-- Column #01 --> <!-- Column #01 -->
<xpath expr="//*[hasclass('row')]/*[1]" position="attributes"> <xpath expr="//*[hasclass('row')]/*[1]" position="attributes">
<attribute name="class" add="o_cc o_cc1 pt32 pb32 rounded text-center" separator=" "/> <attribute name="class" add="o_cc o_cc1 pt32 pb32 rounded text-center" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=" "/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="//div[hasclass('row')]/div[1]/div[hasclass('s_hr')]" position="replace"/> <xpath expr="//div[hasclass('row')]/div[1]/div[hasclass('s_hr')]" position="replace"/>
<xpath expr="//i" position="replace"> <xpath expr="//i" position="replace">
@@ -24,7 +24,7 @@
<!-- Column #02 --> <!-- Column #02 -->
<xpath expr="//*[hasclass('row')]/*[2]" position="attributes"> <xpath expr="//*[hasclass('row')]/*[2]" position="attributes">
<attribute name="class" add="o_cc o_cc1 pt32 pb32 rounded text-center" separator=" "/> <attribute name="class" add="o_cc o_cc1 pt32 pb32 rounded text-center" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=" "/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="//div[hasclass('row')]/div[2]/div[hasclass('s_hr')]" position="replace"/> <xpath expr="//div[hasclass('row')]/div[2]/div[hasclass('s_hr')]" position="replace"/>
<xpath expr="(//i)[2]" position="replace"> <xpath expr="(//i)[2]" position="replace">
@@ -39,7 +39,7 @@
<!-- Column #03 --> <!-- Column #03 -->
<xpath expr="//*[hasclass('row')]/*[3]" position="attributes"> <xpath expr="//*[hasclass('row')]/*[3]" position="attributes">
<attribute name="class" add="o_cc o_cc1 pt32 pb32 rounded text-center" separator=" "/> <attribute name="class" add="o_cc o_cc1 pt32 pb32 rounded text-center" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=" "/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="//div[hasclass('row')]/div[3]/div[hasclass('s_hr')]" position="replace"/> <xpath expr="//div[hasclass('row')]/div[3]/div[hasclass('s_hr')]" position="replace"/>
<xpath expr="(//i)[3]" position="replace"> <xpath expr="(//i)[3]" position="replace">
+1 -1
View File
@@ -9,7 +9,7 @@
<!-- Image --> <!-- Image -->
<xpath expr="//img" position="attributes"> <xpath expr="//img" position="attributes">
<attribute name="class" add="img-thumbnail" separator=" "/> <attribute name="class" add="img-thumbnail" separator=" "/>
<attribute name="style" add="padding: 15px;" separator=" "/> <attribute name="style" add="padding: 15px;" separator=";"/>
</xpath> </xpath>
<xpath expr="//p[2]" position="after"> <xpath expr="//p[2]" position="after">
<p><br/></p> <p><br/></p>
+1 -1
View File
@@ -33,7 +33,7 @@
<xpath expr="//*[hasclass('col-lg-3')][2]" position="replace" mode="inner"/> <xpath expr="//*[hasclass('col-lg-3')][2]" position="replace" mode="inner"/>
<xpath expr="//*[hasclass('col-lg-3')][2]" position="attributes"> <xpath expr="//*[hasclass('col-lg-3')][2]" position="attributes">
<attribute name="style" add="background-image:url(/web/image/website.s_masonry_block_default_image_2)" separator="; "/> <attribute name="style" add="background-image:url(/web/image/website.s_masonry_block_default_image_2)" separator=";"/>
<attribute name="class" add="oe_img_bg o_bg_img_center" separator=" "/> <attribute name="class" add="oe_img_bg o_bg_img_center" separator=" "/>
</xpath> </xpath>
</template> </template>
+3 -3
View File
@@ -5,15 +5,15 @@
<!-- Items --> <!-- Items -->
<xpath expr="//*[hasclass('s_media_list_item')][1]/div" position="attributes"> <xpath expr="//*[hasclass('s_media_list_item')][1]/div" position="attributes">
<attribute name="class" add="rounded" separator=" "/> <attribute name="class" add="rounded" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;"/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="//*[hasclass('s_media_list_item')][2]/div" position="attributes"> <xpath expr="//*[hasclass('s_media_list_item')][2]/div" position="attributes">
<attribute name="class" add="rounded" separator=" "/> <attribute name="class" add="rounded" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;"/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="//*[hasclass('s_media_list_item')][3]/div" position="attributes"> <xpath expr="//*[hasclass('s_media_list_item')][3]/div" position="attributes">
<attribute name="class" add="rounded" separator=" "/> <attribute name="class" add="rounded" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;"/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=";"/>
</xpath> </xpath>
</template> </template>
+3 -3
View File
@@ -9,7 +9,7 @@
<!-- Column #2 --> <!-- Column #2 -->
<xpath expr="(//div[hasclass('col-lg-4')])[2]" position="attributes"> <xpath expr="(//div[hasclass('col-lg-4')])[2]" position="attributes">
<attribute name="class" add="o_cc o_cc1 rounded pt64 pb64" remove="pt24 pb24" separator=" "/> <attribute name="class" add="o_cc o_cc1 rounded pt64 pb64" remove="pt24 pb24" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=" "/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="//span[hasclass('h5-fs')]" position="replace" mode="inner"> <xpath expr="//span[hasclass('h5-fs')]" position="replace" mode="inner">
<font class="text-o-color-1">Solutions</font> <font class="text-o-color-1">Solutions</font>
@@ -17,7 +17,7 @@
<!-- Column #3 --> <!-- Column #3 -->
<xpath expr="(//div[hasclass('col-lg-4')])[3]" position="attributes"> <xpath expr="(//div[hasclass('col-lg-4')])[3]" position="attributes">
<attribute name="class" add="o_cc o_cc1 rounded pt64 pb64" remove="pt24 pb24" separator=" "/> <attribute name="class" add="o_cc o_cc1 rounded pt64 pb64" remove="pt24 pb24" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=" "/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="(//span[hasclass('s_number')])[2]" position="replace" mode="inner"> <xpath expr="(//span[hasclass('s_number')])[2]" position="replace" mode="inner">
98% 98%
@@ -28,7 +28,7 @@
<!-- Column #4 --> <!-- Column #4 -->
<xpath expr="(//div[hasclass('col-lg-4')])[4]" position="attributes"> <xpath expr="(//div[hasclass('col-lg-4')])[4]" position="attributes">
<attribute name="class" add="o_cc o_cc1 rounded pt64 pb64" remove="pt24 pb24" separator=" "/> <attribute name="class" add="o_cc o_cc1 rounded pt64 pb64" remove="pt24 pb24" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=" "/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="(//span[hasclass('h5-fs')])[3]" position="replace" mode="inner"> <xpath expr="(//span[hasclass('h5-fs')])[3]" position="replace" mode="inner">
<font class="text-o-color-1">Languages</font> <font class="text-o-color-1">Languages</font>
+6 -6
View File
@@ -17,32 +17,32 @@
<!-- Column #01 --> <!-- Column #01 -->
<xpath expr="//div[hasclass('col-lg-2')][1]" position="attributes"> <xpath expr="//div[hasclass('col-lg-2')][1]" position="attributes">
<attribute name="class" add="o_cc o_cc1 rounded pt48 pb48" remove="pt16 pb16" separator=" "/> <attribute name="class" add="o_cc o_cc1 rounded pt48 pb48" remove="pt16 pb16" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=" "/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=";"/>
</xpath> </xpath>
<!-- Column #02 --> <!-- Column #02 -->
<xpath expr="//div[hasclass('col-lg-2')][2]" position="attributes"> <xpath expr="//div[hasclass('col-lg-2')][2]" position="attributes">
<attribute name="class" add="o_cc o_cc1 rounded pt48 pb48" remove="pt16 pb16" separator=" "/> <attribute name="class" add="o_cc o_cc1 rounded pt48 pb48" remove="pt16 pb16" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=" "/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=";"/>
</xpath> </xpath>
<!-- Column #03 --> <!-- Column #03 -->
<xpath expr="//div[hasclass('col-lg-2')][3]" position="attributes"> <xpath expr="//div[hasclass('col-lg-2')][3]" position="attributes">
<attribute name="class" add="o_cc o_cc1 rounded pt48 pb48" remove="pt16 pb16" separator=" "/> <attribute name="class" add="o_cc o_cc1 rounded pt48 pb48" remove="pt16 pb16" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=" "/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=";"/>
</xpath> </xpath>
<!-- Column #04 --> <!-- Column #04 -->
<xpath expr="//div[hasclass('col-lg-2')][4]" position="attributes"> <xpath expr="//div[hasclass('col-lg-2')][4]" position="attributes">
<attribute name="class" add="o_cc o_cc1 rounded pt48 pb48" remove="pt16 pb16" separator=" "/> <attribute name="class" add="o_cc o_cc1 rounded pt48 pb48" remove="pt16 pb16" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=" "/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=";"/>
</xpath> </xpath>
<!-- Column #05 --> <!-- Column #05 -->
<xpath expr="//div[hasclass('col-lg-2')][5]" position="attributes"> <xpath expr="//div[hasclass('col-lg-2')][5]" position="attributes">
<attribute name="class" add="o_cc o_cc1 rounded pt48 pb48" remove="pt16 pb16" separator=" "/> <attribute name="class" add="o_cc o_cc1 rounded pt48 pb48" remove="pt16 pb16" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=" "/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=";"/>
</xpath> </xpath>
<!-- Column #06 --> <!-- Column #06 -->
<xpath expr="//div[hasclass('col-lg-2')][6]" position="attributes"> <xpath expr="//div[hasclass('col-lg-2')][6]" position="attributes">
<attribute name="class" add="o_cc o_cc1 rounded pt48 pb48" remove="pt16 pb16" separator=" "/> <attribute name="class" add="o_cc o_cc1 rounded pt48 pb48" remove="pt16 pb16" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=" "/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=";"/>
</xpath> </xpath>
</template> </template>
@@ -8,7 +8,7 @@
</xpath> </xpath>
<!-- Grid gap --> <!-- Grid gap -->
<xpath expr="//div[hasclass('o_grid_mode')]" position="attributes"> <xpath expr="//div[hasclass('o_grid_mode')]" position="attributes">
<attribute name="style" add="gap: 8px;" separator=" "/> <attribute name="style" add="gap: 8px;" separator=";"/>
</xpath> </xpath>
<!-- Title --> <!-- Title -->
<xpath expr="//h2" position="replace" mode="inner"> <xpath expr="//h2" position="replace" mode="inner">
@@ -17,32 +17,32 @@
<!-- Column #01 --> <!-- Column #01 -->
<xpath expr="//div[hasclass('col-lg-2')][1]" position="attributes"> <xpath expr="//div[hasclass('col-lg-2')][1]" position="attributes">
<attribute name="class" add="o_cc o_cc1" separator=" "/> <attribute name="class" add="o_cc o_cc1" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px 0px !important;" separator=" "/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px 0px !important;" separator=";"/>
</xpath> </xpath>
<!-- Column #02 --> <!-- Column #02 -->
<xpath expr="//div[hasclass('col-lg-2')][2]" position="attributes"> <xpath expr="//div[hasclass('col-lg-2')][2]" position="attributes">
<attribute name="class" add="o_cc o_cc1" separator=" "/> <attribute name="class" add="o_cc o_cc1" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px 0px !important;" separator=" "/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px 0px !important;" separator=";"/>
</xpath> </xpath>
<!-- Column #03 --> <!-- Column #03 -->
<xpath expr="//div[hasclass('col-lg-2')][3]" position="attributes"> <xpath expr="//div[hasclass('col-lg-2')][3]" position="attributes">
<attribute name="class" add="o_cc o_cc1" separator=" "/> <attribute name="class" add="o_cc o_cc1" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px 0px !important;" separator=" "/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px 0px !important;" separator=";"/>
</xpath> </xpath>
<!-- Column #04 --> <!-- Column #04 -->
<xpath expr="//div[hasclass('col-lg-2')][4]" position="attributes"> <xpath expr="//div[hasclass('col-lg-2')][4]" position="attributes">
<attribute name="class" add="o_cc o_cc1" separator=" "/> <attribute name="class" add="o_cc o_cc1" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px 0px !important;" separator=" "/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px 0px !important;" separator=";"/>
</xpath> </xpath>
<!-- Column #05 --> <!-- Column #05 -->
<xpath expr="//div[hasclass('col-lg-2')][5]" position="attributes"> <xpath expr="//div[hasclass('col-lg-2')][5]" position="attributes">
<attribute name="class" add="o_cc o_cc1" separator=" "/> <attribute name="class" add="o_cc o_cc1" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px 0px !important;" separator=" "/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px 0px !important;" separator=";"/>
</xpath> </xpath>
<!-- Column #06 --> <!-- Column #06 -->
<xpath expr="//div[hasclass('col-lg-2')][6]" position="attributes"> <xpath expr="//div[hasclass('col-lg-2')][6]" position="attributes">
<attribute name="class" add="o_cc o_cc1" separator=" "/> <attribute name="class" add="o_cc o_cc1" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px 0px !important;" separator=" "/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 2px 0px !important;" separator=";"/>
</xpath> </xpath>
</template> </template>
@@ -9,22 +9,22 @@
<!-- Column #01 --> <!-- Column #01 -->
<xpath expr="//div[hasclass('row')]/div[2]" position="attributes"> <xpath expr="//div[hasclass('row')]/div[2]" position="attributes">
<attribute name="class" add="o_cc o_cc1" separator=" "/> <attribute name="class" add="o_cc o_cc1" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=" "/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=";"/>
</xpath> </xpath>
<!-- Column #02 --> <!-- Column #02 -->
<xpath expr="//div[hasclass('row')]/div[3]" position="attributes"> <xpath expr="//div[hasclass('row')]/div[3]" position="attributes">
<attribute name="class" add="o_cc o_cc1" separator=" "/> <attribute name="class" add="o_cc o_cc1" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=" "/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=";"/>
</xpath> </xpath>
<!-- Column #03 --> <!-- Column #03 -->
<xpath expr="//div[hasclass('row')]/div[4]" position="attributes"> <xpath expr="//div[hasclass('row')]/div[4]" position="attributes">
<attribute name="class" add="o_cc o_cc1" separator=" "/> <attribute name="class" add="o_cc o_cc1" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=" "/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=";"/>
</xpath> </xpath>
<!-- Column #04 --> <!-- Column #04 -->
<xpath expr="//div[hasclass('row')]/div[5]" position="attributes"> <xpath expr="//div[hasclass('row')]/div[5]" position="attributes">
<attribute name="class" add="o_cc o_cc1" separator=" "/> <attribute name="class" add="o_cc o_cc1" separator=" "/>
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=" "/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=";"/>
</xpath> </xpath>
</template> </template>
+3 -3
View File
@@ -8,21 +8,21 @@
</xpath> </xpath>
<!-- Column #01 --> <!-- Column #01 -->
<xpath expr="//*[hasclass('card')]" position="attributes"> <xpath expr="//*[hasclass('card')]" position="attributes">
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=" "/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="//*[hasclass('card-title')]" position="replace" mode="inner"> <xpath expr="//*[hasclass('card-title')]" position="replace" mode="inner">
Services Services
</xpath> </xpath>
<!-- Column #02 --> <!-- Column #02 -->
<xpath expr="(//*[hasclass('card')])[2]" position="attributes"> <xpath expr="(//*[hasclass('card')])[2]" position="attributes">
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=" "/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="(//*[hasclass('card-title')])[2]" position="replace" mode="inner"> <xpath expr="(//*[hasclass('card-title')])[2]" position="replace" mode="inner">
Features Features
</xpath> </xpath>
<!-- Column #03 --> <!-- Column #03 -->
<xpath expr="(//*[hasclass('card')])[3]" position="attributes"> <xpath expr="(//*[hasclass('card')])[3]" position="attributes">
<attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=" "/> <attribute name="style" add="box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 4px 0px !important;" separator=";"/>
</xpath> </xpath>
<xpath expr="(//*[hasclass('card-title')])[3]" position="replace" mode="inner"> <xpath expr="(//*[hasclass('card-title')])[3]" position="replace" mode="inner">
Benefits Benefits