Guest User

Untitled

a guest
Jul 18th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. * {
  2. font-family: "Droid Sans", "Meiryo", "メイリオ", メイリオ, sans-serif;
  3. }
  4. header {
  5. height: 55px;
  6. width: 100%;
  7. background-color: #070706;
  8. position: absolute;
  9. top: 0px;
  10. left: 0px;
  11. text-align: left;
  12. }
  13. body {
  14. margin-top: 80px;
  15. background-color: #f5f5f5;
  16. text-align: center;
  17. }
  18. h1 {
  19. color: #CDCDCE;
  20. margin: 0px;
  21. margin-top: 4px;
  22. margin-left: 25px;
  23. font-size: 34px;
  24. }
  25. nav {
  26. position: absolute;
  27. right: 10px;
  28. top: 15px;
  29. color: white;
  30. font-size: 16px;
  31. }
  32. header a, header a:hover, header a:visited {
  33. color: #CDCDCE;
  34. text-decoration: none;
  35. }
  36. nav a:hover {
  37. text-decoration: underline;
  38. }
  39. h2 {
  40. color: #666666;
  41. margin: 0px;
  42. margin-top: 15px;
  43. margin-left: 0px;
  44. padding: 10px 0px 0px 5px;
  45. font-size: 26px;
  46. }
  47. div.main {
  48. width: 720px;
  49. margin-left: auto;
  50. margin-right: auto;
  51. padding-top: 0px;
  52. padding-left: 10px;
  53. padding-right: 10px;
  54. padding-bottom: 10px;
  55. text-align: left;
  56. background-color: #f5f5f5;
  57. }
  58. div.main p {
  59. margin-left: auto;
  60. margin-right: auto;
  61. text-align: right;
  62. font-size: 12px;
  63. }
  64. form dl dt label {
  65. display: block;
  66. width: 100px;
  67. float: left;
  68. }
  69. footer {
  70. color: gray;
  71. font-size: 10px;
  72. margin-top: 5px;
  73. }
  74. footer a, footer a:visited, footer a:hover {
  75. color: gray;
  76. }
  77. table {
  78. border-collapse: separate;
  79. width: 100%;
  80. }
  81. th {
  82. background-color: #333333;
  83. padding: 2px 2px 2px 4px;
  84. color: #e0e0e0;
  85. }
  86. td {
  87. background-color: #e0e0e0;
  88. padding: 1px 1px 1px 2px;
  89. }
  90. section.round, section.player, section.overview {
  91. border: 1px solid #CFCFCF;
  92. margin-bottom: 10px;
  93. }
  94. section.round h3, section.player h4, section.overview h3 {
  95. color: #ffffff;
  96. background-color: #222126;
  97. margin: 0;
  98. display:block;
  99. margin-bottom: 6px;
  100. font-size: 16px;
  101. padding: 2px 5px;
  102. }
  103. table.round {
  104. margin: 5px;
  105. width: 99%;
  106. }
  107. section.overview table a, section.overview table a:hover, section.overview table a:visited {
  108. text-decoration: none;
  109. color: black;
  110. }
  111. section.map_change {
  112. text-decoration: underline;
  113. text-align: center;
  114. padding: 10px 0px 0px 0px;
  115. }
  116. section.overview table a:hover {
  117. text-decoration: underline;
  118. }
  119. .overview {
  120. margin-bottom: 10px;
  121. }
  122. .graph table {
  123. width: auto;
  124. }
  125. .graph {
  126. width: 100%;
  127. height: 350px;
  128. margin: 3px;
  129. }
Add Comment
Please, Sign In to add comment