[Resolved] yet another css issue with Black Pearl:(

For support and discussion related to templates, themes, and imagesets in phpBB 3.0.

[Resolved] yet another css issue with Black Pearl:(

Postby sunsop » Tue Nov 03, 2009 2:55 pm

This is getting monotonous, but we're still trying to sort a few things out. This time it's the font color for posts - specifically when quoting a previous post. When entering a post the font color is #CCC as we want. When someone quotes a previous message, however, the text changes to #0099CC - which is difficult to see and isn't right - it should be #CCC as in a new post.

I just can't find the proper selector to edit. It's not "textarea", and web developer for FF doesn't give a better hint.

Anyone using Black Pearl provide a clue what that font selector is named in the CSS?

Linkage: http://blueflamepress.com/forum
Test account: "test", pw "testing"
Last edited by HardStyle on Fri Nov 06, 2009 12:39 am, edited 2 times in total.
Reason: Topic icon changed
sunsop
Registered User
 
Posts: 348
Joined: Sat Sep 05, 2009 6:36 am

Re: yet another css issue with Black Pearl:(

Postby Lumpy Burgertushie » Tue Nov 03, 2009 4:56 pm

I think the best thing would be to go to the designer's website and ask him. He would certainly know more about this style and how to tweak it than we do.
http://www.icyphoenix.com/gsearch.php?q ... ISO-8859-1

luck,
robert
Private support on a donation basis. PM me.
Image
NEW phpBB2 SUPPORT SITE
User avatar
Lumpy Burgertushie
Registered User
 
Posts: 34784
Joined: Mon May 02, 2005 3:11 am

Re: yet another css issue with Black Pearl:(

Postby sunsop » Tue Nov 03, 2009 6:15 pm

Lumpy Burgertushie wrote:I think the best thing would be to go to the designer's website and ask him. He would certainly know more about this style and how to tweak it than we do.
http://www.icyphoenix.com/gsearch.php?q ... ISO-8859-1

luck,
robert


I tried that, Robert. Support there is "hit or miss" at best. They have a few people - not mods, apparently - who occasionally offer advice, but it's typically French smugness. Not a lot of help.
sunsop
Registered User
 
Posts: 348
Joined: Sat Sep 05, 2009 6:36 am

Re: yet another css issue with Black Pearl:(

Postby HardStyle » Wed Nov 04, 2009 9:44 am

Looks fine here - did you manage to get this resolved?
Josh Simpson
Styles: Submission Policy | Database | Knowledge Base | Demo
Please do not PM me for personal support.
Image
User avatar
HardStyle
Styles Team Member
Styles Team Member
 
Posts: 1515
Joined: Sun Jan 25, 2009 3:08 pm
Location: Melbourne, AUS

Re: yet another css issue with Black Pearl:(

Postby sunsop » Wed Nov 04, 2009 2:57 pm

HardStyle wrote:Looks fine here - did you manage to get this resolved?

Nope - I haven't Josh. The text for a new post is proper (#CCC). But if you reply with a quote the text entry still is Blue instead of #CCC.
sunsop
Registered User
 
Posts: 348
Joined: Sat Sep 05, 2009 6:36 am

Re: yet another css issue with Black Pearl:(

Postby oddfish » Wed Nov 04, 2009 5:20 pm

tried adding color: #CCC; to .quotecontent ?
... another record broken without breaking any records ...
dark style based on prosilver : http://www.odfish.com
User avatar
oddfish
Registered User
 
Posts: 588
Joined: Mon Mar 19, 2007 8:45 pm

Re: yet another css issue with Black Pearl:(

Postby sunsop » Wed Nov 04, 2009 7:23 pm

oddfish wrote:tried adding color: #CCC; to .quotecontent ?


Yup. Nothing changes - still blue quoted text, blue adding text.
sunsop
Registered User
 
Posts: 348
Joined: Sat Sep 05, 2009 6:36 am

Re: yet another css issue with Black Pearl:(

Postby oddfish » Thu Nov 05, 2009 6:38 am

strange.

tested your stylesheet.css and apart from textarea:focus and textarea being different from previewing a quote, I can not reproduce your issue -- the bbcode font colour inserted into the quote is interesting to say the least.

good luck on that one,
oddfish.
... another record broken without breaking any records ...
dark style based on prosilver : http://www.odfish.com
User avatar
oddfish
Registered User
 
Posts: 588
Joined: Mon Mar 19, 2007 8:45 pm

Re: yet another css issue with Black Pearl:(

Postby HardStyle » Thu Nov 05, 2009 8:26 am

the only blue text i can see is when creating a new post...
is that what you are trying to fix?

Sorry, its just all these "quote" "post" "new post" names can be used to describe different areas, and its confusing me :P
Josh Simpson
Styles: Submission Policy | Database | Knowledge Base | Demo
Please do not PM me for personal support.
Image
User avatar
HardStyle
Styles Team Member
Styles Team Member
 
Posts: 1515
Joined: Sun Jan 25, 2009 3:08 pm
Location: Melbourne, AUS

Re: yet another css issue with Black Pearl:(

Postby sunsop » Thu Nov 05, 2009 1:10 pm

HardStyle wrote:the only blue text i can see is when creating a new post...
is that what you are trying to fix?

That's one of them, Josh - that blue should be #CCC. Then if you lok at a previous message and hit the "Quote" button to reply, THAT text is blue, and when you type your reply THAT is blue as well.

Sorry, its just all these "quote" "post" "new post" names can be used to describe different areas, and its confusing me :P

It confuses me, too:)
sunsop
Registered User
 
Posts: 348
Joined: Sat Sep 05, 2009 6:36 am

Re: yet another css issue with Black Pearl:(

Postby sunsop » Thu Nov 05, 2009 1:11 pm

oddfish wrote:strange.

tested your stylesheet.css and apart from textarea:focus and textarea being different from previewing a quote, I can not reproduce your issue -- the bbcode font colour inserted into the quote is interesting to say the least.

good luck on that one,
oddfish.

Yeah - I agree. I've told my son to limit that from users, but this is the way these kids like to do things. Totally meses us my head and trying to sort things out. Plus this style tosses in some rather strange class names in the CSS.
sunsop
Registered User
 
Posts: 348
Joined: Sat Sep 05, 2009 6:36 am

Re: yet another css issue with Black Pearl:(

Postby HardStyle » Thu Nov 05, 2009 1:42 pm

ok give this a try
add to the bottom of stylesheet.css
Code: Select all
textarea, textarea:hover {
     color: #ccc;
}
Josh Simpson
Styles: Submission Policy | Database | Knowledge Base | Demo
Please do not PM me for personal support.
Image
User avatar
HardStyle
Styles Team Member
Styles Team Member
 
Posts: 1515
Joined: Sun Jan 25, 2009 3:08 pm
Location: Melbourne, AUS

Re: yet another css issue with Black Pearl:(

Postby sunsop » Thu Nov 05, 2009 4:56 pm

HardStyle wrote:ok give this a try
add to the bottom of stylesheet.css
Code: Select all
textarea, textarea:hover {
     color: #ccc;
}


Bingo! Josh comes through for me again:)
sunsop
Registered User
 
Posts: 348
Joined: Sat Sep 05, 2009 6:36 am


Return to [3.0.x] Styles Support & Discussion

Who is online

Users browsing this forum: Alexa [Bot], Planet Styles and 31 guests