MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Technochips (talk | contribs) fixed infoboxes. temporary color scheme taken from tf2 wiki |
Technochips (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
@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 { | .infobox { | ||
border: 1px solid #79542B; | border: 1px solid #79542B; | ||
| Line 19: | Line 48: | ||
} | } | ||
.infobox td { | .infobox td { | ||
vertical-align: top | vertical-align: top; | ||
} | |||
.killicon | |||
{ | |||
background-color: #F1E9CB; | |||
vertical-align: central; | |||
height: 40px; | |||
color: #38361E; | |||
font-family: "Verdana", serif; | |||
font-weight: bold; | |||
font-size: 17px; | |||
} | } | ||