A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

api.css 1.6 KiB

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