- 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.

26 lines
1.5 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="s_text_image" inherit_id="website.s_text_image">
  4. <!-- Section -->
  5. <xpath expr="//section" position="attributes">
  6. <attribute name="class" add="o_cc o_cc3" separator=" "/>
  7. <attribute name="data-oe-shape-data">{"shape":"web_editor/Airy/12","colors":{"c1":"#ab44ff","c3":"o-color-1"},"flip":["y"]}</attribute>
  8. </xpath>
  9. <!-- Shape -->
  10. <xpath expr="//div[hasclass('container')]" position="before">
  11. <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=%23AB44FF');"/>
  12. </xpath>
  13. <!-- Paragraph -->
  14. <xpath expr="//div[hasclass('col-lg-6')]" position="replace">
  15. <div class="col-lg-6 p-5 border shadow rounded" style="border-width: 1px !important; border-color: rgb(229, 229, 229) !important; border-radius: 20px !important; box-shadow: rgba(0, 0, 0, 0.15) -20px 20px 0px 0px !important;">
  16. <h2>Let yourself be transported</h2>
  17. <p><br/></p>
  18. <p>Welcome to my online home. I invite you to come in, learn more about me and my work, and stop to embrace the slow pleasure of art and beauty.</p>
  19. </div>
  20. </xpath>
  21. <!-- Picture -->
  22. <xpath expr="(//div[hasclass('col-lg-6')])[2]" position="attributes">
  23. <attribute name="class" add="col-lg-5 offset-lg-1" remove="col-lg-6" separator=" "/>
  24. </xpath>
  25. </template>
  26. </odoo>