home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 2004 July / APC0407D1.iso / powerkit / firewall / files / NPF2004.exe / Setup / ISCommon / APP / AlertAst.exe / HTML / ALERTASSISTANT.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-09-06  |  778 b   |  35 lines

  1. .AlertAst_TopBarYellow
  2. {
  3.     BACKGROUND-POSITION: right center;
  4.     BACKGROUND-IMAGE: url(Alert_top_bar_yellow.gif);
  5.     BACKGROUND-REPEAT: no-repeat
  6. }
  7. .AlertAst_TopBarRed
  8. {
  9.     BACKGROUND-POSITION: right center;
  10.     BACKGROUND-IMAGE: url(Alert_top_bar_red.gif);
  11.     BACKGROUND-REPEAT: no-repeat
  12. }
  13. .AlertAst_SectionHeading
  14. {
  15.     font-family:Arial; 
  16.     color:black; 
  17.     font-weight:bold; 
  18.     font-size:12pt; 
  19.     align:left; 
  20.     background-color:cecece;
  21. }
  22. .AlertAst_KnownProgramList
  23. {
  24.     BORDER-RIGHT: thin inset;
  25.     PADDING-RIGHT: 5px;
  26.     BORDER-TOP: thin inset;
  27.     PADDING-LEFT: 5px;
  28.     PADDING-BOTTOM: 5px;
  29.     OVERFLOW: scroll;
  30.     BORDER-LEFT: thin inset;
  31.     WIDTH: 484px;
  32.     PADDING-TOP: 5px;
  33.     BORDER-BOTTOM: thin inset;
  34.     HEIGHT: 370px
  35. }