A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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