home *** CD-ROM | disk | FTP | other *** search
/ PC & Mediji 2002 March / PCM_0203.iso / MEDIA / PREIZKUSNI / WinIVR.msi / Instal01.cab / _B0D25C39009043B28E2D03F43869A332 / coua.css < prev    next >
Cascading Style Sheet File  |  2002-01-30  |  8KB  |  311 lines

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