home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Grafica / 3dpie / jpowered_style.css < prev    next >
Cascading Style Sheet File  |  2003-03-25  |  1KB  |  54 lines

  1. body {
  2. background-color: #FFCC00;
  3. }
  4. a {
  5. font-weight:bold;
  6. font-family:Arial,Helvetica;
  7. color:#0000B0;
  8. text-decoration:none;
  9. font-size:12px;
  10. }
  11. a:hover {
  12. font-weight:bold;
  13. font-family:Arial,Helvetica;
  14. color:#AA0000;
  15. text-decoration:underline;
  16. font-size:12px;
  17. }
  18. H1 { color: #000000; font-size: 18px; font-family: Arial,Helvetica;font-weight:bold; margin:5px;}
  19. H2 { color: #000000; font-size: 16px; font-family: Arial,Helvetica;font-style:italic; margin:5px;}
  20. H3 { color: #000000; font-size: 13px; font-family: Arial,Helvetica; font-weight:bold; margin:5px;}
  21. H4 { color: #000000; font-size: 12px; font-family: Arial,Helvetica; font-weight:bold; text-decoration:underline; margin:5px;}
  22. p {
  23. font-family:Arial,Helvetica;
  24. color:#000000;
  25. font-size:12px;
  26. margin:10px;
  27. }
  28. li, ul, ol, td {
  29. font-family:Arial,Helvetica;
  30. color:#000000;
  31. font-size:12px;
  32. }
  33.  
  34. /* Everything below this point does not affect the content, only the header and footer */
  35. /* This sets the backgound color for the top (heading) and bottom (footer) Menus */
  36. td.menu_cell {
  37. background-color: #F0F0B0;
  38. }
  39. /* This sets the background color for the header and the footer */
  40. td.heading_cell {
  41. background-color: #FFCC00;
  42. }
  43. /* This overides the H1 style and sets the style for the Heading only */
  44. H1.heading {
  45. color: #BB3500;
  46. text-align: right;
  47. margin:5px;
  48. }
  49. /* This sets the style for the menu at the bottom (footer) menu */
  50. p.bottom_menu {
  51. margin-left: 5em;
  52. margin-right: 5em;
  53. }
  54.