Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

79 lignes
1.1 KiB

  1. :link, :visited { color: #3a5; }
  2. :link:hover, :visited:hover { color: #a2d; }
  3. body, th, td {
  4. font-family: 'Bitstream Vera Serif',times,serif;
  5. }
  6. h1, h2, h3, h4 {
  7. font-family: 'Bitstream Vera Serif',times,serif;
  8. }
  9. #mainnav {
  10. font-family: 'Bitstream Vera Serif',times,serif;
  11. }
  12. #mainnav :link, #mainnav :visited {
  13. padding-left: 8px; padding-right: 8px;
  14. }
  15. h1, h2, h3 {
  16. text-indent: 0.5em;
  17. border-style: solid;
  18. border-color: #88aa77;
  19. background-color: inherit;
  20. }
  21. h1 {
  22. font-size: 1.6em;
  23. font-variant: small-caps;
  24. color: #002200;
  25. border-width: 0 0 2px 0;
  26. }
  27. h2 {
  28. font-size: 1.3em;
  29. font-variant: small-caps;
  30. color: #224422;
  31. border-width: 0 0 2px 0;
  32. }
  33. h3 {
  34. font-size: 1.1em;
  35. color: #335533;
  36. border-width: 0 0 1px 0;
  37. }
  38. p {
  39. text-indent: 1em;
  40. text-align: inherit;
  41. }
  42. #footer {
  43. display: none;
  44. }
  45. /* Styles for images in documentation and articles */
  46. img.inline, img.inlinetop {
  47. border: solid 2px #88aa77;
  48. padding: 2px;
  49. }
  50. img.inlinetop {
  51. vertical-align: top;
  52. }
  53. img.math {
  54. vertical-align: middle;
  55. margin-left: 10px;
  56. margin-right: 10px;
  57. }
  58. img.matrix {
  59. vertical-align: top;
  60. margin-right: 30px;
  61. margin-top: 10px;
  62. }