home *** CD-ROM | disk | FTP | other *** search
/ PC World Plus! (NZ) 2001 October / PCW1001.iso / October / patch / msmouse32.exe / data1.cab / Help_ENG_Retail / Ipoint.chm / ipstyles.css < prev    next >
Cascading Style Sheet File  |  2000-06-20  |  2KB  |  124 lines

  1. /* Style sheet optimized for IE4x  */
  2.  
  3. body
  4.         { text: #000000;
  5.         background: #FFFFFF;      
  6.         font-size: 70%;            
  7.         font-family: Verdana, Arial, Helvetica, Sans Serif }
  8.  
  9. /* all link colors match the IE4+ default colors */
  10. a:link
  11.         { color: #0000FF; }
  12.     
  13. a:visited
  14.         { color: #800080; }
  15.  
  16. a:active
  17.         { color: #FF0000; }
  18.  
  19. a:hover
  20.         { color: #FF0000; }
  21.  
  22. h1
  23.         { font-size: 140%; 
  24.         margin-bottom: .5em; }
  25.  
  26. h2
  27.         { font-size: 130%;  
  28.         margin-top: 1.5em;
  29.         margin-bottom: .5em; }
  30.  
  31. h3
  32.         { font-size: 120%; 
  33.         margin-top: 1.2em;  
  34.         margin-bottom: .5em; }
  35.  
  36. h4
  37.         { font-size: 110%; 
  38.         margin-top: 1.2em;  
  39.         margin-bottom: .5em; }
  40.  
  41. h5
  42.         { font-size: 100%; 
  43.         margin-top: 1.2em;  
  44.         margin-bottom: .5em; }
  45.  
  46. p
  47.         { margin-top: .6em; 
  48.         margin-bottom: .6em; }
  49.  
  50. p.proclabel
  51.         { font-size: 100%; 
  52.         font-weight: bold; }
  53.             
  54. ol
  55.         { margin-top: .5em; 
  56.         margin-bottom: 0em; 
  57.         margin-left: 2em }
  58.     
  59. ul
  60.         { margin-top: .6em;     
  61.         margin-bottom: 0em;
  62.         margin-left: 1.5em; 
  63.         list-style-type: disc; }
  64.  
  65. li
  66.         { margin-bottom: .7em;
  67.         margin-left: 0em; }
  68.  
  69. dd
  70.         { margin-bottom: 0em; 
  71.         margin-left: 1.5em; } 
  72.  
  73.  
  74. /* for defined terms, follow the "Document Conventions" listing in the Microsoft Manual of Style: */
  75.  
  76. /* Keywords, functions, and anything else the user must enter exactly as shown are bold
  77. --add "font-weight: bold;" to the dt tag */
  78. /* Variables, book titles, and placeholders the user must provide are italic
  79. --add "font-style: italic;" to the dt tag */
  80. /* pre-defined arguments are bold and italic
  81. --add "font-weight: bold;" and "font-style: italic;" to the dt tag */
  82. dt
  83.         { margin-top: 2em; }
  84.  
  85. pre
  86.         { margin-top: 0em;
  87.         margin-bottom: 1.5em; }
  88.  
  89. code
  90.         { font-family: Courier New; 
  91.         font-size: 125% }
  92.  
  93. table
  94.         { font-size: 100%;
  95.         margin-top: .75em; 
  96.         margin-bottom: .75em; 
  97.         padding: 2pt; }
  98.         
  99. th
  100.         { text-align: left;
  101.         background: #FFFFFF;
  102.         vertical-align: bottom;    }
  103.         
  104. tr
  105.         { vertical-align: top; }
  106.  
  107. td
  108.         { background: #FFFFFF;
  109.         vertical-align: top; }
  110.  
  111.  
  112. /*                       */
  113. /* extended class styles */
  114. /*                       */
  115.  
  116.  
  117. /* this class style is used for inline art, especially Related Topics that use icons */
  118. p.margin
  119.         { margin-left: 2em; 
  120.         margin-top: -1.75em; }
  121.  
  122. /* this class style is used to indent text for alerts; use this instead of the blockquote tag */
  123. p.indent
  124.         { margin-left: 2em; }