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

  1. /* Cascading Style Sheet for TOC */
  2.  
  3. body
  4.     {
  5.     padding: 0px 0px 0px 26px;
  6.     margin-top:0px;
  7.     background: #ffffff; 
  8.     color: #000000;
  9.     font-family: Verdana, Arial, Helvetica, sans-serif;
  10.     font-size: 70%;
  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. a:link
  170.     {
  171.     color: #0066ff;
  172.     }
  173.     
  174. a:visited
  175.     {
  176.     color: #996600; 
  177.     }
  178.     
  179. a:hover
  180.     {
  181.     color: #cc9900;
  182.     }
  183.     
  184. .label
  185.     {
  186.     font-weight: bold; 
  187.     margin-top: 1em;
  188.     margin-left: -26px;
  189.     }
  190.     
  191. .tl
  192.     {
  193.     margin-bottom: .75em; 
  194.     }
  195.     
  196. .atl
  197.     {
  198.     padding-left: 1.5em;
  199.     padding-bottom: .75em; 
  200.     }
  201.     
  202. .cfe
  203.     {
  204.     font-weight: bold; 
  205.     }
  206.     
  207. .mini
  208.     {
  209.     font-size: smaller;
  210.     }
  211.     
  212. .dt
  213.     {
  214.     margin-bottom: -.6em; 
  215.     }
  216.     
  217. .indent
  218.     {
  219.     margin-left: 1.9em; 
  220.     margin-right: 1.9em;
  221.     }
  222.  
  223. .product
  224.     {
  225.     text-align: right;
  226.     color: #333333;
  227.     font-size: smaller;
  228.     font-style: italic;
  229.     }
  230.  
  231. /* Additions based on a prototype refpage from the
  232.    Language Reference Swat Team */
  233.  
  234. .buttonbartable
  235.     {
  236.     background: #ffffff;
  237.     width: 150%;
  238.     margin-left: -36px;
  239.     margin-top: 0;
  240.     margin-bottom: 0;
  241.     }
  242.  
  243. .button1
  244.     {
  245.     background: #6699ff;
  246.     padding: 0;
  247.     font-family: Verdana;
  248.     font-size: 60%;
  249.     font-weight: bold;
  250.     text-align: center;
  251.     cursor: hand;
  252.     }
  253.  
  254. .button2
  255.     {
  256.     background: #99cc66;
  257.     padding: 3px 0px 4px 0px;
  258.     font-family: Verdana;
  259.     font-size: 60%;
  260.     font-weight: bold;
  261.     text-align: center;
  262.     }
  263.  
  264. .button3
  265.     {
  266.     background: #cc9966;
  267.     padding: 3px 0px 4px 0px;
  268.     font-family: Verdana;
  269.     font-size: 60%;
  270.     font-weight: bold;
  271.     text-align: center;
  272.     }
  273.  
  274. .runninghead
  275.     {
  276.     background:  #99ccff;
  277.     padding: 3px 0px 4px 4px;
  278.     font-family: Verdana;
  279.     font-size: 60%;
  280.     font-style: italic;
  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.     border: 1px solid #999999;
  325.     background: #dddddd;
  326.     }
  327.  
  328. div.filtered h1, div.filtered h2, div.filtered h3, div.filtered h4
  329.     {
  330.     margin-left: -22px;
  331.     }
  332.  
  333. div.filtered span.lang
  334.     {
  335.     position: relative;
  336.     left: -22px;
  337.     }
  338.  
  339. /* Additions to support reftips */
  340.  
  341. div.reftip
  342.     {
  343.     position: absolute;
  344.     z-index: 1;
  345.     padding: 8pt;
  346.     visibility: hidden;
  347.     border: 1px solid #000000;
  348.     background: #ffffd0;
  349.     }
  350.  
  351. pre.syntax
  352.     {
  353.     background: #dddddd;
  354.     padding: 2pt,4pt;
  355.     cursor: text;
  356.     }
  357.  
  358. pre.syntax
  359.     {
  360.     color: #000000;
  361.     }
  362.  
  363. a.synParam
  364.     {
  365.     color: #0040ff;
  366.     text-decoration: none;
  367.     }
  368.  
  369. a.synParam:hover
  370.     {
  371.     text-decoration: underline;
  372.     }
  373.  
  374. /* Additions to support see-also popups */
  375.  
  376. div.sapop
  377.     {
  378.     position: absolute;
  379.     z-index: 1;
  380.     left: 26px;
  381.     width: 100%;
  382.     padding: 10px 10px 10px 36px;
  383.     visibility: hidden;
  384.     border: 1px solid #000000;
  385.     background: #ffffd0;
  386.     }
  387.  
  388. /* PSDK-specific additions */
  389.  
  390. div.footer
  391.     {
  392.     width: 100%;
  393.     border: none;
  394.     background: #ffffff;
  395.     margin-top: 18pt;
  396.     color: #228B22;
  397.     text-align: center;
  398.     font-size: 75%;
  399.     }
  400.  
  401. .note
  402.     {
  403.     margin-left: 14pt;
  404.     margin-right: 12pt;
  405.     }
  406.  
  407. .indent1
  408.     {
  409.     margin-left: 12pt;
  410.     }
  411.  
  412. .indent2
  413.     {
  414.     margin-left: 24pt;
  415.     }
  416.  
  417. .indent3
  418.     {
  419.     margin-left: 36pt;
  420.     }
  421.  
  422. p.proch
  423.     {
  424.     padding-left: 16px;
  425.     }
  426.  
  427. p.proch img
  428.     {
  429.     position: relative; 
  430.     vertical-align: top;
  431.     left: -18px; 
  432.     margin-right: -14px; 
  433.     margin-bottom: -18px;
  434.     }
  435.