home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 November / Chip_2003-11_cd2.bin / nav2004 / download / NAV / External / NORTON / NAVUIRES.dll / HTML / NAVUI.CSS < prev    next >
Cascading Style Sheet File  |  2003-08-17  |  1KB  |  86 lines

  1. table {
  2.     border: 0;
  3.     padding: 0;
  4. }
  5.  
  6. a{
  7.     cursor: hand;
  8.     color: Black;
  9.     font-family: Arial;
  10.     font-size: 14px;
  11. }
  12.  
  13. a.LineTextSmall{
  14.     font-size: 12px;
  15.     text-decoration: none;
  16. }
  17.  
  18. a.LineText{
  19.     font-size: 15px;
  20.     text-decoration: none;
  21. }
  22. a.LineText:hover{
  23.     text-decoration : underline;
  24. }
  25. a.LineTextUrgent{
  26.     color: #FF0000;
  27.     font-size: 15px;
  28.     text-decoration: none;
  29. }
  30.  
  31. a.LineTextSmallUrgent{
  32.     font-size: 12px;
  33.     color: #FF0000;
  34.     text-decoration: none;
  35. }
  36.  
  37. a.HintText{
  38.     font-size : 11px;
  39.     text-align : left;
  40. }
  41.  
  42. a.PanelTitle{
  43.     font-size : 20px;
  44.     font-weight : bold;
  45. }
  46.  
  47. a.PanelTitleWarning{
  48.     font-size : 20px;
  49.     font-weight : bold;
  50.     color : Red;
  51. }
  52.  
  53. a.PanelTitleUrgent{
  54.     font-size : 20px;
  55.     font-weight : bold;
  56.     color : Red;
  57. }
  58.  
  59. a.TableHeading{
  60.     font-size : 12px;
  61.     font-weight : bold;
  62. }
  63.  
  64. a.ButtonText{
  65.     font-size : 12px;
  66.     cursor : hand;
  67.     margin-left : 10px;
  68.     margin-right : 10px;
  69.     margin-top : 15 px;
  70.     margin-bottom : 15px;
  71.     vertical-align : middle;
  72.     text-decoration : none;
  73. }
  74.  
  75. a.ButtonText:hover{
  76.     text-decoration : underline;
  77. }
  78.  
  79. a.MoreInfoText{
  80.     font-size : 11px;
  81.     text-decoration : underline;
  82.     cursor: hand;
  83.     text-align : left;
  84.     color : blue;
  85. }
  86.