home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / ClsView / AddFile.css next >
Encoding:
Cascading Style Sheet File  |  2000-06-23  |  5.4 KB  |  447 lines

  1. /* Cascading Style Sheet for TOC */
  2.  
  3. body
  4.     {
  5.     padding: 0px 0px 0px 26px;
  6.     background: #ffffff; 
  7.     color: #000000;
  8.     font-family: Verdana, Arial, Helvetica, sans-serif;
  9.     font-size: 70%;
  10.     margin-left: -15;
  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: Verdana, Arial, Helvetica, sans-serif;
  24.     margin-left: -26px;
  25.     }
  26.     
  27. h1
  28.     {
  29.     font-size: 145%;
  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. h6
  56.     {
  57.     font-size: 100%;
  58.     font-weight: normal;
  59.     margin-top: 0;
  60.     margin-bottom: 0; 
  61.     }
  62.  
  63. ul p, ol p, dl p
  64.     {
  65.     margin-left: 0em;
  66.     }
  67.  
  68. p
  69.     {
  70.     margin-top: .6em;
  71.     margin-bottom: .6em;
  72.     font-size: 10p;
  73.     }
  74.  
  75. dl
  76.     {
  77.     margin-top: 0em; 
  78.     }
  79.  
  80. dd
  81.     {
  82.     margin-bottom: 0em;  
  83.     margin-left: 1.9em; 
  84.     }
  85.  
  86. dt
  87.     {
  88.     margin-top: .6em; 
  89.     }
  90.  
  91. ul, ol
  92.     {
  93.     margin-top: 0em;     
  94.     margin-bottom: 0em;
  95.     }
  96.     
  97. ol
  98.     {
  99.     margin-left: 1.9em; 
  100.     }    
  101.     
  102. ul
  103.     {
  104.     //list-style-type: disc; 
  105.     margin-left: -1em; 
  106.     }
  107.  
  108. li
  109.     {
  110.     margin-bottom: 0em;
  111.     }
  112.  
  113. ul ol, ol ol
  114.     {
  115.     list-style-type: lower-alpha;
  116.     {
  117.  
  118. pre
  119.     {
  120.     margin-top: .6em;
  121.     margin-bottom: .6em; 
  122.     }
  123.  
  124. pre,code
  125.     {
  126.     font: 100% Courier New, Courier, mono; 
  127.     color: #660000;
  128.     }
  129.  
  130. table
  131.     {
  132.     width: 90%;
  133.     background: #999999;
  134.     margin-top: .6em;
  135.     margin-bottom: .3em;
  136.     }
  137.         
  138. th
  139.     { 
  140.     padding: 4px 8px;
  141.     background: #cccccc;
  142.     text-align: left;
  143.     font-size: 70%;
  144.     vertical-align: bottom;
  145.     }
  146.         
  147. td
  148.     { 
  149.     padding: 4px 8px;
  150.     background: #ffffff;
  151.     vertical-align: top;
  152.     font-size: 70%;
  153.     }
  154.  
  155. blockquote
  156.     {
  157.     margin-left: 3.8em;
  158.     margin-right: 3.8em;
  159.     margin-top: .6em;
  160.     margin-bottom: .6em;
  161.     }
  162.  
  163. sup
  164.     {
  165.     text-decoration: none;
  166.     font-size: smaller; 
  167.     }
  168.  
  169. .Directory{
  170.     margin-left: .3em;
  171.     }
  172.  
  173. .File{
  174.     margin-left: .3em;
  175.     }
  176.  
  177. .Icons{
  178.     margin-bottom: -.5em;
  179.     }
  180.  
  181. a:link
  182.     {
  183.     color: #0066ff;
  184.     }
  185.     
  186. a:visited
  187.     {
  188.     color: #996600; 
  189.     }
  190.     
  191. a:hover
  192.     {
  193.     color: #cc9900;
  194.     }
  195.     
  196. .label
  197.     {
  198.     font-weight: bold; 
  199.     margin-top: 1em;
  200.     margin-left: -26px;
  201.     }
  202.     
  203. .tl
  204.     {
  205.     margin-bottom: .75em; 
  206.     }
  207.     
  208. .atl
  209.     {
  210.     padding-left: 1.5em;
  211.     padding-bottom: .75em; 
  212.     }
  213.     
  214. .cfe
  215.     {
  216.     font-weight: bold; 
  217.     }
  218.     
  219. .mini
  220.     {
  221.     font-size: smaller;
  222.     }
  223.     
  224. .dt
  225.     {
  226.     margin-bottom: -.6em; 
  227.     }
  228.     
  229. .indent
  230.     {
  231.     margin-left: 1.9em; 
  232.     margin-right: 1.9em;
  233.     }
  234.  
  235. .product
  236.     {
  237.     text-align: right;
  238.     color: #333333;
  239.     font-size: smaller;
  240.     font-style: italic;
  241.     }
  242.  
  243. /* Additions based on a prototype refpage from the
  244.    Language Reference Swat Team */
  245.  
  246. .buttonbartable
  247.     {
  248.     background: #ffffff;
  249.     width: 150%;
  250.     margin-left: -36px;
  251.     margin-top: 0;
  252.     margin-bottom: 0;
  253.     }
  254.  
  255. .button1
  256.     {
  257.     background: #6699ff;
  258.     padding: 0;
  259.     font-family: Verdana;
  260.     font-size: 60%;
  261.     font-weight: bold;
  262.     text-align: center;
  263.     cursor: hand;
  264.     }
  265.  
  266. .button2
  267.     {
  268.     background: #99cc66;
  269.     padding: 3px 0px 4px 0px;
  270.     font-family: Verdana;
  271.     font-size: 60%;
  272.     font-weight: bold;
  273.     text-align: center;
  274.     }
  275.  
  276. .button3
  277.     {
  278.     background: #cc9966;
  279.     padding: 3px 0px 4px 0px;
  280.     font-family: Verdana;
  281.     font-size: 60%;
  282.     font-weight: bold;
  283.     text-align: center;
  284.     }
  285.  
  286. .runninghead
  287.     {
  288.     background:  #99ccff;
  289.     padding: 3px 0px 4px 4px;
  290.     font-family: Verdana;
  291.     font-size: 60%;
  292.     font-style: italic;
  293.     text-align: left;
  294.     }
  295.  
  296. .version
  297.     {
  298.     text-align: left;
  299.     color: #000000;
  300.     margin-top: 3em;
  301.     margin-left: -26px;
  302.     font-size: smaller;
  303.     font-style: italic;
  304.     }
  305.  
  306. /* Additions to support language filtering */
  307.  
  308. .lang, .ilang
  309.     {
  310.     color: #0000ff;
  311.     font: normal 7pt Arial, Helvetica, sans-serif;
  312.     }
  313.  
  314. div.langMenu
  315.     {
  316.     position: absolute;
  317.     z-index: 1;
  318.     width: 96pt;
  319.     padding: 8pt;
  320.     visibility: hidden;
  321.     border: 1px solid #000000;
  322.     background: #ffffd0;
  323.     }
  324.  
  325. div.langMenu ul
  326.     {
  327.     padding-left: 2em;
  328.     margin-left: 0;
  329.     }
  330.  
  331. div.filtered
  332.     {
  333.     margin: 4pt 0 8pt -26px;
  334.     padding: 4px 4px 8px 26px;
  335.     width: 100%;
  336.     border: 1px solid #999999;
  337.     background: #dddddd;
  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.     color: #228B22;
  409.     text-align: center;
  410.     font-size: 75%;
  411.     }
  412.  
  413. .note
  414.     {
  415.     margin-left: 14pt;
  416.     margin-right: 12pt;
  417.     }
  418.  
  419. .indent1
  420.     {
  421.     margin-left: 12pt;
  422.     }
  423.  
  424. .indent2
  425.     {
  426.     margin-left: 24pt;
  427.     }
  428.  
  429. .indent3
  430.     {
  431.     margin-left: 36pt;
  432.     }
  433.  
  434. p.proch
  435.     {
  436.     padding-left: 16px;
  437.     }
  438.  
  439. p.proch img
  440.     {
  441.     position: relative; 
  442.     vertical-align: top;
  443.     left: -18px; 
  444.     margin-right: -14px; 
  445.     margin-bottom: -18px;
  446.     }
  447.