home *** CD-ROM | disk | FTP | other *** search
/ ftp.winimage.com / 2014.06.ftp.winimage.com.tar / ftp.winimage.com / WDEvt22.zip / WDumpEvt_fr.chm / html / style.css < prev    next >
Cascading Style Sheet File  |  2000-09-01  |  10KB  |  386 lines

  1. /* Style sheet optimized for IE4x - Last updated 6/8/99 */
  2.  
  3.  
  4. body            { color: #000000;
  5.         background: #FFFFE8;      
  6.         font-size: 70%;            
  7.         font-family: Verdana, Arial, Sans Serif; }
  8.  
  9.  
  10. a:link, a:visited     { color: "#0000FF"; text-decoration:"underline";}
  11.  
  12. a:active, a:hover     { color: "#FF0000";  cursor:hand; text-decoration:"underline";}
  13.  
  14. h1
  15.         { font-size: 125%; 
  16.         margin-bottom:" .5em"; clear:both; }
  17.  
  18. h2
  19.         { font-size: 110%;  
  20.         margin-top: "1.5em";
  21.         margin-bottom:" .5em"; clear:both; }
  22.  
  23.  
  24. h3
  25.         { font-size: 100%; 
  26.         margin-top: "1.2em";  
  27.         margin-bottom: ".5em"; clear:both; }
  28.  
  29. small
  30.         { font-size: 90%; }
  31.  
  32. h4
  33.         { font-size: 90%; 
  34.         margin-top: "1.2em";  
  35.         margin-bottom: ".5em"; clear:both; }
  36.  
  37. h5
  38.         { font-size: 80%; 
  39.         margin-top: "1.2em";  
  40.         margin-bottom: ".5em"; clear:both; }
  41.  
  42. p
  43.         { margin-top:" .6em"; 
  44.         margin-bottom: ".6em"; }
  45.             
  46. ol
  47.         { margin-top: ".5em"; 
  48.         margin-bottom: 0; 
  49.         margin-left: "2.1em"; 
  50.         padding-left: "0em";
  51.         margin-right:"2.1em" }
  52.     
  53. ul
  54.         { margin-top: ".6em";     
  55.         margin-bottom: 0;
  56.         list-style-type: disc;
  57.         margin-left: "3em";
  58.         padding-left: "0em";
  59.         margin-right: "1.5em"; }
  60.         
  61. li
  62.         { margin-bottom: ".7em"; clear:both; }
  63.  
  64. dd
  65.         { margin-bottom: 0; 
  66.         margin-left: "1.5em"; } 
  67.  
  68. /* for defined terms, follow the "Document Conventions" listing in the Microsoft Manual of Style: */
  69. /* Keywords, functions, and anything else the user must enter exactly as shown are bold--add "font-weight: bold;" to the dt tag */
  70. /* Variables, book titles, and placeholders the user must provide are italic--add "font-style: italic;" to the dt tag */
  71. /* pre-defined arguments are bold and italic--add "font-weight: bold;" and "font-style: italic;" to the dt tag */
  72.  
  73. dt
  74.         { margin-top: "1em"; }
  75.  
  76. pre
  77.         { margin-top: ".5em";
  78.         margin-bottom: ".5em"; }
  79.  
  80. code
  81.         { font-family: Courier New; 
  82.         font-size: "1.1em"; }
  83.  
  84. table
  85.         { font-size: 100%;
  86.         margin-top: "1em"; 
  87.         margin-bottom: "1em"; 
  88.         padding: "2"; }
  89.  
  90. table.indent
  91.         { font-size: 100%;
  92.         margin-top: "0em";
  93.         margin-left: "3em";
  94.         margin-bottom: "0em"; 
  95.         padding: "0"; }
  96.  
  97.         
  98. th
  99.         { text-align: left;
  100.         background: #DDDDDD;
  101.         vertical-align: bottom;}
  102.         
  103. tr
  104.         { vertical-align: top; }
  105.  
  106. td
  107.         { background: #EEEEEE;
  108.         vertical-align: top; }
  109.  
  110. td.transparent
  111.         { background: #FFFFE8;
  112.         vertical-align: top; }
  113.  
  114. td.vert
  115.         { background: #d0edd0;
  116.         vertical-align: top; }
  117.  
  118. td.vertfonce
  119.         { background: #c0dcc0;
  120.         vertical-align: top; }
  121.  
  122. /****      extended class styles ************************/
  123. /*                                           */
  124. /* add comment tags to disable the style         */
  125.  
  126. p.indent        { margin-left: "2em"; }       /* this class style is used to indent text for notes and warnings; use this instead of the blockquote tag */
  127.  
  128. p.indent2        { margin-left: "3.5em"; }   /* this class style is used to indent text a second level under the first  indent */
  129.         
  130. p.proclabel    { font-size: 100%;     
  131.         font-weight: bold; clear: both; }
  132.         
  133. p.uatshoot    { font-weight: bold; margin-bottom: "-.5em"; margin-top: "1em"; }
  134.  
  135. /***********************************************/
  136. /* these class styles are used for the expanding and collapsing text files (expand function in shared.js)  */
  137.  
  138. /*#expand             {margin-bottom: "0.6em"; margin-left: "1.5em"; margin-right: "1.5em";}
  139.  
  140. a:link.expandToggle, a:visited.expandToggle     {color:"#000000"; font-weight: bold;  text-decoration:none;}*/
  141.  
  142. #expand             {margin-bottom: "10em"; margin-left: "10em"; margin-right: "3em";}
  143.  
  144.  
  145. a:link.expandToggle, a:visited.expandToggle     {color:"#000000";  text-decoration:none; }
  146.  
  147. a:hover.expandToggle, a:active.expandToggle     {color:"#0000FF";}
  148.  
  149. img.expand         { border: none; margin-right: "0.5em"; width:".8em";}
  150.         
  151. div.expand        { margin-left: "1.5em"; margin-right: "1.5em";margin-bottom: "1em"; display:none;}
  152.  
  153.  
  154. /***********************************************/
  155. /* this class for expand collapse appearing in a table  */
  156.  
  157. table.uatshoot        {background-color: #FFFFFF; width: 90% }
  158.  
  159. table.uatshoot td        { padding: 0px 0px 0px 5px }
  160.  
  161. a:link.uatshoot, a:visited.uatshoot     {color:"#000000"; font-weight: normal;  text-decoration:none;}
  162.  
  163. a:hover.uatshoot, a:active.uatshoot     {color:"#0000FF"; text-decoration: none }
  164.  
  165.  
  166. /*******************************************/
  167. /*  these classes are for thumbnail art      */
  168.  
  169. a:link img.thumbnail        {border-color: "#0000FF";}
  170.  
  171. a:active img.thumbnail    { border-color: "#FF0000";}
  172.  
  173. a:hover img.thumbnail    {border-color: "#FF0000";}
  174.  
  175. img.thumbnail        {vertical-align: top; margin-left: 0;
  176.              width:90; border-width:1;}
  177.          
  178. div.thumbnail        {float:left; width: 105; margin-top: "1em"; margin-bottom: "-0.3em"; 
  179.              clear: both;  }
  180.  
  181. /*********************************************/                
  182. /* this class style is used for the navigation tree in MMC */
  183.         
  184. p.navTree        { margin-top:" .2em"; }
  185.  
  186. ul.navTree     {  list-style-type: none; }
  187.  
  188. li.branch        { margin-top:" -.5em"; margin-bottom: ".6em";}
  189.  
  190. a.where            {}    /* use for the expand <a> tag */
  191.  
  192. /***************************************************************/
  193. /* these class styles are used for <span> tags  simulating buttons & their div */
  194.  
  195. #buttonMenu    { padding:  0.5em 0.3em 0.1em 0.3em;
  196.               padding-left:6px;
  197.               border-bottom: thin solid #999999;
  198.               background: #BBBBBB;
  199.               vertical-align:top;
  200.               z-index:2;
  201.               visibility:visible;
  202.               left:0; top:0; 
  203.               text-align:left;
  204.               margin:"0 1em 0 0"; 
  205.               position:absolute;
  206.               width: "100%";
  207.               }
  208.                           
  209. a:link.button, a:visited.button, span.button {
  210.               border-top-color: #EEEEEE ;
  211.               border-left-color: #EEEEEE ;
  212.               border-bottom-color: #666666 ;
  213.               border-right-color: #666666 ;
  214.               background-color: #DDDDDD ;
  215.               color:#0000FF;
  216.               text-decoration: "none";
  217.               text-align: "center";
  218.               font-weight: "bold" ;
  219.               height:"1.5em"; width:"17px"; cursor:"hand";
  220.               border-style: "solid"; border-width: 1;
  221.             }
  222.             
  223. a:active.button, a:hover.button    {
  224.               border-top-color: #666666 ;
  225.               border-left-color: #666666 ;
  226.               border-bottom-color: #EEEEEE ;
  227.               border-right-color: #EEEEEE;
  228.               background-color: #FFFFFF;
  229.               text-decoration: "none";
  230.               text-align: "center";
  231.               font-weight: "bold" ;
  232.               height:"1.5em"; width:"17px"; cursor:"hand";
  233.               border-style: "solid"; border-width: 1;
  234.               }
  235.  
  236. /* The following span is used to display
  237. items that have no entries  - AMS */
  238.               
  239. span.buttoninactive {background: #C0C0C0;
  240.                     border: 1 solid #eeeeee;
  241.                     height: 1.4em;
  242.                     width: 1.4em;
  243.                     text-align: center;
  244.                     font-weight: bold;
  245.                     color: #808080;
  246.                     vertical-align:top;
  247.                     cursor: default;
  248.                     }
  249.  
  250. #list        { padding:.4em 0.3em 100% 0.3em;
  251.               overflow:auto;
  252.               line-height:0.4em;
  253.               height:100%; width: "100%";
  254.               z-index:1;
  255.               left:0; top:0; 
  256.               text-align:left;
  257.               margin:0; 
  258.               position:absolute;
  259.               margin-left:"1em"; line-height:100%;
  260.               }
  261.               
  262. p.marker    { font-weight:bold;
  263.                 margin-top: "2em";
  264.                 color:#000000;
  265.                 font-size:"110%";
  266.                 }              
  267. /************************************************/
  268. /* class styles reserved for mouseover/mouseout DHTML   */
  269.  
  270. .cold        {}
  271. .hot        {}
  272.  
  273. /**********************************************************************/
  274. /* ID styles reserved for <a> tags  calling OCX's within HTML Help by creating  OBJECTS */
  275.  
  276.  
  277. #wPopup        {}
  278.  
  279. a:link#wPopup, a:visited#wPopup    {color: "#006600";}
  280. a:hover#wPopup, a:active#wPopup    {color: "#FF0000";}
  281.  
  282.  
  283. img.popup     {border: none; margin-right: "0.5em"; vertical-align:middle;}
  284.  
  285. #shortcut        {}
  286.  
  287. img.shortcut     {border: none; margin-right: "0.5em"; vertical-align:middle;}
  288.  
  289. #specLoc        {}
  290.  
  291. #relTopics        {}
  292.  
  293. p.relTopics img     {vertical-align:top;}     /* img is class=alert */
  294.  
  295. #altLoc        {}
  296.  
  297. p.note,p.tip, p.important, p.caution, p.warning 
  298.         { font-weight:bold; clear:both;
  299.          margin-top:"1em"; 
  300.          margin-bottom:"-.25em"; }    
  301.  
  302. img.alert        {border:none;}          /* for icon images - note, tip, important, caution, warning*/
  303.  
  304.  
  305. /***********************************/
  306. /*   Style for print only functionality used with external URL link   coUA_print.css*/
  307.  
  308. span.printOnly    {display:none }
  309.  
  310. /***********************************/
  311. /*   Styles for checklists   */
  312.  
  313. .userData         {behavior:url(#default#userdata); }  /*sets persistance*/
  314.  
  315. #checklist        {width:100%;  text-align:left; margin:"0.3em 0em";}
  316.  
  317. #checklist li     {text-indent:"0.2em";}
  318.  
  319. /*********************************/                
  320. /*  these classes are for previous next navigation     */
  321.  
  322. a:hover.navbar, a:active.navbar        {} /* text in nav */
  323. a:link.navbar, a:visited.navbar        {}
  324.               
  325. #nav    { left:0; top:0px;
  326.       text-align:left; 
  327.       margin:0; 
  328.       position:absolute;
  329.       padding-bottom: 1px; padding-top: 3px;
  330.       padding-right:6px; padding-left:5px;
  331.       align:top;
  332.       visibility:hidden;
  333.       z-index:1;  }
  334.  
  335. #text    { left:0; top:0px;
  336.        margin:0; 
  337.        position:absolute;
  338.        padding:10px;
  339.        overflow:auto;
  340.        height:100%;
  341.        z-index:1; 
  342.                 background-repeat:no-repeat;
  343.        background-position: bottom right;
  344.        background-attachment:fixed; }
  345.  
  346.  
  347. /***************************************************/
  348. /* STYLES USED IN THE WEB DELIVERABLE ONLY  */
  349.  
  350.  
  351. /***********************************/
  352. /*   links   */
  353.  
  354. #wPopupWeb    {}
  355.  
  356. a:link#wPopupWeb            {color: "#006600";}
  357. a:hover#wPopupWeb        {color: "#FF0000";}
  358. a:active#wPopupWeb        {color: "#FF0000";}
  359. a:visited#wPopupWeb        {color: "#006600";}
  360.  
  361. #shortcutWeb    {}
  362.  
  363. #specLocWeb    {}
  364.  
  365. #relTopicsWeb    {}
  366.  
  367. #altLocWeb    {}
  368.  
  369.  
  370. /***********************************/
  371. /*   popups   */
  372.  
  373. div.popup        { visibility:hidden; z-index:3;
  374.                  position:absolute; 
  375.                  top:200; left:200; 
  376.                  width:"250"; padding:"6px"; 
  377.                  background-color:#FFFFCC;
  378.                  border-style: solid;
  379.                  border-width: 1;
  380.                  border-color: #666666;
  381.                                       }
  382.  
  383.  
  384.  
  385.               
  386.