Difference between revisions of "MediaWiki:Common.css"
From Suresh Joshi
Tags: Manual revert Reverted |
(Undo revision 218 by Jayprakash12345 (talk)) Tags: Reverted Undo |
||
Line 19: | Line 19: | ||
#bodyContent{ | #bodyContent{ | ||
font-size: | font-size: 18px; | ||
} | } | ||
Revision as of 16:47, 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: 18px;
}
#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;
}