User:T12/common.css: Difference between revisions

From Sarkarverse
Jump to navigation Jump to search
(test1)
(Test)
Line 1: Line 1:
/* Remove "Content that violates any copyrights will be deleted. Encyclopedic content must be..." at the top of edit windows */
div.editpage-head-copywarn
div.editpage-head-copywarn
{ display: none; }
/* Remove "By clicking the "Save Page" button, you agree to the Terms of Use, and you irrevocably agree..." at bottom of edit windows */
div#editpage-copywarn
{ display: none; }
/* Remove "Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply..." At the bottom of pages */
li#footer-info-copyright
{ display: none; }
{ display: none; }

Revision as of 23:39, 1 April 2014

/* Remove "Content that violates any copyrights will be deleted. Encyclopedic content must be..." at the top of edit windows */
div.editpage-head-copywarn
{ display: none; }
 
/* Remove "By clicking the "Save Page" button, you agree to the Terms of Use, and you irrevocably agree..." at bottom of edit windows */
div#editpage-copywarn
{ display: none; }
 
/* Remove "Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply..." At the bottom of pages */
li#footer-info-copyright
{ display: none; }