Are you not using the THEME.CSS (See attached), which develops the
transparency of the bar?  I've not used localsearch.css for these color
settings.

If you don't already have it, try reinstalling my complete theme:

http://www.vysa.net.dqsd.zip

-Matt

-----Original Message-----
From: Michael Kairys [mailto:kai...@comcast.net] 
Sent: Thursday, October 07, 2010 2:10 PM
To: 'DQSD users mailing list'
Subject: Re: [DQSD-Users] Bar color, again

Thanks so much for your reply; glad to know someone is listening :)

Attached seems to be as close as I can get; I got it by setting body and
.txtfld background to black as you suggested:

/* localsearch.css ... */

body
{
  background: #000000;
}

.txtfld, .clock
{
  background: #000000;
  font : calibri;
  font-size : 13;
  font-weight : normal;
}

I saw no difference from using transp.gif instead of 7toolbar1.bmp, i.e. 

background: #000000 url(transp.gif) repeat-x fixed top;

It's not transparent but at least it's not bright blue :)


From: Admin-VYSA [mailto:ad...@vysa.net]
Sent: Thursday, October 07, 2010 1:15 PM
To: 'DQSD users mailing list'; kai...@comcast.net
Subject: RE: [DQSD-Users] Bar color, again

I should have mentioned to use the previously attached file in place of
7toolbar1.bmp (just find/replace in the .css and change to transp.gif).  Be
sure the transp.gif file exists in the DQSD folder next to the
7toolbar1.bmp.

If that works, you may need to remove the black pixels in dqsd.png (little
magnifying glass icon) and make them “transparent” (alpha channel) as well.
If the transp.gif works, you may need to add a few colored pixels at the
very top of the file to best match the embossed look at the top of the
taskbar (as seen in the 7toolbar1.bmp).  I recommend you do all of this in
Photoshop.

I’ve not installed the latest IE9, so please reply with whether or not you
got it to look better.  Thanks!

-Matt

From: Admin-VYSA [mailto:ad...@vysa.net]
Sent: Thursday, October 07, 2010 12:50 PM
To: kai...@comcast.net; 'DQSD users mailing list'
Subject: Re: [DQSD-Users] Bar color, again

Hi Mike:

Did you try using this .GIF file I included in my Win7 x64 Theme which uses
the Alpha Channel that IE9’s adoption of the RGBA color space uses?  Also,
you might want to try all black (RGB: 0/0/0).

From: Michael Kairys [mailto:kai...@comcast.net]
Sent: Thursday, October 07, 2010 12:40 PM
To: dqsd-users@lists.sourceforge.net
Subject: [DQSD-Users] Bar color, again

Hello all,

Rather quiet is this list… I hope someone is still reading it :)

I’ve written a few times about my problems getting the search bar to sit
transparently in my Windows 7 taskbar. I had it looking pretty good until I
installed IE 9 beta, and now it’s a light blue for some reason. See
attached.

Please can anyone tell me how to control this. I would be happy to force it
to the same color as my task bar if I could; I’ve tried putting colors in my
localsearch.css for .txtfld, .clock background but the color I get seems not
to be related to the color I put in, and it doesn’t cover the whole area
anyway.

Any advice appreciated.
/* theme_Windows7_widescreen_Dark_MattB_alt.css
*
*  This is a Windows7 RTM theme file, created by Matt B. (updt 2009) who is a wiz with CSS files.
*  This is an alternate Windows7 theme with larger 17pt fonts for high-res 
*  or widescreen displays for enhanced readability.  I run this at 1920 x 1600
*
*  Before using, take a system restore and backup the DQSD folder
*  Install the Windows7 theme by replacing your existing theme.css file
*  with this file. You will also need one .bmp file copied to your 
*  DQSD directory, 7toolbar1.bmp
*
*  Version 1.0 created 05 October, 2009
*  Submit updates, suggestions, and comments to the DQSD Users list
*  
* !!!IMPORTANT:  This theme is designed to work with Windows 7 RTM Smaller Mode in 
*                Resolution Settings...See enclosed JPG file for these details.
*
*  Once installed, Enter "!" (without quotes) into your Quick Search Toolbar to reload...Enjoy!
*  For housekeeping, turn off the toolbar's Title and Turn off the Windows 7 Taskbar clock (Tray)
*/

body
{
 margin: 0px;
 border: 0;
 padding: 0;
 background: #000000 url(7toolbar1.bmp) repeat-x fixed top;
 background-color: 181818;
 color: menu;
}

.txtfld, .clock
{
 font : calibri;
 font-size : 17;
 background-color: #000000;
 color: #ddddff;
 border-style: inset;
 border-width:0px;
 padding-top:7px;
 padding-left:2px;
 padding-right:5px;
 padding-bottom:1px;
 margin:0px;
 position:absolute;
 overflow:hidden;
 word-break:break-all;
}

.clock
{
 background: #000000 url(7toolbar1.bmp) repeat-x fixed top;
 background-color: #000000;
 color: #ddddff;
 cursor:hand;
 text-align:right;
 font-size : 17;
 border-width:0px;
 padding-top:7px;
 padding-left:4px;
 padding-right:4px;
 padding-bottom:1px;
}

.txtfld
{
  background: #000000 transparent repeat-x fixed bottom;

 border-width:0px;
 padding-top:7px;
 padding-left:4px;
 padding-right:4px;
 padding-bottom:1px;
}

.gobutton, .mogobutton, .mdgobutton
{
 font : menu;
 padding-bottom:1px;
 padding-top:1px;
 padding-right:1px;
 padding-left:1px;
 border:0px;
 border-color: #000000;
 background: transparent repeat-x fixed bottom;
 margin:0px;
 color: menu;
 position:absolute;
}
.mogobutton
{
 border-style:outset;
 border- color: #000000;
}
.mdgobutton
{
 padding-bottom:0px;
 padding-top:2px;
 padding-right:0px;
 padding-left:2px;
 border-style:inset;
}
/*
Styles for the calendar
*/
.cal
{
 background: gray url(7toolbar1.bmp) repeat-x fixed top;
 background-color:#181920;
 color: menu;
 border:2px;
 border-style:outset;
}
.calnavmonth, .calnavmonthhigh, .calnavyear, .calnavyearhigh
{
  background: gray url(7toolbar1.bmp) repeat-x fixed top;
  font-weight:bold;
  border-width:0;
  border-color:menu;
  border:0px;
  color: yellow;
  padding:1px;
}
.calnavyear, .calnavyearhigh
{
  background: gray url(7toolbar1.bmp) repeat-x fixed top;
  font-weight:bold;
  border-width:0;
  border-color:menu;
  border:0px;
  color: lightgreen;
  padding:1px;
}
.calmonth, .calmonthhigh
{
  color:menu;
  font-size : 14;
  background: gray url(7toolbar1.bmp) repeat-x fixed top;
  font-weight:bold;
}
.caltodayevent, .caltodayeventhigh
{
  /*background: gray repeat-x fixed bottom; */
  background: gray url(7toolbar1.bmp) repeat-x fixed top;
  background-color:#181920;
  color:red;
  border-width:0;
  font-weight:bold;
  border-style:solid;
  border-color:threedshadow;
}
.caleventday, .caleventdayhigh, .localcaleventday, .localcaleventdayhigh
{
  background: gray url(7toolbar1.bmp) repeat-x fixed top;
  background-color:#181920;
  color:red;
  font-weight:bold;
}
.caltoday, .caltodayhigh
{
  background-color:#181920;
  color:yellow;
  border-width:1px;
  border-style:solid;
  border-color:threedshadow;
}
.calgray, .calgrayhigh
{   
  color:graytext;
}
.calmonth, .calnavmonth, .calnavyear, .calday, .caleventday, .caltodayevent, .caltoday, .calgray, .localcaleventday
{
  text-align:center;
  cursor:hand;
}
.calmonthhigh, .calnavmonthhigh, .calnavyearhigh, .caldayhigh, .caleventdayhigh, .caltodayeventhigh, .caltodayhigh, .calgrayhigh 
{
  cursor:hand;
  background-color: #46424b;
  color:gray;
  text-align:center;
}
.calgray, .helpboxCategoryExpanderSign, .helpboxCategoryCount, .helpboxCategoryTop, .helpboxLinkTop
{
    color:#707172;
}
.helpboxLinkTop,
{
    color:#0000b0;
}
/*
Styles for the help box
*/
.helpboxBody
{
  background: window;
}

IMG#banner { cursor: hand; margin-top: 7px; }
------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today.
http://p.sf.net/sfu/beautyoftheweb
_______________________________________________
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
DQSD-Users@lists.sourceforge.net
http://sourceforge.net/mailarchive/forum.php?forum_id=8601

Reply via email to