Jump to content

User:SoWhy/monobook.css: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
m fix
trying to get rid of the annoying "try beta" link
Line 14: Line 14:
span#minoredit_helplink { display:none; }
span#minoredit_helplink { display:none; }


*#pt-optin-try { display:none; }
li#pt-optin-try { display:none !important; }


div.mw-rc-label-legend { display: none; }
div.mw-rc-label-legend { display: none; }

Revision as of 10:52, 27 October 2009

/* A little visual help to tell me to use preview before saving ;-) */
INPUT#wpSave {
    background-color:#ff8888;
}
INPUT#wpPreview {
    background-color:#88ff88;
}

/* Remove the "Content that violates...", the edit help and the minor edit explain link from the edit window */
#editpage-copywarn { display:none; }
div.mw-tos-summary { display:none; }
#editpage-copywarn2 { display:none; }
span.editHelp { display:none; }
span#minoredit_helplink { display:none; }

li#pt-optin-try { display:none !important; }

div.mw-rc-label-legend { display: none; }

* {text-shadow: none !important;}