home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Grafica / Animation / AnimationStudioSetup.msi / _3CA7015D32004C8B8FAB422593C47FB8 / _6169334F5FF94228A246036C3E3E5790 / msdn.css < prev    next >
Cascading Style Sheet File  |  2004-05-26  |  8KB  |  397 lines

  1. body /* This body tag requires the use of one of the sets of banner and/or text div ids */
  2.     {
  3.     margin: 0px 0px 0px 0px;
  4.     padding: 0px 0px 0px 0px;
  5.     background: #ffffff; 
  6.     color: #000000;
  7.     font-family: Verdana, Arial, Helvetica, sans-serif;
  8.     font-size: 70%;
  9.     width: 100%;
  10.     /*overflow: expression('hidden');*/
  11.     }
  12. div#scrollyes /* Allows topic to scroll with correct margins. Cannot be used with running head banner */
  13.     {     /* Must immediately follow <body>. */
  14.     padding: 2px 15px 2px 22px;
  15.     width: 100%;
  16.     }
  17. div#nsbanner /* Creates Nonscrolling banner region */
  18.     {
  19.     position: relative;
  20.     left: 0px;
  21.     padding: 0px 0px 0px 0px;
  22.     border-bottom: 1px solid #999999;
  23.     /*width: expression(document.body.clientWidth);*/
  24.     background-color: #99ccff;
  25.     }
  26. div#nstext /* Creates the scrolling text area for Nonscrolling region topic */
  27.     {
  28.     top: 0px;
  29.     padding: 5px 20px 0px 22px;
  30.     /*overflow: expression('auto');
  31.     width: expression(document.body.clientWidth);
  32.     height: expression(document.body.clientHeight - nsbanner.offsetHeight);*/
  33.     }
  34. div#scrbanner /* Creates the running head bar in a full-scroll topic */
  35.     {     /* Allows topic to scroll. */
  36.     margin: 0px 0px 0px 0px;
  37.     padding: 0px 0px 0px 0px;
  38.     border-bottom: 1px solid #999999;
  39.     }
  40. div#scrtext /* Creates the text area in a full-scroll topic */
  41.     {   /* Allows topic to scroll. */
  42.     padding: 0px 10px 0px 22px; 
  43.     }
  44. div#bannerrow1 /* provides full-width color to top row in running head (requires script) */
  45.     {
  46.     }
  47. div#titlerow /* provides non-scroll topic title area (requires script) */
  48.     {
  49.     padding: 0px 10px 0px 22px; 
  50.     }
  51.  
  52. h1, h2, h3, h4
  53.     {
  54.     font-family: Verdana, Arial, Helvetica, sans-serif;
  55.     margin-bottom: .4em; 
  56.     margin-top: 1em;
  57.     font-weight: bold;
  58.     }
  59. h1
  60.     {
  61.     font-size: 120%;
  62.     margin-top: 0em;
  63.     }
  64. div#scrollyes h1 /* Changes font size for full-scrolling topic */
  65.     {
  66.     font-size: 150%;
  67.     }
  68. h2
  69.     {
  70.     font-size: 130%;
  71.     }
  72. h3
  73.     {
  74.     font-size: 115%;
  75.     }
  76. h4
  77.     {
  78.     font-size: 100%;
  79.     }
  80. .dtH1, .dtH2, .dtH3, .dtH4
  81.     {
  82.     margin-left: -18px;
  83.     }
  84. div#titlerow h1
  85.     {
  86.     margin-bottom: .2em
  87.     }
  88.  
  89. table.bannerparthead, table.bannertitle /* General values for the Running Head tables */
  90.     {
  91.     position: relative;
  92.     left: 0px;
  93.     top: 0px;
  94.     padding: 0px 0px 0px 0px;
  95.     margin: 0px 0px 0px 0px;
  96.     width: 100%;
  97.     height: 21px; 
  98.     border-collapse: collapse;
  99.     border-style: solid;
  100.     border-width: 0px;
  101.     background-color: #99ccff; 
  102.     font-size: 100%;
  103.     }
  104. table.bannerparthead td /* General Values for cells in the top row of running head */
  105.     {
  106.     margin: 0px 0px 0px 0px;
  107.     padding: 2px 0px 0px 4px;
  108.     vertical-align: middle;
  109.     border-width: 0px;
  110.     border-style: solid;
  111.     border-color: #999999;
  112.     background: transparent; 
  113.     font-style: italic;
  114.     font-weight: normal;
  115.     }
  116. table.bannerparthead td.product /* Values for top right cell in running head */
  117.     {                       /* Allows for a second text block in the running head */
  118.     text-align: right;
  119.     padding: 2px 5px 0px 5px;
  120.     }
  121. table.bannertitle td /* General Values for cells in the bottom row of running head */
  122.     {
  123.     margin: 0px 0px 0px 0px;
  124.     padding: 0px 0px 0px 3px;
  125.     vertical-align: middle;
  126.     border-width: 0px 0px 1px 0px;
  127.     border-style: solid;
  128.     border-color: #999999;
  129.     background: transparent;
  130.     font-weight: bold;
  131.     }
  132. td.button1 /* Values for button cells */
  133.     {
  134.     width: 14px;
  135.     cursor: hand;
  136.     }
  137.  
  138. p
  139.     {
  140.     margin: .5em 0em .5em 0em;
  141.     }
  142. blockquote.dtBlock
  143.     {
  144.     margin: .5em 1.5em .5em 1.5em;
  145.     }
  146. div#dtHoverText
  147.     {
  148.     color: #000066;
  149.     }
  150. .normal
  151.     {
  152.     margin: .5em 0em .5em 0em;
  153.     }
  154. .fineprint
  155.     {
  156.     font-size: 90%; /* 90% of 70% */
  157.     }
  158. .indent
  159.     {
  160.     margin: .5em 1.5em .5em 1.5em;
  161.     }
  162. .topicstatus /* Topic Status Boilerplate class */
  163.     {
  164.     display: block;
  165.     color: red;
  166.     }
  167. p.label
  168.     {
  169.     margin-top: 1em;
  170.     }
  171. p.labelproc
  172.     {
  173.     margin-top: 1em;
  174.     color: #000066;
  175.     }
  176.  
  177. div.tablediv
  178.     {
  179.     width: 100%; /* Forces tables to have correct right margins and top spacing */
  180.     margin-top: -.4em;
  181.     }
  182. ol div.tablediv, ul div.tablediv, ol div.HxLinkTable, ul div.HxLinkTable
  183.     {
  184.     margin-top: 0em; /* Forces tables to have correct right margins and top spacing */
  185.     }
  186. table.dtTABLE
  187.     {
  188.     width: 100%; /* Forces tables to have correct right margin */
  189.     margin-top: .6em;
  190.     margin-bottom: .3em;
  191.     border-width: 1px 1px 0px 0px;
  192.     border-style: solid;
  193.     border-color: #999999;
  194.     background-color: #999999; 
  195.     font-size: 100%; /* Text in Table is same size as text outside table */
  196.     }
  197. table.dtTABLE th, table.dtTABLE td
  198.     { 
  199.     border-style: solid; /* Creates the cell border and color */
  200.     border-width: 0px 0px 1px 1px;
  201.     border-style: solid;
  202.     border-color: #999999;
  203.     padding: 4px 6px;
  204.     text-align: left;
  205.     }
  206. table.dtTABLE th    
  207.     { 
  208.     background: #cccccc; /* Creates the shaded table header row */
  209.     vertical-align: bottom;
  210.     }
  211. table.dtTABLE td    
  212.     {
  213.     background: #ffffff;
  214.     vertical-align: top;
  215.     }
  216.  
  217. MSHelp\:ktable
  218.     {
  219.     disambiguator: span;
  220.     separator:  |
  221.     prefix: |
  222.     postfix:  
  223.     filterString: ;
  224.     }
  225. div.HxLinkTable
  226.     {
  227.     width: auto; /* Forces tables to have correct right margins and top spacing */
  228.     margin-top: -.4em;
  229.     visibility: visible;
  230.     }
  231. ol div.HxLinkTable, ul div.HxLinkTable
  232.     {
  233.     margin-top: 0em; /* Forces tables to have correct right margins and top spacing */
  234.     }
  235. table.HxLinkTable /* Keep in sync with general table settings below */
  236.     {
  237.     width: auto;
  238.     margin-top: 1.5em;
  239.     margin-bottom: .3em;
  240.     margin-left: -1em;
  241.     border-width: 1px 1px 0px 0px;
  242.     border-style: solid;
  243.     border-color: #999999;
  244.     background-color: #999999; 
  245.     font-size: 100%; /* Text in Table is same size as text outside table */
  246.     behavior:url(hxlinktable.htc); /* Attach the behavior to link elements. */
  247.     }
  248. table.HxLinkTable th, table.HxLinkTable td /* Keep in sync with general table settings below */
  249.     { 
  250.     border-style: solid; /* Creates the cell border and color */
  251.     border-width: 0px 0px 1px 1px;
  252.     border-style: solid;
  253.     border-color: #999999;
  254.     padding: 4px 6px;
  255.     text-align: left;
  256.     }
  257. table.HxLinkTable th /* Keep in sync with general table settings below */
  258.     { 
  259.     background: #cccccc; /* Creates the shaded table header row */
  260.     vertical-align: bottom;
  261.     }
  262. table.HxLinkTable td /* Keep in sync with general table settings below */
  263.     {
  264.     background: #ffffff;
  265.     vertical-align: top;
  266.     }
  267. pre.code
  268.     {
  269.     background-color: #eeeeee;
  270.     padding: 4px 6px 4px 6px;
  271.     }
  272. pre, div.syntax
  273.     {
  274.     margin-top: .5em;
  275.     margin-bottom: .5em; 
  276.     }
  277. pre, code, .code, div.syntax
  278.     {
  279.     font: 100% Monospace, Courier New, Courier; /* This is 100% of 70% */
  280.     color: #000066;
  281.     }
  282. pre b, code b
  283.     {
  284.     letter-spacing: .1em; /* opens kerning on bold in Syntax/Code */
  285.     }
  286. pre.syntax, div.syntax
  287.     {
  288.     background: #cccccc;
  289.     padding: 4px 8px;
  290.     cursor: text;
  291.     margin-top: 1em;
  292.     margin-bottom: 1em; 
  293.     color: #000000;
  294.     border-width: 1px;
  295.     border-style: solid;
  296.     border-color: #999999;
  297. /* ------------------------------------- */
  298. /* BEGIN changes to dtue.css conventions */
  299.     font-weight: bolder;
  300.     letter-spacing: .1em;
  301.     }
  302. .syntax span.lang
  303.     {
  304.     margin: 0;
  305.     font-weight: normal;
  306.     }
  307. .syntax span.meta
  308.     {
  309.     margin: 0;
  310.     font-weight: normal;
  311.     font-style: italic;
  312.     }
  313. .syntax a
  314.     {
  315.     margin: 0;
  316.     font-weight: normal;
  317.     }
  318. /* END changes to dtue.css conventions */
  319. /* ----------------------------------- */
  320.  
  321. .syntax div
  322.     {
  323.     padding-left: 24px;
  324.     text-indent: -24px;
  325.     }
  326.  
  327. .syntax .attribute
  328.     {
  329.         font-weight: normal;
  330.     }
  331. div.footer
  332.     {
  333.     font-style: italic;
  334.     }
  335. div.footer hr
  336.     {
  337.     color: #999999;
  338.     height: 1px;
  339.     }
  340.  
  341. ol, ul
  342.     {
  343.     margin: .5em 0em 0em 4em; 
  344.     }
  345. li
  346.     {
  347.     margin-bottom: .5em;
  348.     }
  349. ul p, ol p, dl p
  350.     {
  351.     margin-left: 0em;
  352.     }
  353. ul p.label, ol p.label
  354.     {
  355.     margin-top: .5em;
  356.     }
  357.  
  358. dl
  359.     {
  360.     margin-top: 0em; 
  361.     padding-left: 1px; /* Prevents italic-letter descenders from being cut off */
  362.     }
  363. dd
  364.     {
  365.     margin-bottom: 0em;  
  366.     margin-left: 1.5em; 
  367.     }
  368. dt
  369.     {
  370.     margin-top: .5em; 
  371.     }
  372.  
  373. a:link
  374.     {
  375.     color: #0000ff;
  376.     }
  377. a:visited
  378.     {
  379.     color: #0000ff;
  380.     }
  381. a:hover
  382.     {
  383.     color: #3366ff;
  384.     }
  385.  
  386. img
  387.     {
  388.     border: none; 
  389.     }
  390.  
  391. /* Not in dtue.css. Used by NDoc's "ShowMissing..." options. */
  392. .missing
  393.     {
  394.     color: Red;
  395.     font-weight: bold;
  396.     }
  397.