A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 

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