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.

style.css 4.5 KiB

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