Template

ChipLocation/styles.css: Difference between revisions

From The Rockman EXE Zone Wiki

< Template:ChipLocation
(margin-bottom: 0.5em)
(Increase width to 600px)
Line 1: Line 1:
.template_chiplocation {
.template_chiplocation {
   max-width: 100%;
   max-width: 100%;
   width: 500px;
   width: 600px;
   margin-bottom: 0.5em;
   margin-bottom: 0.5em;
}
}

Revision as of 16:06, 1 March 2023

.template_chiplocation {
  max-width: 100%;
  width: 600px;
  margin-bottom: 0.5em;
}

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