hololike.css 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. body {
  2. max-width: 800px;
  3. background-color: #000000;
  4. background: -webkit-gradient(linear, left top, right bottom, from(#000000), to(#272d33));
  5. background: -moz-linear-gradient(left top, #000000, #272d33);
  6. color: #f3f3f3;
  7. font-family: 'Roboto', Sans-Serif;
  8. }
  9. .issue {
  10. margin-top: 10px;
  11. margin-bottom: 10px;
  12. padding: 5px 0px 5px 5px;
  13. }
  14. .id {
  15. font-size: 14pt;
  16. color: #bebebe;
  17. margin: 5px 0px 5px 0px;
  18. }
  19. .category {
  20. font-size: 18pt;
  21. color: #bebebe;
  22. margin: 10px 0px 5px 0px;
  23. }
  24. .explanation {
  25. margin-top: 10px;
  26. }
  27. .explanation b {
  28. color: #ffbbbb;
  29. }
  30. .explanation code {
  31. color: #bebebe;
  32. font-family: 'Roboto', Sans-Serif;
  33. }
  34. pre {
  35. background-color: #282828;
  36. margin: 5px 0px 5px 5px;
  37. padding: 5px 5px 5px 0px;
  38. overflow: hidden;
  39. }
  40. .lineno {
  41. color: #4f4f4f;
  42. }
  43. .embedimage {
  44. max-width: 200px;
  45. max-height: 200px;
  46. }
  47. th { font-weight: normal; }
  48. table { border: none; }
  49. .metadata {
  50. }
  51. .location {
  52. color: #bebebe;
  53. }
  54. .message { }
  55. .errorspan { color: #33b5e5; }
  56. .errorline { color: #33b5e5; }
  57. .warningslist { margin-bottom: 20px; }
  58. .overview {
  59. padding: 10pt;
  60. width: 100%;
  61. overflow: auto;
  62. border-collapse:collapse;
  63. }
  64. .overview tr {
  65. border-top: solid 1px #39393a;
  66. border-bottom: solid 1px #39393a;
  67. }
  68. .countColumn {
  69. text-align: right;
  70. padding-right: 20px;
  71. }
  72. .issueColumn {
  73. padding-left: 16px;
  74. }
  75. .categoryColumn {
  76. position: relative;
  77. left: -50px;
  78. padding-top: 20px;
  79. padding-bottom: 5px;
  80. }
  81. .titleSeparator {
  82. background-color: #33b5e5;
  83. height: 3px;
  84. margin-bottom: 10px;
  85. }
  86. .categorySeparator {
  87. background-color: #33b5e5;
  88. height: 3px;
  89. margin-bottom: 10px;
  90. }
  91. .issueSeparator {
  92. background-color: #39393a;
  93. height: 2px;
  94. margin-bottom: 10px;
  95. }
  96. .location a:link {
  97. text-decoration: none;
  98. color: #bebebe;
  99. }
  100. .location a:hover {
  101. text-decoration: underline;
  102. color: #f3f3f3;
  103. }
  104. a:link {
  105. text-decoration: none;
  106. color: #f3f3f3;
  107. }
  108. a:visited {
  109. text-decoration: none;
  110. color: #bebebe;
  111. }
  112. a:hover {
  113. text-decoration: underline;
  114. color: #f3f3f3;
  115. }
  116. a:active {
  117. text-decoration: underline;
  118. color: #f3f3f3;
  119. }
  120. .moreinfo a:link {
  121. text-decoration: underline;
  122. color: #33b5e5;
  123. }
  124. .moreinfo a:visited {
  125. text-decoration: underline;
  126. color: #33b5e5;
  127. }
  128. .issue a:link {
  129. text-decoration: underline;
  130. }
  131. .issue a:visited {
  132. text-decoration: underline;
  133. }
  134. .id a:link {
  135. text-decoration: none;
  136. color: #bebebe;
  137. }
  138. .id a:visited {
  139. text-decoration: none;
  140. color: #bebebe;
  141. }
  142. .id a:hover {
  143. text-decoration: underline;
  144. color: #f3f3f3;
  145. }
  146. .id a:active {
  147. text-decoration: underline;
  148. color: #bebebe;
  149. }
  150. .category a:link {
  151. text-decoration: none;
  152. color: #bebebe;
  153. }
  154. .category a:visited {
  155. text-decoration: none;
  156. color: #bebebe;
  157. }
  158. .category a:hover {
  159. text-decoration: underline;
  160. color: #f3f3f3;
  161. }
  162. .category a:active {
  163. text-decoration: underline;
  164. color: #bebebe;
  165. }
  166. button {
  167. color: #ffffff;
  168. background-color: #353535;
  169. border-left: none;
  170. border-right: none;
  171. border-bottom: none;
  172. border-top: solid 1px #5b5b5b;
  173. font-family: 'Roboto', Sans-Serif;
  174. font-size: 12pt;
  175. }