User:Notjusttired/monobook.css

From MEpedia, a crowd-sourced encyclopedia of ME and CFS science and history

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* common css for all skins ignored if code is here 
*/

/* Don't invert jpgs eg photos - set filter to 0 to override 
Won't work on background images eg in  #p-logo
*/

/*
This inverts the ME Action surrounding space 
- it's a transparent png, a dark background would avoid this 
#p-logo {filter: invert(0%) ;}
*/
/* invert colored code from https://inclusive-components.design/a-theme-switcher/
*/

/*  :root background-color: #fefefe; */
/* disable while testing staging upgrade against live 

:root { 
 
   filter: invert(4%);
   filter: brightness (90%);
}
*/

/* put logo behind side menu, reposition
*/

/*
#p-logo { z-index: 0; line-spacing: 4em; padding-top:1.5em; margin-top:0; }
#mw-head { margin-top:10em; line-spacing:3em; line-height:3em; y-overflow: true }

*/
/* #mw-body { margin-top: 5em; line-height: 2em;} */