Welcome, Guest. Please Login or Register.
May 04, 2024, 05:16:11 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Graphics and Templates  |  Changing the post topic font size « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Changing the post topic font size  (Read 1184 times)
Austin
Full Member
***
Posts: 164


llamajama!

Changing the post topic font size
« on: April 07, 2003, 03:02:23 AM »
Reply with quote

What would I alter in style.css to get the post titles

( http://www.leafsforever.ca/community/index.php?board=1 ) smaller?  ???

(The "Subject  Started by  Replies  Views ")  Would they all be the same size when altering?
Logged

Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Changing the post topic font size
« Reply #1 on: April 07, 2003, 12:09:28 PM »
Reply with quote

.text1 in your css
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Austin
Full Member
***
Posts: 164


llamajama!

Re:Changing the post topic font size
« Reply #2 on: April 07, 2003, 09:46:16 PM »
Reply with quote

I changed .txt1 in my css from 12px to 10 px... waited a half an hour, and there is no change...  :-\
Logged

Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Changing the post topic font size
« Reply #3 on: April 07, 2003, 11:37:07 PM »
Reply with quote

it looks smaller in my browser
u're using external css, so the browser might keep it in its cache
do a refresh a few times, or go here: http://www.leafsforever.ca/community/style.css and hit refresh until u see the 12px becomes 10px
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Austin
Full Member
***
Posts: 164


llamajama!

Re:Changing the post topic font size
« Reply #4 on: April 08, 2003, 12:07:19 AM »
Reply with quote

It says it is 10px but apperas no smaller...
Logged

Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Changing the post topic font size
« Reply #5 on: April 08, 2003, 12:17:02 AM »
Reply with quote

i think it's smaller than yesterday
try to change it to 16px and see if u get the difference :P
or make it 8px or something smaller
what's your browser btw?
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Austin
Full Member
***
Posts: 164


llamajama!

Re:Changing the post topic font size
« Reply #6 on: April 08, 2003, 12:25:18 AM »
Reply with quote

IE version 6.

I'll try making it 4 px... and see if it does anything...

are you sure .text1 is the right one?
Logged

Austin
Full Member
***
Posts: 164


llamajama!

Re:Changing the post topic font size
« Reply #7 on: April 08, 2003, 12:32:40 AM »
Reply with quote

I changed it to 6px...check in ten minutes...(the topic font sizes)
Logged

Austin
Full Member
***
Posts: 164


llamajama!

Re:Changing the post topic font size
« Reply #8 on: April 08, 2003, 12:38:27 AM »
Reply with quote

LOL, I dint mean these: "Subject  Started by  Replies  Views  Last post  "  

I meant the subjects under them..  ;D

Sorry for the confusion.  :-[
Logged

Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Changing the post topic font size
« Reply #9 on: April 08, 2003, 12:44:19 AM »
Reply with quote

Quote from: Austin on April 07, 2003, 03:02:23 AM
(The "Subject  Started by  Replies  Views ")  Would they all be the same size when altering?

i thought that's what u meant :P

the size is hardcoded in MessageIndex.php:
               <td class="windowbg" valign="middle" width="48%" bgcolor="' . $color['windowbg'] . '">
                  <font size="2"><a href="' . $cgi . ';action=display;threadid=' . $mnum . '">' . $msub . '</a> ' . $new . ' ' . $pages . '</font></td>

u can remove that font size part and add a new css class if u want
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Austin
Full Member
***
Posts: 164


llamajama!

Re:Changing the post topic font size
« Reply #10 on: April 08, 2003, 12:50:53 AM »
Reply with quote

I'm an idiot, could you explain how i make a css class, and where i would enter it?  ???

By the way, theres a spelling mistake in your sig.  ;)
Logged

Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Changing the post topic font size
« Reply #11 on: April 08, 2003, 01:24:23 AM »
Reply with quote

from the code above u can edit into:                  <div class="topics"><a href="' . $cgi . ';action=display;threadid=' . $mnum . '">' . $msub . '</a> ' . $new . ' ' . $pages . '</div></td>

then in your css put:
. topics {
   font-size: 10px;
}
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Graphics and Templates  |  Changing the post topic font size « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.025 seconds with 20 queries.