Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
loadout
trying out a design
Line 64: Line 64:
text-align: center;
text-align: center;
font-size: 21px;
font-size: 21px;
font-family: TF2C Secondary;
font-family: "TF2C Secondary", sans-serif;
}
}
.loadout-tooltip-container p
.loadout-tooltip-container p
Line 72: Line 72:
.loadout-tooltip-name
.loadout-tooltip-name
{
{
font-family: TF2C Build;
font-family: "TF2C Build", sans-serif;
font-size: 25px;
font-size: 25px;
color: #B2B2B2;
color: #B2B2B2;
Line 91: Line 91:
{
{
color: #FF4040;
color: #FF4040;
}
#firstHeading
{
font-family: "TF2C", serif;
color: #D2CDC8;
font-size: 2.4em;
border-bottom: 0.2em dotted #D2CDC8;
padding-left: 0.4em;
padding-top: 0.4em;
}
#content
{
background-color: #583A31;
color: #D2CDC8;
padding: 0;
}
#bodyContent
{
background-color: #D2CDC8;
color: black;
padding: 0.25em 1em;
}
}