home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 March / GSSH0304CD5.iso / Treiber / Matrox / W2k / Parhelia / Mtxparh.cab / matrox.css < prev    next >
Cascading Style Sheet File  |  2003-09-10  |  3KB  |  220 lines

  1. <STYLE TYPE="text/css">
  2.  
  3. <!--
  4.  
  5. BODY 
  6. {
  7.    font-family: Arial, Helvetica, sans-serif; 
  8.    line-height: 1.5em; 
  9. }
  10.  
  11.  
  12. P.Header 
  13. {
  14.    margin-top: 1em; 
  15.    border-top: 0em; 
  16.    padding-top: 0.2em; 
  17.    padding-bottom: 0.2em; 
  18.    border-bottom: solid 0.1em Silver;
  19.    margin-bottom: 2em; 
  20. }
  21.  
  22. H1 
  23. {
  24.    margin-top: 0.5em; 
  25.    padding-top: 0.1em; 
  26.    padding-bottom: 0.1em; 
  27.    border-bottom: solid 0.15em Silver; 
  28.    margin-bottom: 0em; 
  29. }
  30.  
  31. H2 
  32.    margin-top: 0.5em; 
  33.    padding-bottom: 0.1em; 
  34.    margin-bottom: 0em; 
  35. }
  36.  
  37. H1, H2
  38. {
  39.    font-family: Verdana, Arial, Helvetica, sans-serif;
  40.    color: Blue; 
  41.    line-height: 1.1em; 
  42.    margin-bottom: 0.5em; 
  43. }
  44.  
  45. H3, H4, H5, H6 
  46. {
  47.    margin-top: 2em; 
  48.    padding-bottom: 0.0em; 
  49.    color: Navy; 
  50. }
  51.  
  52. LI.List
  53. {
  54.    list-style-type: square; 
  55.    margin-top: 1em; 
  56.    margin-bottom: 0.5em; 
  57. }
  58.  
  59. LI.List2
  60. {
  61.    list-style-type: square; 
  62.    margin-bottom: 0.5em; 
  63. }
  64.  
  65. LI.Enum2
  66. {
  67.    list-style-type: lower-alpha; 
  68. }
  69.  
  70. LI.Step
  71. {
  72.    list-style-type: decimal; 
  73.    margin-top: 1em; 
  74.    margin-bottom: 0.5em; 
  75. }
  76.  
  77. P.Warning 
  78.    color: Red; 
  79.    padding-left: 0.5em; 
  80.    border-left: solid 0.3em rgb(255,180,180); 
  81. }
  82.  
  83. EM 
  84. {
  85.    font-family: Times New Roman, Times, serif;
  86.    font-size: 110%;
  87. }
  88.  
  89. STRONG.Warning 
  90. {
  91.    color: Red;
  92. }
  93.  
  94. P.Note 
  95. {
  96.    color: Navy; 
  97.    padding-left: 0.5em; 
  98.    border-left: solid 0.3em rgb(180,180,255); 
  99. }
  100.  
  101. STRONG.Note 
  102.    color: Blue; 
  103. }
  104.  
  105. STRONG.Subhead 
  106.    color: Navy; 
  107. }
  108.  
  109. STRONG.Xref 
  110. {
  111.    color: Green
  112. }
  113.  
  114. P.Callout 
  115. {
  116.    font-weight: bold;
  117.    text-align: center;
  118.    font-size: 80%;
  119.    line-height: 1em; 
  120. }
  121.  
  122. A:link { color: Green; } /* unvisited link */
  123. A:visited { color: Teal; } /* visited links */
  124. A:active { color: Olive; } /* active links */
  125. A:hover { color: Lime; } /* when mouse pointer is over a link */
  126.  
  127. TABLE.Navigation 
  128.    float: right; 
  129.    margin: 0.5em; 
  130.    border: solid 0.2em White; 
  131.    background-color: White; 
  132.  
  133.  
  134. DIV.CONDITION
  135. {
  136.    margin-top: 3em; 
  137.    background-color: rgb(192,192,192); /* Light Gray */
  138.    text-align: center;
  139.    font-weight: bold;
  140. }
  141.  
  142. DIV.HF
  143. {
  144.    background-color: rgb(255,235,235); /* Red */
  145. }
  146.  
  147. DIV.MD
  148. {
  149.    background-color: rgb(235,235,255); /* Blue */
  150. }
  151.  
  152. DIV.SE
  153. {
  154.    background-color: rgb(235,255,217); /* Green */
  155. }
  156.  
  157. DIV.HF-MD
  158. {
  159.    background-color: rgb(235,217,255); /* Purple */
  160. }
  161.  
  162. DIV.HF-SE
  163. {
  164.    background-color: rgb(255,255,217); /* Yellow */
  165. }
  166.  
  167. DIV.MD-SE
  168. {
  169.    background-color: rgb(217,255,255); /* Ice Blue */
  170. }
  171.  
  172. DIV.PRO
  173. {
  174.    background-color: rgb(000,192,255); /* Light Blue - For Monitor Manager */
  175. }
  176.  
  177. SPAN.HF
  178. {
  179.    background-color: rgb(255,235,235); /* Red */
  180. }
  181.  
  182. SPAN.MD
  183. {
  184.    background-color: rgb(235,235,255); /* Blue */
  185. }
  186.  
  187. SPAN.SE
  188. {
  189.    background-color: rgb(235,255,217); /* Green */
  190. }
  191.  
  192. SPAN.HF-MD
  193. {
  194.    background-color: rgb(235,217,255); /* Purple */
  195. }
  196.  
  197. SPAN.HF-SE
  198. {
  199.    background-color: rgb(255,255,217); /* Yellow */
  200. }
  201.  
  202. SPAN.MD-SE
  203. {
  204.    background-color: rgb(217,255,255); /* Ice Blue */
  205. }
  206.  
  207. SPAN.PRO
  208. {
  209.    background-color: rgb(000,192,255); /* Light Blue - For Monitor Manager */
  210. }
  211.  
  212. -->
  213.  
  214. </STYLE>