A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 

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