MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Technochips (talk | contribs) No edit summary |
Technochips (talk | contribs) loadout |
||
| Line 56: | Line 56: | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 17px; | font-size: 17px; | ||
} | |||
.loadout-tooltip-container | |||
{ | |||
padding: 10px; | |||
background-image: linear-gradient(#38332D, #221E1A); | |||
color: #221E1A; | |||
text-align: center; | |||
font-size: 21px; | |||
font-family: TF2C Secondary; | |||
} | |||
.loadout-tooltip-container p | |||
{ | |||
margin: 0 !important; | |||
} | |||
.loadout-tooltip-name | |||
{ | |||
font-family: TF2C Build; | |||
font-size: 25px; | |||
color: #B2B2B2; | |||
} | |||
.loadout-tooltip-type | |||
{ | |||
color: #756B5E; | |||
} | |||
.loadout-tooltip-neutral | |||
{ | |||
color: #EBE2CA; | |||
} | |||
.loadout-tooltip-positive | |||
{ | |||
color: #99CCE1; | |||
} | |||
.loadout-tooltip-negative | |||
{ | |||
color: #FF4040; | |||
} | } | ||