braveheart1989

Ticket-Style

Jul 10th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.57 KB | None | 0 0
  1. body {
  2.     background: #595959;
  3. }
  4. header {
  5.     color: #989898;
  6. }
  7.  
  8. table td {
  9.     color: #cfdcd4;
  10.     padding-top: .5em;
  11.     padding-bottom: .5em;
  12.     padding-right: .7em;
  13. }
  14. .italic {
  15.     font-style: italic;
  16. }
  17. .info {
  18.     color: #ada27e;
  19. }
  20. #special:before {
  21.     background-image: url("greenCircle.png");
  22.     background-size: 10px 10px;
  23.     display: inline-block;
  24.     width: 10px;
  25.     height: 10px;
  26.     content:"";
  27. }
  28. #special {
  29.     color: #ada27e;
  30.     font-style: normal;
  31. }
  32. #support {
  33.     color: red;
  34.     font-style: normal;
  35. }
  36. span {
  37.     color:orange;
  38. }
Add Comment
Please, Sign In to add comment