MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(27 intermediate revisions by 3 users not shown)
Line 17: Line 17:
body {
body {
   font-family: Ekatra;
   font-family: Ekatra;
   font-size: 20px;
   font-size: 24px;
   text-align:justify;
   text-align:justify;
}
}
.mw-parser-output{
 
white-space:pre
}
#bodyContent {
#bodyContent {
padding-left: 22%;
padding-left: 5%;
padding-right: 22%;
padding-right: 5%;
color:#2e2e2e;
color:#2e2e2e;
}
}
Line 95: Line 93:
.infobox-heading-caption{
.infobox-heading-caption{
text-align:center;
text-align:center;
}
.poem{
padding-left: 3em;
}
}


.Poem2-Ekatra{
.Poem2-Ekatra{
text-align:justify;
text-align:justify;
}
/* Mobile specific style */
@media only screen and (max-width: 767px) {
    .Poem2-Ekatra {
        text-align: justify;
    }
}
@media only screen and (max-width: 767px) {
    body {
        text-align: justify !important;
    }
}
}
p.bookcover-heading {
p.bookcover-heading {
Line 120: Line 125:
margin-left:auto;  
margin-left:auto;  
margin-right:auto;  
margin-right:auto;  
margin-bottom: 100px;
margin-bottom: 30px;
}
}
.tablecenter{
.tablecenter{
Line 158: Line 163:
max-width:70%;
max-width:70%;
height:auto;
height:auto;
}
.mw-indicators {
  display: none;
}
#wikisource-download-epub,
#wikisource-download-choose,
#wikisource-download-pdf,
#wikisource-download-mobi {
    display: none;
}
}