A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

style.css 4.5 KiB

12 år sedan
12 år sedan
12 år sedan
10 år sedan
12 år sedan
12 år sedan
12 år sedan
10 år sedan
12 år sedan
12 år sedan
10 år sedan
12 år sedan
10 år sedan
10 år sedan
12 år sedan
12 år sedan
11 år sedan
12 år sedan
10 år sedan
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242
  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: 10px;
  47. margin: 15px 5px 10px 5px;
  48. }
  49. table#heading {
  50. width: 100%;
  51. }
  52. table#cv-form-outer {
  53. width: 750px;
  54. }
  55. table#cv-form-inner {
  56. width: 100%;
  57. border-spacing: 0;
  58. }
  59. table#cv-result-sources {
  60. width: 100%;
  61. background-color: #EEE;
  62. }
  63. table#cv-result-sources th {
  64. text-align: left;
  65. }
  66. table#cv-result-sources tr:nth-child(even) {
  67. background-color: #F0F0F0;
  68. }
  69. table#cv-chain-table {
  70. width: 100%;
  71. margin-bottom: 10px;
  72. border-spacing: 10px 0;
  73. }
  74. td#head-settings {
  75. text-align: right;
  76. }
  77. td#cv-col1 {
  78. width: 15%;
  79. }
  80. td#cv-col2 {
  81. width: 55%;
  82. }
  83. td#cv-col3 {
  84. width: 15%;
  85. text-align: center;
  86. }
  87. td#cv-col4 {
  88. width: 15%;
  89. }
  90. td#cv-inner-col1 {
  91. width: 4%;
  92. }
  93. td#cv-inner-col2 {
  94. width: 22%;
  95. }
  96. td#cv-inner-col3 {
  97. width: 76%;
  98. }
  99. h2#cv-result-header {
  100. margin: 0;
  101. }
  102. ul#cv-result-list {
  103. margin: 0.5em 0;
  104. }
  105. a#cv-cached {
  106. position: relative;
  107. }
  108. a#cv-cached span {
  109. display: none;
  110. position: absolute;
  111. top: 20px;
  112. left: -50px;
  113. width: 500px;
  114. padding: 5px;
  115. z-index: 1;
  116. background: #F3F3F3;
  117. border: 1px solid #AAA;
  118. color: black;
  119. }
  120. div.green-box {
  121. background-color: #EFE;
  122. border: 1px solid #7F7;
  123. }
  124. div.yellow-box {
  125. background-color: #FFD;
  126. border: 1px solid #EE5;
  127. }
  128. div.red-box {
  129. background-color: #FEE;
  130. border: 1px solid #F77;
  131. }
  132. div.indentable {
  133. white-space: pre-wrap;
  134. }
  135. div.cv-chain-detail {
  136. padding: 0 10px 0 10px;
  137. background-color: #FFF;
  138. border: 1px solid #BBB;
  139. }
  140. td.cv-chain-cell {
  141. width: 50%;
  142. vertical-align: top;
  143. }
  144. input.cv-text {
  145. width: 100%;
  146. }
  147. input#cv-cb-engine {
  148. margin-left: 0;
  149. margin-right: 5px;
  150. }
  151. input#cv-cb-links {
  152. margin-left: 20px;
  153. margin-right: 5px;
  154. }
  155. span.cv-hl {
  156. background: #FAA;
  157. }
  158. span.cv-hl-in {
  159. background: #FCC;
  160. background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#FFF), to(#FAA)); /* Chrome, Safari 4+ */
  161. background: -webkit-linear-gradient(left, #FFF, #FAA); /* Chrome 10+, Safari 5+ */
  162. background: -moz-linear-gradient(left, #FFF, #FAA); /* Firefox 3.6+ */
  163. background: -ms-linear-gradient(left, #FFF, #FAA); /* IE 10+ */
  164. background: -o-linear-gradient(left, #FFF, #FAA); /* Opera 11.10+ */
  165. background: linear-gradient(left, #FFF, #FAA);
  166. }
  167. span.cv-hl-out {
  168. background: #FCC;
  169. background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#FAA), to(#FFF)); /* Chrome, Safari 4+ */
  170. background: -webkit-linear-gradient(left, #FAA, #FFF); /* Chrome 10+, Safari 5+ */
  171. background: -moz-linear-gradient(left, #FAA, #FFF); /* Firefox 3.6+ */
  172. background: -ms-linear-gradient(left, #FAA, #FFF); /* IE 10+ */
  173. background: -o-linear-gradient(left, #FAA, #FFF); /* Opera 11.10+ */
  174. background: linear-gradient(left, #FAA, #FFF);
  175. }
  176. span.mono { font-family: monospace; }
  177. span.light { color: #CCC; }
  178. span.medium { color: #AAA; }
  179. span.source-confidence { font-weight: bold; }
  180. span.source-suspect { color: #900; }
  181. span.source-possible { color: #990; }
  182. span.source-novio { color: #090; }
  183. span.source-skipped { font-style: italic; }
  184. a:link { color: #373; text-decoration: none; }
  185. a:visited { color: #373; text-decoration: none; }
  186. a:hover { color: #040; text-decoration: underline; }
  187. a:active { color: #404; text-decoration: underline; }
  188. a:link#a-home { color: #777; }
  189. a:visited#a-home { color: #777; }
  190. a:hover#a-home { color: #555; }
  191. a:active#a-home { color: #333; }
  192. a:link#a-settings { color: #AAA; }
  193. a:visited#a-settings { color: #AAA; }
  194. a:hover#a-settings { color: #888; }
  195. a:active#a-settings { color: #666; }
  196. a:active#cv-cached { color: #040; text-decoration: none; }
  197. a:hover#cv-cached { text-decoration: none; }
  198. a:hover#cv-cached span { display: block; }