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

From Captain of Industry Wiki
Jump to: navigation, search
Line 1: Line 1:
.above {
.above {
   text-align: center;
   text-align: center;
   background-color: #68191B;
   background-color: rgba(0,0,0,1);
   color: rgba(252,162,58,1);
   color: rgba(252,162,58,1);
}
}
Line 8: Line 8:
   text-align: right;
   text-align: right;
   font-weight: bold;
   font-weight: bold;
   background-color: #68191B;
   background-color: rgba(0,0,0,1);
   width: 10%;
   width: 10%;
   padding-right: 8px;
   padding-right: 8px;
Line 30: Line 30:
   text-align: center;
   text-align: center;
   font-weight: bold;
   font-weight: bold;
   background-color: #68191B;
   background-color: rgba(0,0,0,1);
   color: rgba(252,162,58,1);
   color: rgba(252,162,58,1);
}
}

Revision as of 01:14, 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: #EEE;
}

.row_even {
  background-color: #F9F9F9;
}

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

.pqr {
  text-align: center;
  font-weight: bold;
  background-color: #68191B;
  color: #fff;
}