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.
 
 
 
 
 

105 line
1.7 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. div.json {
  12. font-family: monospace;
  13. }
  14. div.indent {
  15. width: 4em;
  16. }
  17. span.code {
  18. font-family: monospace;
  19. }
  20. span.resp-dtype, span.resp-desc, span.resp-cond {
  21. padding: 0 0.25em;
  22. background-color: #EEE;
  23. }
  24. span.resp-dtype {
  25. color: #009;
  26. }
  27. span.resp-dtype:before, span.resp-cond:before {
  28. content: "(";
  29. }
  30. span.resp-dtype:after, span.resp-cond:after {
  31. content: ")";
  32. }
  33. span.resp-desc {
  34. color: #050;
  35. }
  36. span.resp-cond {
  37. color: #900;
  38. font-style: italic;
  39. }
  40. span.param-key {
  41. color: #009;
  42. font-weight: bold;
  43. }
  44. span.param-val {
  45. color: #900;
  46. font-weight: bold;
  47. }
  48. table.parameters {
  49. margin: 1em 0;
  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 th {
  57. background-color: #369;
  58. }
  59. table.parameters td, table.parameters th {
  60. padding: 0.2em 0.5em;
  61. }
  62. table.parameters th {
  63. background-color: #F0F0F0;
  64. }
  65. table.parameters td:first-child {
  66. font-family: monospace;
  67. }
  68. table.parameters tr:nth-child(2n + 3) {
  69. background-color: #E0E0E0;
  70. }
  71. table.parameters tr:nth-child(2n + 4) {
  72. background-color: #F0F0F0;
  73. }
  74. a:link { color: #373; text-decoration: none; }
  75. a:visited { color: #373; text-decoration: none; }
  76. a:hover { color: #040; text-decoration: underline; }
  77. a:active { color: #404; text-decoration: underline; }
  78. a.no-color:link { color: #000; text-decoration: none; }
  79. a.no-color:visited { color: #000; text-decoration: none; }
  80. a.no-color:hover { color: #000; text-decoration: underline; }
  81. a.no-color:active { color: #000; text-decoration: underline; }