Nukemods Forum  
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Online Users: 77
7 members and 70 guests
becgr4komingare, losxwzqangelztw, phy6nssicatqq4l, pla4lnsforby4fc, re7aqypiki, ridatewb3dcymba, seo5wqgks3lasgo
Most users ever online was 611, 03-21-2008 at 11:10 PM.
» .::.
tattoo fonts
http://www.checkoutmyink.com/category/tattoo-fonts-tattoo

Go Back   Nukemods Forum > General > Site design

Reply
 
LinkBack Thread Tools Display Modes
Font text colors in Block.
Old
  (#1 (permalink))
Junior Member
 
Status: Offline
Posts: 14
Join Date: Oct 2004
Font text colors in Block. - 10-14-2004, 07:09 PM

Hi.

All advice that I receive are great and I thank you for that.

I was trying to change the font color of a scrolling message in a center block but it returns in white color Im using <font color="orange"> and </font> at the end of message to close tag. What Im doing wrong?

My theme is subBlack 3D.

Thanks!
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old
  (#2 (permalink))
Senior Member
 
Status: Offline
Posts: 2,905
Join Date: Sep 2002
10-14-2004, 07:28 PM

You'll need to remove the calls to the css stylesheet in the block
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Where?
Old
  (#3 (permalink))
Junior Member
 
Status: Offline
Posts: 14
Join Date: Oct 2004
Where? - 10-15-2004, 12:15 AM

Can you please tell me what to remove?

This is my subBlack3D style.css file. srry, but I'm noobie. :roll:

Thanks!

-------------------------------------------------------------------------------------

FONT { FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px}
TD { FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px}
BODY { FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px}
P { FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px}
DIV { FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px}

body { background-image: url(../images/bg.gif);
background-color: #333333;
scrollbar-face-color:#3F3F3F;
scrollbar-highlight-color:#666666;
scrollbar-shadow-color:#111111;
scrollbar-3dlight-color:#777777;
scrollbar-arrow-color:#777777;
scrollbar-track-color:#333333;
scrollbar-darkshadow-color:#111111;}

FORM { FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px}
font,td,th,p { font-family: Verdana, Arial, Helvetica, sans-serif; color : #FFFFFF; font-size: 10px }
a:link,a:active,a:visited { text-decoration: none;color : #FBC300; font-size: 10px }
a:hover { text-decoration: none; color : #DDDDDD; font-size: 10px }
hr { height: 1px; border: solid #DDDDDD 1px; border-top-width: 1px;}
.title {BACKGROUND: none; COLOR: #FFFFCC; FONT-SIZE: 14px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.content {BACKGROUND: none; COLOR: #FFFFCC; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica}
.block-title {BACKGROUND: none; COLOR: #F6A801; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica}
.storytitle {BACKGROUND: none; COLOR: #FBC300; FONT-SIZE: 10px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.storycat {BACKGROUND: none; COLOR: #FFFFCC; FONT-SIZE: 10px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: underline}
.boxtitle {BACKGROUND: none; COLOR: #FFFFCC; FONT-SIZE: 10px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.boxcontent {BACKGROUND: none; COLOR: #FFFFCC; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica}
.option {BACKGROUND: none; COLOR: #FFFFCC; FONT-SIZE: 10px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.tiny {BACKGROUND: none; COLOR: #FFFFCC; FONT-SIZE: 10px; FONT-WEIGHT: normal; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.small {BACKGROUND: none; COLOR: #FFFFCC; FONT-SIZE: 9px; FONT-WEIGHT: normal; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}

/* Form elements */
input,textarea, select {
BACKGROUND-IMAGE: url(images/bgin.gif); background-color: #575656; border-bottom: #cccccc 1px outset; border-left: #000000 1px outset; border-right: #999999 1px outset; border-top: #000000 4px outset; COLOR: #bbbbbb; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; FONT-SIZE: 11px
}

/* The text input fields background colour */
input.post, textarea.post, select {
background-color : #575656;
}

input { text-indent : 2px; }

/* The buttons used for bbCode styling in message post */
input.button {
background-color : #3a3a3a;
color : #DDDDDD;
font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* The main submit button option */
input.mainoption {
background-color : #3a3a3a;
font-weight : bold;
}

/* None-bold submit button */
input.liteoption {
background-color : #3a3a3a;
font-weight : normal;
}
.helpline {
background-color: #555555; border-style: none;
}

.code {
font-family: Courier, 'Courier New', sans-serif; font-size: 10px; color: #DDDDDD;
background-color: #545454;
border-bottom: #AAAAAA 1px solid; border-left: #000000 0px solid; border-right: #000000 0px solid; border-top: #AAAAAA 1px solid;
}

.quote {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #CCCCCC; line-height: 100%;
background-color: #545454;
border-bottom: #999999 1px solid; border-left: #000000 0px solid; border-right: #000000 0px solid; border-top: #999999 1px solid;
}
   
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
10-15-2004, 10:01 AM

not the style sheet, the block. remove the stylesheet reference from the block.
   
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Just to be sure
Old
  (#5 (permalink))
Junior Member
 
Status: Offline
Posts: 14
Join Date: Oct 2004
Just to be sure - 10-16-2004, 12:40 AM

Just to be sure mikem, you talking about to work in my server right? I mean, that I need to locate the block folder under my public_html? srry I don't get it.
   
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
Font Colors on DarkBlue Theme Juniorx72 Theme packs 4 01-25-2006 04:12 PM
Text Colors....How To Change? bucky Site design 0 04-19-2005 03:16 AM
subBlack3Dblue font colors override reev Nuke 7.x - Themes 4 11-03-2004 01:56 PM
Font colors that clash with themes... Zathu_Koon Purged Topics 2 02-19-2003 05:17 PM
changing a modules font colors darkdan Purged Topics 3 01-19-2003 10:33 AM




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