News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

changing font size for reply,notify, etc...

Started by smartsoul2, April 03, 2011, 04:08:08 PM

Previous topic - Next topic

smartsoul2

Hi , I would like to know how i can increase the font size of the reply, notify etc.. button. Any ideas how this can be accomplished?
I am using SMF 1.1.13 and default theme/
Thanks

TDNY

You need to go into your style.css folder and find this

.mirrortab_back, .mirrortab_active_back {
    color: white;
    font-family: tahoma,sans-serif;
    font-size: 10px;
    padding: 6px 6px 2px;
    text-decoration: none;
    vertical-align: bottom;



Change the..................... font-size: 10px; setting to what you want like  12px; or 16px;  etc.

Be sure to download a copy of your style.css before editing

kat


smartsoul2

Thanks, it works :)
I have a question, one i am in a board, on my left i have :Mark Read,Notify,New Topic,Post New Poll.
I would like to re-order that and make it look like:New Topic,Post New Poll, Mark Read,Notify,

Is that achievable?
thanks

kat

Sure is.

Check-out the theme's index.template.php file, right near the bottom.

You'll see:

   // Show the start of the tab section.

All the buttons are below that.

Again, keep a copy of the original, as a backup.

TDNY

Quote from: smartsoul2 on April 04, 2011, 06:46:35 AM
Thanks, it works :)
I have a question, one i am in a board, on my left i have :Mark Read,Notify,New Topic,Post New Poll.
I would like to re-order that and make it look like:New Topic,Post New Poll, Mark Read,Notify,

Is that achievable?
thanks

K@ gave you info for a different set of buttons/ tabs in the reply above.

The ones you're looking for are in the Themes/default/messageIndex.template.php down around line 137 look for this:
// Create the button set...

The buttons are under that. Be sure to copy the whole line for each button when you shuffle them around and like K@ said be sure to download and keep a copy of the file for a backup before editing anything.

kat

Er...

Yeah, he's right.

Mine were for the Home, Help, etc. buttons.

Sorry 'bout that.

Well spotted, TD!

smartsoul2

Quote from: TDNY on April 03, 2011, 08:30:45 PM
You need to go into your style.css folder and find this

.mirrortab_back, .mirrortab_active_back {
    color: white;
    font-family: tahoma,sans-serif;
    font-size: 10px;
    padding: 6px 6px 2px;
    text-decoration: none;
    vertical-align: bottom;



Change the..................... font-size: 10px; setting to what you want like  12px; or 16px;  etc.

Be sure to download a copy of your style.css before editing
Hi I have upgraded to smf 2 rc5, and now this no longer works..any ideas how to increase the font size in rc5?
Thanks

Joker™

themes\default\css\index.css (Make backup of file before editing it)


Code (Find:) Select
.buttonlist ul li a
{
display: block;
font-size: 0.8em;
color: #000;
background: #e8e8e8 url(../images/theme/menu_gfx.png) no-repeat 0 -60px;
padding: 0 0 0 8px;
margin-left: 12px;
text-transform: uppercase;
cursor: pointer;
}


edit font-size: 0.8em; to your liking.
Github Profile
Android apps
Medium

How to enable Post Moderation

"For the wise man looks into space and he knows there is no limited dimensions." - Laozi

All support seeking PM's get microwaved

Advertisement: