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
updated infobox
class team tabs
Line 228: Line 228:
background-color: #E5E0DC;
background-color: #E5E0DC;
}
}
.catlinks li
.tabber__tabs
{
{
border-color: #583A31;
  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;
}
}