home *** CD-ROM | disk | FTP | other *** search
/ Chip: Windows 2000 Professional Resource Kit / W2KPRK.iso / apps / perl / ActivePerl.exe / data.z / win32prk.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1999-10-14  |  4.2 KB  |  284 lines

  1. /* $MVD$:fontset("Untitled Font Set 1","ARIEL","HELVETICA","HELV","SANSERIF") */
  2. /* $MVD$:fontset("Arial","Arial") */
  3. /* $MVD$:fontset("Arial Black","Arial Black") */
  4. /* $MVD$:fontset("Algerian","Algerian") */
  5.  
  6.  
  7. BODY
  8. {
  9.     background-color : white;
  10.     font-family : Verdana, Arial, Sans-Serif;
  11.     font-size : small;
  12.     color : black;
  13. }
  14.  
  15.  
  16. P
  17. {
  18.     background-color : white;
  19.     font-family : Verdana, Arial, Sans-Serif;
  20.     font-size : small;
  21.     color : black;
  22. }
  23.  
  24.  
  25. H1
  26. {
  27.     font-family : Verdana, Arial, Sans-Serif;
  28.     font-weight : bold;
  29.     font-size : medium;
  30.     background-color : white;
  31.     color : maroon;
  32. }
  33.  
  34.  
  35. H2
  36. {
  37.     font-family : Verdana, Arial, Sans-Serif;
  38.     font-size : medium;
  39.     font-weight : bold;
  40.     color : blue;
  41.     background-color : white;
  42. }
  43.  
  44.  
  45. H3
  46. {
  47.     font-family : Verdana, Arial, Sans-Serif;
  48.     font-weight : bold;
  49.     font-size : medium;
  50.     color : black;
  51.     background-color : white;
  52. }
  53.  
  54.  
  55. H4
  56. {
  57.     font-family : Verdana, Arial, Sans-Serif;
  58.     font-weight : bold;
  59.     font-size : small;
  60.     color : maroon;
  61.     background-color : white;
  62. }
  63.  
  64.  
  65. H5
  66. {
  67.     font-family : Verdana, Arial, Sans-Serif;
  68.     font-weight : bold;
  69.     font-size : small;
  70.     color : blue;
  71.     background-color : white;
  72. }
  73.  
  74.  
  75. H6
  76. {
  77.     font-family : Verdana, Arial, Sans-Serif;
  78.     font-weight : bold;
  79.     font-size : small;
  80.     color : black;
  81.     background-color : white;
  82. }
  83.  
  84.  
  85. UL
  86. {
  87.     font-family : Verdana, Arial, Sans-Serif;
  88.     font-size : small;
  89.     color : black;
  90. }
  91.  
  92.  
  93. OL 
  94. {
  95.     font-family : Verdana, Arial, Sans-Serif;
  96.     font-size : small;
  97.     color : black;
  98. }
  99.  
  100.  
  101. DL 
  102. {
  103.     font-family : Verdana, Arial, Sans-Serif;
  104.     font-size : small;
  105.     color : black;
  106. }
  107.  
  108.  
  109. LI 
  110. {
  111.     font-family : Verdana, Arial, Sans-Serif;
  112.     font-size : small;
  113.     color : black;
  114. }
  115.  
  116.  
  117. TH
  118. {
  119.     font-family : Verdana, Arial, Sans-Serif;
  120.     font-size : small;
  121.     color : black;
  122. }
  123.  
  124.  
  125. TD
  126. {
  127.     font-family : Verdana, Arial, Sans-Serif;
  128.     font-size : small;
  129.     color : black;
  130. }
  131.  
  132.  
  133. DL
  134. {
  135.     font-family : Verdana, Arial, Sans-Serif;
  136.     font-size : small;
  137.     color : black;
  138. }
  139.  
  140.  
  141. DD
  142. {
  143.     font-family : Verdana, Arial, Sans-Serif;
  144.     font-size : small;
  145.     color : black;
  146. }
  147.  
  148.  
  149. DT
  150. {
  151.     font-family : Verdana, Arial, Sans-Serif;
  152.     font-size : small;
  153.     color : black;
  154. }
  155.  
  156.  
  157. CODE
  158. {
  159.     font-family : Courier;
  160.     font-size : small;
  161.     color : black;
  162. }
  163.  
  164.  
  165. PRE
  166. {
  167.     font-family : Courier;
  168.     font-size : small;
  169.     color : black;
  170. }
  171.  
  172.  
  173. .mvd-H1
  174. {
  175.     font-family : Verdana, Arial, Sans-Serif;
  176.     font-weight : bold;
  177.     font-size : 14.0pt;
  178.     background-color : transparent;
  179.     background-image : none;
  180.     color : maroon;
  181. }
  182.  
  183.  
  184. .mvd-H2 
  185. {
  186.     font-family : Verdana, Arial, Sans-Serif;
  187.     font-size : 12.0pt;
  188.     color : blue;
  189. }
  190.  
  191.  
  192. P.indent
  193. {
  194.     font-family : "Verdana, Arial, Sans-Serif";
  195.     list-style-type : circle;
  196.     list-style-position : inside;
  197.     color : black;
  198.     margin-left : 16.0pt;
  199. }
  200.  
  201.  
  202. .mvd-P-indent 
  203. {
  204.     font-family : Verdana, Arial, Sans-Serif;
  205.     list-style-type : circle;
  206.     list-style-position : inside;
  207.     color : black;
  208.     margin-left : 16.0pt;
  209. }
  210.  
  211.  
  212. PRE.programlisting
  213. {
  214.     font-size : 9.0pt;
  215.     list-style-type : disc;
  216.     margin-left : 16.0pt;
  217.     margin-top : -14.0pt;
  218. }
  219.  
  220.  
  221. .mvd-PRE-programlisting
  222. {
  223.     font-size : 9.0pt;
  224.     list-style-type : disc;
  225.     margin-left : 16.0pt;
  226.     margin-top : -14.0pt;
  227. }
  228.  
  229.  
  230. .mvd-PRE {
  231.     font-size : 9.0pt;
  232. }
  233.  
  234.  
  235. P.note
  236. {
  237.     margin-left : 28.0pt;
  238. }
  239.  
  240.  
  241. .mvd-P-note 
  242. {
  243.     margin-left : 28.0pt;
  244. }
  245.  
  246.  
  247. .mvd-H4
  248. {
  249.     font-family : Verdana, Arial, Sans-Serif;
  250.     font-weight : normal;
  251.     font-size : 9.0pt;
  252.     color : black;
  253.     margin-left : 6.0pt;
  254.     margin-top : -14.0pt;
  255. }
  256.  
  257.  
  258. .mvd-P
  259. {
  260.     font-family : Verdana, Arial, Sans-Serif;
  261.     font-size : 10.0pt;
  262.     color : black;
  263. }
  264.  
  265.  
  266. .mvd-BODY
  267. {
  268.     font-family : Verdana, Arial, Sans-Serif;
  269.     background-color : white;
  270. }
  271.  
  272.  
  273. P.indentnobullet
  274. {
  275.     font-family : Verdana, Arial, Sans-Serif;
  276.     list-style-type : none;
  277. }
  278.  
  279.  
  280. .mvd-P-indentnobullet
  281. {
  282.     font-family : Verdana, Arial, Sans-Serif;
  283.     list-style-type : none;
  284. }