Template

ChipLocation/styles.css: Difference between revisions

From The Rockman EXE Zone Wiki

< Template:ChipLocation
(Trader header font adjustments.)
(Bigger chip name & id)
Line 8: Line 8:
   padding: 0 5px;
   padding: 0 5px;
   margin: 1px;
   margin: 1px;
}
.template_chiplocation_chipid {
  font-weight: bold;
  /*font-size: 75%;*/
  white-space: nowrap;
  line-height: normal;
}
}


.template_chiplocation_chipname {
.template_chiplocation_chipname {
   font-weight: bold;
   font-weight: bold;
  font-size: 125%;
}
}
 
 
.template_chiplocation_traderheader {
.template_chiplocation_traderheader {
   background: #eee;
   background: #eee;
Line 20: Line 28:
   font-weight: bold;
   font-weight: bold;
   margin: 1px;
   margin: 1px;
}
.template_chiplocation_chipid {
  font-weight: bold;
  font-size: 75%;
  white-space: nowrap;
  line-height: normal;
}
}

Revision as of 23:46, 26 February 2023

.template_chiplocation {
  max-width: 100%;
  width: 500px;
}

.template_chiplocation_chipheader {
  background: #eee;
  padding: 0 5px;
  margin: 1px;
}

.template_chiplocation_chipid {
  font-weight: bold;
  /*font-size: 75%;*/
  white-space: nowrap;
  line-height: normal;
}

.template_chiplocation_chipname {
  font-weight: bold;
  font-size: 125%;
}

.template_chiplocation_traderheader {
  background: #eee;
  padding: 0 5px;
  font-size: 75%;
  font-weight: bold;
  margin: 1px;
}