 |
 |
 |
 |
Registered: 03/24/10
Posts: 8
|
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
|
Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#232342 - 12/18/09 11:15 AM
Re: How do I change the Font Colors of the Forum Titles?
[Re: Rick]
|
enthusiast
|
Registered: 10/14/09
Posts: 275
|
|
Which style did you add the changes to? I see you have multiple styles and I don't see the additions on the default one when looking directly at your .css file. It looks like there might be changes to the hover color, but not the link and visited link sections.
Also forgot to mention on the topicsubject one you'll need to do the same for the alt-topicsubject new-topicsubject and new-alt-topicsubject.
But I'd start with just working on the .forumtitle one for the forum titles until you get the hang of how it's changed. The DemonGov Skin I'm trying to make it look like this: http://web.archive.org/web/20040401115203/www.libertyforum.org/wwwthreads.php?Cat=(The page loads slow, but it does work. Just wait until it loads) Ok, I did what you said. It looks blue now. But the Forum Description also looks blue (I want it black) I went to Category/Forum Properties .forumdescript It had no color, so I made it black #000000; It still looked blue so I added it black also in the Special Link Properties there. It still looks blue Well I keep playing the Lottery every week. If I win the Lottery, I'll pay you guys to do this for me. But that is a longshot
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#232344 - 12/18/09 11:23 AM
Re: How do I change the Font Colors of the Forum Titles?
[Re: Rick]
|
enthusiast
|
Registered: 10/14/09
Posts: 275
|
|
I do see that the color has been set to #000088; for the forum title, but not the special link properties. There are 4 boxes that you'll want to fill in when you click the special link properties:
Unvisited Link Visited Link Active Link Hover Link Ok I made them all blue --- color: #000088; But now the Forum Description is blue also So I went to .forumdescrip and made it black It still looks blue It looks like a very dark blue Something is wrong I have the old CSS file of this archived site http://web.archive.org/web/20040401115203/www.libertyforum.org/wwwthreads.php?Cat=That blue there, of the Forum Titles and Subject Titles, is this blue: color: #000088; Here is the Old CSS File of that archived site: A:link, A:visited, A:active, A:hover {
}
A:link {
}
A:visited {
}
A:active {
}
A:HOVER {
color: #000088;
background: #F4EAC6;
}
.onbody{
}
.onbody A:LINK {
}
.onbody A:VISITED {
}
.onbody A:ACTIVE {
}
BODY,P,TABLE,TD,TR {
font-size: 10pt;
font-family: verdana,arial,sans-serif;
}
BODY {
background: #FFFFEE;
}
PRE {
font-size: 9pt;
font-family: courier;
}
BIG {
font-size: 11pt;
}
.header {
font-size: 8pt;
font-family: helvetica,arial;
color: white
}
.tableborders {
background: #a5a6c9;
}
.tdheader {
font-size: 10pt;
font-weight: bold;
background: #b6b7da;
font-family: verdana,arial,sans-serif;
}
.menubar{
background: #FFCC00;
}
.navigation{
background: #b6b7da;
font-size: 8pt;
font-family: helvetica,arial;
}
.post {
}
.new {
font-size: 8pt;
color: red;
}
.catandforum {
font-size: 8pt;
}
.posttime {
font-size: 8pt;
font-style: oblique;
text-align: center;
background: #FFFFEE;
}
.threadtotal {
font-size: 8pt;
background: #FFFFEE;
}
.posttotal {
background: #F4EAD7;
font-size: 8pt;
}
.small {
font-size: 8pt;
font-family: helvetica,arial;
}
.standouttext {
color: blue;
}
.pollcolor {
background: blue;
}
.welcome {
font-family: Times new roman;
}
.forumtitle {
}
.forumdescript {
font-size: 8pt;
}
.lighttable {
background: #FFFFEE;
}
.darktable {
background: #F4EAD7;
}
.cleartable {
background: #FFFFEE;
}
.alternatetable {
background: #FFFFEE;
}
.subjecttable {
background: #f4ead7;
}
.footertable {
background: #F4EAD7;
}
.formboxes{
font-family: geneva, arial, sans-serif;
background-color: #F4EaD7;
font-size: 10pt;
}
.buttons {
font-family: geneva, arial, sans-serif;
background-color: #F4EaD7;
font-size: 8pt;
}
.artheader {
font-family: courier;
background-color: #F4EaD7;
font-size: 10pt;
}
Line 10 there is the blue for the Forum Titles and Subject Titles A:HOVER {
color: #000088;
background: #F4EAC6; http://www.colourlovers.com/color/000088/000088_Blue_Shift
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#232347 - 12/18/09 11:28 AM
Re: How do I change the Font Colors of the Forum Titles?
[Re: Rick]
|
enthusiast
|
Registered: 10/14/09
Posts: 275
|
|
You're close. You still have the main forumtitle set to blue as well:
background: #F4EAD7; color: #000088; padding: 2px; padding-left: 4px; padding-right: 4px;
You need to change the color back to #000000;
The way it is now it's applying that blue color to everything in the table cell. Ok it worked. What you said Can you tell from this old css file, which font type is being used for the Forum Title and Forum Description? This old css file is for this archived site: http://web.archive.org/web/20040401115203/www.libertyforum.org/wwwthreads.php?Cat=A:link, A:visited, A:active, A:hover {
}
A:link {
}
A:visited {
}
A:active {
}
A:HOVER {
color: #000088;
background: #F4EAC6;
}
.onbody{
}
.onbody A:LINK {
}
.onbody A:VISITED {
}
.onbody A:ACTIVE {
}
BODY,P,TABLE,TD,TR {
font-size: 10pt;
font-family: verdana,arial,sans-serif;
}
BODY {
background: #FFFFEE;
}
PRE {
font-size: 9pt;
font-family: courier;
}
BIG {
font-size: 11pt;
}
.header {
font-size: 8pt;
font-family: helvetica,arial;
color: white
}
.tableborders {
background: #a5a6c9;
}
.tdheader {
font-size: 10pt;
font-weight: bold;
background: #b6b7da;
font-family: verdana,arial,sans-serif;
}
.menubar{
background: #FFCC00;
}
.navigation{
background: #b6b7da;
font-size: 8pt;
font-family: helvetica,arial;
}
.post {
}
.new {
font-size: 8pt;
color: red;
}
.catandforum {
font-size: 8pt;
}
.posttime {
font-size: 8pt;
font-style: oblique;
text-align: center;
background: #FFFFEE;
}
.threadtotal {
font-size: 8pt;
background: #FFFFEE;
}
.posttotal {
background: #F4EAD7;
font-size: 8pt;
}
.small {
font-size: 8pt;
font-family: helvetica,arial;
}
.standouttext {
color: blue;
}
.pollcolor {
background: blue;
}
.welcome {
font-family: Times new roman;
}
.forumtitle {
}
.forumdescript {
font-size: 8pt;
}
.lighttable {
background: #FFFFEE;
}
.darktable {
background: #F4EAD7;
}
.cleartable {
background: #FFFFEE;
}
.alternatetable {
background: #FFFFEE;
}
.subjecttable {
background: #f4ead7;
}
.footertable {
background: #F4EAD7;
}
.formboxes{
font-family: geneva, arial, sans-serif;
background-color: #F4EaD7;
font-size: 10pt;
}
.buttons {
font-family: geneva, arial, sans-serif;
background-color: #F4EaD7;
font-size: 8pt;
}
.artheader {
font-family: courier;
background-color: #F4EaD7;
font-size: 10pt;
}
?
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
|
|