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

  1. /* Style sheet optimized for IE3x  */
  2.  
  3. A        { color: #000000; } /* Set the general color for the <a> tag.*/
  4.  
  5. A:link        { color: #000066; }
  6.  
  7. A:visited     { color: #666666; }
  8.  
  9. A:active     { color: #0000FF; }
  10.  
  11. /*index*/
  12. DIV.clsHi    { padding-left:2em;text-indent:-2em } /* produces a hanging indent for entries */
  13.  
  14. /***** SBN SPECIFIC BEGIN *****/
  15.  
  16. td.clsTDMSTB {    
  17.     background: #000000;
  18. }
  19.  
  20. table.clsTableBP { 
  21.     margin: 0;
  22.     margin-right: 14pt;
  23. }
  24.  
  25. table.clsTableNL { 
  26.     margin: -15;
  27.     margin-right: 14pt;
  28. }
  29.  
  30.  
  31. td.clsShowHide  {
  32.     background: #FFFFFF;
  33. }
  34.  
  35. td.clsTDNL {
  36.     background:#FFFFFF;
  37. }
  38.  
  39. td.clsTDNB {
  40.     background:#003399;
  41. }
  42.  
  43.  
  44. /*END UPDATE*/
  45.  
  46. /* SBN specific NAV_LINKS */
  47.  
  48. A.clsBottomItem {            
  49.     color: #000000;
  50.     text-decoration:none;
  51.     font-size: 8pt;            
  52.     }
  53.  
  54. A.clsLeftMenu {
  55.     color: #000000;
  56.     text-decoration:none;
  57.     font-weight:bold; font-size: 8pt;
  58.     }
  59.  
  60. A.clsLeftMenu:visited    { color: #000000; } 
  61.  
  62.  
  63. /* SBN specific NAV_LINKS classes end */
  64. /***** SBN SPECIFIC END *****/
  65.  
  66.  
  67. body{    margin-left: -12pt; margin-right: -8pt;
  68.     margin-top: -12pt;
  69.     font-size: 10pt;           
  70.     font-family: Verdana, Arial, Helvetica, MS Sans Serif;
  71.     }
  72.  
  73.     
  74. blockquote{
  75.     margin-left: 0pt;
  76.     margin-right: 0pt;
  77.     margin-top: 10pt;
  78.     margin-bottom: 10pt;
  79.     }
  80.  
  81. blockquote.body{
  82.     margin-left: -15pt;
  83.     margin-right: -15pt;
  84.     margin-top: 0pt;
  85.     margin-bottom: 0pt;
  86.     }
  87.     
  88. blockquote table.ref{
  89.     margin-top: 0pt; 
  90.     margin-bottom: 6pt;
  91.     padding-left: 2pt;
  92.     padding-right: 2pt;
  93.     }
  94.  
  95. code.text{
  96.     font-family: Courier New; 
  97.     font-size: 130%;
  98.     background: #FFFFFF;
  99.     }
  100. /* used for Code within Text blocks */
  101.  
  102. dl{ margin-top: 5pt;} 
  103.  
  104. dl dl{ margin-top: 10pt;} 
  105.  
  106. h1{
  107.     font-size: 16pt;
  108.     margin-top: 2pt;
  109.     }
  110. h2{
  111.     font-size: 15pt;
  112.     margin-top: 15pt;
  113.     }
  114. h3{
  115.     font-size: 14pt;
  116.         margin-top: 14pt;
  117.     }
  118. h4{
  119.     font-size: 12pt;
  120.         margin-top: 12pt;
  121.     }
  122. h5{
  123.     font-size: 10pt;
  124.         margin-top: 10pt;
  125.     }
  126.  
  127. h6{
  128.     font-size: 8pt;
  129.         margin: 12pt;
  130.     }
  131.     
  132. hr{color: #666666;}
  133.  
  134. p{
  135.     margin-top: .6em; 
  136.     margin-bottom: .6em;
  137.     }
  138.  
  139. p.ref{                         
  140.     font-weight: bold ;
  141.     margin-top: 12pt; 
  142.     margin-bottom: 0pt;
  143.     }
  144. p.ref blockquote{
  145.     margin-left: 0pt;
  146.     margin-right: 0pt;
  147.     margin-top: 0pt;
  148.     }
  149.  
  150. P.copyright  {
  151.     font-size: 8pt; font-family: verdana, arial, helvetica, ms sans serif;
  152.     margin-top: 0; 
  153.     margin-bottom: 0;
  154.     }    
  155.     
  156. pre{
  157.     font-family: Courier New;
  158.     font-size: 11pt;
  159.     background: #EEEEEE;
  160.     margin-top: 1em;
  161.     margin-bottom: 1em;
  162.     margin-left: 0pt;
  163.     padding-top: 5pt;
  164.     padding-bottom: 5pt; 
  165.     padding-left: 5pt;
  166.     padding-right: 5pt;
  167.     }
  168.  
  169. pre.syntax{
  170.     font-family: Verdana, Arial, Helvetica, MS Sans Serif;
  171.     font-size: 10pt;
  172.     }
  173.  
  174. ol{
  175.     margin-top: 4pt; 
  176.     margin-left: 0pt;
  177.     }
  178.  
  179. ul{
  180.     margin-top: 4pt;     
  181.     margin-left: 0pt;
  182.     }
  183.  
  184. ol ul{    
  185.     list-style: disc; 
  186.     margin-top: 0pt;
  187.     }        
  188. li{
  189.     padding-bottom: .2em;
  190.     margin-bottom: 10pt;
  191.     }
  192.  
  193. li li    { list-style-type: square; }    
  194.  
  195.  
  196. table{
  197.     background: #FFFFFF;
  198.     margin-top: 10pt; 
  199.     margin-bottom: 3pt;
  200.     padding-left: 2pt;
  201.     padding-right: 2pt;
  202.     }    
  203.  
  204. th{
  205.     text-align: left;
  206.     background: #dddddd;
  207.     margin: 3pt;
  208.     vertical-align: bottom;
  209.     }
  210.     
  211. tr{ vertical-align: top; }
  212.  
  213.  
  214. td{    background: #EEEEEE;
  215.     vertical-align: top;
  216.     font-size: 10pt;
  217.     font-family: Verdana, Arial, Helvetica, MS Sans Serif; 
  218. }
  219.  
  220.  
  221. table.ref{
  222.     margin-top: 0pt; 
  223.     margin-bottom: 6pt;
  224.     padding-left: 2pt;
  225.     padding-right: 2pt;
  226.     }
  227.  
  228. table.ref th{    
  229.     font-weight: bold ;
  230.     text-align: left;
  231.     background-color: #CCCCCC;
  232.     margin: 3pt;
  233.     vertical-align: bottom;
  234.     }
  235.  
  236. table.ref tr{ vertical-align: top; }
  237.  
  238. table.ref td{
  239.     margin: 3pt;
  240.     background-color: #EEEEEE;
  241.     vertical-align: top;
  242.     }
  243.  
  244. table.main{                                    
  245.     font-family: Verdana, Arial, Helvetica, MS Sans Serif;            
  246.     background: #FFFFFF;                        
  247.     margin-top: 0pt;                             
  248.     margin-bottom: 0pt;
  249.     margin-left: 0pt;                    
  250.     padding-left: 0pt;                            
  251.     padding-right: 0pt; 
  252.     }
  253. table.main th{ margin: 0pt; }
  254.  
  255. table.main tr{ margin: 0pt; vertical-align: top;}
  256.                                     
  257. table.main td{ background: #FFFFFF; vertical-align: top; margin: 0pt;}
  258.  
  259. table.main pre{    
  260.      font-family: Verdana ;            
  261.     font-size: 8pt;
  262.     margin-top: 0pt;
  263.     margin-bottom: 0pt;
  264.     font-weight: normal ;                            
  265.     background:#FFFFFF;
  266.     vertical-align: top                        
  267.     }
  268. table.main a:link{ font-weight: bold; }
  269.  
  270. table.paramvls{    
  271.     margin-top: .25em;
  272.     }        
  273. a.line{
  274.     text-decoration: underline; 
  275.     font-size: 8pt; 
  276.     color: black;
  277.     }
  278.  
  279. a.glossary{
  280.     text-decoration: underline; font-size: 10pt; color: green;
  281.     }
  282.  
  283. img.artfloat{        
  284.     float: right;    
  285.     margin-bottom: .4em;            
  286.     }                    
  287.  
  288.  
  289. table.swtable { 
  290.       background: #ffffff; 
  291.     margin-top: 0pt; 
  292.     margin-bottom: 3pt;
  293.     padding-left: 2pt;
  294.     padding-right: 2pt;
  295.     list-style-type: square;
  296.     }
  297.  
  298. table.swtable th{
  299.       background: #CCCCCC; 
  300.     vertical-align: top; 
  301.     margin-right : 10pt;     
  302.     margin-bottom: 3pt;
  303.     list-style-type: square;
  304.     }
  305.  
  306. .defvalue {font-weight : bold; font-family : 'courier new'} /* use to indicate when text represents a default value */
  307. .literal { font-family : 'courier new'} /* use to indicate when text represents a value the user should type */
  308. .range { font-style : italic } /* use to indicate when text represents a range of possible values */
  309.