home *** CD-ROM | disk | FTP | other *** search
/ Igromania 2000 January / Igromania_01.iso / files / jerboa080.exe / data1.cab / Help / www / default.css
Cascading Style Sheet File  |  1999-10-06  |  2KB  |  108 lines

  1. body {
  2.     background-color: #e0e0e0;
  3. }
  4. p {
  5.     color: #000000;
  6.     text-indent: 35;
  7. }
  8. p.usage {
  9.     text-indent: -35;
  10.     margin-left: 70;
  11.     color: #d00000;
  12.     white-space: nowrap;
  13. }
  14. p.code {
  15.     font-family: courier;
  16.     font-weight: bold;
  17.     text-transform: uppercase;
  18.     text-indent: 0;
  19.     margin-left: 70;
  20.     margin-right: 70;
  21.     border: 3 inset #ffffff;
  22.     background-color: #d0d0d0;
  23.     white-space: pre;
  24. }
  25. p.note {
  26.     text-indent: 0;
  27.     margin-left: 35;
  28.     font-family: roman;
  29.     font-style: italic;
  30. }
  31. p.updated {
  32.     text-indent: 0;
  33.     text-align: right;
  34.     font-size: 10px;
  35.     font-style; italic;
  36.     color: #000000;
  37. }
  38. p.eula {
  39.     color: #c00000;
  40.     font-style: italic;
  41.     font-size: 14px;
  42. }
  43. .param {
  44.     font-family: helvetica;
  45.     font-style: italic;
  46. }
  47. h1 {
  48.     color: #2020ff;
  49.     text-align: center;
  50.     font-size: 32px;
  51. }
  52. h2 {
  53.     border: 3 outset #ffffff;
  54.     color: #2020ff;
  55.     text-align: left;
  56.     font-size: 28px;
  57. }
  58. h3 {
  59.     color: #000000;
  60.     text-align: left;
  61.     font-weight: bolder;
  62.     font-size: 18px;
  63. }
  64. h4 {
  65.     text-align: left;
  66.     font-style: italic;
  67.     font-size: 18px;
  68. }
  69. .alert {
  70.     color: #ff0000;
  71.     font-style: italic;
  72. }
  73. a:link {
  74.     color: #0000c0;
  75.     font-weight: bold;
  76. }
  77. a:visited {
  78.     color: #4000c0;
  79.     font-weight: bold;
  80. }
  81. a:hover, a:active {
  82.     color: #4040ff;
  83. }
  84. a.code:link {
  85.     font-family: courier;
  86.     font-weight: bold;
  87.     text-transform: uppercase;
  88.     color: #0000c0;
  89.     background-color: #e0e0e0;
  90.     text-decoration: none;
  91. }
  92. a.code:visited {
  93.     color: #0000c0;
  94.     background-color: #e0e0e0;
  95. }
  96. a.code:hover {
  97.     color: #4040ff;
  98.     background-color: #e0e0e0;
  99. }
  100. a.code:acive {
  101.     color: #ff0000;
  102.     background-color: #e0e0e0;
  103. }
  104. b {
  105.     text-weight: bold;
  106.     font-size: 120%;
  107. }
  108.