Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Miguel Caro (talk | contribs) |
Miguel Caro (talk | contribs) |
||
| Line 8: | Line 8: | ||
/* Adjust sidebar position */ | /* Adjust sidebar position */ | ||
div#mw-panel { top: 40px} | 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%
}