YAFLogo

RichP714
  • RichP714
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
14 years ago
I've tried everything I can think of, including adding an

.yafnet .postQuickReply {

font-family:Arial;

font-size:15px;

}

line to the theme. I can't change the font size.....help?


Enjoy!

Running YAF 1.9.5.5 final at: http://thecarversite.com 

Sponsor
logan
  • logan
  • 100% (Exalted)
  • YAF Leader
14 years ago
The Quickreply links:

#DataPanel1_HeaderRow A{
font-family:Arial;
font-size:15px;

}
The message you type:

div.EditorDiv textarea{ font-size:15px}

test
RichP714
  • RichP714
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
14 years ago
many thanks!
Enjoy!

Running YAF 1.9.5.5 final at: http://thecarversite.com 

RichP714
  • RichP714
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
14 years ago
Now I'm looking for the theme entry that changes the background color of emoticons in the shoutbox footer; anyone?
Enjoy!

Running YAF 1.9.5.5 final at: http://thecarversite.com 

logan
  • logan
  • 100% (Exalted)
  • YAF Leader
14 years ago
Look for this section in theme.css Dark backgrounds will be a problem

unless you find some emoticons that are done with transparent backgrounds

.yafnet input[type="image"]
{
    padding: 0px;
    border: 0px;
}

test
RichP714
  • RichP714
  • 100% (Exalted)
  • YAF All-the-Time Topic Starter
14 years ago
many thanks
Enjoy!

Running YAF 1.9.5.5 final at: http://thecarversite.com