home *** CD-ROM | disk | FTP | other *** search
/ PC User 2011 September / PCUser_Sept_2011.iso / Templates / progface.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2010-12-19  |  1.7 KB  |  71 lines

  1. .menu {font-size:10pt; font-weight:bold; background:none; font-family:Arial, Verdana,Helvetica, sans-serif}
  2. .menu:link {text-decoration:none; color:#000000;}
  3. .menu:active {text-decoration:none; color:#000000;}
  4. .menu:visited {text-decoration:none; color:#000000;}
  5. .menu:hover {
  6.     text-decoration:none;
  7.     color:#FFFFFF;
  8.     text-align: left;
  9.     font-size: 10pt;
  10. }
  11.  
  12. .menu2 {font-size:10pt; background:none; font-family:Arial, Verdana,Helvetica, sans-serif}
  13. .menu2:link {text-decoration:none; color:#00B0C6;}
  14. .menu2:active {text-decoration:none; color:#00B0C6;}
  15. .menu2:visited {text-decoration:none; color:#00B0C6;}
  16. .menu2:hover {
  17.     text-decoration:none;
  18.     color:#000000;
  19.     text-align: left;
  20. }
  21.  
  22. .menu3 {font-size:10pt; font-weight:bold; background:none; font-family:Arial, Verdana,Helvetica, sans-serif}
  23. .menu3:link {text-decoration:none; color:#FF0000;}
  24. .menu3:active {text-decoration:none; color:#FF0000;}
  25. .menu3:visited {text-decoration:none; color:#FF0000;}
  26. .menu3:hover {text-decoration:none; color:#FF0000;}
  27.  
  28. p {
  29.     font-size:10pt;
  30.     color:#000;
  31.     font-family:Arial, Verdana,Helvetica, sans-serif;
  32.     text-align: left;
  33. }
  34. div {
  35.     font-size:10pt;
  36.     color:#000000;
  37.     font-family:Arial, Verdana,Helvetica, sans-serif;
  38.     text-align: left;
  39. }
  40. TD,TR {
  41.     font-size:10pt;
  42.     color:#000;
  43.     font-family:Arial, Verdana, Helvetica, sans-serif
  44. }
  45. .right_align {
  46.     text-align: right;
  47. }
  48. .right_align {
  49.     font-weight: normal;
  50. }
  51. .right_align .right_align strong {
  52.     color: #000;
  53.     font-weight: normal;
  54. }
  55. .Centre {
  56.     text-align: center;
  57. }
  58. .red_text {
  59.     color: #F00;
  60. }
  61. .LARGE_text {
  62.     font-size: 14pt;
  63. }
  64. .right_align .green_text {
  65.     color: #060;
  66. }
  67. }
  68. .green_text {
  69.     color: #060;
  70. }
  71.