Re: [DQSD-Users] Adjust Clock Font

2009-02-13 Thread Shawn K. Hall
> Kim pointed me in the right direction and I now have it working to my > satisfaction with only the following in localsearch.css: > > .clock > { > font-size:15px; > text-align:center; > } I use a multiline DQSD bar, and wanted to stuff as much info in it as possible. This is the contents of my

Re: [DQSD-Users] Adjust Clock Font

2009-02-12 Thread bill . hewitt
- }From: "Kim Gräsman" }To: ; "DQSD users mailing list" } }Sent: Thursday, February 12, 2009 1:07 AM }Subject: Re: [DQSD-Users] Adjust Clock Font } } }> Hi Bill, }> }> The clock is governed by the CSS class "clock" in search.css. Here are }> the relevan

Re: [DQSD-Users] Adjust Clock Font

2009-02-12 Thread Charlie Russel
that directory. Charlie. http://msmvps.com/blogs/xperts64 http://mvp.support.microsoft.com/profile/charlie.russel - Original Message - From: "Kim Gräsman" To: ; "DQSD users mailing list" Sent: Thursday, February 12, 2009 1:07 AM Subject: Re: [DQSD-Users] Adjust Clock

Re: [DQSD-Users] Adjust Clock Font

2009-02-12 Thread Kim Gräsman
Hi Bill, The clock is governed by the CSS class "clock" in search.css. Here are the relevant portions: -- .txtfld, .clock { font : menu; background-color: window; color: windowtext; border-style: inset; border-width:1px; padding-top:2px; padding-left:2px; padding-right:2px; padding-bottom

[DQSD-Users] Adjust Clock Font

2009-02-11 Thread bill . hewitt
Hi, I wish to enlarge the clock font to about 15px, and I understand that the default settings are contained in search.css. I also follow that the setting to be changed must be copied to localsearch.css and the changes made there. What I can't fathom is what section of the search.css contains th