Sub Menu
Links Menu
Online Users

In total there are 322 users online :: 1 registered, 0 hidden and 321 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Google [Bot] based on users active over the past 60 minutes

Problem With subBlack and a color on information

IntegraMOD 140 Themes

Moderator: Integra Moderator

Problem With subBlack and a color on information

PostAuthor: glsdragon » Wed May 10, 2006 3:28 am

Ok, this is what i am getting with the subBlack theme
[img]http://i35.photobucket.com/albums/d194/glsdragon/problem.jpg[/img]

Where cna i change that font color, i've tried to edit the style but i can't find the color code for this. thanks for the help

oh and this is after i update my profile or something like that.
Last edited by glsdragon on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

glsdragon
Newbie
Newbie
 
Posts: 20
Likes: 0 post
Liked in: 0 post
Joined: Tue May 09, 2006 1:37 pm
Cash on hand: 0.00

Re: Problem With subBlack and a color on information

PostAuthor: Helter » Wed May 10, 2006 6:34 am

in the .css, the default text is indefined, so it defaults to black. I thought I had fixed this. I copied all the templates from forumimages to here, and I may have missed the fixed file. Ill look into this after work tonight

quick fix

open subBlack.css

find

font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif }

replace with

font,th,td,p { color : #FFFFCC; font-family: Verdana, Arial, Helvetica, sans-serif }
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: Problem With subBlack and a color on information

PostAuthor: glsdragon » Wed May 10, 2006 11:26 am

hmmm, still does it. This is what the code looks like now


/* General font families for common tags */
font,th,td,p { color : #FFFFCC; font-family: Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #FFFFCC; text-decoration: none; }
a:hover { text-transform: color : #FFCC00; }
hr { height: 0px; border: solid #CCCCCC 0px; border-top-width: 1px;}

what am i doing wrong?
Last edited by glsdragon on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

glsdragon
Newbie
Newbie
 
Posts: 20
Likes: 0 post
Liked in: 0 post
Joined: Tue May 09, 2006 1:37 pm
Cash on hand: 0.00

PostAuthor: glsdragon » Wed May 10, 2006 11:55 am

nvm i got it, i think the cache on my computer was just showing the same thing.
Last edited by glsdragon on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

glsdragon
Newbie
Newbie
 
Posts: 20
Likes: 0 post
Liked in: 0 post
Joined: Tue May 09, 2006 1:37 pm
Cash on hand: 0.00

PostAuthor: Adrian Rea » Wed May 10, 2006 12:04 pm

Is it the text 'Your profile has been updated

Click xxxx to return to Registration information'

or the link text 'Here'?

if it is hte first then the color controlling that is
body{background:#1D1E20;color:#CCCCCC;font:12px Verdana,Arial,Helvetica,sans-serif;margin:6px;padding:0;
and the latter is the link controlled by
/* General page style */
a:link,a:active,a:visited,a.postlink{color:#CCCCCC;text-decoration:none}
a:hover{color:FFFFFF;text-decoration:none}
Where cccccc is the color to change in each instance. However, this dramatically changes the rest of your text so are you looking for a new color ONLY in this particular piece of text?

A
Last edited by Adrian Rea on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Adrian Rea
Sr Integra Member
Sr Integra Member
 
Posts: 1263
Likes: 0 post
Liked in: 0 post
Joined: Sat Mar 11, 2006 11:59 pm
Cash on hand: 0.00

PostAuthor: Eon » Thu May 11, 2006 8:43 am

Yeah I went through all this myself too. <img> Haha got subBlack running like a russian race horse now. Made a few other tweaks.
Last edited by Eon on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Eon
Sr Integra Member
Sr Integra Member
 
Posts: 627
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 28, 2006 9:15 am
Cash on hand: 0.00

Re: Problem With subBlack and a color on information

PostAuthor: Lycanth » Fri Feb 19, 2010 12:23 am

Is there any way to change the font used for forum titles/box titles?

Lycanth
Members
Members
 
Posts: 65
Likes: 0 post
Liked in: 0 post
Joined: Mon Nov 12, 2007 5:20 pm
Cash on hand: 0.00
Location: Australia

Re: Problem With subBlack and a color on information

PostAuthor: Helter » Fri Feb 19, 2010 7:50 am

for forum titles open subblack.css
FIND
Code: Select all
.cattitle         { font-weight]
REPLACE WITH
[code].cattitle         { font-weight]

the block titles are just a general th tag so changing them will also make changes to other areas. to change them...
FIND
[code]/* Header cells - the black gradient backgrounds */th   {

AFTER, ADD
[quote]font-family]

you can change Veranda on both entries to the font you want to use. If the user does not have your selected font on their computer, they will see Arial as the font since it is next inline.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: Problem With subBlack and a color on information

PostAuthor: Lycanth » Fri Feb 19, 2010 4:50 pm

Thank you! *goes to give it a try*

Lycanth
Members
Members
 
Posts: 65
Likes: 0 post
Liked in: 0 post
Joined: Mon Nov 12, 2007 5:20 pm
Cash on hand: 0.00
Location: Australia


Return to IntegraMOD 140

Who is online

Registered users: Google [Bot]

cron