MediaWiki:Common.css: Difference between revisions

431 bytes added ,  18:57, 9 October 2023
no edit summary
No edit summary
No edit summary
Tag: Manual revert
(25 intermediate revisions by 2 users not shown)
Line 17: Line 17:
body {
body {
   font-family: Ekatra;
   font-family: Ekatra;
   font-size: 20px;
   font-size: 24px;
  text-align:justify;
}
}


#bodyContent {
#bodyContent {
padding-left: 22%;
padding-left: 5%;
padding-right: 22%;
padding-right: 5%;
color:#2e2e2e;
color:#2e2e2e;
}
}
Line 70: Line 71:
     color: black;
     color: black;
     margin: 0.5em 0 0.5em 1em;
     margin: 0.5em 0 0.5em 1em;
     padding: 0.2em;
     padding: 1em;
     float: right;
     float: right;
     clear: right;
     clear: right;
Line 79: Line 80:
.infobox-heading-name{
.infobox-heading-name{
text-align:center;
text-align:center;
font-weight:bold;
font-weight: 500;
font-size:larger;
    font-size: 23px;
    line-height: 28px;
}
}
.infobox .biography th{
.infobox.biography th{
text-align:left;
text-align:left;
white-space: nowrap;
}
.infobox.biography td {
    padding-left: 10px;
}
.infobox-heading-caption{
text-align:center;
}
}


Line 109: Line 118:
margin-left:auto;  
margin-left:auto;  
margin-right:auto;  
margin-right:auto;  
margin-bottom: 100px;
margin-bottom: 30px;
}
}
.tablecenter{
.tablecenter{
Line 129: Line 138:
padding: 10px;
padding: 10px;
font-size:17px;
font-size:17px;
}
table.autorowtable {
  counter-reset: rowNumber;
}
.autorow::before {
  counter-increment: rowNumber;
  content:  counter(rowNumber) "." ;
  padding-right: 0.3em;
  text-align: right;
}
/* To make images responsive */
.res-img img {
max-width:70%;
height:auto;
}
}