View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Update of /cvsroot/dqsd/dqsd
In directory usw-pr-cvs1:/tmp/cvs-serv19710

Modified Files:
        ChangeLog.txt helpbox.js 
Added Files:
        xplocalsearch.css xptoolbarbot.bmp xptoolbartop.bmp 
Log Message:
It's possible to make DQSD match the xp theme through css. This change checks in 
xploacalsearch.css (and supporting bitmaps) that make dqsd look nice on XP's default 
theme.

--- NEW FILE: xplocalsearch.css ---
/*
Use this as localsearch.css to make xp default theme look nice.
*/

body
{
 background: #245edc url(xptoolbartop.bmp) repeat-x fixed top;
}

.txtfld, .clock
{
 background: transparent url(xptoolbarbot.bmp) repeat-x fixed bottom;
 color: white;
 border-width:0px;
 padding-top:8px;
 padding-left:4px;
 padding-right:4px;
 padding-bottom:5px;
}

.gobutton, .mogobutton, .mdgobutton
{
 background: transparent url(xptoolbarbot.bmp) repeat-x fixed bottom;
 border:0px;
 color: white;
 position:absolute;
}


/*
Styles for the calendar
*/
.cal
{
 color:white;
}
.calnavmonth, .calnavmonthhigh, .calnavyear, .calnavyearhigh
{
  padding:1px;
  border-width:0;
}
.caltodayevent, .caltodayeventhigh
{
  background-color:darkblue;
  border-width:0;
}
.caltoday, .caltodayhigh
{
  background-color:darkblue;
  border-width:0px;
}

/*
Styles for the help box
*/
.helpboxBody
{
  background: window;
}

--- NEW FILE: xptoolbarbot.bmp ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: xptoolbartop.bmp ---
(This appears to be a binary file; contents omitted.)

Index: ChangeLog.txt
===================================================================
RCS file: /cvsroot/dqsd/dqsd/ChangeLog.txt,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** ChangeLog.txt       28 Jul 2002 22:49:42 -0000      1.61
--- ChangeLog.txt       29 Jul 2002 02:40:41 -0000      1.62
***************
*** 1,2 ****
--- 1,21 ----
+ -- What's new for 3.0.0.???
+ 
+ New Searches
+ 
+ * 
+ 
+ Modified Searches
+ 
+ * 
+ 
+ Enhancements
+ 
+ * install now bundled with xplocalsearch.css, to be used as localsearch.css to make
+   things match with XP default theme.
+ 
+ Bug Fixes
+ 
+ * 
+ 
  -- What's new for 3.0.0.23
  

Index: helpbox.js
===================================================================
RCS file: /cvsroot/dqsd/dqsd/helpbox.js,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -d -r1.33 -r1.34
*** helpbox.js  26 Jul 2002 21:09:00 -0000      1.33
--- helpbox.js  29 Jul 2002 02:40:42 -0000      1.34
***************
*** 175,179 ****
      mesg += "<script type='text/Jscript' src='savesearchsettings.js'></script>\n";
      mesg += "</head>\n"
!     mesg += "<body scroll=yes onunload='saveSearchSettings()'>\n<a 
name='#top'></a>\n<table height='100%' width='100%' cellpadding=20>\n<tr><td 
class=helpbox><center><b>";
  
      try
--- 175,179 ----
      mesg += "<script type='text/Jscript' src='savesearchsettings.js'></script>\n";
      mesg += "</head>\n"
!     mesg += "<body scroll=yes onunload='saveSearchSettings()' class=helpboxBody>\n<a 
name='#top'></a>\n<table height='100%' width='100%' cellpadding=20>\n<tr><td 
class=helpbox><center><b>";
  
      try




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Reply via email to