Post-Cancellation, Pre-Nisei Netrunner Rotation
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
1010B

  1. html {
  2. color: #FFFFFF;
  3. background-color: #222222;
  4. font-family: 'Inconsolata', monospace;
  5. margin: 0px;
  6. padding: 0px;
  7. text-size-adjust: none;
  8. }
  9. body {
  10. min-width: 400px;
  11. max-width: 600px;
  12. margin: auto;
  13. padding: 20px;
  14. text-align: left;
  15. border-left: 4px solid white;
  16. border-right: 4px solid white;
  17. }
  18. section {
  19. border-top: 4px solid white;
  20. padding: 5px;
  21. }
  22. header, footer {
  23. margin: 0px;
  24. padding: 5px;
  25. border-top: 4px solid white;
  26. }
  27. .subheading {
  28. text-align: center;
  29. padding: 5px;
  30. }
  31. h1 {
  32. text-align: center;
  33. margin: 0px;
  34. padding: 5px;
  35. }
  36. p,h2,h3 {
  37. margin: 0px;
  38. padding: 5px;
  39. }
  40. .flexboxcontainer {
  41. display: flex;
  42. flex-direction: row;
  43. flex-wrap: wrap;
  44. padding: 10px;
  45. }
  46. a:link {
  47. color: cornflowerblue
  48. }
  49. a:visited {
  50. color: mediumpurple
  51. }
  52. ul {
  53. text-align: initial;
  54. margin: 10px;
  55. }
  56. .upcomingIn {
  57. color: #00DD00;
  58. background-color: inherit;
  59. }
  60. .upcomingOut {
  61. color: #DD0000;
  62. background-color: inherit;
  63. }