Nested Quotes On MG Autumn »  Show posts from    to     

Icy Phoenix


phpBB 3 MODS And Styles (Not Compatible With phpBB 3.1) - Nested Quotes On MG Autumn



quester [ Sat 12 Jan, 2008 20:32 ]
Post subject: Nested Quotes On MG Autumn
Nested quote fonts when using the MG Autumn style reduce in size the further into the nest they get becoming unreadable.

How is this achieved and how can the effect be turned off?


Mighty Gorgon [ Wed 16 Jan, 2008 12:57 ]
Post subject: Re: Nested Quotes On MG Autumn
I guess it is a CSS issue... try to look at the font-size in the quotecontent class and try to delete that line.

Now I'm a bit busy, but I will try to solve it when I have some free time.

Thank you for your patience, and if you find the solution before I do, please be so kind to post it here for everyone.

Thanks.


quester [ Sat 26 Jan, 2008 21:39 ]
Post subject: Re: Nested Quotes On MG Autumn
Tried that, no luck.


Mighty Gorgon [ Thu 14 Feb, 2008 01:27 ]
Post subject: Re: Nested Quotes On MG Autumn
I have tried and it works...

Try replacing quotecontent code with this:

Code: [Hide] [Select]
.quotecontent, .attachcontent {
background: #FAFAFA;
border: 1px solid #DDDDDD;
border-top: 0;
font-family: Verdana, "Trebuchet MS", "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 1em;
text-align: left;
padding: 5px;
width: 90%;
overflow: auto;
direction: ltr;
}


quester [ Thu 14 Feb, 2008 19:58 ]
Post subject: Re: Nested Quotes On MG Autumn
That worked Thanks


Mighty Gorgon [ Fri 15 Feb, 2008 21:29 ]
Post subject: Re: SOLVED - Nested Quotes On MG Autumn
Great!




Powered by Icy Phoenix