jargon

neinstarfilmz.com style sheet 2

Nov 1st, 2016
451
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.84 KB | None | 0 0
  1. body {
  2.     background-image: url("http://neinstarfilmz.com/i/site/Background.png");
  3.     color: white;
  4. }
  5. table {
  6.     border-collapse: separate;
  7.     border-spacing: 32px;
  8.     min-width: 550px;
  9.     max-width: 100%;
  10. }
  11. td {
  12.     vertical-align: top;
  13.     padding-top: 16px;
  14.     padding-bottom: 16px;
  15.     padding-left: 32px;
  16.     padding-right: 32px;
  17.     border: 6px solid rgba(120,0,0,0.35);
  18.     background-color: rgba(0,0,0,0.6);
  19.     font-family: "Impact";
  20. }
  21. .picframe {
  22.     width: 240px;
  23. }
  24. .emptyframe {
  25.     min-width: 240px;
  26. }
  27. .menu {
  28.     color: red;
  29. }
  30. .menu a {
  31.     text-decoration: underline;
  32. }
  33. a {
  34.     text-decoration: underline;
  35.     color: white;
  36. }
  37. .stress {
  38.     color: red;
  39.     font {
  40.         weight: bold;
  41.     }
  42. }
  43. .stat,.tba,.nla {
  44.     font-weight: bold;
  45.     text-align: center;
  46. }
  47. .stats {
  48.     color: red;
  49.     font-variant: small-caps;      
  50.     font-weight: bold;
  51.     font-family: "Courier New", monospace;
Add Comment
Please, Sign In to add comment