Difference between revisions of "MediaWiki:Common.css"

From Suresh Joshi
Tag: Reverted
Tags: Manual revert Reverted
Line 19: Line 19:


#bodyContent{
#bodyContent{
   font-size: 18px;
   font-size: 20px;
}
}



Revision as of 16:46, 13 October 2021

@font-face {
    font-family: "Ekatra";
    src: url("https://sureshjoshi.org/fonts/Ekatra-Normal.ttf");
}
@font-face {
    font-family: "Ekatra";
    src: url("https://sureshjoshi.org/fonts/Ekatra-Bold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "Ekatra";
    src: url("https://sureshjoshi.org/fonts/Ekatra-Italic.ttf");
    font-style: italic;
}

body {
  font-family: Ekatra;
}

#bodyContent{
  font-size: 20px;
}

#p-logo-text {
	display: flex;
	align-items: center;
}

#footer-places, #ca-viewsource, #ca-talk {
	display: none;
}

#p-banner {
	overflow: hidden;
	white-space: nowrap;
}

#mw-content-container {
	background-image: none;
}