MediaWiki:Common.css
Revision as of 16:47, 7 June 2021 by NileshValanki (talk | contribs)
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
@font-face {
font-family: "Ekatra";
src: url("https://wiki.ekatrafoundation.org/fonts/Ekatra-Normal.ttf");
}
@font-face {
font-family: "Ekatra";
src: url("https://wiki.ekatrafoundation.org/fonts/Ekatra-Bold.ttf");
font-weight: bold;
}
@font-face {
font-family: "Ekatra";
src: url("https://wiki.ekatrafoundation.org/fonts/Ekatra-Italic.ttf");
font-style: italic;
}
body {
font-family: Ekatra;
font-size: 20px;
}
#firstHeading {
color: #7A1C21;
font-family: Ekatra;
font-size: 1.2em;
}
#p-logo {
margin-top: 1rem;
}
.grid_row {
display: flex;
flex-direction: row;
flex-flow: row wrap;
justify-content: space-between;
}
.grid_col {
flex: 1;
min-width: 250px;
}
.error {
display: none;
}