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

  1. .mstheme
  2. {
  3.     nav-banner-image: url(acnvbnr.gif);
  4.     separator-image: url(acnvrule.gif);
  5.     list-image-1: url(acnvbul1.gif);
  6.     list-image-2: url(acnvbul2.gif);
  7.     list-image-3: url(acnvbul3.gif);
  8.     navbutton-horiz-pushed: url(cnvhbp.gif);
  9.     navbutton-horiz-normal: url(cnvhbs.gif);
  10.     navbutton-horiz-hovered: url(cnvhbh.gif);
  11.     navbutton-vert-pushed: url(cnvvbp.gif);
  12.     navbutton-vert-normal: url(cnvvbs.gif);
  13.     navbutton-vert-hovered: url(cnvvbh.gif);
  14.     navbutton-home-normal: url(cnvhomes.gif);
  15.     navbutton-home-hovered: url(cnvhomeh.gif);
  16.     navbutton-home-pushed: url(cnvhomes.gif);
  17.     navbutton-up-normal: url(cnvups.gif);
  18.     navbutton-up-hovered: url(cnvuph.gif);
  19.     navbutton-up-pushed: url(cnvups.gif);
  20.     navbutton-prev-normal: url(cnvprevs.gif);
  21.     navbutton-prev-hovered: url(cnvprevh.gif);
  22.     navbutton-prev-pushed: url(cnvprevs.gif);
  23.     navbutton-next-normal: url(cnvnexts.gif);
  24.     navbutton-next-hovered: url(cnvnexth.gif);
  25.     navbutton-next-pushed: url(cnvnexts.gif);
  26. }
  27. .mstheme-bannertxt
  28. {
  29.     font-family: Arial, Arial, Helvetica;
  30.     font-size: 6;
  31.     color: rgb(255,255,255);
  32. }
  33. .mstheme-horiz-navtxt
  34. {
  35.     font-family: Arial, Arial, Helvetica;
  36.     font-size: 2;
  37.     font-weight: bold;
  38.     color: rgb(255,255,255);
  39. }
  40. .mstheme-vert-navtxt
  41. {
  42.     font-family: Arial, Arial, Helvetica;
  43.     font-size: 2;
  44.     font-weight: bold;
  45.     color: rgb(255,255,255);
  46. }
  47. .mstheme-navtxthome
  48. {
  49.     font-family: Arial, Arial, Helvetica;
  50.     font-size: 1;
  51.     color: rgb(51,0,153);
  52. }
  53. .mstheme-navtxtup
  54. {
  55.     font-family: Arial, Arial, Helvetica;
  56.     font-size: 1;
  57.     color: rgb(51,0,153);
  58. }
  59. .mstheme-navtxtprev
  60. {
  61.     font-family: Arial, Arial, Helvetica;
  62.     font-size: 1;
  63.     color: rgb(51,0,153);
  64. }
  65. .mstheme-navtxtnext
  66. {
  67.     font-family: Arial, Arial, Helvetica;
  68.     font-size: 1;
  69.     color: rgb(51,0,153);
  70. }
  71. UL
  72. {
  73.     list-style-image:url(acnvbul1.gif);
  74. }
  75. UL UL
  76. {
  77.     list-style-image:url(acnvbul2.gif);
  78. }
  79. UL UL UL
  80. {
  81.     list-style-image:url(acnvbul3.gif);
  82. }
  83.