User talk:John Reid/tvb

Latest comment: 18 years ago by Someguy0830 in topic Mediawiki.css code

Sample edit

Random show
 
Look, it's Jimmy Wales.
Genre Comedy-drama
Camera setup Single-camera
Picture format 1080i HDTV
Running time 60 minutes
Creator(s) Random person
Executive Producer(s) Random person
Starring John Doe
Jane Doe
Jim Doe
Jill Doe
Narrated by Random person
Country of origin United States
Original network/channel TNT
Original run July 2, 2000July 3, 2000
Total no. of episodes 1
Official website
IMDb profile
TV.com summary


Link colors edit

You can override link colors using CSS inside SPAN tags, but it's really ugly. For example–

Code Result
[http://en.wikipedia.org/ <span style="color: white;">http://en.wikipedia.org/</span>] http://en.wikipedia.org/
[[Comedy-drama|<span style="color: white;">Comedy-drama</span>]] Comedy-drama

But.. uhm, I dunno how this would work nicely in the layout you seem to be aiming for here. You'd almost have to pass two parameters for each row ("link_text", "link"). And then each row would have to be limited to just wiki-links or external links (you wouldn't be able to mix both). It's too bad there's no way to override the anchor tag styling via CSS (at least not without adding a new class to MediaWiki:Common.css). —Locke Coletc 06:32, 4 April 2006 (UTC)Reply

Mediawiki.css code edit

Adding this css code to MediaWiki:Common.css would solve the coloring problem with the links. Thanks to Locke Cole for designing it. - Someguy0830 (Talk | contribs) 23:13, 4 April 2006 (UTC)Reply