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.
 
 
 
 
 

443 lines
7.4 KiB

  1. html, body {
  2. height: 100%;
  3. margin: 0;
  4. }
  5. body {
  6. display: flex;
  7. flex-direction: column;
  8. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  9. font-size: 14px;
  10. color: #000;
  11. background-color: #eaecf0;
  12. background-attachment: fixed;
  13. background-position: center;
  14. background-size: cover;
  15. }
  16. #container {
  17. flex: auto;
  18. line-height: 1.25;
  19. margin: 0 auto;
  20. }
  21. #container > div {
  22. background-color: #fff;
  23. border: 1px solid #c8ccd1;
  24. filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
  25. margin: 1.5em 3em;
  26. padding: 1em;
  27. }
  28. header {
  29. background-color: #eaecf0;
  30. padding: 0.2em 1em;
  31. }
  32. header > * {
  33. vertical-align: middle;
  34. display: inline-block;
  35. }
  36. header h1 {
  37. font-size: 2em;
  38. margin: 0 1em 0 0;
  39. }
  40. #settings-link::before {
  41. content: ' ';
  42. font-size: 0.85em;
  43. color: black;
  44. opacity: 0.6;
  45. padding-left: 1.67em;
  46. background-image: linear-gradient(transparent,transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Esettings%3C/title%3E%3Cg transform=%22translate%2810 10%29%22%3E%3Cpath id=%22a%22 d=%22M1.5-10h-3l-1 6.5h5m0 7h-5l1 6.5h3%22/%3E%3Cuse transform=%22rotate%2845%29%22 xlink:href=%22%23a%22/%3E%3Cuse transform=%22rotate%2890%29%22 xlink:href=%22%23a%22/%3E%3Cuse transform=%22rotate%28135%29%22 xlink:href=%22%23a%22/%3E%3C/g%3E%3Cpath d=%22M10 2.5a7.5 7.5 0 000 15 7.5 7.5 0 000-15v4a3.5 3.5 0 010 7 3.5 3.5 0 010-7%22/%3E%3C/svg%3E");
  47. background-repeat: no-repeat;
  48. background-size: contain;
  49. }
  50. footer {
  51. padding: 1em;
  52. font-size: 0.9em;
  53. text-align: center;
  54. line-height: 1.5;
  55. border-top: 1px solid #c8ccd1;
  56. background: #fff;
  57. }
  58. footer ul {
  59. margin: 0;
  60. }
  61. footer li {
  62. display: inline;
  63. }
  64. footer li:not(:last-child)::after {
  65. content: ' \00b7';
  66. }
  67. ul, ol {
  68. line-height: 1.5;
  69. }
  70. h2 {
  71. margin-bottom: 0.2em;
  72. }
  73. #notice-box {
  74. padding: 10px;
  75. margin: 10px 5px;
  76. }
  77. #notice-box p {
  78. margin: 0.25em 0;
  79. }
  80. #notice-box ul {
  81. padding-left: 1.5em;
  82. margin: 0;
  83. }
  84. #info-box {
  85. padding: 0 10px;
  86. margin: 10px 5px;
  87. }
  88. #cv-result {
  89. padding: 5px;
  90. margin: 10px 5px;
  91. }
  92. #attribution-warning {
  93. padding: 1em;
  94. margin: 15px 5px 10px 5px;
  95. }
  96. #turnitin-container {
  97. padding: 5px;
  98. margin: 15px 5px 10px 5px;
  99. }
  100. #sources-container {
  101. padding: 5px 10px;
  102. margin: 15px 5px 10px 5px;
  103. background-color: #eee;
  104. border: 1px solid #bbb;
  105. }
  106. #turnitin-title, #sources-title {
  107. margin-bottom: -5px;
  108. text-align: center;
  109. font-weight: bold;
  110. }
  111. #turnitin-summary {
  112. padding-bottom: 5px;
  113. font-style: italic;
  114. }
  115. #cv-additional {
  116. display: none;
  117. }
  118. #generation-time {
  119. margin-right: 5px;
  120. text-align: right;
  121. font-style: italic;
  122. }
  123. #cv-chain-container {
  124. margin: 0 4px;
  125. }
  126. #heading {
  127. width: 100%;
  128. }
  129. #cv-form-outer {
  130. width: 800px;
  131. }
  132. #cv-form-inner {
  133. width: 100%;
  134. border-spacing: 0;
  135. }
  136. #cv-result-sources {
  137. width: 100%;
  138. border-spacing: 0 4px;
  139. table-layout: fixed;
  140. }
  141. #cv-result-sources col:nth-child(1) { width: 80%; }
  142. #cv-result-sources col:nth-child(2) { width: 10%; }
  143. #cv-result-sources col:nth-child(3) { width: 10%; }
  144. #cv-result-sources th {
  145. text-align: left;
  146. }
  147. #cv-result-sources tr:nth-child(even) {
  148. background-color: #e0e0e0;
  149. }
  150. #cv-result-sources td:first-child {
  151. overflow: hidden;
  152. word-wrap: break-word;
  153. }
  154. #cv-result-head-table {
  155. width: 100%;
  156. text-align: center;
  157. table-layout: fixed;
  158. border-spacing: 0;
  159. }
  160. #cv-result-head-table col:nth-child(odd) {
  161. width: 42.5%;
  162. }
  163. #cv-result-head-table col:nth-child(2) {
  164. width: 15%;
  165. }
  166. #cv-result-head-table td:nth-child(odd) {
  167. font-size: 1.25em;
  168. font-weight: bold;
  169. overflow: hidden;
  170. word-wrap: break-word;
  171. }
  172. #cv-result-head-table td:nth-child(2) div:nth-child(1) {
  173. font-weight: bold;
  174. }
  175. #cv-result-head-table td:nth-child(2) div:nth-child(2) {
  176. font-size: 2.5em;
  177. font-weight: bold;
  178. line-height: 1;
  179. }
  180. #cv-result-head-table td:nth-child(2) div:nth-child(3) {
  181. font-size: 0.8em;
  182. }
  183. #cv-chain-table {
  184. width: 100%;
  185. margin-bottom: 10px;
  186. border-spacing: 0;
  187. table-layout: fixed;
  188. }
  189. #turnitin-table {
  190. table-layout: fixed;
  191. width: 100%;
  192. word-wrap: break-word;
  193. border-spacing: 0;
  194. }
  195. #source-row-selected {
  196. background-color: #cfcfcf !important;
  197. }
  198. #head-settings {
  199. text-align: right;
  200. }
  201. #cv-col1 {
  202. width: 15%;
  203. }
  204. #cv-col2 {
  205. width: 55%;
  206. }
  207. #cv-col3 {
  208. width: 15%;
  209. text-align: center;
  210. }
  211. #cv-col4 {
  212. width: 15%;
  213. }
  214. #cv-inner-col1 {
  215. width: 4%;
  216. }
  217. #cv-inner-col2 {
  218. width: 22%;
  219. }
  220. #cv-inner-col3 {
  221. width: 76%;
  222. }
  223. #cv-result-header {
  224. margin: 0;
  225. }
  226. #redirected-from {
  227. font-size: 0.75em;
  228. font-weight: normal;
  229. font-style: italic;
  230. }
  231. #result-head-no-sources {
  232. font-style: italic;
  233. }
  234. #source-selected {
  235. font-weight: bold;
  236. }
  237. #cv-cached {
  238. position: relative;
  239. }
  240. #cv-cached span {
  241. display: none;
  242. position: absolute;
  243. top: 20px;
  244. left: -50px;
  245. width: 500px;
  246. padding: 5px;
  247. z-index: 1;
  248. background: #f3f3f3;
  249. border: 1px solid #aaa;
  250. color: black;
  251. font-style: normal;
  252. text-align: left;
  253. }
  254. .green-box {
  255. background-color: #efe;
  256. border: 1px solid #7f7;
  257. }
  258. .yellow-box {
  259. background-color: #ffd;
  260. border: 1px solid #ee5;
  261. }
  262. .red-box {
  263. background-color: #fee;
  264. border: 1px solid #f77;
  265. }
  266. .gray-box {
  267. background-color: #eee;
  268. border: 1px solid #aaa;
  269. }
  270. .indentable {
  271. white-space: pre-wrap;
  272. }
  273. .cv-source-footer {
  274. padding-bottom: 5px;
  275. font-style: italic;
  276. }
  277. .cv-source-footer a {
  278. font-style: normal;
  279. }
  280. .cv-chain-detail {
  281. padding: 0 10px 0 10px;
  282. background-color: #fff;
  283. border: 1px solid #bbb;
  284. }
  285. .cv-chain-cell {
  286. vertical-align: top;
  287. word-wrap: break-word;
  288. }
  289. .cv-chain-cell:first-child {
  290. padding-right: 5px;
  291. }
  292. .cv-chain-cell:last-child {
  293. padding-left: 5px;
  294. }
  295. .turnitin-table-cell {
  296. padding: 0.5em 0 0.3em 0;
  297. }
  298. .turnitin-table-cell ul {
  299. margin: 0.2em 0 0 0;
  300. line-height: 1.4;
  301. }
  302. .cv-text {
  303. width: 100%;
  304. }
  305. .cv-search {
  306. margin-left: 0;
  307. margin-right: 5px;
  308. }
  309. .cv-search ~ .cv-search {
  310. margin-left: 20px;
  311. }
  312. .cv-hl {
  313. background: #faa;
  314. }
  315. .cv-hl-in {
  316. background: #fcc;
  317. background: linear-gradient(to left, #faa, #fff);
  318. }
  319. .cv-hl-out {
  320. background: #fcc;
  321. background: linear-gradient(to right, #faa, #fff);
  322. }
  323. .mono { font-family: monospace; }
  324. .light { color: #ccc; }
  325. .medium { color: #aaa; }
  326. .source-similarity { font-weight: bold; }
  327. .source-suspect { color: #900; }
  328. .source-possible { color: #990; }
  329. .source-novio { color: #090; }
  330. .source-skipped { font-style: italic; }
  331. .source-excluded { font-style: italic; }
  332. a:link, a:visited {
  333. color: #002bb8;
  334. text-decoration: none;
  335. }
  336. a:hover {
  337. color: #002bb8;
  338. text-decoration: underline;
  339. }
  340. a:active {
  341. color: #404;
  342. text-decoration: underline;
  343. }
  344. header a:link, header a:visited, header a:hover {
  345. color: #54595d;
  346. }
  347. header a:active {
  348. color: #333;
  349. }
  350. #cv-cached:active { color: #040; text-decoration: none; }
  351. #cv-cached:hover { text-decoration: none; }
  352. #cv-cached:hover span { display: block; }
  353. .source-url:link { color: #357; }
  354. .source-url:visited { color: #357; }
  355. .source-url:hover { color: #035; }
  356. .source-url:active { color: #404; }