MediaWiki:Common.css: Difference between revisions

Content added Content deleted
(Copied over Wikipedia CSS)
(Let's try it this way.)
Line 1: Line 1:
/*
/* Copied from Wikipedia */
<pre><nowiki>*/


/* Main page fixes */
/* Main page fixes */
Line 353: Line 354:
the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
the link, and (c) that this SPAN of class "urlexpansion" is never shown.
the link, and (c) that this SPAN of class "urlexpansion" is never shown.
~~~~
[[User:Short Circuit|Short Circuit]] 11:39, 30 January 2007 (EST)
*/
*/


Line 378: Line 379:
http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
element of CSS. We have to switch this off for links due to Template:Ref!
element of CSS. We have to switch this off for links due to Template:Ref!
~~~~
[[User:Short Circuit|Short Circuit]] 11:39, 30 January 2007 (EST)
*/
*/
.plainlinksneverexpand a.external.text:after {
.plainlinksneverexpand a.external.text:after {
Line 548: Line 549:
}
}


/*</nowiki></pre>*/
/*