FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Forum Styles » Grey
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
icon6.gif  Re: Grey [message #160373 is a reply to message #160177] Fri, 28 August 2009 02:02 Go to previous messageGo to previous message
The Witcher is currently offline  The Witcher   United States
Messages: 675
Registered: May 2009
Location: USA
Karma:
Senior Member
I found that the problem appeared to be in the CSS around line 207-214
 cite {
	/* quote titles */
	font-size: 9pt;
	font-weight: bold;
	margin-left: 20px;
	display: block;
		padding-left: 25px;
}


By removing that code and replacing it with:
 .quote {
	color: #444444;
	background: #FAFAFA;
	border: 1px solid #c2cdd6;
}
 

The problem was resolved, however that does not explain where or how the problem originated to begin with.

Off hand I am guessing that it was related to using the CSS from one of the experimental themes and/or a difference in language.

I have encountered the same in other CSS's I have tried, so far inspecting the element with "Firebug" shows that the quote is there when using ".cite" it just is not defined so it may have been correctable by simply changing/adding color codes.

For now there is a simple solution and I will look into it further later on if and when I encounter it again.



"I'm a Witcher, I solve human problems; not always using a sword!"
[Message index]
 
Read Message
Read Message icon6.gif
Read Message
Read Message icon6.gif
Read Message
Read Message
Read Message
Read Message
Read Message icon6.gif
Read Message
Read Message icon6.gif
Previous Topic: Concord theme (dark blue/ purple)
Next Topic: Themes to include into next release
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat May 11 22:45:02 GMT 2024

Total time taken to generate the page: 0.04315 seconds