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.
 
 
 
 
 

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