home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2002 December / PCWDEC02.iso / software / myob_accounting_plus / data1.cab / Full_Help / Help / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-08-07  |  1.9 KB  |  119 lines

  1. /* CSS for MYOB Learning Centre, mostly for search pages at this time */
  2. /* Search Top Frame */
  3. .top_frame {
  4.     font-size: 12px;
  5.     font-weight: bold;
  6.     text-decoration: none;
  7.     color: #000000;
  8.     font-family: Verdana;
  9. }
  10.  
  11. /* Search Results */
  12. .results {
  13.     font-size: 12px;
  14.     text-decoration: none;
  15.     color: #000000;
  16.     font-family: Verdana;
  17. }
  18.  
  19. /* Search Help Page */
  20. .help {
  21.     font-size: 12px;
  22.     text-decoration: none;
  23.     color: #000000;
  24.     font-family: Verdana;
  25. }
  26.  
  27. .helpsmall {
  28.     font-size: 10px;
  29.     font-weight: bold;
  30.     text-decoration: none;
  31.     color: #000000;
  32.     font-family: Verdana;
  33. }
  34.  
  35. /* Copyright */
  36. .copyright {
  37.     font-size: 10px;
  38.     font-weight: bold;
  39.     text-decoration: none;
  40.     color: #000000;
  41.     font-family: Verdana;
  42. }
  43.  
  44. /* Search links */
  45. A.search_results:link {
  46.     font-size: 12px;
  47.     font-weight: bold;
  48.     text-decoration: none;
  49.     color: #000080;
  50.     font-family: Verdana;
  51. }
  52.  
  53. A.search_results:visited {
  54.     font-size: 12px;
  55.     font-weight: bold;
  56.     text-decoration: none;
  57.     color: #004080;
  58.     font-family: Verdana;
  59. }
  60.  
  61. A.search_results:active {
  62.     font-size: 12px;
  63.     font-weight: bold;
  64.     text-decoration: underline;
  65.     color: #800000;
  66.     font-family: Verdana;
  67. }
  68.  
  69. A.seach_results:hover {
  70.     font-size: 12px;
  71.     text-decoration: underline;
  72.     color: #006699;
  73.     font-family: Verdana;
  74. }
  75.  
  76. /* Regular links */
  77. body {
  78.     background-color: #ffffff;
  79. }
  80.  
  81. A:link {
  82.     font-size: 12px;
  83.     font-weight: bold;
  84.     text-decoration: none;
  85.     color: #006699;
  86.     font-family: Verdana;
  87. }
  88.  
  89. A:visited {
  90.     font-size: 12px;
  91.     font-weight: bold;
  92.     text-decoration: none;
  93.     color: #006699;
  94.     font-family: Verdana;
  95. }
  96.  
  97. A:active {
  98.     font-size: 12px;
  99.     font-weight: bold;
  100.     text-decoration: underline;
  101.     color: #006699;
  102.     font-family: Verdana;
  103. }
  104.  
  105. A:hover {
  106.     font-size: 12px;
  107.     text-decoration: underline;
  108.     color: #006699;
  109.     font-family: Verdana;
  110. }
  111.  
  112. H4 {
  113.     font-weight: bold;
  114.     text-decoration: none;
  115.     color: #000000;
  116.     font-family: Verdana;
  117. }
  118.  
  119.