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.
 
 
 
 
 

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