A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 

42 řádky
609 B

  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. table.parameters {
  12. margin: 1em 0;
  13. }
  14. table.parameters td, table.parameters th {
  15. padding: 0.2em 0.5em;
  16. }
  17. table.parameters th {
  18. background-color: #F0F0F0;
  19. }
  20. table.parameters tr:first-child {
  21. font-family: sans-serif;
  22. font-size: 1.17em;
  23. }
  24. table.parameters td:first-child {
  25. font-family: monospace;
  26. }
  27. table.parameters tr:nth-child(2n + 3) {
  28. background-color: #E0E0E0;
  29. }
  30. table.parameters tr:nth-child(2n + 4) {
  31. background-color: #F0F0F0;
  32. }