Difference between revisions of "MediaWiki:Common.css"

From duply (simple duplicity) - a duplicity shell frontend
Jump to navigation Jump to search
Line 6: Line 6:
  
 
body {
 
body {
  background: url("/wiki/skins/common/images/bg.jpg") no-repeat scroll 0 0 #f9f9f9;
+
  background: url("/tmp/bg.jpg") no-repeat scroll 0 0 #f9f9f9;
 
}
 
}
  

Revision as of 14:12, 20 May 2020

/* 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;
}