Difference between revisions of "MediaWiki:Common.css"

From TurboGAP
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: →‎No talk tab: #ca-talk { display:none!important; } →‎Adjust sidebar position: div#mw-panel { top: 80px}")
 
 
(One intermediate revision by the same user not shown)
Line 7: Line 7:
  
 
/* Adjust sidebar position */
 
/* Adjust sidebar position */
div#mw-panel { top: 80px}
+
div#mw-panel { top: 40px}
 +
 
 +
 
 +
/* Code highlight layout */
 +
.mw-highlight pre {
 +
border:1px solid blue;margin-left:2em;font-size: 80%
 +
}

Latest revision as of 20:45, 1 July 2020

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


/* No talk tab */
#ca-talk { display:none!important; }


/* Adjust sidebar position */
div#mw-panel { top: 40px}


/* Code highlight layout */
.mw-highlight pre {
border:1px solid blue;margin-left:2em;font-size: 80%
}