Hi,
I've been playing with an install of MediaWiki and I'm trying to figure out how to change the style (colour, decoration, hover etc) but I can't for the life of me figure out how! I've changed all the rest of the links, but these ones just won't change. These are the kind I mean by the way. If you look at the source code it is referring to the class "external text" but I can't find out where to change that. All I can find is this in main.css. I'm using monobook if it makes any difference.
Does anyone have any idea how to change the colour of these links?
Cheers.
I've been playing with an install of MediaWiki and I'm trying to figure out how to change the style (colour, decoration, hover etc) but I can't for the life of me figure out how! I've changed all the rest of the links, but these ones just won't change. These are the kind I mean by the way. If you look at the source code it is referring to the class "external text" but I can't find out where to change that. All I can find is this in main.css. I'm using monobook if it makes any difference.
Code:
#bodyContent a.external,
#bodyContent a[href ^="gopher://"] {
background: url(external.png) center right no-repeat;
padding-right: 13px;
}
Does anyone have any idea how to change the colour of these links?
Cheers.