User:Kghbln/monobook.css

From mediawiki.org

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.
/* MediaWiki */
.mediawiki {
    background: #fff none repeat scroll 0 0;
}

#globalWrapper {
    width: 1024px;
}

#content {
    border-right: 1px solid #aaa;
}

#p-personal .portlet,
#p-personal .pBody {
    width: 1045px;
}

/* Translate - move translate header around */
.mw-pt-translate-header {
    margin-top: -15px;
    padding-bottom: 10px;
}

/* MediaWiki.org - Template:Tip - remove minimum height */
.tip,
.note {
    min-height: 0;
}
/* MediaWiki.org - Template:Main_Page_de - remove hr below translation info */

.mw-editable.page-Template_Main_page_de.rootpage-Template_Main_page.skin-monobook.action-view div#globalWrapper div#column-content div#content.mw-body div#bodyContent.mw-body-content div#mw-content-text.mw-content-ltr hr {
	display: none;
}

/* Misc - Template Header mega - remove margins*/
.plainlinks.megaheader {
	margin: -41px 0 0 0 !important;
}

/* WikiEditor - stopping sans serif and non-monospaced fonts */
#wpTextbox1 {
 	font-family: "Courier New", Courier, monospace !important;
 	font-size: 10pt;
}