ChipLocation/styles.css: Difference between revisions
From The Rockman EXE Zone Wiki
< Template:ChipLocation
(Try template for width) |
(Testing width stuff.) |
||
Line 1: | Line 1: | ||
.template_chiplocation { | .template_chiplocation { | ||
max-width: 100%; | |||
width: 500px; | width: 500px; | ||
} | } |
Revision as of 23:34, 26 February 2023
.template_chiplocation { max-width: 100%; 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; }