Template:Navbox/styles.css: Difference between revisions
From Captain of Industry Wiki
								
												
				| Thadius856 (talk | contribs)  Initial creation (needs lots of work) | ABravePanda (talk | contribs) No edit summary | ||
| Line 1: | Line 1: | ||
| . | .above { | ||
|    text-align: center; |    text-align: center; | ||
|    background-color: #68191B; |    background-color: #68191B; | ||
| Line 5: | Line 5: | ||
| } | } | ||
| . | .group { | ||
|    text-align: right; |    text-align: right; | ||
|    font-weight: bold; |    font-weight: bold; | ||
| Line 26: | Line 26: | ||
| } | } | ||
| . | .below { | ||
|    text-align: center; |    text-align: center; | ||
|    font-weight: bold; |    font-weight: bold; | ||
Revision as of 01:04, 19 January 2022
.above {
  text-align: center;
  background-color: #68191B;
  color: #fff;
}
.group {
  text-align: right;
  font-weight: bold;
  background-color: #68191B;
  width: 10%;
  padding-right: 8px;
  color: #fff;
}
.ghi {
  background-color: #F9F9F9;
}
.row_odd {
  background-color: #EEE;
}
.row_even {
  background-color: #F9F9F9;
}
.below {
  text-align: center;
  font-weight: bold;
  background-color: #68191B;
  color: #fff;
}
.mno {
  text-align: left;
  background-color: #F9F9F9;
  border: 1px solid #68191B;
}
.pqr {
  text-align: center;
  font-weight: bold;
  background-color: #68191B;
  color: #fff;
}
