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 localsearch.css:

.clock
{
 text-align:center;
}


These are the relevant settings from localprefs.js:

clock=true;
clocklongform  =   \r\n MMM dd,  \r\n hh:mm A ;
clockshortform =   \r\n MMM dd,  \r\n hh:mm A ;


This presents within DQSD as the following (though it's centered in
DQSD):
Friday
 Feb 13, 2009
   12:06 AM

The real magic (since the specific theme I'm using is centered anyway)
is in the clockshortform. Without that change it would have been
abbreviated to only the time.

-Shawn



--
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
___
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


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:3px;
 margin:0px;
 position:absolute;
 overflow:hidden;
 word-break:break-all;
}
.clock
{
 background-color: menu;
 color: windowtext;
 cursor:hand;
 text-align:right;
}
--

You should be able to set the font size, by adding something like:

.clock
{
  font-size:15px;
}

to your localsearch.css, but I don't know CSS well enough to say that
that's the final truth.

The idea, anyway, is that you overload whatever class you want to
change in localsearch.css -- the specifics of what you want to do
should be CSS mechanics.

Good luck,
- Kim

On Wed, Feb 11, 2009 at 20:23,  bill.hew...@sentex.net wrote:
 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 the
 section to be adjusted.  My knowledge regarding css (and probably most
 other things) is nada.  Attempts so far have been unsuccessful.

 Would a Guru please be so kind as to point me in the right direction.

 Thanks...

 --
 Bill

 --
 Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
 software. With Adobe AIR, Ajax developers can use existing skills and code to
 build responsive, highly engaging applications that combine the power of local
 resources and data with the reach of the web. Download the Adobe AIR SDK and
 Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
 ___
 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


--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
___
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


Re: [DQSD-Users] Adjust Clock Font

2009-02-12 Thread Charlie Russel
Bill (and Kim) -- For some clues on how and where to change, take a look at 
the Vista CSS file we did. (Look under Themes, Vista in the installation 
directory.)

We had to do quite a bit of tweaking to get fonts where we wanted them in 
Vista, and I think you'll find some good clues in that directory.
Charlie.
http://msmvps.com/blogs/xperts64
http://mvp.support.microsoft.com/profile/charlie.russel

- Original Message - 
From: Kim Gräsman kim.gras...@gmail.com
To: bill.hew...@sentex.net; DQSD users mailing list 
dqsd-users@lists.sourceforge.net
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 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:3px;
 margin:0px;
 position:absolute;
 overflow:hidden;
 word-break:break-all;
 }
 .clock
 {
 background-color: menu;
 color: windowtext;
 cursor:hand;
 text-align:right;
 }
 --

 You should be able to set the font size, by adding something like:

 .clock
 {
  font-size:15px;
 }

 to your localsearch.css, but I don't know CSS well enough to say that
 that's the final truth.

 The idea, anyway, is that you overload whatever class you want to
 change in localsearch.css -- the specifics of what you want to do
 should be CSS mechanics.

 Good luck,
 - Kim

 On Wed, Feb 11, 2009 at 20:23,  bill.hew...@sentex.net wrote:
 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 the
 section to be adjusted.  My knowledge regarding css (and probably most
 other things) is nada.  Attempts so far have been unsuccessful.

 Would a Guru please be so kind as to point me in the right direction.

 Thanks...

 --
 Bill

 --
 Create and Deploy Rich Internet Apps outside the browser with 
 Adobe(R)AIR(TM)
 software. With Adobe AIR, Ajax developers can use existing skills and 
 code to
 build responsive, highly engaging applications that combine the power of 
 local
 resources and data with the reach of the web. Download the Adobe AIR SDK 
 and
 Ajax docs to start building applications 
 today-http://p.sf.net/sfu/adobe-com
 ___
 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


 --
 Create and Deploy Rich Internet Apps outside the browser with 
 Adobe(R)AIR(TM)
 software. With Adobe AIR, Ajax developers can use existing skills and code 
 to
 build responsive, highly engaging applications that combine the power of 
 local
 resources and data with the reach of the web. Download the Adobe AIR SDK 
 and
 Ajax docs to start building applications 
 today-http://p.sf.net/sfu/adobe-com
 ___
 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
 


--
___
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


[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 the
section to be adjusted.  My knowledge regarding css (and probably most
other things) is nada.  Attempts so far have been unsuccessful.

Would a Guru please be so kind as to point me in the right direction.

Thanks...

-- 
Bill

--
Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM)
software. With Adobe AIR, Ajax developers can use existing skills and code to
build responsive, highly engaging applications that combine the power of local
resources and data with the reach of the web. Download the Adobe AIR SDK and
Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com
___
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