A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 

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