On 7/2/06, Sy Ali <sy1234 at gmail.com> wrote:
On 6/30/06, Rob Church <robchur at gmail.com> wrote:
On 30/06/06, Colleen Robledo <colleenrobledo at gmail.com> wrote:
Can anyone tell me (in the main.css file), which element is for the
"dead
links/pages" that haven't been created yet? I can't seem to identify
it,
and want to change the color (the default is red). I thought perhaps
it was
the a.stub element, but changing the color there on main.css didn't
make any
change on my wiki when saved to the server and reloaded.
a.new
I edited MediaWiki:Common.css to add this:
/* This resolves an issue with CSS not working correctly. It must be the first entry. */ thisneverworks { }
a.new { color: #AABBCC !important; }
http://jrandomhacker.info/MediaWiki:Common.css#Custom_link_colour
I played a bit more to try to make new links look like normal text. I got it working, but the way I did it means that new links will be black.. which may not work when the text is supposed to be some other colour.
I tried this and the other variations listed at the link and it changed all the uncreated pages links EXCEPT the ones in the Tabs, particularly the one labeled "Discussion". I can affect the hover, and the background and everything but the text.
Logan
find and change this in the main.css (when you want to change something in the tabs, look after all the "p-cactions" properties) :
#p-cactions .new a { color: #ba0000; }
On 7/18/06, Alexis Moinet alexis.moinet@fpms.ac.be wrote:
find and change this in the main.css (when you want to change something in the tabs, look after all the "p-cactions" properties) :
#p-cactions .new a { color: #ba0000; }
This works for me. I have updated my docs: http://jrandomhacker.info/MediaWiki:Common.css#New_links
That's a curious one. Thanks for the tip Alexis.
You're very welcome
(I had a hard time to figure out this tip so I'm glad it helps ;-) )
mediawiki-l@lists.wikimedia.org