Difference between revisions of "MediaWiki:Common.css"

From HeRO Wiki
Jump to: navigation, search
Line 17: Line 17:
 
}
 
}
  
.times-serif,
+
#mw-content-text {
span.texhtml {
+
    font-size: 118%;
font-size: 118%;
+
}
line-height: 1;
+
 
 +
#bodyContent {
 +
    font-size: 118%;
 
}
 
}

Revision as of 19:26, 11 September 2019

/* CSS placed here will be applied to all skins */

.table1
{
border: 1px solid #c6a96f;
}

.table1 th
{
background: #c6a96f;
}

.table1 td
{
padding: 0px 5px;
border: 1px solid #CCC;
}

#mw-content-text {
    font-size: 118%;
}

#bodyContent {
    font-size: 118%;
}