Skip to content

Instantly share code, notes, and snippets.

@navinpai
Last active December 21, 2017 18:02
Show Gist options
  • Save navinpai/ec86ae834f4be06a57cf0f95f4c0167e to your computer and use it in GitHub Desktop.
Save navinpai/ec86ae834f4be06a57cf0f95f4c0167e to your computer and use it in GitHub Desktop.
CSS Samples JSON
{
"No Theme": {
"template": "###REPLY###",
"css": "{}"
},
"Welcome Theme": {
"template": "<body><img src=\"https://i.imgur.com/oUSDFaE.jpg\"><p>###REPLY###</p><div style=\"text-align:center; font-size 8px; color: #cccccc \"Copyright BigCorp 2017</div></body>",
"css": "{ \"body\" : \"color: #0000ff; font-size: 16px\" }"
},
"Error Theme": {
"template": "<body><img src=\"http://vinnakatz.com/wp-content/uploads/2012/08/Oops-544x410.jpg\"><p>###REPLY###</p><div style=\"text-align:center; font-size 8px; color: #cccccc \"Copyright BigCorp 2017</div></body>",
"css": "{ \"body\" : \"color: #000000; background-color: #ff00000; font-size: 18px\"} "
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment