ChipLocation/styles.css: Difference between revisions
From The Rockman EXE Zone Wiki
< Template:ChipLocation
(0 padding test) |
No edit summary |
||
(7 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
.template_chiplocation { | .template_chiplocation { | ||
max-width: 100%; | max-width: 100%; | ||
width: | width: 600px; | ||
margin-bottom: 0.5em; | |||
} | } | ||
.template_chiplocation_chipheader { | .template_chiplocation_chipheader { | ||
background: #eee; | background: #eee; | ||
padding: 0; | padding: 0 5px; | ||
margin: 1px; | margin: 1px; | ||
} | } | ||
.template_chiplocation_chipid { | .template_chiplocation_chipid { | ||
/*font-size: 75%;*/ | /*font-size: 75%;*/ | ||
white-space: nowrap; | white-space: nowrap; | ||
Line 19: | Line 19: | ||
.template_chiplocation_chipname { | .template_chiplocation_chipname { | ||
font-weight: bold; | font-weight: bold; | ||
font-size: | font-size: 100%; | ||
} | } | ||
Latest revision as of 08:55, 3 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-size: 75%;*/ white-space: nowrap; line-height: normal; } .template_chiplocation_chipname { font-weight: bold; font-size: 100%; } .template_chiplocation_traderheader { background: #eee; padding: 0 5px; /*font-size: 75%;*/ font-weight: bold; margin: 1px; }