MediaWiki:Common.css

From duply (simple duplicity) - a duplicity shell frontend
Revision as of 11:17, 9 July 2020 by Edso (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */

#mw-panel #p-logo + .portal h3 {
 display: block !important;
}


body {
 background: url("/tmp/bg.jpg") no-repeat scroll 0 0 #f9f9f9;
}

#mw-page-base {
 background: transparent ! important;
}

.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
 font-family: sans-serif;
}

#p-tb-label {
  text-indent:-9999px;
}
#p-tb-label:after {
  text-indent: 0px;
  float: left;
  content: 'mediawiki tools';
}