MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
padding-left: 22%; | padding-left: 22%; | ||
padding-right: 22%; | padding-right: 22%; | ||
color:#2e2e2e; | |||
} | |||
.action-edit #bodyContent { | |||
padding-left: 2%; | |||
padding-right: 2%; | |||
color:#2e2e2e; | color:#2e2e2e; | ||
} | } |
Revision as of 08:40, 8 July 2021
/* 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;
}
#bodyContent {
padding-left: 22%;
padding-right: 22%;
color:#2e2e2e;
}
.action-edit #bodyContent {
padding-left: 2%;
padding-right: 2%;
color:#2e2e2e;
}
@media only screen and (max-width: 600px) {
#bodyContent {
padding-left: 5%;
padding-right: 5%;
color:#2e2e2e;
}
}
#firstHeading {
font-family: Ekatra;
font-size: 0.8em;
}
#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;
}
.infobox {
border: 1px solid #a2a9b1;
border-spacing: 3px;
background-color: #f8f9fa;
color: black;
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
float: right;
clear: right;
font-size: 88%;
line-height: 1.5em;
width: 22em;
}
.infobox-heading-name{
text-align:center;
}
.poem{
padding-left: 3em;
}
.Poem2-Ekatra{
text-align:justify;
}
p.bookcover-heading {
font-size: 29px;
color:#861f23;
}
p.bookcover-author, p.bookcover-editor{
font-size: 21px;
color:#861f23;
}
.bookcover{
padding:10px;
margin-bottom:20px;
}
.heading-detail-page{
width:auto;
margin-left:auto;
margin-right:auto;
margin-bottom: 100px;
}
.tablecenter{
margin:0 auto;
}