home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 7.9 / 2001-12_Disc_7.9.bin / Software / Extras / DirectX8a / dxnt.cab / dxdiachs.chm / backsdk4.css < prev    next >
Cascading Style Sheet File  |  2000-11-07  |  6KB  |  450 lines

  1. /* Cascading Style Sheet for MSDN Content */
  2.  
  3. body
  4.     {
  5.     margin-top: 0px;
  6.     padding: 0px 0px 0px 26px;
  7.     background: #ffffff; 
  8.     color: #000000;
  9.     font-family: ╦╬╠σ, MS SONG, sans-serif;
  10.     font-size: 9pt;
  11.     }
  12.  
  13. div
  14.     {
  15.     width: 90%;
  16.     border: 2px solid #999999;
  17.     padding: 4px 8px;
  18.     background: #cccccc;
  19.     }
  20.     
  21. h1, h2, h3, h4
  22.     {
  23.     font-family: ╦╬╠σ, MS SONG, sans-serif;
  24.     margin-left: -26px;
  25.     }
  26.     
  27. h1
  28.     {
  29.     font-size: 10.5pt;
  30.     margin-top: .5em;
  31.     margin-bottom: .5em; 
  32.     }
  33.     
  34. h2
  35.     {
  36.     font-size: 130%;
  37.     margin-top: 1em;
  38.     margin-bottom: .6em; 
  39.     }
  40.     
  41. h3
  42.     {
  43.     font-size: 115%;
  44.     margin-top: 1em;
  45.     margin-bottom: .6em;
  46.     }
  47.     
  48. h4
  49.     {
  50.     font-size: 100%;
  51.     margin-top: 1em;
  52.     margin-bottom: .6em; 
  53.     }
  54.  
  55. ul p, ol p, dl p
  56.     {
  57.     margin-left: 0em;
  58.     }
  59.  
  60. p
  61.     {
  62.     margin-top: .6em;
  63.     margin-bottom: .6em;
  64.     }
  65.  
  66. dl
  67.     {
  68.     margin-top: 0em; 
  69.     }
  70.  
  71. dd
  72.     {
  73.     margin-bottom: 0em;  
  74.     margin-left: 1.9em; 
  75.     }
  76.  
  77. dt
  78.     {
  79.     margin-top: .6em; 
  80.     }
  81.  
  82. ul, ol
  83.     {
  84.     margin-top: .6em;     
  85.     margin-bottom: 0em;
  86.     }
  87.     
  88. ol
  89.     {
  90.     margin-left: 3.6em; 
  91.     }    
  92.     
  93. ul
  94.     {
  95.     list-style-type: disc; 
  96.     margin-left: 1.9em; 
  97.     }
  98.  
  99. li
  100.     {
  101.     margin-bottom: .6em;
  102.     }
  103.  
  104. ul ol, ol ol
  105.     {
  106.     list-style-type: lower-alpha;
  107.     {
  108.  
  109. pre
  110.     {
  111.     margin-top: .6em;
  112.     margin-bottom: .6em; 
  113.     }
  114.  
  115. pre,code
  116.     {
  117.     font: 100% Courier New, Courier, mono; 
  118.     color: #660000;
  119.     }
  120.  
  121. table
  122.     {
  123.     width: 90%;
  124.     background: #999999;
  125.     margin-top: .6em;
  126.     margin-bottom: .3em;
  127.     }
  128.         
  129. th
  130.     { 
  131.     padding: 4px 8px;
  132.     background: #cccccc;
  133.     text-align: left;
  134.     font-size: 70%;
  135.     vertical-align: bottom;
  136.     }
  137.         
  138. td
  139.     { 
  140.     padding: 4px 8px;
  141.     background: #ffffff;
  142.     vertical-align: top;
  143.     font-size: 70%;
  144.     }
  145.  
  146. blockquote
  147.     {
  148.     margin-left: 3.8em;
  149.     margin-right: 3.8em;
  150.     margin-top: .6em;
  151.     margin-bottom: .6em;
  152.     }
  153.  
  154. sup
  155.     {
  156.     text-decoration: none;
  157.     font-size: smaller; 
  158.     }
  159.  
  160. a:link
  161.     {
  162.     color: #0066ff;
  163.     }
  164.     
  165. a:visited
  166.     {
  167.     color: #996600; 
  168.     }
  169.     
  170. a:hover
  171.     {
  172.     color: #cc9900;
  173.     }
  174.     
  175. .label
  176.     {
  177.     font-weight: bold; 
  178.     margin-top: 1em;
  179.     margin-left: -26px;
  180.     }
  181.     
  182. .tl
  183.     {
  184.     margin-bottom: .75em; 
  185.     }
  186.     
  187. .atl
  188.     {
  189.     padding-left: 1.5em;
  190.     padding-bottom: .75em; 
  191.     }
  192.     
  193. .cfe
  194.     {
  195.     font-weight: bold; 
  196.     }
  197.     
  198. .mini
  199.     {
  200.     font-size: smaller;
  201.     }
  202.     
  203. .dt
  204.     {
  205.     margin-bottom: -.6em; 
  206.     }
  207.     
  208. .indent
  209.     {
  210.     margin-left: 1.9em; 
  211.     margin-right: 1.9em;
  212.     }
  213.  
  214. .product
  215.     {
  216.     text-align: right;
  217.     color: #333333;
  218.     font-size: smaller;
  219.     font-style: italic;
  220.     }
  221.  
  222. /* Additions based on a prototype refpage from the
  223.    Language Reference Swat Team */
  224.  
  225. .buttonbarshade
  226.     {
  227.     position: relative;
  228.     margin: 0;
  229.     left: 10px;
  230.     top: 2;
  231.     width: 100%;
  232.     height: 21px;
  233.     }
  234.  
  235. .buttonbartable
  236.     {
  237.     position: absolute;
  238.     margin: 0;
  239.     left: 0;
  240.     top: 2;
  241.     width: 100%;
  242.     height: 21px;
  243.     }
  244.  
  245. table.buttonbartable td, table.buttonbarshade td
  246.     {
  247.     background:  #99ccff;
  248.     border-left: 2px solid #ffffff;
  249.     margin: 0;
  250.     padding: 3px 0px 4px 0px;
  251.     font-family: ╦╬╠σ, MS SONG, sans-serif;
  252.     font-size: 9pt;
  253.     }
  254.  
  255. table.buttonbartable td.button1
  256.     {
  257.     background: #6699ff;
  258.     padding: 0;
  259.     font-weight: bold;
  260.     text-align: center;
  261.     cursor: hand;
  262.     }
  263.  
  264. table.buttonbartable td.button2
  265.     {
  266.     background: #99cc66;
  267.     font-weight: bold;
  268.     text-align: center;
  269.     }
  270.  
  271. table.buttonbartable td.button3
  272.     {
  273.     background: #cc9966;
  274.     font-weight: bold;
  275.     text-align: center;
  276.     }
  277.  
  278. table.buttonbartable td.runninghead
  279.     {
  280.     padding-left: 4px;
  281.     text-align: left;
  282.     }
  283.  
  284. .version
  285.     {
  286.     text-align: left;
  287.     color: #000000;
  288.     margin-top: 3em;
  289.     margin-left: -26px;
  290.     font-size: smaller;
  291.     font-style: italic;
  292.     }
  293.  
  294. /* Additions to support language filtering */
  295.  
  296. .lang, .ilang
  297.     {
  298.     color: #0000ff;
  299.     font: normal 7pt Arial, Helvetica, sans-serif;
  300.     }
  301.  
  302. div.langMenu
  303.     {
  304.     position: absolute;
  305.     z-index: 1;
  306.     width: 96pt;
  307.     padding: 8pt;
  308.     visibility: hidden;
  309.     border: 1px solid #000000;
  310.     background: #ffffd0;
  311.     }
  312.  
  313. div.langMenu ul
  314.     {
  315.     padding-left: 2em;
  316.     margin-left: 0;
  317.     }
  318.  
  319. div.filtered
  320.     {
  321.     margin: 4pt 0 8pt -26px;
  322.     padding: 4px 4px 8px 26px;
  323.     width: 100%;
  324.  
  325.     border: 2px solid #aaaacc;
  326.  
  327.     background: #ffffff;
  328.     }
  329.  
  330. div.filtered2
  331.     {
  332.     margin: 4pt 0 8pt -26px;
  333.     padding: 4px 4px 8px 26px;
  334.     width: 100%;
  335.  
  336.     border: none;
  337.     background: #ffffff;
  338.     }
  339.  
  340. div.filtered h1, div.filtered h2, div.filtered h3, div.filtered h4
  341.     {
  342.     margin-left: -22px;
  343.     }
  344.  
  345. div.filtered span.lang
  346.     {
  347.     position: relative;
  348.     left: -22px;
  349.     }
  350.  
  351. /* Additions to support reftips */
  352.  
  353. div.reftip
  354.     {
  355.     position: absolute;
  356.     z-index: 1;
  357.     padding: 8pt;
  358.     visibility: hidden;
  359.     border: 1px solid #000000;
  360.     background: #ffffd0;
  361.     }
  362.  
  363. pre.syntax
  364.     {
  365.     background: #dddddd;
  366.     padding: 2pt,4pt;
  367.     cursor: text;
  368.     }
  369.  
  370. pre.syntax
  371.     {
  372.     color: #000000;
  373.     }
  374.  
  375. a.synParam
  376.     {
  377.     color: #0040ff;
  378.     text-decoration: none;
  379.     }
  380.  
  381. a.synParam:hover
  382.     {
  383.     text-decoration: underline;
  384.     }
  385.  
  386. /* Additions to support see-also popups */
  387.  
  388. div.sapop
  389.     {
  390.     position: absolute;
  391.     z-index: 1;
  392.     left: 26px;
  393.     width: 100%;
  394.     padding: 10px 10px 10px 36px;
  395.     visibility: hidden;
  396.     border: 1px solid #000000;
  397.     background: #ffffd0;
  398.     }
  399.  
  400. /* PSDK-specific additions */
  401.  
  402. div.footer
  403.     {
  404.     width: 100%;
  405.     border: none;
  406.     background: #ffffff;
  407.     margin-top: 18pt;
  408.     padding-bottom: 12pt;
  409.     color: #228B22;
  410.     text-align: center;
  411.     font-size: 85%;
  412.     }
  413.  
  414. .note
  415.     {
  416.     margin-left: 14pt;
  417.     margin-right: 12pt;
  418.     }
  419.  
  420. .indent1
  421.     {
  422.     margin-left: 12pt;
  423.     }
  424.  
  425. .indent2
  426.     {
  427.     margin-left: 24pt;
  428.     }
  429.  
  430. .indent3
  431.     {
  432.     margin-left: 36pt;
  433.     }
  434.  
  435. p.proch
  436.     {
  437.     padding-left: 16px;
  438.     }
  439.  
  440. p.proch img
  441.     {
  442.     position: relative; 
  443.     vertical-align: top;
  444.     left: -18px; 
  445.     margin-right: -14px; 
  446.     margin-bottom: -18px;
  447.     }
  448.  
  449.  
  450.