home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 November
/
Chip_2003-11_cd1.bin
/
software
/
dave
/
dqsd.exe
/
xplocalsearch.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2002-07-28
|
951b
|
60 lines
/*
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;
}