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

25 lines
1.1 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <odoo>
  3. <template id="s_picture" inherit_id="website.s_picture">
  4. <!-- Section -->
  5. <xpath expr="//section" position="attributes">
  6. <attribute name="class" add="pt80 pb32" remove="pt48 pb24" separator=" "/>
  7. </xpath>
  8. <!-- Size -->
  9. <xpath expr="//div[hasclass('col-lg-10')]" position="attributes">
  10. <attribute name="class" add="col-lg-8 offset-lg-2" remove="col-lg-10 offset-lg-1" separator=" "/>
  11. </xpath>
  12. <!-- Title -->
  13. <xpath expr="//h2" position="replace">
  14. <h2 style="text-align: center;">Today's special</h2>
  15. </xpath>
  16. <!-- Text -->
  17. <xpath expr="//p" position="replace">
  18. <p style="text-align: center;">Taste our chef special, the macon two shells of almond macaroon<br/> topped with a creamy orange blossom scent.</p>
  19. </xpath>
  20. <!-- Caption -->
  21. <xpath expr="//figcaption" position="replace">
  22. <figcaption class="figure-caption text-muted py-3">The perfect dessert to share for the table.</figcaption>
  23. </xpath>
  24. </template>
  25. </odoo>