Skip to content

Instantly share code, notes, and snippets.

@Flink
Created September 19, 2013 09:09
Show Gist options
  • Save Flink/6620958 to your computer and use it in GitHub Desktop.
Save Flink/6620958 to your computer and use it in GitHub Desktop.
Teacup::Stylesheet.new :movie_details do
style :main_view,
background: '#DBDBDB'
style :poster,
origin: [10, 10],
shadow: {
radius: 4.0,
opacity: 0.4,
color: :black
},
image: 'thumb_poster-default',
sizeToFit: true
style :overview,
left: 100,
top: 10,
width: 210,
height: 250,
numberOfLines: 0,
font: :system.uifont(12)
style :staff_list,
backgroundView: nil,
background: '#DBDBDB'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment