Peter Velan wrote: > --- Still differences between internal/external --- > > I changed the iconic images for pdf, audio, video, (and added some > more for .odp, odt, .zip, etc.), but the new CSS-setting in > "MediaWiki:Common.css" is used for styling of internal links only. > external links are still styled with data found in main.css. > > Only after completely commenting out "a.external ..."-section in > /skin/modern/main.css the internal and external links are styled > identically.
The declarations with .external are more specific, that's why they're being used, You can make your define work for both, ie. #bodyContent a.external[href $=".pdf"], #bodyContent a[href $=".pdf"]... > --- Works not in monobook --- > > My own prefered skin is "modern" (but the majority of our users goes > with monobook standard). I was not able to achieve my goals in > monobook :-( Whatever I tried, not one link is shown with epected style. > > I took a deeper look to the brwoser output with Firebug and I see that > in "modern" the content of MediaWiki:Common.css is read, but in > monobook it looks like there's no MediaWiki:Common.css and even after > I copied the news stuff into /skins/monobook/main.css I don't see the > expected result. > > What I'm doing wrong? > > Peter Bypass your cache. _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
