A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 

62 rader
1.2 KiB

  1. h1, h2 {
  2. font-family: sans-serif;
  3. }
  4. div#help {
  5. margin: auto;
  6. max-width: 1200px;
  7. }
  8. span.code {
  9. font-family: monospace;
  10. }
  11. span.param-key {
  12. color: #009;
  13. font-weight: bold;
  14. }
  15. span.param-val {
  16. color: #900;
  17. font-weight: bold;
  18. }
  19. table.parameters {
  20. margin: 1em 0;
  21. }
  22. table.parameters td, table.parameters th {
  23. padding: 0.2em 0.5em;
  24. }
  25. table.parameters th {
  26. background-color: #F0F0F0;
  27. }
  28. table.parameters tr:first-child {
  29. font-family: sans-serif;
  30. font-size: 1.17em;
  31. }
  32. table.parameters td:first-child {
  33. font-family: monospace;
  34. }
  35. table.parameters tr:nth-child(2n + 3) {
  36. background-color: #E0E0E0;
  37. }
  38. table.parameters tr:nth-child(2n + 4) {
  39. background-color: #F0F0F0;
  40. }
  41. a:link { color: #373; text-decoration: none; }
  42. a:visited { color: #373; text-decoration: none; }
  43. a:hover { color: #040; text-decoration: underline; }
  44. a:active { color: #404; text-decoration: underline; }
  45. a.no-color:link { color: #000; text-decoration: none; }
  46. a.no-color:visited { color: #000; text-decoration: none; }
  47. a.no-color:hover { color: #000; text-decoration: underline; }
  48. a.no-color:active { color: #000; text-decoration: underline; }