Difference between revisions of "MediaWiki:Common.css"
From Suresh Joshi
Tags: Manual revert Reverted |
Tag: Manual revert |
(One intermediate revision by the same user not shown) | |
(No difference)
|
Latest revision as of 16:48, 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;
}