A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 

97 wiersze
1.6 KiB

  1. h1, h2 {
  2. font-family: sans-serif;
  3. }
  4. pre {
  5. white-space: pre-wrap;
  6. }
  7. div#help {
  8. margin: auto;
  9. max-width: 1200px;
  10. }
  11. span.code {
  12. font-family: monospace;
  13. }
  14. span.resp-dtype, span.resp-desc, span.resp-cond {
  15. padding: 0 0.25em;
  16. background-color: #EEE;
  17. }
  18. span.resp-dtype {
  19. color: #009;
  20. }
  21. span.resp-dtype:before, span.resp-cond:before {
  22. content: "(";
  23. }
  24. span.resp-dtype:after, span.resp-cond:after {
  25. content: ")";
  26. }
  27. span.resp-desc {
  28. color: #050;
  29. }
  30. span.resp-cond {
  31. color: #900;
  32. font-style: italic;
  33. }
  34. span.param-key {
  35. color: #009;
  36. font-weight: bold;
  37. }
  38. span.param-val {
  39. color: #900;
  40. font-weight: bold;
  41. }
  42. table.parameters {
  43. margin: 1em 0;
  44. }
  45. table.parameters td, table.parameters th {
  46. padding: 0.2em 0.5em;
  47. }
  48. table.parameters th {
  49. background-color: #F0F0F0;
  50. }
  51. table.parameters tr:first-child {
  52. font-family: sans-serif;
  53. font-size: 1.17em;
  54. color: white;
  55. }
  56. table.parameters tr:first-child td {
  57. background-color: #369;
  58. }
  59. table.parameters td:first-child {
  60. font-family: monospace;
  61. }
  62. table.parameters tr:nth-child(2n + 3) {
  63. background-color: #E0E0E0;
  64. }
  65. table.parameters tr:nth-child(2n + 4) {
  66. background-color: #F0F0F0;
  67. }
  68. a:link { color: #373; text-decoration: none; }
  69. a:visited { color: #373; text-decoration: none; }
  70. a:hover { color: #040; text-decoration: underline; }
  71. a:active { color: #404; text-decoration: underline; }
  72. a.no-color:link { color: #000; text-decoration: none; }
  73. a.no-color:visited { color: #000; text-decoration: none; }
  74. a.no-color:hover { color: #000; text-decoration: underline; }
  75. a.no-color:active { color: #000; text-decoration: underline; }