Template:Navbox/styles.css: Difference between revisions
From Captain of Industry Wiki
								
												
				| ABravePanda (talk | contribs) No edit summary | ABravePanda (talk | contribs) No edit summary | ||
| Line 20: | Line 20: | ||
| .row_odd { | .row_odd { | ||
|    background-color:  |    background-color: rgba(10,10,10,1); | ||
| } | } | ||
| .row_even { | .row_even { | ||
|    background-color:  |    background-color: rgba(30,30,30,1); | ||
| } | } | ||
Revision as of 01:22, 19 January 2022
.above {
  text-align: center;
  background-color: rgba(0,0,0,1);
  color: rgba(252,162,58,1);
}
.group {
  text-align: right;
  font-weight: bold;
  background-color: rgba(0,0,0,1);
  width: 10%;
  padding-right: 8px;
  color: rgba(252,162,58,1);
}
.ghi {
  background-color: #F9F9F9;
}
.row_odd {
  background-color: rgba(10,10,10,1);
}
.row_even {
  background-color: rgba(30,30,30,1);
}
.below {
  text-align: center;
  font-weight: bold;
  background-color: rgba(0,0,0,1);
  color: rgba(252,162,58,1);
}
.mno {
  text-align: left;
  background-color: #F9F9F9;
  border: 1px solid #68191B;
}
.below {
  text-align: center;
  font-weight: bold;
  background-color: rgba(0,0,0,1);
  color: rgba(252,162,58,1);
}
