MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Technochips (talk | contribs) mNo edit summary |
Technochips (talk | contribs) updated infobox |
||
| Line 29: | Line 29: | ||
.infobox { | .infobox { | ||
border: 1px solid # | border: 1px solid #583A31; | ||
float: right; | float: right; | ||
width: 21em; | width: 21em; | ||
margin: 0 0 1em 1em; | margin: 0 0 1em 1em; | ||
background-color: # | background-color: #E5E0DC; | ||
} | } | ||
.infobox-title { | .infobox-title { | ||
font-size: | font-size: 21px; | ||
text-align: center | text-align: center | ||
} | } | ||
| Line 43: | Line 43: | ||
} | } | ||
.infobox th { | .infobox th { | ||
background-color: # | background-color: #583A31; | ||
vertical-align: top; | vertical-align: top; | ||
width: 120px; | width: 120px; | ||
font-family: "TF2C Build", sans-serif; | |||
font-weight: normal; | |||
color: #D2CDC8; | |||
} | } | ||
.killicon | .killicon | ||
| Line 56: | Line 59: | ||
font-weight: bold; | font-weight: bold; | ||
font-size: 17px; | font-size: 17px; | ||
border-radius: 10px; | |||
} | } | ||
.loadout-tooltip-container | .loadout-tooltip-container | ||
| Line 63: | Line 67: | ||
color: #221E1A; | color: #221E1A; | ||
text-align: center; | text-align: center; | ||
font-size: | font-size: 15px; | ||
font-family: "TF2C Secondary", sans-serif; | font-family: "TF2C Secondary", sans-serif; | ||
border-radius: 10px; | |||
} | } | ||
.loadout-tooltip-container p | .loadout-tooltip-container p | ||
| Line 73: | Line 78: | ||
{ | { | ||
font-family: "TF2C Build", sans-serif; | font-family: "TF2C Build", sans-serif; | ||
font-size: | font-size: 18px; | ||
color: #B2B2B2; | color: #B2B2B2; | ||
} | } | ||
| Line 104: | Line 109: | ||
#mw-indicator-mw-helplink a | #mw-indicator-mw-helplink a | ||
{ | { | ||
font-family:"TF2C","Linux Libertine","Georgia","Times",serif; | |||
color:#D2CDC8 !important; | |||
font-size:38px; | |||
margin-top:0.4em; | |||
padding-right:0.3em; | |||
padding-left:0.8em; | |||
height:auto; | |||
line-height: 49.4px; | |||
} | } | ||
#content | #content | ||
| Line 222: | Line 227: | ||
.toc, .toccolours, .catlinks, div.thumbinner { | .toc, .toccolours, .catlinks, div.thumbinner { | ||
background-color: #E5E0DC; | background-color: #E5E0DC; | ||
} | |||
.catlinks li | |||
{ | |||
border-color: #583A31; | |||
} | } | ||