Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Content added Content deleted
(copy from my great war wiki)
Tag: Replaced
(import)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */

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


/* The transcription progress bar */
/* The transcription progress bar */

Revision as of 14:02, 7 March 2019

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