MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
 
/* removes the footer "This page was last modified on xxxx" */
/*---------------------------------------------------------------------*/
/* ACHTUNG! CSS placed here will be applied to all skins of this wiki  */
/*---------------------------------------------------------------------*/
 
/*
* Footer
*/
/* removes "This page was last modified on xxxx" from the footer */
#footer-info-lastmod { display: none; }
#footer-info-lastmod { display: none; }


/* removes the footer "This page has been accessed xxxx times." */
/* removes the footer "This page has been accessed xxxx times." */
#footer-info-viewcount { display: none; }
#footer-info-viewcount { display: none; }
/* removes "privacy" from the footer */
#footer-places-privacy { display: none; }
/* removes "about" from the footer */
#footer-places-about { display: none; }
/* removes "disclaimer" from the footer */
#footer-places-disclaimer { display: none; }


/* removes the tab "read" in the upper corner left of the "search"-field */
/* removes the tab "read" in the upper corner left of the "search"-field */
li#ca-view {display:none}
li#ca-view {display:none}


/* No change of line height by references */
/* No change of line height by references */