home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 May / Chip_2002-05_cd1.bin / internet / nemcina / www / _themes / canvas / graph0.css < prev    next >
Cascading Style Sheet File  |  2001-10-20  |  1KB  |  74 lines

  1. .mstheme
  2. {
  3.     nav-banner-image: url(cnvbnr.gif);
  4.     separator-image: url(cnvrule.gif);
  5.     list-image-1: url(cnvbull1.gif);
  6.     list-image-2: url(cnvbull2.gif);
  7.     list-image-3: url(cnvbull3.gif);
  8.     navbutton-horiz-pushed: url(cnvphbp.gif);
  9.     navbutton-horiz-normal: url(cnvphb.gif);
  10.     navbutton-vert-pushed: url(cnvpvbp.gif);
  11.     navbutton-vert-normal: url(cnvpvb.gif);
  12.     navbutton-home-normal: url(cnvhome.gif);
  13.     navbutton-up-normal: url(cnvup.gif);
  14.     navbutton-prev-normal: url(cnvprev.gif);
  15.     navbutton-next-normal: url(cnvnext.gif);
  16. }
  17. .mstheme-bannertxt
  18. {
  19.     font-family: Arial, Arial, Helvetica;
  20.     font-size: 6;
  21.     vertical-align: top;
  22.     color: rgb(0,0,102);
  23. }
  24. .mstheme-horiz-navtxt
  25. {
  26.     font-family: Arial, Arial, Helvetica;
  27.     font-size: 2;
  28.     font-weight: bold;
  29.     color: rgb(255,255,255);
  30. }
  31. .mstheme-vert-navtxt
  32. {
  33.     font-family: Arial, Arial, Helvetica;
  34.     font-size: 2;
  35.     font-weight: bold;
  36.     color: rgb(255,255,255);
  37. }
  38. .mstheme-navtxthome
  39. {
  40.     font-family: Arial, Arial, Helvetica;
  41.     font-size: 1;
  42.     color: rgb(0,51,0);
  43. }
  44. .mstheme-navtxtup
  45. {
  46.     font-family: Arial, Arial, Helvetica;
  47.     font-size: 1;
  48.     color: rgb(0,51,0);
  49. }
  50. .mstheme-navtxtprev
  51. {
  52.     font-family: Arial, Arial, Helvetica;
  53.     font-size: 1;
  54.     color: rgb(0,51,0);
  55. }
  56. .mstheme-navtxtnext
  57. {
  58.     font-family: Arial, Arial, Helvetica;
  59.     font-size: 1;
  60.     color: rgb(0,51,0);
  61. }
  62. UL
  63. {
  64.     list-style-image:url(cnvbull1.gif);
  65. }
  66. UL UL
  67. {
  68.     list-style-image:url(cnvbull2.gif);
  69. }
  70. UL UL UL
  71. {
  72.     list-style-image:url(cnvbull3.gif);
  73. }
  74.