home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 October / Chip_2002-10_cd1.bin / zkuste / vbasic / Data / Utils / WMP71SDK.exe / wmpsdk.chm / coua.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-10-17  |  7.4 KB  |  294 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. .blue {
  107.     color: #0000CC }
  108.  
  109. /****      extended class styles ************************/
  110. /*                                           */
  111. /* add comment tags to disable the style         */
  112.  
  113. p.indent        { margin-left: "2em"; }       /* this class style is used to indent text for notes and warnings; use this instead of the blockquote tag */
  114.  
  115. p.indent2        { margin-left: "3.5em"; }   /* this class style is used to indent text a second level under the first  indent */
  116.         
  117. p.proclabel    { font-size: 100%;     
  118.         font-weight: bold; clear: both; }
  119.  
  120. /**************************************************************************************************************/
  121. /* these class styles are used for the expanding and collapsing text files (expand function in shared.js)  */
  122.  
  123. #expand             {margin-bottom: "0.6em";}
  124.  
  125. a:link.expandToggle, a:visited.expandToggle     {color:"#000000"; font-weight: bold;  text-decoration:none;}
  126.  
  127. a:hover.expandToggle, a:active.expandToggle     {color:"#0000FF";}
  128.  
  129. img.expand         { border: none; width:".8em"; margin-right:"0.5em";}
  130.         
  131. div.expand        { margin-left: "1.5em"; margin-bottom: "1em"; display:none }
  132.  
  133.  
  134. p.empty            { font-weight: bold; }
  135.  
  136. span.empty        { font-weight: bold; margin-bottom: 12; margin-left: 16 }
  137.  
  138. /*******************************************/
  139. /*  these classes are for thumbnail art      */
  140.  
  141. a:link img.thumbnail        {border-color: "#0000FF";}
  142.  
  143. a:active img.thumbnail    { border-color: "#FF0000";}
  144.  
  145. a:hover img.thumbnail    {border-color: "#FF0000";}
  146.  
  147. img.thumbnail        {vertical-align: top; margin-left: 0;
  148.              width:90; border-width:1;}
  149.          
  150. div.thumbnail        {float:left; width: 105;}
  151.         
  152.  
  153. /* these class styles are used for <span> tags  simulating buttons & their div */
  154.  
  155. .button        { border-top-color: "#000000";
  156.           border-left-color: "#000000";
  157.           border-bottom-color: "#666666";
  158.           border-right-color: "#666666";
  159.           background-color: "#dddddd";
  160.         }
  161. .push        { border-top-color: "#666666";
  162.           border-left-color: "#666666";
  163.           border-bottom-color: "#000000";
  164.           border-right-color: "#000000";
  165.           background-color: "#FFFFFF";
  166.         }
  167.  
  168. #buttonDiv    { padding: 0.5em 0.3em 0.1em 0.3em;
  169.           border-bottom: thin groove #808080;
  170.           background: "#C0C0C0";
  171.           align:top;
  172.           }
  173. /************************************************/
  174. /* class styles reserved for mouseover/mouseout DHTML   */
  175.  
  176. .cold        {}
  177. .hot        {}
  178.  
  179. /**********************************************************************/
  180. /* ID styles reserved for <a> tags  calling OCX's within HTML Help by creating  OBJECTS */
  181.  
  182.  
  183. #wPopup        {}
  184.  
  185. a:link#wPopup        {color: "#006600";}
  186. a:hover#wPopup        {color: "#FF0000";}
  187. a:active#wPopup        {color: "#FF0000";}
  188. a:visited#wPopup        {color: "#006600";}
  189.  
  190. img.popup     {border: none; margin-right: "0.5em"; vertical-align:middle;}
  191.  
  192. #shortcut        {}
  193.  
  194. img.shortcut     {border: none; margin-right: "0.5em"; vertical-align:middle;}
  195.  
  196. #specLoc        {}
  197.  
  198. #relTopics        {}
  199.  
  200. p.relTopics img     {vertical-align:top;}     /* img is class=alert */
  201.  
  202. #altLoc        {}
  203.  
  204. p.note,p.tip, p.important, p.caution, p.warning 
  205.         { font-weight:bold; clear:both;
  206.          margin-top:"1em"; 
  207.          margin-bottom:"-.25em"; }    
  208.  
  209. img.alert        {border:none;}          /* for icon images - note, tip, important, caution, warning*/
  210.  
  211.  
  212. /***********************************/
  213. /*   Style for print only functionality used with external URL link   coUA_print.css*/
  214.  
  215. span.printOnly    {display:none }
  216.  
  217. /***********************************/
  218. /*   Styles for checklists   */
  219.  
  220. .userData         {behavior:url(#default#userdata); }  /*sets persistance*/
  221.  
  222. #checklist        {width:100%;  text-align:left; margin:"0.3em 0em";}
  223.  
  224. #checklist li     {text-indent:"0.2em";}
  225.  
  226. /*********************************/                
  227. /*  these classes are for previous next navigation     */
  228.  
  229. a:hover.navbar, a:active.navbar        {} /* text in nav */
  230. a:link.navbar, a:visited.navbar        {}
  231.               
  232. #nav    { left:0; top:0px;
  233.       text-align:left; 
  234.       margin:0; 
  235.       position:absolute;
  236.       padding-bottom: 1px; padding-top: 3px;
  237.       padding-right:6px; padding-left:5px;
  238.       align:top;
  239.       visibility:hidden;
  240.       z-index:1;  }
  241.  
  242. #text    { left:0; top:0px;
  243.        text-align:left;
  244.        margin:0; 
  245.        position:absolute;
  246.        padding:10px;
  247.        overflow:auto;
  248.        height:100%;
  249.        z-index:1; 
  250.                 background-repeat:no-repeat;
  251.        background-position: bottom right;
  252.        background-attachment:fixed; }
  253.  
  254.  
  255. /***************************************************/
  256. /* STYLES USED IN THE WEB DELIVERABLE ONLY  */
  257.  
  258.  
  259. /***********************************/
  260. /*   links   */
  261.  
  262. #wPopupWeb    {}
  263.  
  264. a:link#wPopupWeb            {color: "#006600";}
  265. a:hover#wPopupWeb        {color: "#FF0000";}
  266. a:active#wPopupWeb        {color: "#FF0000";}
  267. a:visited#wPopupWeb        {color: "#006600";}
  268.  
  269. #shortcutWeb    {}
  270.  
  271. #specLocWeb    {}
  272.  
  273. #relTopicsWeb    {}
  274.  
  275. #altLocWeb    {}
  276.  
  277.  
  278. /***********************************/
  279. /*   popups   */
  280.  
  281. div.popup        { visibility:hidden; z-index:3;
  282.                  position:absolute; 
  283.                  top:200; left:200; 
  284.                  width:"250"; padding:"6px"; 
  285.                  background-color:#FFFFCC;
  286.                  border-style: solid;
  287.                  border-width: 1;
  288.                  border-color: #666666;
  289.                                       }
  290.  
  291.  
  292.  
  293.               
  294.