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

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