Guest User

Untitled

a guest
Apr 27th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.62 KB | None | 0 0
  1. table
  2. {
  3. background-color:#565656;
  4. font-family: Arial,sans serif;
  5. width=300px;
  6. }
  7.  
  8. a
  9. {
  10. color:#FFFF66;
  11. text-decoration:none;
  12. }
  13.  
  14. th
  15. {
  16. color:#929490;
  17. font-size:24px;
  18. text-align:left;
  19. font-weight:normal;
  20. }
  21.  
  22. td
  23. {
  24. padding:5px;
  25. font-size:14px;
  26. text-align:left;
  27. }
  28.  
  29.  
  30. .td_info
  31. {
  32. color:#F0F0F0;
  33. font-style:italic;
  34. vertical-align:top;
  35. }
  36.  
  37. .td_details
  38. {
  39. color:#929490;
  40. text-align:left;
  41. }
  42.  
  43. .td_status
  44. {
  45. color:#FF9900;
  46. font-weight:bold;
  47. }
  48.  
  49. .td_alert
  50. {
  51. color:#F01E1E;
  52. font-weight:bold;
  53. }
  54.  
  55. .circle
  56. {
  57.     border-radius: 50%;
  58.     width: 2px;
  59.     height: 2px;
  60.     background-color: #71b47a;
  61. }
Advertisement
Add Comment
Please, Sign In to add comment