Difference between revisions of "Template:Navbox/styles.css"

From Captain of Industry Wiki
Jump to: navigation, search
(Initial creation (needs lots of work))
 
Line 1: Line 1:
.abc {
.above {
   text-align: center;
   text-align: center;
   background-color: #68191B;
   background-color: #68191B;
Line 5: Line 5:
}
}


.def {
.group {
   text-align: right;
   text-align: right;
   font-weight: bold;
   font-weight: bold;
Line 26: Line 26:
}
}


.jkl {
.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;
}