Announcement

Collapse
No announcement yet.

Suggestion on how to fix the quote-lines

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Suggestion on how to fix the quote-lines

    I've been on to this before, and I don't like the blue lines together with the Civ3 dark background. Therefor I've made a suggestion on how you shall be able to "fix" this to work with any color.
    You just have to edit the quote-definition as follows:

    First I present you for the old definition (if you have forgotten it )
    Code:
    <table align=center width=80%><tr><td><font color={qcolor}><font size=1>quote:<BR>
    <img src=/b.gif width=100% height=1><BR></font>
    [I][COLOR=LIGHTGREEN]Quoted Message[/COLOR][/I]
    <BR><img src=/b.gif width=100% height=1>
    </td></tr></table>
    I hope you recognize that one.

    Here follows how I suggest it to be rewritten. Changes are RED
    Code:
    <table align=center width=80% [COLOR=RED]CELLSPACING=0[/COLOR]>
    <tr><td><font color={qcolor} [COLOR=RED]size=1>[/COLOR]quote: [COLOR=RED]</font></TD></TR>
    <TR HEIGHT=1 BGCOLOR={qcolor}><TD></TD></TR>
    <TR><TD><font class=nf color={qcolor}>[/COLOR]
    [I][COLOR=LIGHTGREEN]Quoted Message[/COLOR][/I]
    </td></tr>[COLOR=RED]
    <TR HEIGHT=1 BGCOLOR={qcolor}><TD></TD></TR>[/COLOR]
    </table>
    Here follows examples of the old quote and my quote.
    The old quote:
    Quoted Message
    My quote:
    <table align=center width=80% CELLSPACING=0><tr><td><font color={qcolor} size=1>quote: </font></TD></TR><TR HEIGHT=1 BGCOLOR={qcolor}><TD></TD></TR><TR><TD><font class=nf color={qcolor}>Quoted Message</td></tr><TR HEIGHT=1 BGCOLOR={qcolor}><TD></TD></TR></table>

    Now if you could consider changing the quotes I would be very happy! I’ve been at those blue lines since the Civ3 style was created.
    Creator of the Civ3MultiTool
Working...
X