A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
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.
 
 
 
 
 

245 lines
4.6 KiB

  1. body {
  2. font-family: helvetica, arial, clean, sans-serif;
  3. font-size: 14px;
  4. color: #000;
  5. background-color: #000;
  6. background-attachment: fixed;
  7. margin: 0;
  8. }
  9. ul, ol {
  10. line-height: 1.5;
  11. }
  12. h2 {
  13. margin-bottom: 0.2em;
  14. }
  15. div#header {
  16. font-size: 2.5em;
  17. font-weight: bold;
  18. margin: 20px 60px;
  19. padding: 10px 15px;
  20. border: 1px solid #777;
  21. background-color: #FFF;
  22. }
  23. div#container {
  24. line-height: 1.25;
  25. margin: 0 60px 65px 60px;
  26. padding: 5px 15px 15px 15px;
  27. border: 1px solid #777;
  28. background-color: #FFF;
  29. }
  30. div#footer {
  31. position: fixed;
  32. width: 100%;
  33. height: 45px;
  34. bottom: 0;
  35. font-size: 0.85em;
  36. text-align: center;
  37. line-height: 1.5;
  38. border-top: 1px solid #777;
  39. background: #DDDDDD;
  40. }
  41. div#info-box {
  42. padding: 0 10px 0 10px;
  43. margin: 10px 5px 10px 5px;
  44. }
  45. div#cv-result {
  46. padding: 10px;
  47. margin: 15px 5px 10px 5px;
  48. }
  49. table#heading {
  50. width: 100%;
  51. }
  52. table#cv-form-outer {
  53. width: 750px;
  54. }
  55. table#cv-form-inner {
  56. width: 100%;
  57. border-spacing: 0;
  58. }
  59. table#cv-result-sources {
  60. width: 100%;
  61. background-color: #EEE;
  62. }
  63. table#cv-result-sources th {
  64. text-align: center;
  65. }
  66. table#cv-result-sources tr:nth-child(even) {
  67. background-color: #F0F0F0;
  68. }
  69. table#cv-chain-table {
  70. width: 100%;
  71. margin-bottom: 10px;
  72. border-spacing: 10px 0;
  73. }
  74. td#head-settings {
  75. text-align: right;
  76. }
  77. td#cv-col1 {
  78. width: 15%;
  79. }
  80. td#cv-col2 {
  81. width: 55%;
  82. }
  83. td#cv-col3 {
  84. width: 15%;
  85. text-align: center;
  86. }
  87. td#cv-col4 {
  88. width: 15%;
  89. }
  90. td#cv-inner-col1 {
  91. width: 4%;
  92. }
  93. td#cv-inner-col2 {
  94. width: 22%;
  95. }
  96. td#cv-inner-col3 {
  97. width: 76%;
  98. }
  99. h2#cv-result-header {
  100. margin: 0;
  101. }
  102. ul#cv-result-list {
  103. margin: 0.5em 0;
  104. }
  105. a#cv-cached {
  106. position: relative;
  107. }
  108. a#cv-cached span {
  109. display: none;
  110. position: absolute;
  111. top: 20px;
  112. left: -50px;
  113. width: 500px;
  114. padding: 5px;
  115. z-index: 1;
  116. background: #F3F3F3;
  117. border: 1px solid #AAA;
  118. color: black;
  119. }
  120. div.green-box {
  121. background-color: #EFE;
  122. border: 1px solid #7F7;
  123. }
  124. div.yellow-box {
  125. background-color: #FFD;
  126. border: 1px solid #EE5;
  127. }
  128. div.red-box {
  129. background-color: #FEE;
  130. border: 1px solid #F77;
  131. }
  132. div.indentable {
  133. white-space: pre-wrap;
  134. }
  135. div.cv-chain-detail {
  136. padding: 0 10px 0 10px;
  137. background-color: #FFF;
  138. border: 1px solid #BBB;
  139. }
  140. td.cv-chain-cell {
  141. width: 50%;
  142. vertical-align: top;
  143. }
  144. input.cv-text {
  145. width: 100%;
  146. }
  147. input#cv-cb-engine {
  148. margin-left: 0;
  149. margin-right: 5px;
  150. }
  151. input#cv-cb-links {
  152. margin-left: 20px;
  153. margin-right: 5px;
  154. }
  155. span.cv-hl {
  156. background: #FAA;
  157. }
  158. span.cv-hl-in {
  159. background: #FCC;
  160. background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#FFF), to(#FAA)); /* Chrome, Safari 4+ */
  161. background: -webkit-linear-gradient(left, #FFF, #FAA); /* Chrome 10+, Safari 5+ */
  162. background: -moz-linear-gradient(left, #FFF, #FAA); /* Firefox 3.6+ */
  163. background: -ms-linear-gradient(left, #FFF, #FAA); /* IE 10+ */
  164. background: -o-linear-gradient(left, #FFF, #FAA); /* Opera 11.10+ */
  165. background: linear-gradient(left, #FFF, #FAA);
  166. }
  167. span.cv-hl-out {
  168. background: #FCC;
  169. background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#FAA), to(#FFF)); /* Chrome, Safari 4+ */
  170. background: -webkit-linear-gradient(left, #FAA, #FFF); /* Chrome 10+, Safari 5+ */
  171. background: -moz-linear-gradient(left, #FAA, #FFF); /* Firefox 3.6+ */
  172. background: -ms-linear-gradient(left, #FAA, #FFF); /* IE 10+ */
  173. background: -o-linear-gradient(left, #FAA, #FFF); /* Opera 11.10+ */
  174. background: linear-gradient(left, #FAA, #FFF);
  175. }
  176. span.mono { font-family: monospace; }
  177. span.light { color: #CCC; }
  178. span.medium { color: #AAA; }
  179. span.source-confidence { font-weight: bold; }
  180. span.source-suspect { color: #900; }
  181. span.source-possible { color: #990; }
  182. span.source-novio { color: #090; }
  183. span.source-skipped { font-style: italic; }
  184. a:link { color: #373; text-decoration: none; }
  185. a:visited { color: #373; text-decoration: none; }
  186. a:hover { color: #040; text-decoration: underline; }
  187. a:active { color: #404; text-decoration: underline; }
  188. a:link#a-home { color: #777; }
  189. a:visited#a-home { color: #777; }
  190. a:hover#a-home { color: #555; }
  191. a:active#a-home { color: #333; }
  192. a:link#a-settings { color: #AAA; }
  193. a:visited#a-settings { color: #AAA; }
  194. a:hover#a-settings { color: #888; }
  195. a:active#a-settings { color: #666; }
  196. a:active#cv-cached { color: #040; text-decoration: none; }
  197. a:hover#cv-cached { text-decoration: none; }
  198. a:hover#cv-cached span { display: block; }
  199. a.source-compare { font-weight: bold; }