Difference between revisions of "MediaWiki:Common.css"

From Teopedia library
Jump to navigation Jump to search
m
Line 8: Line 8:
  
 
.center {
 
.center {
font-family: inherit;
+
    text-indent: 0;
 +
    font-family: "Droid Serif", "Leberation Serif", "Times New Roman", serif;
 
}
 
}
  

Revision as of 04:01, 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 {
    text-indent: 0;
    font-family: "Droid Serif", "Leberation Serif", "Times New Roman", serif;
}

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