Previous Thread
Next Thread
Print Thread
Rate Thread
#251107 06/16/2003 12:07 AM
Joined: Jun 2001
Posts: 176
Member
Member
Offline
Joined: Jun 2001
Posts: 176
what css change is needed for me to change the color of the new post subject ?

I have it bold right now but my users are complaining they can't tell whats what
so I'd like to cchange the color but can't find what to change atm

Sponsored Links
interforos #251108 06/16/2003 12:14 AM
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
newdarktable
newlightttable
newsubjecttable


Daine #251109 06/16/2003 12:18 AM
Joined: Jun 2001
Posts: 176
Member
Member
Offline
Joined: Jun 2001
Posts: 176
.newlighttable {
background: #000044;
font-weight: bold;
}
.newdarktable {
background: #000033;
font-weight: bold;

.newsubjecttable {
background: #000055 ; <!-- Used on the showflat/showthreaded screens -->
font-weight:bold ;



I want to change the link colors on postlist.php
not the table colors , just the subject link to the new post

interforos #251110 06/16/2003 12:25 AM
Joined: Jun 2001
Posts: 176
Member
Member
Offline
Joined: Jun 2001
Posts: 176
humm better way for me to explain it
we used to have orange icons for new post
but now there all yellow
so my members LOL don't like the change .
I went from 6.1.1 to 6.3

interforos #251111 06/16/2003 12:37 AM
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
I see what you need now - to over ride the link properties for specific styles

You would add this for each class you want to alter:

.newlighttable a:link {
color: #FFFFFF;
background: none;
}
. newlighttable a:visited {
color: #FFFFFF;
background: none;
}
. newlighttable a:active {
color: #DFE6EF;
background: none;
}
. newlighttable a:hover {
color: #BCD0ED;
background: none;
text-decoration: none;
}



Do that for newdarktable and newsubjecttable as wel - alter colors as needed.

Sponsored Links
Daine #251112 06/16/2003 7:23 AM
Joined: Jun 2001
Posts: 176
Member
Member
Offline
Joined: Jun 2001
Posts: 176
Thank you .
that worked


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
isaac
isaac
California
Posts: 1,157
Joined: July 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)