A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 

363 řádky
6.0 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. }
  143. tr#source-row-selected {
  144. background-color: #CFCFCF !important;
  145. }
  146. td#head-settings {
  147. text-align: right;
  148. }
  149. td#cv-col1 {
  150. width: 15%;
  151. }
  152. td#cv-col2 {
  153. width: 55%;
  154. }
  155. td#cv-col3 {
  156. width: 15%;
  157. text-align: center;
  158. }
  159. td#cv-col4 {
  160. width: 15%;
  161. }
  162. td#cv-inner-col1 {
  163. width: 4%;
  164. }
  165. td#cv-inner-col2 {
  166. width: 22%;
  167. }
  168. td#cv-inner-col3 {
  169. width: 76%;
  170. }
  171. h2#cv-result-header {
  172. margin: 0;
  173. }
  174. span#redirected-from {
  175. font-size: 0.75em;
  176. font-weight: normal;
  177. font-style: italic;
  178. }
  179. span#result-head-no-sources {
  180. font-style: italic;
  181. }
  182. a#source-selected {
  183. font-weight: bold;
  184. }
  185. a#cv-cached {
  186. position: relative;
  187. }
  188. a#cv-cached span {
  189. display: none;
  190. position: absolute;
  191. top: 20px;
  192. left: -50px;
  193. width: 500px;
  194. padding: 5px;
  195. z-index: 1;
  196. background: #F3F3F3;
  197. border: 1px solid #AAA;
  198. color: black;
  199. font-style: normal;
  200. text-align: left;
  201. }
  202. div.green-box {
  203. background-color: #EFE;
  204. border: 1px solid #7F7;
  205. }
  206. div.yellow-box {
  207. background-color: #FFD;
  208. border: 1px solid #EE5;
  209. }
  210. div.red-box {
  211. background-color: #FEE;
  212. border: 1px solid #F77;
  213. }
  214. div.gray-box {
  215. background-color: #EEE;
  216. border: 1px solid #AAA;
  217. }
  218. div.indentable {
  219. white-space: pre-wrap;
  220. }
  221. div.cv-source-footer {
  222. padding-bottom: 5px;
  223. font-style: italic;
  224. }
  225. div.cv-source-footer a {
  226. font-style: normal;
  227. }
  228. div.cv-chain-detail {
  229. padding: 0 10px 0 10px;
  230. background-color: #FFF;
  231. border: 1px solid #BBB;
  232. }
  233. td.cv-chain-cell {
  234. width: 50%;
  235. vertical-align: top;
  236. }
  237. td.cv-chain-cell:first-child {
  238. padding-right: 5px;
  239. }
  240. td.cv-chain-cell:last-child {
  241. padding-left: 5px;
  242. }
  243. input.cv-text {
  244. width: 100%;
  245. }
  246. input#cv-cb-engine {
  247. margin-left: 0;
  248. margin-right: 5px;
  249. }
  250. input#cv-cb-links {
  251. margin-left: 20px;
  252. margin-right: 5px;
  253. }
  254. span.cv-hl {
  255. background: #FAA;
  256. }
  257. span.cv-hl-in {
  258. background: #FCC;
  259. background: linear-gradient(to left, #FAA, #FFF);
  260. }
  261. span.cv-hl-out {
  262. background: #FCC;
  263. background: linear-gradient(to right, #FAA, #FFF);
  264. }
  265. span.mono { font-family: monospace; }
  266. span.light { color: #CCC; }
  267. span.medium { color: #AAA; }
  268. span.source-confidence { font-weight: bold; }
  269. span.source-suspect { color: #900; }
  270. span.source-possible { color: #990; }
  271. span.source-novio { color: #090; }
  272. span.source-skipped { font-style: italic; }
  273. span.source-excluded { font-style: italic; }
  274. a:link { color: #373; text-decoration: none; }
  275. a:visited { color: #373; text-decoration: none; }
  276. a:hover { color: #040; text-decoration: underline; }
  277. a:active { color: #404; text-decoration: underline; }
  278. a:link#a-home { color: #777; }
  279. a:visited#a-home { color: #777; }
  280. a:hover#a-home { color: #555; }
  281. a:active#a-home { color: #333; }
  282. a:link#a-settings { color: #AAA; }
  283. a:visited#a-settings { color: #AAA; }
  284. a:hover#a-settings { color: #888; }
  285. a:active#a-settings { color: #666; }
  286. a:active#cv-cached { color: #040; text-decoration: none; }
  287. a:hover#cv-cached { text-decoration: none; }
  288. a:hover#cv-cached span { display: block; }
  289. a:link.source-url { color: #357; }
  290. a:visited.source-url { color: #357; }
  291. a:hover.source-url { color: #035; }
  292. a:active.source-url { color: #404; }