common.css 577 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. body {
  2. color: lime;
  3. background: #333333;
  4. font-family: monospace;
  5. }
  6. :link {
  7. color: yellow;
  8. }
  9. :visited {
  10. color: #999900;
  11. }
  12. table {
  13. border: 1px dotted;
  14. border-spacing: 7px;
  15. font-size: larger;
  16. font-weight: 900;
  17. font-family: sans-serif;
  18. color: white;
  19. }
  20. td, th {
  21. border: 1px dotted;
  22. }
  23. .separate {
  24. border-collapse: separate;
  25. }
  26. .collapse {
  27. border-collapse: collapse;
  28. }
  29. .b, .e {
  30. border: 13px dotted;
  31. }
  32. /*Columns*/
  33. .a {width: 126px}
  34. .b {width: 192px}
  35. .c {width: 114px}
  36. .d {width: 109px}
  37. /*Rows*/
  38. .d {height: 96px}
  39. .h {height: 104px}
  40. .l {height: 80px}
  41. .p {height: 111px}