home *** CD-ROM | disk | FTP | other *** search
/ CD Actual Thematic 25: Programming / pc_actual_25.iso / Javascript / InteractiveWebDesignJavascript / _themes / blueprnt / graph0.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-07-18  |  1.7 KB  |  97 lines

  1. .mstheme
  2. {
  3.     separator-image: url(bluhorsd.gif);
  4.     list-image-1: url(blubul1d.gif);
  5.     list-image-2: url(blubul2d.gif);
  6.     list-image-3: url(blubul3d.gif);
  7.  
  8.     nav-banner-image: url(blubannd.gif);
  9.  
  10.     navbutton-horiz-normal: url(bluhbudd.gif);
  11.     navbutton-horiz-pushed: url(bluhbusd.gif);
  12.  
  13.     navbutton-vert-normal: url(bluvbudd.gif);
  14.     navbutton-vert-pushed: url(bluvbusd.gif);
  15.  
  16.     navbutton-home-normal: url(bluhombd.gif);
  17.  
  18.     navbutton-next-normal: url(blunexbd.gif);
  19.  
  20.     navbutton-prev-normal: url(bluprebd.gif);
  21.  
  22.     navbutton-up-normal: url(bluupbd.gif);
  23.  
  24. }
  25.  
  26. .mstheme-bannertxt
  27. {
  28.     font-family: "Century Gothic", Arial, Helvetica;
  29.     color: rgb(0, 0, 102);
  30.     text-align: center;
  31.     vertical-align: middle;
  32. }
  33. .mstheme-horiz-navtxt
  34. {
  35.     font-family: Arial, Helvetica;
  36.  
  37.     color: rgb(51, 0, 153);
  38.     text-align: center;
  39.     vertical-align: middle;
  40. }
  41.  
  42. .mstheme-vert-navtxt
  43. {
  44.     font-family: Arial, Helvetica;
  45.  
  46.     color: rgb(51, 0, 153);
  47.     text-align: center;
  48.     vertical-align: middle;
  49. }
  50.  
  51. .mstheme-navtxthome
  52. {
  53.     font-family: Arial, Helvetica;
  54.  
  55.     color: rgb(51,0,153);
  56.     text-align: center;
  57.     vertical-align: middle;
  58. }
  59.  
  60. .mstheme-navtxtnext
  61. {
  62.     font-family: Arial, Helvetica;
  63.  
  64.     color: rgb(51,0,153);
  65.     text-align: center;
  66.     vertical-align: middle;
  67. }
  68.  
  69. .mstheme-navtxtprev
  70. {
  71.     font-family: Arial, Helvetica;
  72.  
  73.     color: rgb(51,0,153);
  74.     text-align: center;
  75.     vertical-align: middle;
  76. }
  77.  
  78. .mstheme-navtxtup
  79. {
  80.     font-family: Arial, Helvetica;
  81.  
  82.     color: rgb(51,0,153);
  83.     text-align: center;
  84.     vertical-align: middle;
  85. }
  86. UL
  87.     list-style-image: url(blubul1d.gif);
  88. }
  89. UL UL
  90. {
  91.     list-style-image: url(blubul2d.gif);
  92. }
  93. UL UL UL
  94. {
  95.     list-style-image: url(blubul3d.gif);
  96. }