home *** CD-ROM | disk | FTP | other *** search
/ Beginning Direct3D Game Programming / Direct3D.iso / directx / dxf / extras / documentation / directx7 / directx7.chm / dxmedia / foundation / d3drm / css / ie4.css < prev    next >
Cascading Style Sheet File  |  2000-09-22  |  6KB  |  373 lines

  1. /* Style sheet optimized for IE4x and above*/
  2.  
  3. A:link  {
  4.     color         : #483D8B;
  5.     }
  6.  
  7. A:visited  {
  8.     color         : #999999;
  9.     }
  10.  
  11. A:active  {
  12.     color         : #0000FF;
  13.     }
  14.  
  15. A:hover  {
  16.     color         : #FFCC00;
  17.     }
  18.  
  19. DIV.clsHi  {
  20.     padding-left     : 2em;
  21.     text-indent     : -2em;
  22.     }
  23.  
  24. body  {
  25.  
  26.     margin        : 0;
  27.     font-size     : 80%;
  28.     font-family     : Verdana, Arial, Helvetica, MS Sans Serif;
  29.     background-color: #FFFFFF;
  30.     color        : #000000;
  31. }
  32.  
  33. #idDocContents{
  34.     padding-top:10;
  35.     padding-bottom:24;
  36.     padding-left:24;
  37.     padding-right:24;
  38. } /* Main document viewable area */
  39.  
  40. #idToolbar{
  41.  
  42. } /* Toolbar */
  43.  
  44. blockquote  {
  45.     margin-left     : 10pt;
  46.     margin-right     : 10pt;
  47.     margin-top     : 10pt;
  48.     margin-bottom     : 10pt;
  49. }
  50.  
  51. blockquote dl  {
  52.     margin-top     : 0pt;
  53. }
  54.  
  55. blockquote table.ref  {
  56.     margin-top     : 0pt;
  57.     margin-bottom     : 6pt;
  58. }
  59.  
  60. blockquote table.swtable  {
  61.     margin-top     : 0pt;
  62.     margin-bottom     : 6pt;
  63. }
  64.  
  65. blockquote table{
  66.     margin-top     : 0pt;
  67.     margin-bottom     : 6pt;
  68. }
  69.  
  70. dl dl{
  71.     margin-top     : 5pt;
  72. }
  73.  
  74. font.na  {
  75.     color         : #B0B0B0;
  76. }
  77.  
  78. h1  {
  79.     font-size     : 145%;
  80.     margin-top     : 1.25em;
  81.     margin-bottom     : .5em;
  82. }
  83.  
  84. h2  {
  85.     font-size     : 135%;
  86.     margin-top     : 1.25em;
  87.     margin-bottom     : .5em;
  88. }
  89.  
  90. h3  {
  91.     font-size     : 128%;
  92.     margin-top     : 1em;
  93.     margin-bottom     : 0em;
  94. }
  95.  
  96. h4  {
  97.     font-size     : 120%;
  98.     margin-top     : .8 em;
  99.     margin-bottom     : 0em;
  100. }
  101.  
  102. h5  {
  103.     font-size     : 110%;
  104.     margin-top     : .8 em;
  105.     margin-bottom     : 0em;
  106. }
  107.  
  108. h6  {
  109.     font-size     : 70%;
  110.     margin-top     : .6em;
  111.     margin-bottom     : 0em;
  112. }
  113.  
  114. hr  {
  115.     color         : #666666;
  116. }
  117.  
  118. p  {
  119.     margin-top     : .6em;
  120.     margin-bottom     : .6em;
  121. }
  122.  
  123. p.ref  {
  124.     font-weight     : bold;
  125.     margin-top     : 12pt;
  126.     margin-bottom     : 0pt;
  127. }
  128.  
  129. ol  {
  130.     margin-top     : .5em;
  131.     margin-bottom     : 0em;
  132.     margin-left     : 18pt;
  133. }
  134.  
  135. ul  {
  136.     margin-top     : .5em;
  137.     margin-bottom     : 0em;
  138.     margin-left     : 18pt;
  139. }
  140.  
  141. ol ul  {
  142.     list-style     : disc;
  143.     margin-top     : 1em;
  144. }
  145.  
  146. li  {
  147.     padding-bottom     : .2em;
  148.     margin-right     : 1em;
  149. }
  150.  
  151. li li  {
  152.     list-style-type : square;
  153. }
  154.  
  155. pre  {
  156.     font-family     : Courier New;
  157.     font-size     : 110%;
  158.     background     : #EEEEEE;
  159.     margin-top     : 1em;
  160.     margin-bottom     : 1em;
  161.     margin-left     : 0pt;
  162.     padding-top     : 5pt;
  163.     padding-bottom     : 5pt;
  164.     padding-left     : 5pt;
  165.     padding-right     : 5pt;
  166. }
  167.  
  168. pre.syntax  {
  169.     font-family     : Verdana, Arial, Helvetica, MS Sans Serif;
  170.     font-size     : 100%;
  171. }
  172.  
  173. code  {
  174.     font-family     : Courier New;
  175.     font-size     : 110%;
  176.     background     : #EEEEEE;
  177. }
  178.  
  179. code.text  {
  180.     font-family     : Courier New;
  181.     font-size     : 110%;
  182.     background     : #FFFFFF;
  183. }
  184.  
  185. table  {
  186.     font-size     : 100%;
  187.     margin-top     : 10pt;
  188.     margin-bottom     : 3pt;
  189.     padding-left     : 2pt;
  190.     padding-right     : 2pt;
  191. }
  192.  
  193. th  {
  194.     text-align     : left;
  195.     background-color: #dddddd;
  196.     margin         : 3pt;
  197.     vertical-align     : bottom;
  198. }
  199.  
  200. tr  {
  201.     vertical-align     : top;
  202. }
  203.  
  204. td  {
  205.     margin         : 3pt;
  206.     background-color: #EEEEEE;
  207.     vertical-align     : top;
  208. }
  209.  
  210. table.ref  {
  211.     font-size     : 100%;
  212.     margin-top     : 10pt;
  213.     margin-bottom     : 6pt;
  214.     padding-left     : 2pt;
  215.     padding-right     : 2pt;
  216. }
  217.  
  218. table.ref th  {
  219.     font-weight     : bold;
  220.     text-align     : left;
  221.     background-color: #CCCCCC;
  222.     margin         : 3pt;
  223.     vertical-align     : bottom;
  224. }
  225.  
  226. table.ref tr  {
  227.     vertical-align     : top;
  228. }
  229.  
  230. table.ref td  {
  231.     margin         : 3pt;
  232.     background-color: #EEEEEE;
  233.     vertical-align     : top;
  234. }
  235.  
  236. table.paramvls  {
  237.     margin-top     : .25em;
  238. }
  239.  
  240. /* .main class might need to be removed */
  241. table.main  {
  242.     font-family     : Verdana, Arial, Helvetica, MS Sans Serif;
  243.     background-color: #FFFFFF;
  244.     margin-top     : 0em;
  245.     margin-bottom     : 0em;
  246.     margin-left     : 0em;
  247.     padding-left     : 0em;
  248.     padding-right     : 0em;
  249. }
  250.  
  251. table.main td  {
  252.     background-color: #FFFFFF;
  253. }
  254.  
  255. table.main pre  {
  256.     font-family     : Verdana, Arial, Helvetica, MS Sans Serif;
  257.     font-size     : 8pt;
  258.     margin-top     : 0pt;
  259.     margin-bottom     : 0pt;
  260.     font-weight     : bold;
  261.     background     : #FFFFFF;
  262.     vertical-align     : top;
  263. }
  264.  
  265. /* This might be removed */
  266. a.line  {
  267.     text-decoration : underline;
  268.     font-size     : 8pt;
  269.     color         : black;
  270. }
  271.  
  272. .copyright{
  273.     text-decoration : underline;
  274.     color         : black;
  275.     font-size     : 8pt;
  276.     font-family     : verdana, arial, helvetica, ms sans serif;
  277.     margin-top     : 0;
  278.     margin-bottom     : 0;
  279. }
  280.  
  281. .glossary {
  282.     cursor        : hand;
  283.     color        : green;
  284.     text-decoration    : underline;
  285. }
  286.  
  287. table.swtable  {
  288.     background-color: #ffffff;
  289.     margin-top     : 10pt;
  290.     margin-bottom     : 3pt;
  291.     padding-left     : 2pt;
  292.     padding-right     : 2pt;
  293.     list-style-type : round;
  294. }
  295.  
  296. table.swtable th  {
  297.     background-color: #CCCCCC;
  298.     vertical-align     : top;
  299.     margin-right     : 1em;
  300.     margin-bottom     : .25em;
  301.     list-style-type : square;
  302. }
  303.  
  304. .defvalue  {
  305.     font-weight     : bold;
  306.     font-family     : 'courier new';
  307. } /* use to indicate when text represents a default value*/
  308.  
  309. .literal  {
  310.     font-family     : 'courier new';
  311. } /* use to indicate when text represents a value the user should type*/
  312.  
  313. .range  {
  314.     font-style     : italic;
  315. } /* use to indicate when text represents a range of possible values*/
  316.  
  317. div.showme  {
  318.     margin-bottom     : .5em;
  319.     margin-top     : .5em;
  320. }/* ?? */
  321.  
  322. button.showme{
  323.     font-size     : 15;
  324.     font-family     : Arial;
  325.     width         : 88;
  326.     height         : 31;
  327.     background-color: #002F90;
  328.     color         : #FFFFFF;
  329.     font-weight     : bold;
  330. } /* ?? */
  331.  
  332. .clsLinkClone {
  333.     color         : ACTIVECAPTION;
  334.     text-decoration : underline;
  335. }/* used for samples and other unusual type links */
  336.  
  337. table.eventTable th  {
  338.     text-align     : center;
  339.     background-color: #dddddd;
  340.     margin         : 2pt;
  341.     vertical-align     : middle;
  342. }/* Items for special tables in event reference */
  343.  
  344. table.eventTable pre  {
  345.     margin-top    : 0;
  346.     margin-bottom    : 0;    
  347. }/* Override the line space on top and bottom */
  348.  
  349.  
  350. /* Special Styles for use in IE4 for Win32*/
  351. .expanded  {
  352.     display     : inline;
  353.     color         : black;
  354. }
  355.  
  356. /* visible state*/
  357. .collapsed  {
  358.     display     : none;
  359. }
  360.  
  361. /* hidden state*/
  362. .propattr  {
  363.     font-weight     : bold;
  364. }
  365.  
  366. /* pCode == Example block, pSyntax == Syntax block, pEvents = Event Parameter block 
  367.    pCode1 is for 2d example block in same page */
  368.  
  369. #pCode, #pCode1, #pCode2, #pSyntax, #pEvents  {
  370.     display     : none;
  371.     text-decoration : underline;
  372.     cursor         : hand;
  373. }