Difference between revisions of "MediaWiki:Common.css"

From Suresh Joshi
Tag: Manual revert
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
@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 {
#p-logo-text {
display: flex;
display: flex;
Line 5: Line 27:
}
}


#ca-talk {
#footer-places, #ca-viewsource, #ca-talk {
display: none;
display: none;
}
#p-banner {
overflow: hidden;
white-space: nowrap;
}
#mw-content-container {
background-image: none;
}
}

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