libsndfile.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. body {
  2. background : black ;
  3. color : white ;
  4. font-family : arial, helvetica, sans-serif ;
  5. line-height: 1.5 ;
  6. margin-left: 6%;
  7. margin-right: 6%;
  8. }
  9. td {
  10. font-family : arial, helvetica, sans-serif ;
  11. background : black ;
  12. color : white ;
  13. }
  14. center {
  15. font-family : arial, helvetica, sans-serif ;
  16. }
  17. p {
  18. font-family : arial, helvetica, sans-serif ;
  19. text-align : left ;
  20. }
  21. .indent_block {
  22. font-family : arial, helvetica, sans-serif ;
  23. text-align : left ;
  24. }
  25. br {
  26. font-family : arial, helvetica, sans-serif ;
  27. }
  28. form {
  29. font-family : arial, helvetica, sans-serif ;
  30. }
  31. ul {
  32. font-family : arial, helvetica, sans-serif ;
  33. text-align : left ;
  34. }
  35. ol {
  36. font-family : arial, helvetica, sans-serif ;
  37. text-align : left ;
  38. }
  39. dl {
  40. font-family : arial, helvetica, sans-serif ;
  41. text-align : left ;
  42. }
  43. h1 {
  44. font-size : xx-large ;
  45. background : black ;
  46. color : #5050FF ;
  47. text-align : left ;
  48. }
  49. h2 {
  50. font-size : x-large ;
  51. background : black ;
  52. color : #5050FF ;
  53. text-align : left ;
  54. }
  55. h3 {
  56. font-size : large ;
  57. background : black ;
  58. color : #5050FF ;
  59. text-align : left ;
  60. }
  61. h4 {
  62. font-size : medium ;
  63. background : black ;
  64. color : #5050FF ;
  65. text-align : left ;
  66. }
  67. pre {
  68. font-family : courier, monospace ;
  69. font-size : medium ;
  70. }
  71. code,
  72. kbd,
  73. samp,
  74. var {
  75. font-family: "Courier New", monospace, serif;
  76. font-size: 1em;
  77. }
  78. a:link { color : #9090FF ; }
  79. a:visited { color : #5050FF ; }
  80. a:active { color : #FF00FF ; }
  81. a:hover { background-color : #202080 ; }
  82. table.formats-table {
  83. text-align: center;
  84. font-size: small;
  85. border-collapse: collapse;
  86. }
  87. table.formats-table, table.formats-table th, table.formats-table td {
  88. border: 1px solid white;
  89. }
  90. .image-logo {
  91. display: block;
  92. margin-left: auto;
  93. margin-right: auto;
  94. }
  95. nav {
  96. text-align: center;
  97. }