Advertisement
MasterFloat

Untitled

Feb 25th, 2015
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. .broadcast-red {
  2. background: none repeat scroll 0% 0% #EC5C4D;
  3. color: #000;
  4. border: 2px solid #000;
  5. padding: 5px;
  6. font-family: helvetica,arial,sans-serif;
  7. font-size: 10pt;
  8. }
  9.  
  10. .broadcast-blue {
  11. background: none repeat scroll 0% 0% #8FA6B3;
  12. color: #000;
  13. border: 2px solid #000;
  14. padding: 5px;
  15. font-family: helvetica,arial,sans-serif;
  16. font-size: 10pt;
  17. }
  18.  
  19. .broadcast-green {
  20. background: none repeat scroll 0% 0% #9BB38F;
  21. color: #000;
  22. border: 2px solid #000;
  23. padding: 5px;
  24. font-family: helvetica,arial,sans-serif;
  25. font-size: 10pt;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement