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