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.
 
 
 
 
 

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