MediaWiki:Common.css

From Miranda NG
Revision as of 21:11, 28 June 2015 by Goraf (talk | contribs)
Jump to navigation Jump to search

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.
/* CSS placed here will be applied to all skins */

.createlinks a.external,
.createlinks a.external:visited {
	color: #CC2200;
}
.lang ul li .createlinks a {
	padding: 2px !important;
}

.hlist dd, .hlist dt, .hlist li {
    margin: 0;
    display: inline;
}

/* do not hide the first header below the logo in the sidebar */
#mw-panel #p-logo + .portal h3 {
    display: block !important; 
}

/* to reduce gap between sidebar and logo */
#mw-panel {
	top: 137px !important;
	padding-top: 0 !important;
}

#p-logo {
	top: -115px !important;
	height: 115px !important;
}

#p-logo a {
	height: 115px !important;
}