Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

Go Back   Nukemods Forum > nukemods releases > Theme packs

Reply
 
LinkBack Thread Tools Display Modes
fisubsilver News Categories Font Error
Old
  (#1 (permalink))
csn
Junior Member
 
Status: Offline
Posts: 8
Join Date: Jul 2003
fisubsilver News Categories Font Error - 07-12-2003, 05:54 AM

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
Old
  (#2 (permalink))
Moderator
 
Status: Offline
Posts: 338
Join Date: Jan 2003
07-14-2003, 09:26 PM

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
Old
  (#3 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
07-14-2003, 09:56 PM

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
Old
  (#4 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
07-15-2003, 09:59 PM

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
Old
  (#5 (permalink))
csn
Junior Member
 
Status: Offline
Posts: 8
Join Date: Jul 2003
07-15-2003, 10:03 PM

Mikem,

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

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
Old
  (#7 (permalink))
csn
Junior Member
 
Status: Offline
Posts: 8
Join Date: Jul 2003
07-16-2003, 10:41 PM

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
Old
  (#8 (permalink))
csn
Junior Member
 
Status: Offline
Posts: 8
Join Date: Jul 2003
07-16-2003, 10:58 PM

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
Old
  (#9 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
07-16-2003, 11:01 PM

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
Old
  (#10 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
07-16-2003, 11:03 PM

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




vBulletin Skin developed by: vBStyles.com


LinkBacks Enabled by vBSEO 3.3.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