Author |
Message |
thesportsvoice
Client
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Feb 26, 2004
Posts: 115
|
Posted:
Fri Apr 30, 2004 6:38 pm |
|
Where file do I edit and what line to change the font size for the forums?
I want to make the font bigger for the different forums names. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
GanjaUK
Life Cycles Becoming CPU Cycles
![](modules/Forums/images/avatars/gallery/blank.gif)
Joined: Feb 14, 2004
Posts: 633
Location: England
|
Posted:
Fri Apr 30, 2004 7:10 pm |
|
Its the forumlink class in the css.
Code:
.forumlink { font-weight: bold; font-size: 10px; color : ; }
|
|
_________________ Only registered users can see links on this board! Get registered or login! |
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
thesportsvoice
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Apr 30, 2004 8:58 pm |
|
in the forums.css
When I change that the text is still the same size. Is there anything eles I need to look at? |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
GanjaUK
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Apr 30, 2004 9:02 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
thesportsvoice
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Apr 30, 2004 9:10 pm |
|
Code:/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; }
a.forumlink { text-decoration: none; color : {T_BODY_LINK}; }
a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
|
Code:.forumlink { font-weight: bold; font-size: {T_FONTSIZE3}px; color : {T_BODY_LINK}; }
|
This is what my code looks like, I changed the 3 to a 4 but still nothing. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
GanjaUK
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Apr 30, 2004 9:19 pm |
|
Try this:
Code:
/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: 12px; color : {T_BODY_LINK}; }
a.forumlink { text-decoration: none; color : {T_BODY_LINK}; }
a.forumlink:hover{ text-decoration: underline; color : {T_BODY_HLINK}; }
|
|
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
thesportsvoice
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Apr 30, 2004 9:30 pm |
|
I tried that and it didn't change anything. ![Confused](modules/Forums/images/smiles/icon_confused.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
GanjaUK
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Fri Apr 30, 2004 9:44 pm |
|
I was only using 12 as an example. Not sure why its not changing, maybe the nuke theme css is over riding it.
Raven probably has the answer. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
jaded
Theme Guru
![](modules/Forums/images/avatars/447fe6544d7f95dc7157a.gif)
Joined: Nov 01, 2003
Posts: 1006
|
Posted:
Sat May 01, 2004 1:21 pm |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
GanjaUK
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat May 01, 2004 1:24 pm |
|
I see no .forumlink class in the main nuke theme style.css. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
jaded
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat May 01, 2004 1:25 pm |
|
is this a custom forum or subSilver?
please open your fourms to all visitors for now and post the direct link.. thanks |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
GanjaUK
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat May 01, 2004 1:27 pm |
|
Off topic:
jaded, your forum template is covered in ; chars. |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
jaded
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat May 01, 2004 1:28 pm |
|
i know. that is from the google tap... it hates the forum i use.. it doesnt interfere wih anything.. so i have left it there |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
jaded
![](modules/Forums/images/avatars/gallery/blank.gif)
|
Posted:
Sat May 01, 2004 1:34 pm |
|
i would also like to know if it is the category titles that you want to make larger or the acutal names of each forum.. in addition to the questions i had up there^^^
thanks ![Razz](modules/Forums/images/smiles/icon_razz.gif) |
|
|
|
![](themes/RavenIce/forums/images/spacer.gif) |
|