MediaWiki:Timeless.css: Difference between revisions

From Riverview Legal Group
Jump to navigation Jump to search
Access restrictions were established for this page. If you see this message, you have no access to this page.
(Created page with "→‎CSS placed here will affect users of the Timeless skin: <style> #p-tb { display: none; } div#mw-panel { width: 250px; } div#footer, #mw-head-base, div#content { m...")
 
No edit summary
Line 4: Line 4:
   
   
#p-tb { display: none; }  
#p-tb { display: none; }  
  div#mw-panel { width: 250px; }  
  div#mw-panel { width: 250px; }  
  div#footer, #mw-head-base, div#content { margin-left: 12em; }  
  div#footer, #mw-head-base, div#content { margin-left: 12em; }  
#left-navigation { margin-left: 12em; }
</style>
</style>

Revision as of 04:03, 29 March 2020

/* CSS placed here will affect users of the Timeless skin */

<style>
 
#p-tb { display: none; } 
 div#mw-panel { width: 250px; } 
 div#footer, #mw-head-base, div#content { margin-left: 12em; } 
</style>