home *** CD-ROM | disk | FTP | other *** search
/ Kompuutteri Kaikille K-CD 2001 #5 / K-CD_2001-05.iso / Panda / PAV6_UK.CHM / styles.css < prev    next >
Cascading Style Sheet File  |  2000-03-24  |  2KB  |  135 lines

  1. body         
  2.     {  
  3.     background-color: #FEFEF2;
  4.     font-size: 70%;
  5.     font-family: Verdana, Arial, Helvetica, sans-serif;    
  6.     }
  7.  
  8. a:link
  9.     {
  10.     background: transparent; 
  11.     color: #000099;
  12.     } 
  13.  
  14. a:visited
  15.     {  
  16.     color: #996699;
  17.     }
  18.  
  19. a:active
  20.     {
  21.     color: #999999;
  22.     }
  23.  
  24.  
  25. p    
  26.     { 
  27.     margin-bottom: -.75em;    
  28.     }    
  29.  
  30. li p
  31.     {
  32.     margin-top: .75em;
  33.     margin-bottom: 1.25em;    
  34.     }    
  35.  
  36. li
  37.     {
  38.     margin-left: -.25in;
  39.     }     
  40.  
  41. ol li    
  42.     {
  43.     margin-left: -.15in;
  44.     } 
  45.  
  46. ul
  47.     {
  48.     list-style: disc;
  49.     }
  50.  
  51. ul.onestep
  52.     {
  53.     list-style: disc;
  54.     }
  55.  
  56.  
  57. code        { font-family: Courier New, Courier;     }
  58.  
  59. pre        { font-family: Courier New, Courier;     }
  60.  
  61. table     { font-size: 100%;
  62.         text-align: left;
  63.         margin-top: 0em;
  64.         }
  65.  
  66. tr        { margin: .25em;
  67.         vertical-align: top;
  68.         }
  69.             
  70. th         { text-align: left;
  71.         margin: .25em;
  72.         vertical-align: top;
  73.         background: #dddddd;
  74.         }
  75.                         
  76. td        { margin: .25em;
  77.         background: #eeeeee;
  78.         vertical-align: top;
  79.         }
  80.  
  81. h5            {font-size: 100%;
  82.             }
  83.  
  84. h5.subh        { margin-bottom: -1.5em;
  85.             margin-top: 2em;
  86.             }
  87.  
  88. h5.proch        { margin-bottom: -1em;
  89.             }
  90.  
  91. h5.topich        { margin-bottom: -1em;
  92.             }
  93.  
  94. h5.note        { margin-top: 2em;
  95.             margin-bottom: -1em;
  96.             }
  97.  
  98. h5.relh        { margin-top: 2.75em;
  99.             margin-bottom: -1em;
  100.             }
  101.  
  102. .dectree    { margin-left: 1.33em;
  103.         margin-top: 1.5em;
  104.         }
  105.  
  106. dectree p     { margin-top: 1.25em;
  107.         }
  108.  
  109.  
  110. .reltopics        { 
  111.             {
  112.             
  113. p.reltopics     { margin-left: 3em; 
  114.             }
  115.             
  116. img.logo     { position:relative; left: -4px; 
  117.             }
  118.  
  119. .open        { background: #ffffff;
  120.         margin: 0em;
  121.         }
  122.  
  123. .openprod    { background: #ffffff;
  124.         font-family: Verdana, Arial, Helvetica, MS Sans Serif, sans-serif;
  125.         font-size: 1.25em;
  126.         font-weight: 600;
  127.         margin: 0em;
  128.         padding: 0em;
  129.         }
  130.                     
  131. .openhelp    { font-family: Verdana, Arial, Helvetica, MS Sans Serif, sans-serif;
  132.         font-size: 2em;
  133.         background: #cccccc;
  134.         padding: .5em;
  135.         }