Recent Topics

Members
Stats
  • Total Posts: 10,749
  • Total Topics: 1,374
  • Online today: 515
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 478
Total: 478

XCaliber Textbox font size

Started by Jaym, Mar 11, 11, 02:27:59 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Jaym

Changed to 100%(and then to 80%), but it still doesn't seem to make the font smaller.

I've noticed that when I hit the toggle view button, it changes the text box, as well as the size of the font. In case this can't be fixed, would it be possible to have posts default to the other view?

Maxx

#11
jaym,

this is the code you need to work with:
input, button {
    background: url("images/xxbg.png") repeat scroll 0 0 transparent;
    border: 1px solid #000000;
    font-size: 90%;
}


The size 90% is a real small size ( theme default ) and if you go down to 80% it may not be readable in some situations.
Note that 90% fits perfect there!!!

120% is close to normal size.

please make certain that you do not leave anything out even the; after the size!

I just tried and it works for me!

regards,
Maxx

Jaym

That did it! Thanks for the help! :)

If you don't mind me asking one more question, how would I go about changing the background color of dropdown boxes? As it stands, the backgrounds are white and the text is unreadable.

Thanks again!

Maxx

Don't see how you got white backgrounds thee but this is the code for the hover over, but looks lite you may need to do so image editing.

#navtop li a.active {
    background: url("../images/tab1.gif") no-repeat scroll 50% 0 transparent;
    color: #ACA283;
    font-weight: bold;
    text-decoration: none;
}


The hove part below:

#navtop li a:hover, #navtop li:hover a, #navtop li.sfhover a {
    background: url("../images/tab2.gif") no-repeat scroll 50% 0 transparent;
    color: #FFFFFF;
    text-decoration: none;
}
#navtop li:hover li a, #navtop li ul li a:hover {
    background: none repeat scroll 0 0 #413C2C;
    color: #A59C6A;
}

Jaym

I believe I may have worded that incorrectly, what I mean to reference was this type of dropdown box:


Crip

You fixed it?

[attachment deleted by admin]
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

Maxx

No sure but that looks like some sort of mod problem, but I'll be at the Doc's today>if its an avatar mod you should check with the mod site?
If not we'll look into this later if you give more detaiis!

regards,
Maxx

Jaym

Err, hmm, it looks like an error on my end. I've had someone else confirm that the drop down box is readable, whereas it's white for me.

Oh well, browser issue maybe. Thanks again for the help folks.

Maxx

You may want to let us know what browser you seeing this end , this may help?

regards,
Maxx