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.
 
 
 
 
 

223 lines
6.9 KiB

  1. html, body {
  2. height: 100%;
  3. margin: 0;
  4. }
  5. body {
  6. line-height: 1.4;
  7. display: flex;
  8. flex-direction: column;
  9. background-color: #eaecf0;
  10. background-attachment: fixed;
  11. background-size: cover;
  12. font-family: -apple-system,'BlinkMacSystemFont','Segoe UI','Roboto','Lato','Helvetica','Arial',sans-serif;
  13. font-size: calc(1em * 0.875);
  14. color: #000;
  15. }
  16. #container-inner {
  17. margin: 1em 1em 4em;
  18. max-width: 100em;
  19. border: 1px solid #c8ccd1;
  20. background-color: #fff;
  21. padding: 1em;
  22. filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
  23. }
  24. #a-settings::before {
  25. 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");
  26. background-repeat: no-repeat;
  27. padding-left: 1.67em;
  28. content: ' ';
  29. color: black;
  30. font-size: 0.85em;
  31. opacity: 0.67;
  32. background-size: contain;
  33. }
  34. header {
  35. padding: 0.2em 1em;
  36. background-color: #eaecf0;
  37. }
  38. header > * {
  39. vertical-align: middle;
  40. display: inline-block;
  41. }
  42. #a-language:before {
  43. content: '';
  44. background-image: url(https://commons.wikimedia.org/w/extensions/UniversalLanguageSelector/lib/jquery.uls/images/language.svg?80b0b);
  45. background-repeat: no-repeat;
  46. padding-left: 1.5em;
  47. opacity: 0.67;
  48. background-size: contain;
  49. }
  50. #a-language {
  51. /* color: #54595d; */
  52. margin-right: 1em;
  53. }
  54. #cv-tmp1 > * {
  55. vertical-align: middle;
  56. }
  57. .cv-tmp2 {
  58. display: inline-block;
  59. }
  60. .cv-tmp2 > * {
  61. vertical-align: middle;
  62. }
  63. .cv-tmp2:not(:last-child) {
  64. margin-right: 1em;
  65. }
  66. ol, ul {
  67. line-height:1.5;
  68. }
  69. h2{
  70. margin-bottom:.2em;
  71. }
  72. #cv-page-title {
  73. max-width: 40em;
  74. }
  75. /* #header {
  76. font-size:2.5em;
  77. } */
  78. /* #container {} */
  79. #container {
  80. min-height: 40em;
  81. margin: auto;
  82. }
  83. footer{
  84. width: 100%;
  85. font-size: .90em;
  86. text-align: center;
  87. line-height: 1.5;
  88. border-top: 1px solid #c8ccd1;
  89. background: #fff;
  90. }
  91. footer li {
  92. display:inline;
  93. }
  94. footer li:not(:last-child):after{
  95. content:" \00b7";
  96. }
  97. #notice-box{
  98. padding:10px;
  99. margin:10px 5px;
  100. }
  101. #notice-box p{
  102. margin:.25em 0;
  103. }
  104. #notice-box ul{padding-left:1.5em;margin:0}
  105. #info-box{padding:0 10px;margin:10px 5px}
  106. #cv-result{padding:5px;margin:10px 5px}
  107. #attribution-warning{padding:1em;margin:15px 5px 10px}
  108. #turnitin-container{padding:5px;margin:15px 5px 10px}
  109. #sources-container{padding:5px 10px;margin:15px 5px 10px;background-color:#eee;border:1px solid #bbb}
  110. #sources-title,#turnitin-title{margin-bottom:-5px;text-align:center;font-weight:700}
  111. #turnitin-summary{padding-bottom:5px;font-style:italic}
  112. #cv-additional{display:none}
  113. #generation-time{margin-right:5px;text-align:right;font-style:italic}
  114. #cv-chain-container{margin:0 4px}
  115. #heading{width:100%}
  116. #cv-form-outer{table-layout: fixed;width: 100%;max-width: 60em;}
  117. .cv-form-inner{table-layout: fixed;width:100%;border-spacing:0;}
  118. #cv-result-sources{width:100%;border-spacing:0 4px;table-layout:fixed}
  119. #cv-result-sources col:first-child{width:80%}
  120. #cv-result-sources col:nth-child(2),#cv-result-sources col:nth-child(3){width:10%}
  121. #cv-result-sources th{text-align:left}
  122. #cv-result-sources tr:nth-child(2n){background-color:#e0e0e0}
  123. #cv-result-sources td:first-child{overflow:hidden;word-wrap:break-word}
  124. #cv-result-head-table{width:100%;text-align:center;table-layout:fixed;border-spacing:0}
  125. #cv-result-head-table col:nth-child(odd){width:42.5%}
  126. #cv-result-head-table col:nth-child(2){width:15%}
  127. #cv-result-head-table td:nth-child(odd){font-size:1.25em;font-weight:700;overflow:hidden;word-wrap:break-word}
  128. #cv-result-head-table td:nth-child(2) div:first-child{font-weight:700}
  129. #cv-result-head-table td:nth-child(2) div:nth-child(2){font-size:2.5em;font-weight:700;line-height:1}
  130. #cv-result-head-table td:nth-child(2) div:nth-child(3){font-size:.8em}
  131. #cv-chain-table{margin-bottom:10px}
  132. #cv-chain-table,#turnitin-table{width:100%;border-spacing:0;table-layout:fixed}
  133. #turnitin-table{word-wrap:break-word}
  134. #source-row-selected{background-color:#cfcfcf!important}
  135. #head-settings{text-align:right}
  136. #cv-col1{width:15%}
  137. #cv-col2{width:55%}
  138. #cv-col3{text-align:center}
  139. #cv-col3,#cv-col4{width:15%}
  140. #cv-inner-col1{width:4%}
  141. #cv-inner-col2{width:22%}
  142. #cv-inner-col3{width:76%}
  143. #cv-result-header{margin:0}
  144. #redirected-from{font-size:.75em;font-weight:400}
  145. #redirected-from,#result-head-no-sources{font-style:italic}
  146. #source-selected{font-weight:700}
  147. #cv-cached{position:relative}
  148. #cv-cached span{display:none;position:absolute;top:20px;left:-50px;width:500px;padding:5px;z-index:1;background:#f3f3f3;border:1px solid #aaa;color:#000;font-style:normal;text-align:left}
  149. .green-box{background-color:#efe;border:1px solid #7f7}
  150. .yellow-box{background-color:#ffd;border:1px solid #ee5}
  151. .red-box{background-color:#fee;border:1px solid #f77}
  152. .gray-box{background-color:#eee;border:1px solid #aaa}
  153. .indentable{white-space:pre-wrap}
  154. .cv-source-footer{padding-bottom:5px;font-style:italic}
  155. .cv-source-footer a{font-style:normal}
  156. .cv-chain-detail{padding:0 10px;background-color:#fff;border:1px solid #bbb}
  157. .cv-chain-cell{vertical-align:top;word-wrap:break-word}
  158. .cv-chain-cell:first-child{padding-right:5px}
  159. .cv-chain-cell:last-child{padding-left:5px}
  160. .turnitin-table-cell{padding:.5em 0 .3em}
  161. .turnitin-table-cell ul{margin:.2em 0 0;line-height:1.4}
  162. .cv-text{width:100%;}
  163. .cv-search{margin-left:0;margin-right:5px}
  164. .cv-search~.cv-search{margin-left:20px}
  165. .cv-hl{background:#faa}
  166. .cv-hl-in{background:#fcc;background:linear-gradient(270deg,#faa,#fff)}
  167. .cv-hl-out{background:#fcc;background:linear-gradient(90deg,#faa,#fff)}
  168. .mono{font-family:monospace}
  169. .light{color:#ccc}
  170. .medium{color:#aaa}
  171. .source-similarity{font-weight:700}
  172. .source-suspect{color:#900}
  173. .source-possible{color:#990}
  174. .source-novio{color:#090}
  175. .source-excluded,.source-skipped{font-style:italic}
  176. a:link,a:visited{color: #002bb8;text-decoration:none;}
  177. /* a:hover{ color:#040 } */
  178. a:active,a:hover{text-decoration:underline}
  179. a:active{color:#404}
  180. #a-home:link,#a-home:visited{margin-right: 1em;font-size: 2em;/* font-weight: bold; */color: #54595d;}
  181. #a-home:hover{color:#555}
  182. #a-home:active{color:#333}
  183. /* #a-settings:link,#a-settings:visited{color: #54595d;} */
  184. /* #a-settings:hover{} */
  185. #a-settings:active{color:#666}
  186. #cv-cached:active{color:#040}
  187. #cv-cached:active,#cv-cached:hover{text-decoration:none}
  188. #cv-cached:hover span{display:block}
  189. .source-url:link,.source-url:visited{color:#357}
  190. .source-url:hover{color:#035}
  191. .source-url:active{color:#404}