MediaWiki:Common.css: Difference between revisions

From Teopedia
mNo edit summary
No edit summary
Line 4: Line 4:
     font-family: "Droid Serif", "Leberation Serif", "Times New Roman", serif;
     font-family: "Droid Serif", "Leberation Serif", "Times New Roman", serif;
     text-indent: 2em;
     text-indent: 2em;
    text-align: justify;
}
}


.center {
font-family: inherit;
}


/* Hide numbers in table of content */
/* Hide numbers in table of content */

Revision as of 00:52, 12 December 2021

/* Change default font and paragraph parameters*/
.mw-body-content p {
    margin: 0;
    font-family: "Droid Serif", "Leberation Serif", "Times New Roman", serif;
    text-indent: 2em;
    text-align: justify;
}

.center {
	font-family: inherit;
}

/* Hide numbers in table of content */
.tocnumber {
	display: none;
}

@media (max-width: 730px) {
	.header-nav-m {
		flex-direction: column;
	}
}

@media (max-width: 900px) {
	.header-nav-m {
		clear: both;
	}
}