Difference between revisions of "MediaWiki:Common.css"

From HeRO Wiki
Jump to: navigation, search
Line 15: Line 15:
 
padding: 0px 5px;
 
padding: 0px 5px;
 
border: 1px solid #CCC;
 
border: 1px solid #CCC;
 +
}
 +
 +
.times-serif,
 +
span.texhtml {
 +
font-size: 118%;
 +
line-height: 1;
 
}
 
}

Revision as of 19:07, 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;
}

.times-serif,
span.texhtml {
	font-size: 118%;
	line-height: 1;
}