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.
 
 
 
 
 

208 lines
4.1 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: 30px 60px 30px 60px;
  19. padding: 10px 15px 10px 15px;
  20. border: 1px solid #777;
  21. background-color: #FFF;
  22. }
  23. div#container {
  24. line-height: 1.25;
  25. margin: 0 60px 45px 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. bottom: 0;
  34. font-size: 0.85em;
  35. text-align: center;
  36. line-height: 1.5;
  37. border-top: 1px solid #777;
  38. background: #DDDDDD;
  39. }
  40. div#info-box {
  41. padding: 0 10px 0 10px;
  42. margin: 10px 5px 10px 5px;
  43. }
  44. div#cv-result {
  45. padding: 5px 10px 0 10px;
  46. margin: 0 5px 10px 5px;
  47. }
  48. div#cv-result-detail {
  49. padding: 0 10px 0 10px;
  50. margin: 10px 10px 20px 10px;
  51. background-color: #F3F3F3;
  52. border: 1px solid #AAA;
  53. }
  54. table#heading {
  55. width: 100%;
  56. }
  57. table#cv-form {
  58. width: 750px;
  59. }
  60. table#cv-chain-table {
  61. width: 100%;
  62. border-spacing: 10px;
  63. }
  64. td#head-settings {
  65. text-align: right;
  66. }
  67. td#cv-col1 {
  68. width: 15%;
  69. }
  70. td#cv-col2 {
  71. width: 55%;
  72. }
  73. td#cv-col3 {
  74. width: 15%;
  75. text-align: center;
  76. }
  77. td#cv-col4 {
  78. width: 15%;
  79. }
  80. h2#cv-result-header {
  81. margin-top: 0.2em;
  82. margin-bottom: 0;
  83. }
  84. ul#cv-result-list {
  85. margin-top: 0.5em;
  86. }
  87. ul#cv-result-detail-list {
  88. margin-bottom: 0;
  89. }
  90. a#cv-cached {
  91. position: relative;
  92. }
  93. a#cv-cached span {
  94. display: none;
  95. position: absolute;
  96. top: 20px;
  97. left: -50px;
  98. width: 500px;
  99. padding: 5px;
  100. z-index: 1;
  101. background: #F3F3F3;
  102. border: 1px solid #AAA;
  103. color: black;
  104. }
  105. div.divider {
  106. border-bottom: 1px solid #AAA;
  107. margin-top: 15px;
  108. margin-bottom: 15px;
  109. }
  110. div.green-box {
  111. background-color: #EFE;
  112. border: 1px solid #7F7;
  113. }
  114. div.red-box {
  115. background-color: #FEE;
  116. border: 1px solid #F77;
  117. }
  118. div.indentable {
  119. white-space: pre-wrap;
  120. }
  121. div.cv-chain-detail {
  122. padding: 0 10px 0 10px;
  123. background-color: #FFF;
  124. border: 1px solid #BBB;
  125. }
  126. td.cv-chain-cell {
  127. width: 50%;
  128. vertical-align: top;
  129. }
  130. input.cv-text {
  131. width: 100%;
  132. }
  133. span.cv-hl {
  134. background: #FAA;
  135. }
  136. span.cv-hl-in {
  137. background: #FCC;
  138. background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#FFF), to(#FAA)); /* Chrome, Safari 4+ */
  139. background: -webkit-linear-gradient(left, #FFF, #FAA); /* Chrome 10+, Safari 5+ */
  140. background: -moz-linear-gradient(left, #FFF, #FAA); /* Firefox 3.6+ */
  141. background: -ms-linear-gradient(left, #FFF, #FAA); /* IE 10+ */
  142. background: -o-linear-gradient(left, #FFF, #FAA); /* Opera 11.10+ */
  143. background: linear-gradient(left, #FFF, #FAA);
  144. }
  145. span.cv-hl-out {
  146. background: #FCC;
  147. background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#FAA), to(#FFF)); /* Chrome, Safari 4+ */
  148. background: -webkit-linear-gradient(left, #FAA, #FFF); /* Chrome 10+, Safari 5+ */
  149. background: -moz-linear-gradient(left, #FAA, #FFF); /* Firefox 3.6+ */
  150. background: -ms-linear-gradient(left, #FAA, #FFF); /* IE 10+ */
  151. background: -o-linear-gradient(left, #FAA, #FFF); /* Opera 11.10+ */
  152. background: linear-gradient(left, #FAA, #FFF);
  153. }
  154. span.mono { font-family: monospace; }
  155. span.light { color: #CCC; }
  156. span.medium { color: #AAA; }
  157. a:link { color: #373; text-decoration: none; }
  158. a:visited { color: #373; text-decoration: none; }
  159. a:hover { color: #040; text-decoration: underline; }
  160. a:active { color: #404; text-decoration: underline; }
  161. a:link#a-home { color: #777; }
  162. a:visited#a-home { color: #777; }
  163. a:hover#a-home { color: #555; }
  164. a:active#a-home { color: #333; }
  165. a:link#a-settings { color: #AAA; }
  166. a:visited#a-settings { color: #AAA; }
  167. a:hover#a-settings { color: #888; }
  168. a:active#a-settings { color: #666; }
  169. a:active#cv-cached { color: #040; text-decoration: none; }
  170. a:hover#cv-cached { text-decoration: none; }
  171. a:hover#cv-cached span { display: block; }