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.
 
 
 
 
 

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