Template

ChipLocation/styles.css: Difference between revisions

From The Rockman EXE Zone Wiki

< Template:ChipLocation
(try font-size: 75%;)
(Try template for width)
Line 1: Line 1:
.template_chiplocation {
  width: 500px;
}
.template_chiplocation_chipheader {
  background: #eee;
  padding: 0 5px;
  margin: 1px;
}
.template_chiplocation_chipname {
  font-weight: bold;
}
 
.template_chiplocation_header {
.template_chiplocation_header {
   background: #eee;
   background: #eee;
Line 4: Line 18:
   margin: 1px;
   margin: 1px;
   font-weight: bold;
   font-weight: bold;
  width: 700px;
}
}



Revision as of 23:28, 26 February 2023

.template_chiplocation {
  width: 500px;
}

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

.template_chiplocation_chipname {
  font-weight: bold;
}
  
.template_chiplocation_header {
  background: #eee;
  padding: 0 5px;
  margin: 1px;
  font-weight: bold;
}

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