I have one issue with the help window. For some reason I cannot get a font color to apply to the 'helpboxLinkTop' class.. I can apply background colors etc.. either something is over-riding my settings or there is a css bug..
The localsearch_default.css was my attempt to come up with a vanilla display style that could possibly work across the different themes /windows 2000. My thought was that maybe we could come up with a color scheme specific to dqsd, instead of trying to match the system colors... at least as another option... This scheme might even look ok in win2k.. But I never really worked it through enough to be feesible..
If these look ok, I will check them in..
Monty
Kim Gr�sman wrote:
Hey Monty,
Nice work!
- Blue works fine - the only issue I can see is that red days in the calendar are a little hard to read with red on blue, but I don't mind. - Olive works perfectly. - Silver is the slickest one, IMO - Classic (no localsearch.css) looks good as well - Default leaves me mystified... It's not quite Olive - what is it for? I seem to recall we/you talked about a DQSD theme, not bound to a specific Windows theme - is this it?
Just commit it, and I'll build a private release to test stuff out.
Kim
/* localsearch.css * * Add stylesheet preferences here to keep them from being * overwritten on upgrades. * * Use search.css as a guide, copying settings from that * file to this file, and then modifying them to suit your * personal taste. */
body
{
background: #a8b680 url(xptoolbar1_default.bmp) repeat-x fixed top;
}
.clock
{
background: transparent repeat-x fixed bottom;
color: #000000;
font-weight: bold;
border-width:0px;
padding-top:9px;
padding-left:4px;
padding-right:4px;
padding-bottom:5px;
}
.txtfld
{
background: #a8b680 url(xptoolbar2_default.bmp) repeat-x fixed top;
color: #000000;
border-width:0px;
padding-top:9px;
padding-left:4px;
padding-right:4px;
padding-bottom:5px;
}
.gobutton, .mogobutton, .mdgobutton
{
background: transparent repeat-x fixed bottom;
border:0px;
color: #000000;
position:absolute;
}
/*
Styles for the calendar
*/
.cal
{
color:white;
background-color: highlight;
}
.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;
}
.caleventday, .caleventdayhigh
{
font-weight:bold;
color:#c00000;
}
.calgray, .helpboxCategoryExpanderSign, .helpboxCategoryCount, .helpboxCategoryTop, .helpboxLinkTop
{
color:#d0d0d0;
}
.helpboxLinkTop,
{
color:#0000b0;
}
/*
Styles for the help box
*/
.helpboxBody
{
background: window;
}
IMG#banner { cursor: hand; margin-top: 7px; }
/* localsearch_blue.css
*
* Add stylesheet preferences here to keep them from being
* overwritten on upgrades.
*
* Use search.css as a guide, copying settings from that
* file to this file, and then modifying them to suit your
* personal taste.
*/
body
{
background: #BBBDCD url(xptoolbar1_blue.bmp) repeat-x fixed top;
}
.clock
{
background: transparent repeat-x fixed bottom;
color: #fcfcfc;
font-weight: bold;
border-width:0px;
padding-top:9px;
padding-left:4px;
padding-right:4px;
padding-bottom:5px;
}
.txtfld
{
background: #A0A7AD url(xptoolbar2_blue.bmp) repeat-x fixed top;
color: black;
border-width:0px;
padding-top:9px;
padding-left:4px;
padding-right:4px;
padding-bottom:5px;
}
.gobutton, .mogobutton, .mdgobutton
{
background: transparent repeat-x fixed bottom;
border:0px;
color: white;
position:absolute;
}
/*
Styles for the calendar
*/
.cal
{
color:white;
background-color: highlight;
}
.calnavmonth, .calnavmonthhigh, .calnavyear, .calnavyearhigh
{
padding:1px;
border-width:0;
color:yellow;
}
.caltodayevent, .caltodayeventhigh
{
background-color:menu;
border-width:0;
}
.caltoday, .caltodayhigh
{
background-color:darkblue;
border-width:0px;
}
.caleventday, .caleventdayhigh
{
font-weight:bold;
color:#ffa000;
}
.calgray
{
color:#c0c0c0;
}
/*
Styles for the help box
*/
.helpboxBody
{
background: window;
}
IMG#banner { cursor: hand; margin-top: 7px; }
/* localsearch.css
*
* Add stylesheet preferences here to keep them from being
* overwritten on upgrades.
*
* Use search.css as a guide, copying settings from that
* file to this file, and then modifying them to suit your
* personal taste.
*/
body
{
background: #BBBDCD url(xptoolbar1_silver.bmp) repeat-x fixed top;
}
.clock
{
background: transparent repeat-x fixed bottom;
color: #000000;
font-weight: bold;
border-width:0px;
padding-top:9px;
padding-left:4px;
padding-right:4px;
padding-bottom:5px;
}
.txtfld
{
background: #A0A7AD url(xptoolbar2_silver.bmp) repeat-x fixed top;
color: #000000;
border-width:0px;
padding-top:9px;
padding-left:4px;
padding-right:4px;
padding-bottom:5px;
}
.gobutton, .mogobutton, .mdgobutton
{
background: transparent repeat-x fixed bottom;
border:0px;
color: #000000;
position:absolute;
}
/*
Styles for the calendar
*/
.cal
{
color:white;
background-color: highlight;
}
.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;
}
.caleventday, .caleventdayhigh
{
font-weight:bold;
color:#e07070;
}
.calgray, .helpboxCategoryExpanderSign, .helpboxCategoryCount, .helpboxCategoryTop, .helpboxLinkTop
{
color:#707070;
}
.helpboxLinkTop,
{
color:#0000b0;
}
/*
Styles for the help box
*/
.helpboxBody
{
background: window;
}
IMG#banner { cursor: hand; margin-top: 7px; }
/* localsearch.css
*
* Add stylesheet preferences here to keep them from being
* overwritten on upgrades.
*
* Use search.css as a guide, copying settings from that
* file to this file, and then modifying them to suit your
* personal taste.
*/
body
{
background: #a8b680 url(xptoolbar1_olive.bmp) repeat-x fixed top;
}
.clock
{
background: transparent repeat-x fixed bottom;
color: #000000;
font-weight: bold;
border-width:0px;
padding-top:9px;
padding-left:4px;
padding-right:4px;
padding-bottom:5px;
}
.txtfld
{
background: #a8b680 url(xptoolbar2_olive.bmp) repeat-x fixed top;
color: #000000;
border-width:0px;
padding-top:9px;
padding-left:4px;
padding-right:4px;
padding-bottom:5px;
}
.gobutton, .mogobutton, .mdgobutton
{
background: transparent repeat-x fixed bottom;
border:0px;
color: #000000;
position:absolute;
}
/*
Styles for the calendar
*/
.cal
{
color:white;
background-color: highlight;
}
.calnavmonth, .calnavmonthhigh, .calnavyear, .calnavyearhigh
{
padding:1px;
border-width:0;
}
.caltodayevent, .caltodayeventhigh
{
background-color:darkblue;
border-width:0;
font-weight:bold;
}
.caltoday, .caltodayhigh
{
background-color:darkblue;
border-width:0px;
}
.caleventday, .caleventdayhigh
{
font-weight:bold;
color:#c00000;
}
.calgray, .helpboxCategoryExpanderSign, .helpboxCategoryCount, .helpboxCategoryTop, .helpboxLinkTop
{
color:#d0d0d0;
}
.helpboxLinkTop,
{
color:#0000b0;
}
/*
Styles for the help box
*/
.helpboxBody
{
background: window;
}
IMG#banner { cursor: hand; margin-top: 7px; }
