Advertisement
Guest User

Glowing Text

a guest
May 23rd, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. <---Put this between the metas--->
  2.  
  3. <meta name="color:bold" content="#f39b03" />
  4. <meta name="color:italic" content="#f39b03" />
  5. <meta name="color:pre" content="#fff" />
  6. <meta name="color:pretext" content="#000" />
  7.  
  8. <---Put this after 'style type=text/css'--->
  9.  
  10.  
  11. b, strong {
  12. color:{color:bold};
  13. text-shadow:0px 0px 7px #828282;
  14. font-size:{text:font-size};
  15. font-family:{text:font}
  16. }
  17.  
  18. i, em {
  19. color:{color:italic};
  20. text-shadow:0px 0px 7px #828282
  21. font-size:{text:font-size};
  22. font-family:{text:font}
  23. }
  24.  
  25. small,sup,sub {
  26. font-size:11px;
  27. }
  28.  
  29. big {
  30. font-size:12px;}
  31.  
  32. pre {
  33. color:{color:pretext};
  34. background-color:{color:pre};
  35. font-size:10px;
  36. padding:20px;
  37. white-space: pre-wrap; /* css-3 */
  38. white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
  39. white-space: -pre-wrap; /* Opera 4-6 */
  40. white-space: -o-pre-wrap; /* Opera 7 */
  41. word-wrap: break-word; /* Internet Explorer 5.5+ */}
  42.  
  43. <---If you want to use fancy fonts for your font such as Lucida Handwriting or Art Brewery, you should type 'Lucida Handwriting'; cursive' after 'font-family'--->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement