A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 

93 рядки
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:before {
  25. content: ")";
  26. }
  27. span.resp-desc {
  28. color: #050;
  29. }
  30. span.resp-cond {
  31. color: #900;
  32. }
  33. span.param-key {
  34. color: #009;
  35. font-weight: bold;
  36. }
  37. span.param-val {
  38. color: #900;
  39. font-weight: bold;
  40. }
  41. table.parameters {
  42. margin: 1em 0;
  43. }
  44. table.parameters td, table.parameters th {
  45. padding: 0.2em 0.5em;
  46. }
  47. table.parameters th {
  48. background-color: #F0F0F0;
  49. }
  50. table.parameters tr:first-child {
  51. font-family: sans-serif;
  52. font-size: 1.17em;
  53. background-color: #369;
  54. color: white;
  55. }
  56. table.parameters td:first-child {
  57. font-family: monospace;
  58. }
  59. table.parameters tr:nth-child(2n + 3) {
  60. background-color: #E0E0E0;
  61. }
  62. table.parameters tr:nth-child(2n + 4) {
  63. background-color: #F0F0F0;
  64. }
  65. a:link { color: #373; text-decoration: none; }
  66. a:visited { color: #373; text-decoration: none; }
  67. a:hover { color: #040; text-decoration: underline; }
  68. a:active { color: #404; text-decoration: underline; }
  69. a.no-color:link { color: #000; text-decoration: none; }
  70. a.no-color:visited { color: #000; text-decoration: none; }
  71. a.no-color:hover { color: #000; text-decoration: underline; }
  72. a.no-color:active { color: #000; text-decoration: underline; }