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.
 
 
 
 
 

481 rinda
9.2 KiB

  1. html, body {
  2. height: 100%;
  3. margin: 0;
  4. }
  5. body {
  6. display: flex;
  7. flex-direction: column;
  8. font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
  9. font-size: 14px;
  10. color: #000;
  11. background-color: #eaecf0;
  12. background-attachment: fixed;
  13. background-position: center;
  14. background-size: cover;
  15. }
  16. #container {
  17. flex: auto;
  18. line-height: 1.25;
  19. margin: 0 auto;
  20. }
  21. #container.splash {
  22. display: flex;
  23. flex-direction: column;
  24. justify-content: center;
  25. }
  26. @media only screen and (min-width: 1200px) {
  27. #container.splash {
  28. min-width: 1200px;
  29. max-width: 1600px;
  30. }
  31. }
  32. @media only screen and (max-width: 1200px) {
  33. #container.splash {
  34. width: 100%;
  35. }
  36. }
  37. #container.splash > .padding {
  38. height: 25%;
  39. }
  40. #content {
  41. background-color: #fff;
  42. border: 1px solid #c8ccd1;
  43. filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
  44. margin: 1.5em 3em;
  45. padding: 1em;
  46. }
  47. @media only screen and (max-width: 1000px) {
  48. #content {
  49. margin: 1em 1em;
  50. }
  51. }
  52. @media only screen and (max-width: 400px) {
  53. #content {
  54. margin: 0;
  55. }
  56. }
  57. header {
  58. background-color: #eaecf0;
  59. padding: 0.2em 1em;
  60. }
  61. header > * {
  62. vertical-align: middle;
  63. display: inline-block;
  64. }
  65. header h1 {
  66. font-size: 2.25em;
  67. font-weight: normal;
  68. margin: 0 1em 0 0;
  69. }
  70. @media only screen and (max-width: 500px) {
  71. header h1 {
  72. font-size: 1.5em;
  73. }
  74. }
  75. header .login-link, header .logout-link {
  76. margin-right: 1em;
  77. }
  78. header .login-link::before, header .logout-link::before {
  79. content: ' ';
  80. font-size: 0.85em;
  81. color: black;
  82. opacity: 0.6;
  83. padding-left: 1.67em;
  84. background-image: linear-gradient(transparent,transparent), url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Ctitle%3Euser%20avatar%3C%2Ftitle%3E%3Cpath%20d%3D%22M10%2011c-5.92%200-8%203-8%205v3h16v-3c0-2-2.08-5-8-5%22%2F%3E%3Ccircle%20cx%3D%2210%22%20cy%3D%225.5%22%20r%3D%224.5%22%2F%3E%3C%2Fsvg%3E");
  85. background-repeat: no-repeat;
  86. background-size: contain;
  87. }
  88. #settings-link::before {
  89. content: ' ';
  90. font-size: 0.85em;
  91. color: black;
  92. opacity: 0.6;
  93. padding-left: 1.67em;
  94. background-image: linear-gradient(transparent,transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 xmlns:xlink=%22http://www.w3.org/1999/xlink%22 width=%2220%22 height=%2220%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3Esettings%3C/title%3E%3Cg transform=%22translate%2810 10%29%22%3E%3Cpath id=%22a%22 d=%22M1.5-10h-3l-1 6.5h5m0 7h-5l1 6.5h3%22/%3E%3Cuse transform=%22rotate%2845%29%22 xlink:href=%22%23a%22/%3E%3Cuse transform=%22rotate%2890%29%22 xlink:href=%22%23a%22/%3E%3Cuse transform=%22rotate%28135%29%22 xlink:href=%22%23a%22/%3E%3C/g%3E%3Cpath d=%22M10 2.5a7.5 7.5 0 000 15 7.5 7.5 0 000-15v4a3.5 3.5 0 010 7 3.5 3.5 0 010-7%22/%3E%3C/svg%3E");
  95. background-repeat: no-repeat;
  96. background-size: contain;
  97. }
  98. footer {
  99. padding: 1em;
  100. font-size: 0.9em;
  101. text-align: center;
  102. line-height: 1.5;
  103. border-top: 1px solid #c8ccd1;
  104. background: #fff;
  105. }
  106. footer ul {
  107. margin: 0;
  108. }
  109. footer li {
  110. display: inline;
  111. }
  112. footer li:not(:last-child)::after {
  113. content: ' \00b7';
  114. }
  115. footer a {
  116. white-space: nowrap;
  117. }
  118. ul, ol {
  119. line-height: 1.5;
  120. }
  121. h2 {
  122. margin-bottom: 0.2em;
  123. }
  124. #notice-box, #info-box {
  125. padding: 0 1em;
  126. margin: 1em 0;
  127. }
  128. #notice-box ul {
  129. padding-left: 1.5em;
  130. margin: 0;
  131. }
  132. #cv-result {
  133. padding: 0.5em;
  134. margin: 1em 0;
  135. }
  136. #attribution-warning {
  137. padding: 1em;
  138. margin: 1em 0;
  139. }
  140. #turnitin-container {
  141. padding: 0.5em 1em 1em;
  142. margin: 1em 0;
  143. }
  144. #sources-container {
  145. padding: 0.5em 1em 1em;
  146. margin: 1em 0;
  147. background-color: #eee;
  148. border: 1px solid #bbb;
  149. }
  150. #turnitin-title, #sources-title {
  151. margin-bottom: -0.5em;
  152. text-align: center;
  153. font-weight: bold;
  154. }
  155. #cv-additional {
  156. display: none;
  157. }
  158. #generation-time {
  159. text-align: right;
  160. font-style: italic;
  161. }
  162. @media only screen and (min-width: 600px) {
  163. #generation-time {
  164. margin-top: -1em;
  165. }
  166. }
  167. #heading {
  168. width: 100%;
  169. }
  170. #cv-result-sources {
  171. width: 100%;
  172. border-spacing: 0 0.4em;
  173. table-layout: fixed;
  174. }
  175. #cv-result-sources col:nth-child(1) { width: 80%; }
  176. #cv-result-sources col:nth-child(2) { width: 10%; }
  177. #cv-result-sources col:nth-child(3) { width: 10%; }
  178. #cv-result-sources th {
  179. text-align: left;
  180. }
  181. #cv-result-sources tr:nth-child(even) {
  182. background-color: #e0e0e0;
  183. }
  184. #cv-result-sources td:first-child {
  185. overflow: hidden;
  186. word-wrap: break-word;
  187. }
  188. #cv-result-head-table {
  189. width: 100%;
  190. text-align: center;
  191. table-layout: fixed;
  192. border-spacing: 0;
  193. }
  194. #cv-result-head-table col:nth-child(odd) {
  195. width: 42.5%;
  196. }
  197. #cv-result-head-table col:nth-child(2) {
  198. width: 15%;
  199. }
  200. #cv-result-head-table td:nth-child(odd) {
  201. font-size: 1.25em;
  202. font-weight: bold;
  203. overflow: hidden;
  204. word-wrap: break-word;
  205. }
  206. #cv-result-head-table td:nth-child(2) div:nth-child(1) {
  207. font-weight: bold;
  208. white-space: nowrap;
  209. }
  210. #cv-result-head-table td:nth-child(2) div:nth-child(2) {
  211. font-size: 2.5em;
  212. font-weight: bold;
  213. line-height: 1;
  214. }
  215. #cv-result-head-table td:nth-child(2) div:nth-child(3) {
  216. font-size: 0.8em;
  217. }
  218. #cv-chain-table {
  219. width: 100%;
  220. border-spacing: 0;
  221. table-layout: fixed;
  222. }
  223. #turnitin-table {
  224. table-layout: fixed;
  225. width: 100%;
  226. word-wrap: break-word;
  227. border-spacing: 0;
  228. }
  229. #source-row-selected {
  230. background-color: #cfcfcf !important;
  231. }
  232. #head-settings {
  233. text-align: right;
  234. }
  235. #cv-result-header {
  236. margin: 0;
  237. }
  238. #redirected-from {
  239. font-size: 0.75em;
  240. font-weight: normal;
  241. font-style: italic;
  242. }
  243. #result-head-no-sources {
  244. font-style: italic;
  245. }
  246. #source-selected {
  247. font-weight: bold;
  248. }
  249. #cv-cached {
  250. position: relative;
  251. }
  252. #cv-cached span {
  253. display: none;
  254. position: absolute;
  255. top: 1.5em;
  256. left: -5em;
  257. width: 30em;
  258. padding: 1em;
  259. z-index: 1;
  260. background: #f3f3f3;
  261. border: 1px solid #aaa;
  262. color: black;
  263. font-style: normal;
  264. text-align: left;
  265. }
  266. .green-box {
  267. background-color: #efe;
  268. border: 1px solid #7f7;
  269. }
  270. .yellow-box {
  271. background-color: #ffd;
  272. border: 1px solid #ee5;
  273. }
  274. .red-box {
  275. background-color: #fee;
  276. border: 1px solid #f77;
  277. }
  278. .gray-box {
  279. background-color: #eee;
  280. border: 1px solid #aaa;
  281. }
  282. .indentable {
  283. white-space: pre-wrap;
  284. }
  285. .cv-source-footer {
  286. padding-bottom: 0.5em;
  287. font-style: italic;
  288. }
  289. .cv-source-footer a {
  290. font-style: normal;
  291. }
  292. .cv-chain-detail {
  293. padding: 0 1em;
  294. background-color: #fff;
  295. border: 1px solid #bbb;
  296. }
  297. .cv-chain-cell {
  298. vertical-align: top;
  299. word-wrap: break-word;
  300. }
  301. .cv-chain-cell:first-child {
  302. padding-right: 0.5em;
  303. }
  304. .cv-chain-cell:last-child {
  305. padding-left: 0.5em;
  306. }
  307. .turnitin-table-cell {
  308. padding: 0.5em 0 0.3em 0;
  309. }
  310. .turnitin-table-cell ul {
  311. margin: 0.2em 0 0 0;
  312. line-height: 1.4;
  313. }
  314. .cv-hl {
  315. background: #faa;
  316. }
  317. .cv-hl-in {
  318. background: #fcc;
  319. background: linear-gradient(to left, #faa, #fff);
  320. }
  321. .cv-hl-out {
  322. background: #fcc;
  323. background: linear-gradient(to right, #faa, #fff);
  324. }
  325. .mono { font-family: monospace; }
  326. .light { color: #ccc; }
  327. .medium { color: #aaa; }
  328. .source-similarity { font-weight: bold; }
  329. .source-suspect { color: #900; }
  330. .source-possible { color: #990; }
  331. .source-novio { color: #090; }
  332. .source-skipped { font-style: italic; }
  333. .source-excluded { font-style: italic; }
  334. a:link, a:visited {
  335. color: #002bb8;
  336. text-decoration: none;
  337. }
  338. a:hover {
  339. color: #002bb8;
  340. text-decoration: underline;
  341. }
  342. a:active {
  343. color: #404;
  344. text-decoration: underline;
  345. }
  346. header a:link, header a:visited, header a:hover {
  347. color: #54595d;
  348. }
  349. header a:active {
  350. color: #333;
  351. }
  352. #cv-cached:active { color: #040; text-decoration: none; }
  353. #cv-cached:hover { text-decoration: none; }
  354. #cv-cached:hover span { display: block; }
  355. .source-url:link { color: #357; }
  356. .source-url:visited { color: #357; }
  357. .source-url:hover { color: #035; }
  358. .source-url:active { color: #404; }
  359. .oo-ui-horizontalLayout > .oo-ui-textInputWidget,
  360. .oo-ui-horizontalLayout > .oo-ui-dropdownInputWidget {
  361. width: auto;
  362. }
  363. .oo-ui-fieldLayout.oo-ui-fieldLayout-align-inline {
  364. hyphens: initial;
  365. }
  366. .oo-ui-fieldLayout.oo-ui-labelElement.oo-ui-fieldLayout-align-left > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-header,
  367. .oo-ui-fieldLayout.oo-ui-labelElement.oo-ui-fieldLayout-align-right > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-header {
  368. width: 10%;
  369. }
  370. .oo-ui-fieldLayout.oo-ui-labelElement.oo-ui-fieldLayout-align-left > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-field,
  371. .oo-ui-fieldLayout.oo-ui-labelElement.oo-ui-fieldLayout-align-right > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-field {
  372. width: 90%;
  373. }
  374. .page-title.oo-ui-textInputWidget, .compare-url.oo-ui-textInputWidget {
  375. width: 60%;
  376. }
  377. .page-oldid.oo-ui-textInputWidget {
  378. width: 10em;
  379. }
  380. label.site, label.page {
  381. min-width: 4em;
  382. }
  383. label.action {
  384. min-width: 10em;
  385. }
  386. @media only screen and (max-width: 720px) {
  387. .oo-ui-horizontalLayout > .oo-ui-widget {
  388. width: 100%;
  389. }
  390. }