Sha256: 4c1bfe27b9ee7414e32cb495190ef8dc2084b0300abf3f704fd6bd4a29abec14

Contents?: true

Size: 419 Bytes

Versions: 3

Compression:

Stored size: 419 Bytes

Contents

include_theme("clear-code")

match(TitleSlide, Title) do |titles|
  prop_set("weight", "bold")
  prop_set("size", @large_font_size)
  titles.horizontal_centering = true
end

match(TitleSlide, Author) do |author|
  prop_set("size", @small_font_size)
end

match(TitleSlide, Institution) do |author|
  prop_set("size", @x_small_font_size)
end

match(TitleSlide, Date) do |date|
  prop_set("size", @xx_small_font_size)
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rabbit-slide-cosmo0920-plazma-slide-20180215-1.0.2 theme.rb
rabbit-slide-cosmo0920-plazma-slide-20180215-1.0.1 theme.rb
rabbit-slide-cosmo0920-plazma-slide-20180215-1.0.0 theme.rb