home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 June / PCpro_2006_06.ISO / files / mstools / Shared_Computer_Toolkit_ENU.msi / FileSCTHelpFileCHM / stylesheet.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2006-02-23  |  5.5 KB  |  465 lines

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