Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Miguel Caro (talk | contribs) (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}") |
Miguel Caro (talk | contribs) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 7: | Line 7: | ||
/* Adjust sidebar position */ | /* Adjust sidebar position */ | ||
| − | div#mw-panel { top: | + | 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%
}