MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Technochips (talk | contribs) updated infobox |
Technochips (talk | contribs) class team tabs |
||
| Line 228: | Line 228: | ||
background-color: #E5E0DC; | background-color: #E5E0DC; | ||
} | } | ||
. | .tabber__tabs | ||
{ | { | ||
margin:auto; | |||
box-shadow:none; | |||
} | |||
.tabber__tab | |||
{ | |||
background-color:#583A31; | |||
font-family: "TF2C Build"; | |||
box-shadow:none; | |||
font-weight:normal; | |||
margin:1px; | |||
} | |||
.tabber__tab, .tabber__tab:visited | |||
{ | |||
color: #E5E0DC; | |||
box-shadow:none; | |||
} | |||
.tabber__tab--active, .tabber__tab:hover, .tabber__tab--active:visited | |||
{ | |||
color: #e8d18c; | |||
box-shadow:none; | |||
} | |||
.tabber__tab[title="RED"] | |||
{ | |||
background-color: #C63E3E; | |||
} | |||
.tabber__tab[title="BLU"] | |||
{ | |||
background-color: #59788C; | |||
} | |||
.tabber__tab[title="GRN"] | |||
{ | |||
background-color: #3C9D46; | |||
} | |||
.tabber__tab[title="YLW"] | |||
{ | |||
background-color: #DA9D28; | |||
} | } | ||