home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 March / MINDWARE_MAR_2001.iso / Software / internet / sentinel / setup.exe / data1.cab / Help_Files / Sentinel.chm / masterstyles.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-12-03  |  1.7 KB  |  71 lines

  1. .TITLE_BAR   { font-family: Verdana, Arial, Helvetica; font-size: 8pt; letter-spacing: 3px; 
  2.                text-align: Left; background-color: #0066CC; color: #FFFFFF; 
  3.                font-weight: bold; position: absolute; left: 0px; top: 0px; width: 800px;
  4.                border: 2 solid #0000FF }
  5.                
  6.                
  7. td         { font-size: 10pt }
  8. body         { font-size: 10pt }
  9. .clsContentText            {font-family:verdana;font-size:x-small;padding-left:11px;}
  10. .clsTab             {
  11.     color: #FFFFFF;
  12.     font-weight: bold;
  13.     background-color: #003366;
  14.     cursor: hand;
  15.  
  16.     border-right: 1px solid #99ccff;
  17.     border-bottom: 1px solid #99ccff;
  18. }
  19. .clsTabSelected         {
  20.     color: #ccffcc;
  21.     font-weight: bold;
  22.     background-color: #6699CC;
  23.     cursor: default;
  24.  
  25.     border-top: 2px outset #99ccff;
  26.     border-right: 2px outset #336699;
  27. }
  28. a.clsTabLink            {font-size:xx-small;text-decoration:none;color: white;cursor: default;font-weight: normal;}
  29. a.clsTabLinkSelected         {font-size:xx-small;text-decoration:none;color:#ccffcc;cursor: default;font-weight: bold;}
  30. a.clsTabLinkSelected:hover     {font-size:xx-small;text-decoration:none;color:#ccffcc;cursor: default;font-weight: bold;}
  31. a.clsTabLink:hover         {font-size:xx-small;text-decoration:none;color: white;cursor: hand;font-weight: normal;}
  32. a.clsMoreLink            {text-decoration:none;border:none}               
  33.                
  34.                
  35. a:link
  36. {
  37.     /*color: rgb(0,102,102); */
  38. }
  39. a:visited
  40. {
  41.     /*color: rgb(0,153,153); */
  42. a:active 
  43. {
  44.     /*color: rgb(255,102,0);*/
  45. }
  46. h1, h2, h3, h4, h5, h6, p, body, a, td
  47. {
  48.     font-family: Verdana, Arial, Helvetica;
  49. }
  50. h1           { font-size: 12pt; margin-top: 30px }
  51. h2
  52. {
  53.     font-size: 10pt
  54. }
  55. h3
  56. {
  57.     font-size: 8pt
  58. }
  59. h4
  60. {
  61.     font-size: 6pt
  62. }
  63. h5
  64. {
  65.     font-size: 4pt
  66. }
  67. h6
  68. {
  69.     font-size: 2pt
  70. }