home *** CD-ROM | disk | FTP | other *** search
/ Sybex Virtual Trainer CCNP Switching / Sybex_Virtual_Trainer_CCNP_Switching.iso / ccnp2711 / media / content / css / style1.css < prev   
Encoding:
Cascading Style Sheet File  |  2000-11-14  |  1.2 KB  |  37 lines

  1. .title {color:#000000; font-family:arial,sans-serif;}
  2.  
  3. .chapterTitle {color:#CC0000; font-family:arial,sans-serif; font-weight:600;}
  4. .chapterOBTitle {color:#000000; font-family:arial,sans-serif; font-weight:600;}
  5.  
  6. .sec1Title {color:#CC0000; font-family:arial,sans-serif; font-weight:600;}
  7. .sec2Title {color:#CC0000; font-family:arial,sans-serif; font-weight:600;}
  8. .sec3Title {color:#CC0000; font-family:arial,sans-serif; font-weight:600;}
  9. .sec4Title {color:#CC0000; font-family:arial,sans-serif; font-weight:600;}
  10.  
  11. .text {color:#000000; font-family:arial,sans-serif;}
  12. .symbol {font-family:symbol;}
  13. .timesItalic {font-family:times; font-style:italic;}
  14. .times {font-family:times;}
  15. .courier {font-family:monospace;}
  16.  
  17. .none {list-style-type:none;}
  18.  
  19. PRE {color:#99FF33;}
  20. .pre_black {color:#000000;}
  21.  
  22. .whitetext {color:#FFFFFF; font-family:arial,sans-serif; font-weight:600;}
  23. .exeTitle {color:#000000; font-family:arial,sans-serif; font-weight:600;}
  24. .exeSubTitle {color:#000000; font-family:arial,sans-serif; font-weight:600;}
  25.  
  26. div.bordB {
  27.         border-bottom: solid;
  28.         border-bottom-width: 1 px;
  29.         padding: 0.5 em;
  30.         border-color: black
  31.         }
  32. div.bordT {
  33.         border-top: solid;
  34.         border-top-width: 1 px;
  35.         padding: 0.5 em;
  36.         border-color: black
  37.         }