Skip to content

Instantly share code, notes, and snippets.

@silviu-bucsa
Created January 6, 2017 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save silviu-bucsa/790aaa37e878f9ef38e51f67cd0c69c2 to your computer and use it in GitHub Desktop.
Save silviu-bucsa/790aaa37e878f9ef38e51f67cd0c69c2 to your computer and use it in GitHub Desktop.
ExportTextLayerCSS - desired Output
==========================================================
All visible Text Layers from "__Mail Template.psd"
==========================================================
----------------------------
Layer Content:
----------------------------
Dear customer,
Your Bulgaria 500 plan will be canceled starting [billing date] because of new higher prices set by national operators.
You can still call Bulgaria using our Voice Credit product:
CSS properties for:
--
Dear Customer,
----------------------------
color: hex; // Need hex for fallback
color: rgba(); // rgba - for more advanced email clients that support it
font-size: 18px;
font-family: 'Open Sans Semibold Italic';
line-height: 27px;
+ the other properties applied, based on CopyCSSToClipboard.js
<span style="all the properties above">Dear customer,</span>
Notes:
----------------------------
*** Important: Font Family Style is "Semibold Italic"
*** Important: This layer has Layer Effect applied.
Check for: Drop Shadow, Outer Glow, Color or Gradient Overlay, etc.
*** Important: This layer has "Opacity: 90%" and "Fill: 100%"
==========================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment