|
Post by tunescool on Sept 12, 2009 14:23:09 GMT -8
i want to change the font size of my board names on the main page
|
|
|
Post by Wormopolis on Sept 12, 2009 18:53:02 GMT -8
then keep an eye on the code PM just requested, you will be able to use CSS to change the font size once I finish it.
|
|
|
Post by tunescool on Sept 13, 2009 6:44:38 GMT -8
i cant follow it
|
|
|
Post by Wormopolis on Sept 13, 2009 14:25:08 GMT -8
no worries, just take that code from my last post in that thread.
then you can edit the CSS to tweak it however you want.
|
|
|
Post by tunescool on Sept 15, 2009 22:35:24 GMT -8
i cant figure out the css
|
|
|
Post by Wormopolis on Sept 15, 2009 23:00:20 GMT -8
<style type="text/css"> <!-- .boardLink {background-color: #787878; color: 00FF00; font-size: 8; } --> </style>
|
|
|
Post by tunescool on Sept 16, 2009 19:37:10 GMT -8
i need sub boards too. i wanna do category barsand be able to adjust them left to rite. but not my table if it would affect that or the info center. thanks
|
|
|
Post by Wormopolis on Sept 16, 2009 23:38:27 GMT -8
If its in global footer it should still affect sub-boards... unless you have some code resizing cell widths.. which you probably do...
|
|
|
Post by tunescool on Sept 16, 2009 23:54:25 GMT -8
i put it global footers first, rite after the first 4 codes with cell widths and changed it to 50 but it didnt work at all. and i didnt think about the info center font size i do want to change but i still want it centered. and thread font size
|
|
|
Post by Wormopolis on Sept 18, 2009 0:41:16 GMT -8
I dont see the board name reclass code in the footers.. am I missing it?
|
|
|
Post by tunescool on Sept 18, 2009 1:22:15 GMT -8
i put it back in, im not sure what happened
|
|
|
Post by Wormopolis on Sept 18, 2009 1:31:53 GMT -8
definately has to come before // add "new thread" link into main page board cells
|
|
|
Post by tunescool on Sept 18, 2009 2:06:51 GMT -8
now it works
|
|
|
Post by tunescool on Sept 19, 2009 5:07:27 GMT -8
did you forget about me, category bars?
|
|
|
Post by Wormopolis on Sept 19, 2009 8:35:00 GMT -8
I thought we were done. to change the size of text in categories, use: .cattext {font-size: 8px}
|
|