~xibo-maintainers/xibo/tempel

« back to all changes in this revision

Viewing changes to modules/ticker/media-rss-with-left-hand-text.template.json

  • Committer: Dan Garner
  • Date: 2016-02-18 16:07:16 UTC
  • mfrom: (454.4.137)
  • Revision ID: git-v1:8867f12675bc9e0e67e7e622c80da7471b9f294a
Merge pull request #139 from dasgarner/feature/nested-display-groups

Feature/nested display groups

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
  "id":"media-rss-with-left-hand-text",
3
3
  "value":"Image overlaid with the Feed Content on the Left",
4
4
  "template":"<div class=\"image\">[Link|image]\r\n<div class=\"cycle-overlay\">\r\n<p style=\"font-family: Arial, Verdana, sans-serif; font-size:52px; color:#Color#; margin-top:300px;\">[Title]<\/p>\r\n\r\n<p style=\"font-family: Arial, Verdana, sans-serif; font-size:48px; margin-top:25px;\">[Description]<\/p>\r\n<\/div>\r\n<\/div>",
5
 
  "css":".image img { width:100%;}.cycle-overlay {color: white;background: black;opacity: .6;filter: alpha(opacity=60);position: absolute;bottom: 0;width: 20%;height:100%;padding: 15px;}",
6
 
  "image":"modules/ticker/media-rss-with-left-hand-text.png"
 
5
  "css":".image img { width:100%;}.cycle-overlay {color: white;background: black;opacity: .6;filter: alpha(opacity=60);position: absolute;bottom: 0;width: 20%;height:100%;padding: 15px;}"
7
6
}