You can always change it by yourself in your local installation.

Find the file skin.css in the HTML/Fishbone directory i the SlimServer
installation.

Find this section:

Code:
--------------------
    
  .listing, .listing2, .even, .odd
  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background:black;
  color:#999;
  padding-left: 1px;
  margin: 0px;
  border-top:solid 1px #333;
  }
  
--------------------


Replace it with this:
(.odd has been removed from the first section and a new section has
been added for .odd with background set to dark gray)

Code:
--------------------
    
  .listing, .listing2, .even
  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background:black;
  color:#999;
  padding-left: 1px;
  margin: 0px;
  border-top:solid 1px #333;
  }
  .odd
  {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background:#111;
  color:#999;
  padding-left: 1px;
  margin: 0px;
  border-top:solid 1px #333;
  }
  
--------------------


Some SlimServer developer will hopefully give you an answer if this can
be included in the distribution, but I suspect the Fishbone skin has
been designed to not have different colors on odd and even rows.


-- 
erland

Erland Isaksson
'My homepage' (http://erland.homeip.net) 'My download page'
(http://erland.homeip.net/download)
(Developer of 'TrackStat, SQLPlayList, DynamicPlayList, Custom Browse,
Custom Scan,  Custom Skip, Multi Library and RandomPlayList plugins'
(http://wiki.erland.homeip.net/index.php/Category:SlimServer))
------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=34860

_______________________________________________
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss

Reply via email to