A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

350 行
5.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#notice-box {
  42. padding: 10px;
  43. margin: 10px 5px;
  44. }
  45. div#notice-box p {
  46. margin: 0.25em 0;
  47. }
  48. div#notice-box ul {
  49. padding-left: 1.5em;
  50. margin: 0;
  51. }
  52. div#info-box {
  53. padding: 0 10px;
  54. margin: 10px 5px;
  55. }
  56. div#cv-result {
  57. padding: 5px;
  58. margin: 10px 5px;
  59. }
  60. div#sources-container {
  61. padding: 5px 10px;
  62. margin: 15px 5px 10px 5px;
  63. background-color: #EEE;
  64. border: 1px solid #BBB;
  65. }
  66. div#sources-title {
  67. margin-bottom: -5px;
  68. text-align: center;
  69. font-weight: bold;
  70. }
  71. div#cv-additional {
  72. display: none;
  73. }
  74. div#generation-time {
  75. margin-right: 5px;
  76. text-align: right;
  77. font-style: italic;
  78. }
  79. div#cv-chain-container {
  80. margin: 0 4px;
  81. }
  82. table#heading {
  83. width: 100%;
  84. }
  85. table#cv-form-outer {
  86. width: 750px;
  87. }
  88. table#cv-form-inner {
  89. width: 100%;
  90. border-spacing: 0;
  91. }
  92. table#cv-result-sources {
  93. width: 100%;
  94. border-spacing: 0 4px;
  95. }
  96. table#cv-result-sources th {
  97. text-align: left;
  98. }
  99. table#cv-result-sources th:nth-child(2) {
  100. padding-right: 4px;
  101. }
  102. table#cv-result-sources tr:nth-child(even) {
  103. background-color: #E0E0E0;
  104. }
  105. table#cv-result-head-table {
  106. width: 100%;
  107. text-align: center;
  108. }
  109. table#cv-result-head-table td:nth-child(odd) {
  110. width: 42.5%;
  111. font-size: 1.25em;
  112. font-weight: bold;
  113. }
  114. table#cv-result-head-table td:nth-child(2) {
  115. width: 15%;
  116. }
  117. table#cv-result-head-table td:nth-child(2) div:nth-child(1) {
  118. font-weight: bold;
  119. }
  120. table#cv-result-head-table td:nth-child(2) div:nth-child(2) {
  121. font-size: 2.5em;
  122. font-weight: bold;
  123. line-height: 1;
  124. }
  125. table#cv-result-head-table td:nth-child(2) div:nth-child(3) {
  126. font-size: 0.8em;
  127. }
  128. table#cv-chain-table {
  129. width: 100%;
  130. margin-bottom: 10px;
  131. border-spacing: 0;
  132. }
  133. tr#source-row-selected {
  134. background-color: #CFCFCF !important;
  135. }
  136. td#head-settings {
  137. text-align: right;
  138. }
  139. td#cv-col1 {
  140. width: 15%;
  141. }
  142. td#cv-col2 {
  143. width: 55%;
  144. }
  145. td#cv-col3 {
  146. width: 15%;
  147. text-align: center;
  148. }
  149. td#cv-col4 {
  150. width: 15%;
  151. }
  152. td#cv-inner-col1 {
  153. width: 4%;
  154. }
  155. td#cv-inner-col2 {
  156. width: 22%;
  157. }
  158. td#cv-inner-col3 {
  159. width: 76%;
  160. }
  161. h2#cv-result-header {
  162. margin: 0;
  163. }
  164. span#redirected-from {
  165. font-size: 0.75em;
  166. font-weight: normal;
  167. font-style: italic;
  168. }
  169. span#result-head-no-sources {
  170. font-style: italic;
  171. }
  172. a#source-selected {
  173. font-weight: bold;
  174. }
  175. a#cv-cached {
  176. position: relative;
  177. }
  178. a#cv-cached span {
  179. display: none;
  180. position: absolute;
  181. top: 20px;
  182. left: -50px;
  183. width: 500px;
  184. padding: 5px;
  185. z-index: 1;
  186. background: #F3F3F3;
  187. border: 1px solid #AAA;
  188. color: black;
  189. font-style: normal;
  190. text-align: left;
  191. }
  192. div.green-box {
  193. background-color: #EFE;
  194. border: 1px solid #7F7;
  195. }
  196. div.yellow-box {
  197. background-color: #FFD;
  198. border: 1px solid #EE5;
  199. }
  200. div.red-box {
  201. background-color: #FEE;
  202. border: 1px solid #F77;
  203. }
  204. div.gray-box {
  205. background-color: #EEE;
  206. border: 1px solid #AAA;
  207. }
  208. div.indentable {
  209. white-space: pre-wrap;
  210. }
  211. div.cv-source-footer {
  212. padding-bottom: 5px;
  213. font-style: italic;
  214. }
  215. div.cv-source-footer a {
  216. font-style: normal;
  217. }
  218. div.cv-chain-detail {
  219. padding: 0 10px 0 10px;
  220. background-color: #FFF;
  221. border: 1px solid #BBB;
  222. }
  223. td.cv-chain-cell {
  224. width: 50%;
  225. vertical-align: top;
  226. }
  227. td.cv-chain-cell:first-child {
  228. padding-right: 5px;
  229. }
  230. td.cv-chain-cell:last-child {
  231. padding-left: 5px;
  232. }
  233. input.cv-text {
  234. width: 100%;
  235. }
  236. input#cv-cb-engine {
  237. margin-left: 0;
  238. margin-right: 5px;
  239. }
  240. input#cv-cb-links {
  241. margin-left: 20px;
  242. margin-right: 5px;
  243. }
  244. span.cv-hl {
  245. background: #FAA;
  246. }
  247. span.cv-hl-in {
  248. background: #FCC;
  249. background: linear-gradient(to left, #FAA, #FFF);
  250. }
  251. span.cv-hl-out {
  252. background: #FCC;
  253. background: linear-gradient(to right, #FAA, #FFF);
  254. }
  255. span.mono { font-family: monospace; }
  256. span.light { color: #CCC; }
  257. span.medium { color: #AAA; }
  258. span.source-confidence { font-weight: bold; }
  259. span.source-suspect { color: #900; }
  260. span.source-possible { color: #990; }
  261. span.source-novio { color: #090; }
  262. span.source-skipped { font-style: italic; }
  263. a:link { color: #373; text-decoration: none; }
  264. a:visited { color: #373; text-decoration: none; }
  265. a:hover { color: #040; text-decoration: underline; }
  266. a:active { color: #404; text-decoration: underline; }
  267. a:link#a-home { color: #777; }
  268. a:visited#a-home { color: #777; }
  269. a:hover#a-home { color: #555; }
  270. a:active#a-home { color: #333; }
  271. a:link#a-settings { color: #AAA; }
  272. a:visited#a-settings { color: #AAA; }
  273. a:hover#a-settings { color: #888; }
  274. a:active#a-settings { color: #666; }
  275. a:active#cv-cached { color: #040; text-decoration: none; }
  276. a:hover#cv-cached { text-decoration: none; }
  277. a:hover#cv-cached span { display: block; }
  278. a:link.source-url { color: #357; }
  279. a:visited.source-url { color: #357; }
  280. a:hover.source-url { color: #035; }
  281. a:active.source-url { color: #404; }