MediaWiki:Common.css

MediaWiki interface page
Revision as of 14:02, 7 March 2019 by Borderman (talk | contribs) (import)

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

@import url("https://fonts.googleapis.com/css?family=Charm");

/* The transcription progress bar */
.pr_quality {
    width:20%;
    border-spacing: 1px;
    border: 1px solid #ccc;
    font-size: 1.5em;
}

#contentSub {
	margin: 0 0 1.5em 0;
}

#navigationHeader {
    display: table;
    border-collapse: collapse;
    border-spacing: 0px 0px;
    empty-cells: hide;
    margin: 0px auto 4px auto;
    width: 100%;
}

/******************************
 * Styles for mobile main page
 ******************************/

@media all and (min-width: 768px) {
	.lonsdale-mainpage-column {
		float: left;
		width: 50%;
	}
	.lonsdale-mainpage-column-first {
		padding-right: 10px;
	}
	.lonsdale-mainpage-column-second {
		padding-left: 10px;
	}
	.lonsdale-mainpage-sister-projects {
		text-align: center;
	}
}

/******************************
 * To make images responsive
 ******************************/
.res-img img {
	max-width:100%;
	height:auto;
}

/****************************************************
 * To hide wikisource proofread icons on index pages
 ****************************************************/
.mw-indicators.mw-body-content {
    display: none;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.