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.
 
 
 
 
 

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