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.

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