- Repo for opensource odoo website theme (since V13.0)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
931 B

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="s_parallax" inherit_id="website.s_parallax">
  4. <!-- Section -->
  5. <xpath expr="//section" position="attributes">
  6. <attribute name="data-oe-shape-data">{"shape":"web_editor/Airy/12","colors":{"c1":"#ab44ff","c3":"o-color-2"},"flip":["y"]}</attribute>
  7. </xpath>
  8. <!-- Bg Image -->
  9. <xpath expr="//span[hasclass('s_parallax_bg')]" position="replace">
  10. <span class="s_parallax_bg oe_img_bg" style="background-image: url('/web/image/website.s_cover_default_image'); background-position: 50% 75%;"/>
  11. </xpath>
  12. <!-- Shape -->
  13. <xpath expr="//section/*[last()]" position="before">
  14. <div class="o_we_shape o_web_editor_Airy_12 o_we_flip_y" style="background-image: url('/web_editor/shape/web_editor/Airy/12.svg?c1=%23ab44ff&amp;c3=%233A3A3A');"/>
  15. </xpath>
  16. </template>
  17. </odoo>