Site Links
Home
Features
Documentation
Pricing & Order
Members Area
Support Options
Who's Online
4 registered (Island Piper, Okusi Associates, Sirdude, Thelockman), 20 Guests and 25 Spiders online.
Key: Admin, Global Mod, Mod
Featured Member
Registered: 01/30/08
Posts: 26
Top Posters (30 Days)
Ruben Rocha 187
Gizmo 107
Rick 100
Thelockman 83
driv 41
AllenAyres 35
ntdoc 28
Sirdude 27
Ian 24
Wordz 18
Latest Photos
My Home System
test photo gallery
Bernese Mountain Dogs
My Daimler
Dorado and shark
Topic Options
Rate This Topic
#165806 - 10/11/06 03:00 PM Special Link Properties
jgeoff Offline
Pooh-Bah

Registered: 08/08/06
Posts: 1885
Loc: NJ
I'm no CSS expert by any means, so could someone please tell me how I could ADD the "Special Link Properties" options to those properties that don't have them?

In particular, I want to add link options to Misc Properties > .small

Is this what the "Extra Properties" box is for?

Thanks!

JG

_________________________
GangsterBB.NET (Ver. 7.3)
2007 Content Rulez Contest - Hon Mention
UBB.classic 6.7.2 - RIP
Browsers: Firefox 3.0, Google Chrome, & Safari 3.1 (XP and iPhone)

Top
#165808 - 10/11/06 03:07 PM Re: Special Link Properties [Re: jgeoff]
Zarzal Offline
old hand

Registered: 06/05/06
Posts: 1091
Loc: Berlin, Germany
yes. I use the extra properties to highlight the time on some places. Example:

Code:
.subjecttable .date {
color: #ffffff;
}
.subjecttable .time {
color: #ffffff;
font-weight: bold;
}

.tdheader .time {
color: #ffffff;
font-weight: bold;
}
.tdheader .date {
color: #ffffff;
}

.topictime .time {
color: #ff4500;
}
.posttime .time {
color: #ff4500;
}


This exaple may help you a little bit.
_________________________
my board: http://www.dragon-clan.de
my hobby: http://www.biker-reise.de
Ich kann bei Fragen zu UBBthreads in Deutsch weiterhelfen oder es zumindest versuchen

Top
#165810 - 10/11/06 03:09 PM Re: Special Link Properties [Re: Zarzal]
jgeoff Offline
Pooh-Bah

Registered: 08/08/06
Posts: 1885
Loc: NJ
That helps a lot - thanks, Zarzal!
_________________________
GangsterBB.NET (Ver. 7.3)
2007 Content Rulez Contest - Hon Mention
UBB.classic 6.7.2 - RIP
Browsers: Firefox 3.0, Google Chrome, & Safari 3.1 (XP and iPhone)

Top
#165814 - 10/11/06 03:33 PM Re: Special Link Properties [Re: jgeoff]
jgeoff Offline
Pooh-Bah

Registered: 08/08/06
Posts: 1885
Loc: NJ
Okay, well, it helped me to understand it better, but I still don't know the proper syntax to do this:

Code:
.topicsubject .small {
A:link {color: #222222; text-decoration: underline; }
A:visited {text-decoration: underline; color: #222222;}
A:active {text-decoration: underline; color: #222222;}
A:hover {text-decoration: underline; color: red;}
}


I know that's wrong, but can't think how to do it properly
_________________________
GangsterBB.NET (Ver. 7.3)
2007 Content Rulez Contest - Hon Mention
UBB.classic 6.7.2 - RIP
Browsers: Firefox 3.0, Google Chrome, & Safari 3.1 (XP and iPhone)

Top
#165842 - 10/11/06 10:27 PM Re: Special Link Properties [Re: jgeoff]
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 12007
Loc: Portland, OR; USA
Jacked directly from the ubb stylesheet here:
body a:link {
color: #135060;
background: none;
}
body a:visited {
color: #135060;
background: none;
}
body a:active {
color: #135060;
background: none;
}
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
#165879 - 10/12/06 09:55 AM Re: Special Link Properties [Re: Gizmo]
jgeoff Offline
Pooh-Bah

Registered: 08/08/06
Posts: 1885
Loc: NJ
Thanks, but is there a way to assign all 4 link types within the same function? Or can't that be done?
_________________________
GangsterBB.NET (Ver. 7.3)
2007 Content Rulez Contest - Hon Mention
UBB.classic 6.7.2 - RIP
Browsers: Firefox 3.0, Google Chrome, & Safari 3.1 (XP and iPhone)

Top
#165943 - 10/12/06 04:34 PM Re: Special Link Properties [Re: jgeoff]
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 12007
Loc: Portland, OR; USA
You're trying to set a link for .topicsubject, just take what i threw above and replace "body" for ".topicsubject" and set your colors and throw it into the misc section of the css editor...
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top
#165951 - 10/12/06 05:34 PM Re: Special Link Properties [Re: Gizmo]
jgeoff Offline
Pooh-Bah

Registered: 08/08/06
Posts: 1885
Loc: NJ

I guess I should've just tried what you said the first time.

Thanks!! This is what I needed:

Code:
.small a:link {
color: #222222;
background: none;
}
.small a:visited {
color: #222222;
background: none;
}
.small a:active {
color: #ff0000;
background: none;
}
.small a:hover {
color: #ff0000;
background: none;
}
_________________________
GangsterBB.NET (Ver. 7.3)
2007 Content Rulez Contest - Hon Mention
UBB.classic 6.7.2 - RIP
Browsers: Firefox 3.0, Google Chrome, & Safari 3.1 (XP and iPhone)

Top
#165959 - 10/12/06 06:13 PM Re: Special Link Properties [Re: jgeoff]
Gizmo Moderator Offline

***

Registered: 06/04/06
Posts: 12007
Loc: Portland, OR; USA
hehe not a problem, was figureing you'd figure it out
_________________________
UGN Security, Elite Web Gamers & VNC Web Design Owner
Longtime UBB Supporter, UBB7 Beta Tester & Resident Post-A-Holic

Top


Shout Box

Today's Birthdays
kimteague_5@msn.com, Trekkie, Trixie
Recent Topics
Issue mass-emailing
by Mitch P.
Today at 12:55 PM
Inclusion of Locked/Closed thread capabilities
by QSS Tim
Today at 11:17 AM
Contact Page Problem
by David DelMonte
Today at 09:05 AM
FAQ bug,
by BreeOge
Today at 08:36 AM
I'm the Admin but.....
by David DelMonte
Yesterday at 11:12 AM
Forum Stats
4261 Members
33 Forums
30539 Topics
155013 Posts

Max Online: 978 @ 06/24/07 08:19 PM