A copyright violation detector running on Wikimedia Cloud Services https://tools.wmflabs.org/copyvios/
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 

32 righe
383 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 th {
  15. }
  16. table.parameters td {
  17. }
  18. table.parameters tr:first-child {
  19. font-family: sans-serif;
  20. font-size: 1.17em;
  21. }
  22. table.parameters td:first-child {
  23. font-family: monospace;
  24. }