Hello!
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.
Thanks, Colleen Robledo
On 30/06/06, Colleen Robledo colleenrobledo@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
Rob Church
On 6/30/06, Rob Church robchur@gmail.com wrote:
On 30/06/06, Colleen Robledo colleenrobledo@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.
mediawiki-l@lists.wikimedia.org