View Full Version : Text Color
prophecy
27-Nov-2002, 08:55 AM
Just installed this skin, and I noticed that the TEXT color up top is
wrong. For instance you should see FORUMS>GENERAL>TOPIC but its in a
dark font and I need to change it to a brigther
font.
www.fearnoevilclan.com/forums
Any
ideas.
Thanks
Prophecy
Topgunn9
27-Nov-2002, 08:58 AM
AdminCP >> Skins & Templates >> Style Sheets >> Edit Stylesheet for
skin
Up the top it will have text and its colour and font. By top I
mean within the top three or four lines ;)
Good
luck
LLOYD
IBF Team Leader
prophecy
27-Nov-2002, 09:12 AM
One more question,
The details on the bottom of the page arent
showing up, where do I go to edit that in style sheet?
Thanks
agian
Prophecy
M3NF
27-Nov-2002, 09:22 AM
may i ask what details are not showing up at bottom ?
but again
that would be in the css at the top, did this happen because of a manual
import ?
.hlight {
background-color: #656581 }
.dlight { background-color: #1B1C2D
}
.mainbg { background-color: #000000 }
.mainfoot {
background-color: #666666 }
.forum1 { background-color: #333333
}
.forum2 { background-color: #262626 }
.post1 {
background-color: #666666 }
.post2 { background-color: #515050
}
.posthead { background-color: #333333 }
.postbak {
background-color: #000000 }
.title { background-color: #303140
}
.row1 { background-color: #333333 }
.row2 {
background-color: #333333 }
.postsep { background-color:
#000000; height: 1px }
.signature { font-size: 7.5pt;
color: #999999 }
.postdetails { font-size: 7.5pt
}
This is the text that need to be at
the top in the css.
prophecy
27-Nov-2002, 09:35 AM
The below at all.
prophecy
27-Nov-2002, 09:43 AM
The details under track this topic and so on.
Also I tried to use the
colors you sent me and they arent working.
Could you take a look
at the site www.fearnoevilclan.com/forums
I need the text colors to
line up with brighter colors for the details. If you select text by
draggin you will see text underneath the topics.
Prophecy
Topgunn9
27-Nov-2002, 10:11 AM
The bit at the bottom is classed by the CSS style "copyright". It
appears in the wrapper and you can add to the text through the
wrapper.
The text colour you want to change is effected by the CSS for
"nav". It looks like:
.nav { font-weight: bold; color: #000000;
font-size: 8.5pt }
That is for black. You can change the hex
colours (#000000) if you know them or get basic colours by using words for
colours like "red" or "blue". To make it blue you would
type:
.nav { font-weight: bold; color: blue; font-size: 8.5pt
}
Good luck,
LLOYD :prirate:
IBF
Team Leader
prophecy
27-Nov-2002, 10:20 AM
<html> <head>
<title> <%
TITLE %> </title> <% GENERATOR %>
<% CSS %> <% JAVASCRIPT %>
</head>
<body bgcolor='#000000'
leftmargin="0" topmargin="0" marginwidth="0"
marginheight="0" alink='#000000' vlink='#000000'><%
BOARD HEADER %><% NAVIGATION %><% BOARD %><% STATS %><% COPYRIGHT
%><center><font color="#cccccc" size='-2' face='Verdana,
Arial, Helvetica, sans-serif'>Skin by
AristiA ('mailto:m3nf@ibfskinned.co.uk'>M3NF</a>) @ <a
href='http://www.ibfskinned.co.uk'>IBFskinned</a></font></center></font>
</body></html>
Thats the wrapper. I want
the tags at the botoom of the page and the following to show
up.
Open Topic (new replies) Poll (new votes)
<~~~~~~THIS IS WHAT I NEED TO SHOW UP
M3NF
27-Nov-2002, 10:34 AM
ok css then change the top line in css from
TABLE, TR, TD { font-family: Verdana,
Tahoma, Arial; font-size: 8.5pt; color: #000000
}
that is the one that changes that
part
prophecy
27-Nov-2002, 10:53 AM
Everything is working Great.
Great tech support here!
Thanks
alot
Prophecy
M3NF
27-Nov-2002, 10:57 AM
welcome m8
Topic close problem solved
M3NF