Skip to content
Stefano Zaghi edited this page Nov 7, 2014 · 2 revisions

Sapienza is the first university of Roma, http://www.uniroma1.it/.

To mimic its presentation theme use:

---theme_slide_content
background = white
color      = rgb(102,102,102)
padding    = 1%
---endtheme_slide_content

---theme_slide_header_1
background = white
color      = #822433
metadata   = [['slidetitle','font-variant:small-caps;font-size:150%;']]
---endtheme_slide_header_1

---theme_slide_footer_1
height     = 3%
width      = 90%
float      = right
background = #822433
---endtheme_slide_footer_1

---theme_slide_footer_2
height     = 6%
padding    = 1% 2%
background = #822433
color      = white
metadata   = [['title','padding:0 1%;'],                           &&
              ['date','padding:0 1%;'],                            &&
              ['total_slides_number','float:right;padding:0 1%;'], &&
              ['|custom| of ','float:right;'],                     &&
              ['slidenumber','float:right;padding:0 1%;'],         &&
              ['|custom|slide ','float:right;']]
---endtheme_slide_footer_2

Note the definition of footer 1: it is used just to mimic the step layout of Sapienza footer. This one exceptional case where it is useful to manually set the footer width (that is generally left to the default 100% value).

Clone this wiki locally