A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 

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