Difference between revisions of "MediaWiki:Common.css"

From Research GIGPAD Wiki
Jump to navigation Jump to search
(Disable numbering and footer)
m
 
Line 5: Line 5:
 
  }
 
  }
  
# Disable footer
+
/* Disable footer */
 
div#footer {display: none;}
 
div#footer {display: none;}
  
# Disable numbering
+
/* Disable numbering */
 
.tocnumber { display: none; }
 
.tocnumber { display: none; }

Latest revision as of 15:00, 28 September 2016

/* CSS placed here will be applied to all skins */

 #p-tb{
 display : none;
 }

/* Disable footer */
div#footer {display: none;}

/* Disable numbering */
.tocnumber { display: none; }