|
|
Line 1: |
Line 1: |
| /*
| |
|
| |
| '''Common [[Cascading Style Sheets|CSS]] for all skins'''
| |
|
| |
| '''Notice to Administrators!'''
| |
|
| |
| <!--
| |
| '''<span style="color: #f00;">Please note that due to caching effects any April Fools' joke placed here can last for several days! So will any block resulting from such actions.</span>'''
| |
| -->
| |
|
| |
| Any changes to [[Mediawiki:Monobook.css|Monobook.css]] or [[MediaWiki:Common.css|Common.css]] should be first proposed to [[Wikipedia:Village Pump]].
| |
|
| |
| Always check with the [http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fen.wikipedia.org%2Fw%2Findex.php%3Ftitle%3DMediaWiki%3ACommon.css%26action%3Draw%26ctype%3Dtext%2Fcss&usermedium=all W3C CSS Validation Service] ([http://qa-dev.w3.org:8001/css-validator/validator?uri=http%3A%2F%2Fen.wikipedia.org%2Fw%2Findex.php%3Ftitle%3DMediaWiki%3ACommon.css%26action%3Draw%26ctype%3Dtext%2Fcss&warning=2&profile=css3&usermedium=all CVS version]) after any changes.
| |
|
| |
| Thank you.
| |
|
| |
| (In [[Mozilla]] and [[Opera (web browser)|Opera]], you can test style changes dynamically with the [http://www.squarefree.com/bookmarklets/webdevel.html test styles] bookmarklet from squarefree.com. It pops up a window for adding style rules, and updates the page as you type.)
| |
|
| |
| See also the [[Wikipedia:Catalogue of CSS classes|catalogue of CSS classes]].
| |
| {{interwiki-all}}
| |
| <pre><nowiki>*/
| |
|
| |
| /* Main page fixes */ | | /* Main page fixes */ |
| .interwiki-completelist { | | .interwiki-completelist { |
Line 401: |
Line 379: |
| 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:Drj|drj]] 12:57, 10 August 2007 (CEST) |
| */ | | */ |
|
| |
|
Line 426: |
Line 404: |
| 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:Drj|drj]] 12:57, 10 August 2007 (CEST) |
| */ | | */ |
| .plainlinksneverexpand a.external.text:after { | | .plainlinksneverexpand a.external.text:after { |