EnemyInfo/styles.css: Difference between revisions
From The Rockman EXE Zone Wiki
< Template:EnemyInfo
No edit summary |
No edit summary |
||
Line 24: | Line 24: | ||
grid-column-gap: 20px; | grid-column-gap: 20px; | ||
grid-row-gap: 0; | grid-row-gap: 0; | ||
} | |||
.template_enemyinfo_row:nth-child(even) { | |||
background: #F8F8F8; | |||
} | } | ||
Revision as of 22:19, 31 August 2022
.template_enemyinfo span { white-space: nowrap; } .template_enemyinfo_image { background: #eee; padding: 5px; margin: 0 5px; } .template_enemyinfo_header { background: #eee; padding: 0 5px; margin: 1px; font-weight: bold; } .template_enemyinfo_label { font-weight: bold; font-variant: all-small-caps; white-space: nowrap; } .template_enemyinfo_section { padding: 0 5px; margin: 1px; grid-column-gap: 20px; grid-row-gap: 0; } .template_enemyinfo_row:nth-child(even) { background: #F8F8F8; } /*.template_enemyinfo div { padding: 5px; margin: 1px; border: 0px dotted gray; } .template_enemyinfo ul, .template_enemyinfo ol { margin: 0; }*/