User:Spalding/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*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.