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