 |
 |
 |
 |
Registered: 07/18/07
Posts: 17
|
|
|
 |
 |
 |
 |
|
 |
 |
 |
 |
|
Express Hosting
"We are the official hosting company of UBB.threads. Ask us about our free migration services to migrate your UBB.threads installation."
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#232307 - 12/17/09 09:41 PM
Re: How do I change the Font Colors of the Forum Titles?
[Re: lightningrod]
|
enthusiast
|
Registered: 10/14/09
Posts: 275
|
|
|
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#232342 - 12/18/09 10: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 10: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 10: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
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#232362 - 12/18/09 12:44 PM
Re: How do I change the Font Colors of the Forum Titles?
[Re: lightningrod]
|
enthusiast
|
Registered: 10/14/09
Posts: 275
|
|
On the main portal page that's controlled by the tdheader class. You can assign that color, #0000FF to the special link properties for that under General CSS Properties. Only the date time changes to blue But not the Subject Title The Subject Title remains the same weird Same problem I had before It's like a very dark blue, as if the blue and black are mixing I did what you said General CSS Properties .tdheader Special Link Properties color: #000088; It's not working
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#232372 - 12/18/09 01:39 PM
Re: How do I change the Font Colors of the Forum Titles?
[Re: lightningrod]
|
enthusiast
|
Registered: 10/14/09
Posts: 275
|
|
Thank you Rick and Ruben
Right now in the Post Properties > .subjecttable
The Special Link Properties has:
color: #7F7F7F;
I just looked that color up, and it's grey
I just changed it to blue
color: #0000FF;
Nothing changed
Same thing
? Ok now I changed the .subjecttable to blue (not just the special link properties) Now the New Reply is Blue And the Subject Title is Blue But the Topic Options and Manage Topic is Black How do I make the New Reply Black And keep the Subject Title Blue ?
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#232376 - 12/18/09 01:50 PM
Re: How do I change the Font Colors of the Forum Titles?
[Re: Ruben]
|
enthusiast
|
Registered: 10/14/09
Posts: 275
|
|
I believe you need to undo the change to the special link properties in this case. As Rick noted this is not a link type of field. So they don't apply Ok I got it Thanks I wish I can make the: New Reply - Topic Options - Manage Topic (to black) But if I do that, the Subject Title on the Portal Page turns black also This is as close as I can get it now Thanks
|
|
Top
|
|
|
|
|
 |
 |
 |
 |
|
|