User:Spalding/monobook.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:Spalding/monobook.js. |
/*The active statement at the end will make the "NOTE: This is only a preview..." message twice as big, and will blink on browsers that support blink such as FIrefox. The purpose is to separate it from the article text to make sure that it is not missed and an article change is then not saved as a result. The first three inside comments were unsuccessful attempts. The 4th worked before the 1.5 Wikimedia software upgrade, where they apparently added what I asked for in a Bugzilla submission.*/
/*p>center>font[color="#cc0000"]>strong { font-size: 300%; text-decoration: blink; }*/
/*p { color:red; font-size: 300%; text-decoration: blink}*/
/*p > center > font[color="#cc0000"] > strong { font-size: 200%; text-decoration: blink; }*/
/*center { font-size: 200%; text-decoration: blink; } */
P.previewnote { font-size: 200%; text-decoration: blink; }
// As a possible future enhancement, turning the whole page a garish color while in preview would be even more foolproof than making the text big and blinking. But noticed on 2-25-07 that it doesn't work.