MediaWiki:Common.css: Difference between revisions

From TF2 Classified Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 46: Line 46:
vertical-align: top;
vertical-align: top;
width: 120px;
width: 120px;
}
.infobox td {
vertical-align: top;
}
}
.killicon
.killicon
{
{
background-color: #F1E9CB;
background-color: #F1E9CB;
vertical-align: central;
vertical-align: middle;
height: 40px;
height: 40px;
color: #38361E;
color: #38361E;

Revision as of 20:43, 17 April 2022

@font-face
{
	font-family: "TF2C";
	src:	url("https://wiki.tf2classic.com/fonts/TF2C.woff2") format("woff2"),
			url("https://wiki.tf2classic.com/fonts/TF2C.woff") format("woff"),
			url("https://wiki.tf2classic.com/fonts/TF2C.ttf") format("truetype");
}
@font-face
{
	font-family: "TF2C Build";
	src:	url("https://wiki.tf2classic.com/fonts/TF2CBuild.woff2") format("woff2"),
			url("https://wiki.tf2classic.com/fonts/TF2CBuild.woff") format("woff"),
			url("https://wiki.tf2classic.com/fonts/TF2CBuild.ttf") format("truetype");
}
@font-face
{
	font-family: "TF2C Professor";
	src:	url("https://wiki.tf2classic.com/fonts/TF2CProfessor.woff2") format("woff2"),
			url("https://wiki.tf2classic.com/fonts/TF2CProfessor.woff") format("woff"),
			url("https://wiki.tf2classic.com/fonts/TF2CProfessor.ttf") format("truetype");
}
@font-face
{
	font-family: "TF2C Secondary";
	src:	url("https://wiki.tf2classic.com/fonts/TF2CSecondary.woff2") format("woff2"),
			url("https://wiki.tf2classic.com/fonts/TF2CSecondary.woff") format("woff"),
			url("https://wiki.tf2classic.com/fonts/TF2CSecondary.ttf") format("truetype");
}

.infobox {
	border: 1px solid #79542B;
	float: right;
	width: 21em;
	margin: 0 0 1em 1em;
	background-color: #FFFCF7;
}
.infobox-title {
	font-size: 2em;
	text-align: center
}
.infobox-image {
	text-align: center;
}
.infobox th {
	background-color: #F9D483;
	vertical-align: top;
	width: 120px;
}
.killicon
{
	background-color: #F1E9CB;
	vertical-align: middle;
	height: 40px;
	color: #38361E;
	font-family: "Verdana", serif;
	font-weight: bold;
	font-size: 17px;
}