Re: [Pws] Setting Fonts

2006-05-03 Thread Jochen F. Rick
This is correct. It could be that your browser is cacheing the style sheet
and it therefore still looks the same. Try going to the style sheet
directly (/schemes/poor/style.css) and do a reload or shift reload. Then,
go back to your site. I know that Safari is particularly bad about not 
reloading the style sheet on a reload.

Peace and Luck!

Jeff


On Wed, May 03, 2006 at 11:08:51AM -0700, Swanlund, Glenn T wrote:
 I'm trying to change the default font family for the poor scheme. It
 appears both style.css and colorScheme.sm contain similar information.
 Text in the file colorScheme.sm appears to be placed in the body tag
 of the HTML when rendered.
 
 I removed all the contents of colorScheme.sm and changed style.css to
 include:
 
 body {
   font-family: verdana, arial;
   color: #00;
   background-color: #ff;
 }.
 
 I restarted the server but the default font (Times Roman) was still in
 effect. 
 
 Can anyone help me change the scheme font family?
 
 Between the two sets of style information in colorScheme.sm and
 style.css, which set has priority?
 
 Regards,
 Glenn
 ___
 Pws mailing list
 Pws@cc.gatech.edu
 https://mailman.cc.gatech.edu/mailman/listinfo/pws

-- 
Jochen Jeff Rick, PhD Candidate, Georgia Tech College of Computing
[EMAIL PROTECTED], http://www.je77.com/, work: 404-385-1105
___
Pws mailing list
Pws@cc.gatech.edu
https://mailman.cc.gatech.edu/mailman/listinfo/pws


RE: [Pws] Setting Fonts

2006-05-03 Thread Swanlund, Glenn T
I was able to update the cache by pointing IE to
.../schemes/poor/style.css and reload. This worked. Thanks.

I'm still wondering, the style attributes in style.css are pretty much
the same as those in colorScheme.sm, should one or the other be removed
so there is no duplication (confusion)?

Regards,
Glenn
___
Pws mailing list
Pws@cc.gatech.edu
https://mailman.cc.gatech.edu/mailman/listinfo/pws


Re: [Pws] Setting Fonts

2006-05-03 Thread Jochen F. Rick
On Wed, May 03, 2006 at 03:37:28PM -0700, Swanlund, Glenn T wrote:
 I'm still wondering, the style attributes in style.css are pretty much
 the same as those in colorScheme.sm, should one or the other be removed
 so there is no duplication (confusion)?

It's there for backwards compatibility.

Peace and Luck!

Jeff

-- 
Jochen Jeff Rick, PhD Candidate, Georgia Tech College of Computing
[EMAIL PROTECTED], http://www.je77.com/, work: 404-385-1105
___
Pws mailing list
Pws@cc.gatech.edu
https://mailman.cc.gatech.edu/mailman/listinfo/pws