» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 50
0 members and 50 guests
No Members online
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
Web Hosting - web hosting, dedicated servers and web design services
Online Degree - search for 1000+ online degrees, online colleges & online universities.
Tattoo - we are a group of tattoo enthusiasts
Gexa Energy - your absolute best choice in electric service
Texas electricity - save on electric rates
Oral Chelation - initial cleansing of your veins & arteries

Register Now! Contact Us

About this Page
This is a discussion on fisubsilver News Categories Font Error within the Theme packs forums, part of the nukemods releases category; In the fisubsilver theme the news catergories in the home page are displayed incorrectly. Where the font is normally large ...


Go Back   Nukemods Forum » nukemods releases » Theme packs

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 07-12-2003, 05:54 AM
csn csn is offline
Junior Member
 
Join Date: Jul 2003
Posts: 8
fisubsilver News Categories Font Error
In the fisubsilver theme the news catergories in the home page are displayed incorrectly.

Where the font is normally large in white, the category is displayed in a small font in black text.

Here is a screenshot of the problem:


Is there a fix for this theme?

Also why is the end of d i s p l a y e d beeped out? it seems y e d is beeped?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 07-14-2003, 09:26 PM
Moderator
 
Join Date: Jan 2003
Posts: 338
Your preview image is missing please provide another or post a link to the site in question, actually post a link to the site as it is better to hunt down possible problems on a live site, as for the censored word i would guess it applies to some other language.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 07-14-2003, 09:56 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
I think the censor thing has gotten more sticky since upgrading to port2.0.5 chatserv.
I noticed it censored he l l o earlier. I'll have to check the censors.

And I'll have to check that theme. That should be somethign as simple as a css style.

mikem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 07-15-2003, 09:59 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
OK..you have two choices. You can either increase the font size of the links in the style.css OR you can decrease the font size of the storytitle class.

That's the only way I can think of.

mikem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 07-15-2003, 10:03 PM
csn csn is offline
Junior Member
 
Join Date: Jul 2003
Posts: 8
Mikem,

Can you provide instructions for this?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 07-15-2003, 10:35 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
open the
themes/fisubsilver/style/stle.css

Find this part and change all the FONT SIZES to 12
Code:
A:link {color:#006699;FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica;text-decoration:none}
A:active {color:#006699;FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica;text-decoration:none}
A:visited {color:#006699;FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica;text-decoration:none}
A:hover {color:#dd6900;FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica;text-decoration:underline}
OR
find this and change the font size to 10
Code:
.storytitle  {BACKGROUND: none; COLOR: #DEEEF3; FONT-SIZE: 12px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
Changing the first one will change ALL your links to a LArger text. The best way would be to change the second one instead.

mikem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 07-16-2003, 10:41 PM
csn csn is offline
Junior Member
 
Join Date: Jul 2003
Posts: 8
Mikem,

Is there a way to add a style tag to the catergories or change the tag used instead of altering the stylesheet?

I know it can be done just don't know how?

Click Here to access my site!

Regards,

Matt
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 07-16-2003, 10:58 PM
csn csn is offline
Junior Member
 
Join Date: Jul 2003
Posts: 8
Mikem,

I fixed the problem!

It was in the stylesheet however the info you gave me was wrong!

I needed to change the .storycat class to reflect the correct font colour and size.

If you need to adjust this on your download you may go ahead I used:

.storycat {BACKGROUND: none; COLOR: #DEEEF3; FONT-SIZE: 12px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: underline}

INSTEAD OF:

.storycat {BACKGROUND: none; COLOR: #000000; FONT-SIZE: 10px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: underline}

This is what it looks like now:



Regards,

Matt

P.S. I didn't think I could do it because of PHP but that editing was simple HTML and CSS - FANASTIC!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 07-16-2003, 11:01 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
AH HA!
OK I found it.
Open the css styel sheet
find this line
Code:
.storycat	 {BACKGROUND: none; COLOR: #000000; FONT-SIZE: 10px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: underline}
that controls the font size of the CATEGORY link...muhahahah.

change the font from 10 to 12 there.
I found it browsing the index.php for cat and found it referenced a css class of storycat. and then the lightbulb lit up :-)

mikem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10 (permalink)  
Old 07-16-2003, 11:03 PM
Senior Member
 
Join Date: Sep 2002
Posts: 2,905
LMAO..I guess I should have refreshed this topic before I posted...

at least we both figured it out..whata bunch of dummies we are..lol

just kidding...I'm updating that pack now.

mikem
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
I need News Categories block MaexM Nuke 7.x - Blocks 0 09-19-2006 11:11 AM
fiblack3d news font and stile Frankye76 Theme packs 1 04-16-2006 01:44 PM
How to change text (font type) inside News section! mdhanapiah Theme packs 0 10-24-2005 12:51 AM
fisubsilver shadow: comments to news start too far down sremick Theme packs 2 07-27-2003 11:41 PM
Can I increase the font size in my news stories? ohl Site design 1 06-18-2003 11:12 PM


All times are GMT -5. The time now is 06:19 AM.


Design by Vjacheslav Trushkin, color scheme by ColorizeIt!.

LinkBacks Enabled by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31