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.
 
 
 
 
 

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