Jump to content

Wikipedia:Tip of the day/November 22

From Wikipedia, the free encyclopedia

This is the current revision of this page, as edited by Nyakase (talk | contribs) at 21:39, 22 November 2021 (as far as i know, wp is no longer publishing under gfdl). The present address (URL) is a permanent link to this version.

(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
Making the editbox more visually pleasing

Do you know the CC BY-SA/GFDL License inside-out, and have thousands of edits to your credit? Are all those copyright disclaimer warnings starting to bug you? Add this to your (pick one): vector.css (default), monobook.css, modern.css, minerva.css Skin (or add it to your common.css to hit all your skins):

/* Remove to-me-useless notes in all edit boxes. leaves only the command buttons and special chars. */
#editpage-copywarn { display: none; }
#editpage-copywarn1 { display: none; }
#editpage-copywarn2 { display: none; }
#editpage-copywarn3 { display: none; }
div.editpage-head-copywarn { display: none; }

Read more: