home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Special / chip-cd_2001_spec_05.zip / spec_05 / document.cab / regentry.chm / rk_help.css < prev    next >
Cascading Style Sheet File  |  1999-12-17  |  7KB  |  345 lines

  1. /* Style sheet optimized for IE4x - Last updated 4/22/99 */
  2.  
  3.  
  4. /* this class style is used to indent and bold text alerts that have the appropriate alert icon -- called with that alert's snippet*/  
  5. p.alert
  6.     { margin-left: 1.5em; 
  7.     margin-top: -1.em; margin-bottom: -.3em; font-weight: bold } 
  8.  
  9. p.note, p.tip, p.important, p.caution, p.warning
  10.  
  11.     { font-weight:bold;
  12.     clear:both; margin-top: "1.2em";
  13.     margin-bottom: "-.4em";}
  14.  
  15. table.prevnext
  16.     { font-size: 100%;
  17.     margin-top: 0; 
  18.     margin-bottom: 1em; 
  19.     margin-left: 0;
  20.     cellpadding: 0.5em; 
  21.     width: 100%;
  22.     text-align: right; }
  23.     
  24. /* this class is for formatting the Critical Decision Point */    
  25. td.cdp
  26.     {
  27.     background-color: #ffffff;
  28.     vertical-align: top;
  29.     padding: .2em;
  30.     padding-left: .45em;
  31.     padding-right: .5em;
  32.     }
  33.  
  34. div.thumbnailnowrap
  35.     {float:none;
  36.     width: 105;
  37.     margin-top: "1em";
  38.     margin-bottom: "-0.3em";
  39.     clear: both;  }    
  40.  
  41. p.indent    
  42.     { margin-left: "1.3em"; }           
  43.     /* this class style is used to indent text for notes and warnings; use this instead of the blockquote tag */
  44.  
  45. p.rtlabel
  46.         { font-weight:bold;
  47.     clear:both; margin-top: 1.2em;
  48.     margin-bottom: -.2em;}
  49. /* this class style is used for related topics heading*/    
  50.         
  51. p.rticon    { 
  52.         margin-bottom: 0;} 
  53. /* this class style is used for related topics image*/
  54.  
  55. p.rtlink
  56.     { margin-left: "1.4em";
  57.     margin-top: -1.3em; }
  58.  
  59. /* this class style is used for related topics link*/      
  60.  
  61.  
  62.  
  63. /* these following classes are used for the Regentry/Registry help files*/
  64.     
  65.  
  66. h4.reltop
  67.     { font-size: 100%; 
  68.     margin-top: 1.5em;  
  69.     margin-bottom: .2em; } 
  70.  
  71. p.reltop
  72.     { margin-left: 1.5em;
  73.     margin-top: -1.em;
  74.     margin-bottom: -.3em;
  75.     font-weight: bold } 
  76.         
  77.  
  78. hr
  79.     { height: 1px ;
  80.     margin-top: 0em;
  81.     margin-bottom: 0em;
  82.     color: #000000; } 
  83.  
  84.  
  85. p.notepara, p.importantpara, p.cautionpara, p.warningpara, p.tippara                
  86.         { margin-left: "1.3em"; }       
  87.         /* this class style is used to indent text for notes, 
  88.         important, caution, tips, and warnings; 
  89.         use this instead of the blockquote tag */
  90.  
  91. span.bigred  {font-weight:bold; color:Red;}    
  92. /* this is for highlighting text within a paragraph */
  93.  
  94.         
  95. /* Styles unique to Windows 2000 Resource Kit Toolbox - HTML Help version.
  96. Works with coUA_help.css. */
  97.  
  98. /* style for alphabetical tool list */
  99.  
  100. p.azlist     {text-indent : -0.3in;
  101.             margin-left : 0.3in;}      
  102.  
  103. /* style for browse sequences. */
  104.  
  105. p.browse    {text-align: right;
  106.             margin-top: -.5em;
  107.             margin-bottom: -.5em;}
  108.  
  109. /* styles for links to popup */
  110.  
  111. a.poplink            {color: "#006600";}
  112. a:hover.poplink        {color: "#FF0000";}
  113. a:active.poplink    {color: "#FF0000";}
  114. a:visited.poplink    {color: "#006600";}
  115.  
  116. /* styles for shortcuts */
  117.  
  118. p.shortcut    {font-weight: normal}
  119.  
  120. /* styles for sub-topic links */
  121.  
  122. p.topics    {font-weight: bold}
  123.  
  124. /* styles for For More Information */
  125.  
  126. p.info        {font-weight: bold}
  127.  
  128. /* styles for Related Topics */
  129.  
  130. p.related        {text-align: right;
  131.                 margin-top: .5em;
  132.                 margin-bottom: 0em;}
  133.  
  134. /* styles for Files Required */
  135.  
  136. p.files        {font-weight: bold}
  137.  
  138. /* styles for syntax listings */
  139.  
  140. p.syntax    {background: #dddddd;
  141.             margin-top: 1em; 
  142.             margin-bottom: 1em;
  143.             text-indent : -0.16in;
  144.             margin-left : 0.16in;}
  145.  
  146. dl        {margin-top: -.5em;}
  147.  
  148. dt.SyntaxTerm {font-weight: normal}
  149.  
  150. /* styles for alerts */
  151.  
  152. p.aspace    {margin-top: -.5em;
  153.             margin-bottom: -.5em;}
  154.  
  155. /* other styles */
  156.  
  157. li p    {margin-top: .6em;
  158.         margin-bottom: 0em;}
  159.         
  160. big        {font-weight: bold; 
  161.         font-size: 105%;}
  162.         
  163. th.center    {text-align: center;}
  164.         
  165. p.dis    {font-size: 6pt;}
  166.  
  167.  
  168.  
  169. /* styles for start pages */
  170.  
  171. body.start
  172.         {    background: url(bg.gif) no-repeat;}
  173.             
  174. #start_links
  175.     {    position:absolute;
  176.         top:125px;
  177.         left:30;
  178.         width:115px; }
  179.  
  180. p.start_links
  181.     {     margin-top:" -.2em"; 
  182.         margin-bottom: "1.3em";
  183.         margin-left: ".1em";
  184.         margin-right: "0em";
  185.         font-weight: bold;
  186.         color: "#336699";
  187.         font-size: 85%;     }
  188.             
  189. p.start_title
  190.     {     margin-top:" 0em"; 
  191.         margin-bottom: "0em";
  192.         margin-left: "0em";
  193.         margin-right: "0em";    
  194.         color: #990033;
  195.         font-size: 120%;
  196.         font-weight: bold;        
  197.         font-family: Verdana, Arial, Sans Serif; }
  198.  
  199. #start_body
  200.     {    position:absolute;
  201.         top:125px;
  202.         left:189px;
  203.         width:260px;    }        
  204.  
  205. p.start_body
  206.     {     margin-top:" 1em"; 
  207.         margin-bottom: "0em";
  208.         margin-left: "0em";
  209.         margin-right: "0em";     }
  210.             
  211. p.start_copyright
  212.     {     margin-top:" 0em"; 
  213.         margin-bottom: "0em";
  214.         margin-left: "0em";
  215.         margin-right: "0em";
  216.         font-size: 85%;    }
  217.             
  218. #start_copyright
  219.     {    position:absolute;
  220.         top:385px;
  221.         left:189px;
  222.         width:259px;    }
  223.             
  224. a:link.start_copyright, a:visited.start_copyright, a:active.start_copyright,
  225.     {    color: "#990033";
  226.         text-decoration:"none"; }
  227.  
  228. a:hover.start_copyright
  229.     {     color: "blue";
  230.         cursor:hand;
  231.         text-decoration:"underline";    }
  232.             
  233.             
  234. /* styles for second level start pages */
  235.             
  236. body.start2
  237.     {    background: url(bg_2.gif) no-repeat;    }
  238.         
  239. #start2_body
  240.     {    position:absolute;
  241.         top:124px;
  242.         left:70px;
  243.         width:370px;    }
  244.  
  245. P.start2_title
  246.     {    margin-left: 0em;
  247.         margin-top: 0em;
  248.         margin-bottom: 1em;
  249.         color: #990033;
  250.         font-size: 120%;
  251.         font-weight: bold;        
  252.         font-family: Verdana, Arial, Sans Serif; }    
  253.  
  254. P.start2_head
  255.     {    margin-left: 0em;
  256.         margin-top: 1em;
  257.         margin-bottom: .4em;
  258.         font-weight: bold;
  259.         color: #990033;    }
  260.         
  261.  
  262. P.start2_head_link
  263.     {    margin-left: 0em;
  264.         margin-top: 1em;
  265.         margin-bottom: .4em;
  266.         font-size: 120%;
  267.         font-weight: bold;
  268.         color: #990033;    }
  269.  
  270.  
  271. P.start2_body
  272.     {    margin-left: 0em;
  273.         margin-top: 0em;
  274.         margin-bottom: 1em;
  275.         font-weight: normal;    }
  276.     
  277. p.start2_home
  278.     {    margin-left: 1em;
  279.         margin-bottom: 1em;
  280.         margin-top: -1.3em;
  281.         font-weight: bold;    }
  282.  
  283.             
  284. a:link.start2_copyright, a:visited.start2_copyright, a:active.start2_copyright,
  285.     {    color: "#336699";
  286.         text-decoration:"none"; }
  287.  
  288. a:hover.start2_copyright
  289.     {     color: "#990033";
  290.         cursor:hand;
  291.         text-decoration:"underline";    }
  292.         
  293. p.start2_copyright
  294.     {    margin-left: 0em;
  295.         margin-bottom: 0em;
  296.         margin-top: 2em;
  297.         font-size: 85%;    }
  298.  
  299. hr.start2
  300.     {    color: "#990033";
  301.         margin-top: 1em;
  302.         margin-bottom: .2em;    }    
  303.  
  304. /* styles for previous and next */
  305.  
  306. table.prev_next
  307.     {    margin-top:-1.1em; 
  308.     margin-bottom:-1em; 
  309.     width:100%;    }
  310.     
  311. td.right
  312.         { background:url(prev_next_right.gif) no-repeat;
  313.         align:left;
  314.         width:161px;}
  315.         
  316. td.left
  317.         { background:url(prev_next_left.gif) no-repeat;
  318.         vertical-align:top;
  319.         align:right;}
  320.         
  321. h1.chapter_title
  322.     {    font-size:100%; 
  323.         color: "#990033";
  324.         font-weight:normal;
  325.         margin-top:1.8em;
  326.         margin-left:-.4em;    }
  327.         
  328. P.previous_next
  329.     {    margin-left:2em;
  330.         margin-top:2em;    }    
  331.         
  332. p.start_feedback
  333.     {    margin-left: 0em;
  334.         margin-bottom: 0em;
  335.         margin-top: 2em;
  336.         font-weight: bold;    }
  337.         
  338. a:link.start_feedback, a:visited.start_feedback, a:active.start_copyright,
  339.     {    color: "#336699";
  340.         text-decoration:"none"; }
  341.         
  342. a:hover.start_feedback
  343.     {     color: "#990033";
  344.         cursor:hand;
  345.         text-decoration:"underline";    }