home *** CD-ROM | disk | FTP | other *** search
/ Isometric Game Programming with DirectX 7.0 / Isometric Game Programming.iso / directx / dxf / doc / directx8 / directx8_c.chm / ds / css / ie4.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-10-17  |  6.7 KB  |  415 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     : 70%;
  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     : 150%;
  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     : 120%;
  92.     margin-top     : 1em;
  93.     margin-bottom     : 0em;
  94. }
  95.  
  96. h4  {
  97.     font-size     : 105%;
  98.     margin-top     : .8 em;
  99.     margin-bottom     : 0em;
  100. }
  101.  
  102. h5  {
  103.     letter-spacing:1;
  104.     font-size     : 88%;
  105.     margin-top     : .8 em;
  106.     margin-bottom     : 0em;
  107. }
  108.  
  109. h6  {
  110.     letter-spacing:1;
  111.     font-size     : 78%;
  112.     margin-top     : .6em;
  113.     margin-bottom     : 0em;
  114. }
  115.  
  116. hr  {
  117.     color         : #666666;
  118. }
  119.  
  120. p  {
  121.     margin-top     : .6em;
  122.     margin-bottom     : .6em;
  123. }
  124.  
  125. p.ref  {
  126.     font-weight     : bold;
  127.     margin-top     : 12pt;
  128.     margin-bottom     : 0pt;
  129. }
  130.  
  131. ol  {
  132.     margin-top     : .5em;
  133.     margin-bottom     : 0em;
  134.     margin-left     : 18pt;
  135. }
  136.  
  137. ul  {
  138.     margin-top     : .5em;
  139.     margin-bottom     : 0em;
  140.     margin-left     : 18pt;
  141. }
  142.  
  143. ol ul  {
  144.     list-style     : disc;
  145. /*    margin-top     : 1em; */
  146. }
  147.  
  148. li  {
  149.     padding-bottom     : .2em;
  150.     margin-right     : 1em;
  151. }
  152.  
  153. /*
  154. li li  {
  155.     list-style-type : square;
  156. }
  157. */
  158.  
  159. pre  {
  160.     font-family     : Courier New;
  161.     font-size     : 110%;
  162.     background     : #EEEEEE;
  163.     margin-top     : 1em;
  164.     margin-bottom     : 1em;
  165.     margin-left     : 0pt;
  166.     padding-top     : 5pt;
  167.     padding-bottom     : 5pt;
  168.     padding-left     : 5pt;
  169.     padding-right     : 5pt;
  170. }
  171.  
  172. pre.syntax  {
  173.     font-family     : Verdana, Arial, Helvetica, MS Sans Serif;
  174.     font-size     : 100%;
  175. }
  176.  
  177. code  {
  178.     font-family     : Courier New;
  179.     font-size     : 110%;
  180.     background     : #EEEEEE;
  181. }
  182.  
  183. code.text  {
  184.     font-family     : Courier New;
  185.     font-size     : 110%;
  186.     background     : #FFFFFF;
  187. }
  188.  
  189. table  {
  190.     font-size     : 100%;
  191.     margin-top     : 10pt;
  192.     margin-bottom     : 3pt;
  193.     padding-left     : 2pt;
  194.     padding-right     : 2pt;
  195. }
  196.  
  197. th  {
  198.     text-align     : left;
  199.     background-color: #dddddd;
  200.     margin         : 3pt;
  201.     vertical-align     : bottom;
  202. }
  203.  
  204. table.SIDE th {
  205.     vertical-align     : top;
  206. }
  207.  
  208. tr  {
  209.     vertical-align     : top;
  210. }
  211.  
  212. td  {
  213.     margin         : 3pt;
  214.     background-color: #EEEEEE;
  215.     vertical-align     : top;
  216. }
  217.  
  218. table.ref  {
  219.     font-size     : 100%;
  220.     margin-top     : 10pt;
  221.     margin-bottom     : 6pt;
  222.     padding-left     : 2pt;
  223.     padding-right     : 2pt;
  224. }
  225.  
  226. table.ref th  {
  227.     font-weight     : bold;
  228.     text-align     : left;
  229.     background-color: #CCCCCC;
  230.     margin         : 3pt;
  231.     vertical-align     : bottom;
  232. }
  233.  
  234. table.ref tr  {
  235.     vertical-align     : top;
  236. }
  237.  
  238. table.ref td  {
  239.     margin         : 3pt;
  240.     background-color: #EEEEEE;
  241.     vertical-align     : top;
  242. }
  243.  
  244. table.paramvls  {
  245.     margin-top     : .25em;
  246. }
  247.  
  248. /* .main class might need to be removed */
  249. table.main  {
  250.     font-family     : Verdana, Arial, Helvetica, MS Sans Serif;
  251.     background-color: #FFFFFF;
  252.     margin-top     : 0em;
  253.     margin-bottom     : 0em;
  254.     margin-left     : 0em;
  255.     padding-left     : 0em;
  256.     padding-right     : 0em;
  257. }
  258.  
  259. table.main td  {
  260.     background-color: #FFFFFF;
  261. }
  262.  
  263. table.main pre  {
  264.     font-family     : Verdana, Arial, Helvetica, MS Sans Serif;
  265.     font-size     : 8pt;
  266.     margin-top     : 0pt;
  267.     margin-bottom     : 0pt;
  268.     font-weight     : bold;
  269.     background     : #FFFFFF;
  270.     vertical-align     : top;
  271. }
  272.  
  273. /* This might be removed */
  274. a.line  {
  275.     text-decoration : underline;
  276.     font-size     : 8pt;
  277.     color         : black;
  278. }
  279.  
  280. .copyright{
  281.     text-decoration : underline;
  282.     color         : black;
  283.     font-size     : 8pt;
  284.     font-family     : verdana, arial, helvetica, ms sans serif;
  285.     margin-top     : 0;
  286.     margin-bottom     : 0;
  287. }
  288.  
  289. .glossary {
  290. /*
  291.     cursor        : hand;
  292.     color        : green;
  293.     text-decoration    : underline;
  294. */
  295. }
  296.  
  297. table.swtable  {
  298.     background-color: #ffffff;
  299.     margin-top     : 10pt;
  300.     margin-bottom     : 3pt;
  301.     padding-left     : 2pt;
  302.     padding-right     : 2pt;
  303.     list-style-type : round;
  304. }
  305.  
  306. table.swtable th  {
  307.     background-color: #CCCCCC;
  308.     vertical-align     : top;
  309.     margin-right     : 1em;
  310.     margin-bottom     : .25em;
  311.     list-style-type : square;
  312. }
  313.  
  314. .defvalue  {
  315.     font-weight     : bold;
  316.     font-family     : 'courier new';
  317. } /* use to indicate when text represents a default value*/
  318.  
  319. .literal  {
  320.     font-family     : 'courier new';
  321. } /* use to indicate when text represents a value the user should type*/
  322.  
  323. .range  {
  324.     font-style     : italic;
  325. } /* use to indicate when text represents a range of possible values*/
  326.  
  327. div.showme  {
  328.     margin-bottom     : .5em;
  329.     margin-top     : .5em;
  330. }/* ?? */
  331.  
  332. button.showme{
  333.     font-size     : 15;
  334.     font-family     : Arial;
  335.     width         : 88;
  336.     height         : 31;
  337.     background-color: #002F90;
  338.     color         : #FFFFFF;
  339.     font-weight     : bold;
  340. } /* ?? */
  341.  
  342. .clsLinkClone {
  343.     color         : ACTIVECAPTION;
  344.     text-decoration : underline;
  345. }/* used for samples and other unusual type links */
  346.  
  347. table.eventTable th  {
  348.     text-align     : center;
  349.     background-color: #dddddd;
  350.     margin         : 2pt;
  351.     vertical-align     : middle;
  352. }/* Items for special tables in event reference */
  353.  
  354. table.eventTable pre  {
  355.     margin-top    : 0;
  356.     margin-bottom    : 0;    
  357. }/* Override the line space on top and bottom */
  358.  
  359.  
  360. /* Special Styles for use in IE4 for Win32*/
  361. .expanded  {
  362.     display     : inline;
  363.     color         : black;
  364. }
  365.  
  366. /* visible state*/
  367. .collapsed  {
  368.     display     : none;
  369. }
  370.  
  371. /* hidden state*/
  372. .propattr  {
  373.     font-weight     : bold;
  374. }
  375.  
  376. /* pCode == Example block, pSyntax == Syntax block, pEvents = Event Parameter block 
  377.    pCode1 is for 2d example block in same page */
  378.  
  379. #pCode, #pCode1, #pCode2, #pSyntax, #pEvents  {
  380.     display     : none;
  381.     text-decoration : underline;
  382.     cursor         : hand;
  383. }
  384.  
  385.  
  386. /* DirectX Banner */
  387. .buttonbartable
  388. {
  389.     HEIGHT: 21px;
  390.     LEFT: 0px;
  391.     MARGIN: 0px;
  392.     POSITION: absolute;
  393.     TOP: 2px;
  394.     WIDTH: 100%
  395. }
  396. TABLE.buttonbartable TD
  397. {
  398.     BACKGROUND: #99ccff;
  399.     BORDER-LEFT: #ffffff 2px solid;
  400.     FONT-FAMILY: Verdana, sans-serif;
  401.     FONT-SIZE: 9pt;
  402.     MARGIN: 0px;
  403.     PADDING-BOTTOM: 4px;
  404.     PADDING-LEFT: 0px;
  405.     PADDING-RIGHT: 0px;
  406.     PADDING-TOP: 3px
  407. }
  408.  
  409. TABLE.buttonbartable TD.runninghead
  410. {
  411.     FONT-STYLE: italic;
  412.     PADDING-LEFT: 4px;
  413.     TEXT-ALIGN: left
  414.     }
  415.