Last active
December 21, 2017 18:02
-
-
Save navinpai/ec86ae834f4be06a57cf0f95f4c0167e to your computer and use it in GitHub Desktop.
CSS Samples JSON
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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