EnemyInfo/styles.css: Difference between revisions
From The Rockman EXE Zone Wiki
< Template:EnemyInfo
(Created page with ".template_enemyinfo div { padding: 5px; margin: 1px; border: 0px dotted gray; } .template_enemyinfo ul, .template_enemyinfo ol { margin: 0; }") |
Tag: Undo |
||
(22 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.template_enemyinfo div { | .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; | |||
line-height: normal; | |||
} | |||
*:first-child > .template_enemyinfo_collapse { | |||
display: block !important; | |||
} | |||
.template_enemyinfo_collapse { | |||
display: none; | |||
} | |||
.template_enemyinfo_section { | |||
padding: 0 5px; | |||
margin: 1px; | |||
grid-column-gap: 20px; | |||
grid-row-gap: 0; | |||
} | |||
.template_enemyinfo_row { | |||
border-bottom: 1px solid #EEE; | |||
} | |||
.template_enemyinfo_row:last-child { | |||
border-bottom: none; | |||
} | |||
/*.template_enemyinfo div { | |||
padding: 5px; | padding: 5px; | ||
margin: 1px; | margin: 1px; | ||
Line 7: | Line 47: | ||
.template_enemyinfo ol { | .template_enemyinfo ol { | ||
margin: 0; | margin: 0; | ||
} | }*/ |
Latest revision as of 13:50, 23 October 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; line-height: normal; } *:first-child > .template_enemyinfo_collapse { display: block !important; } .template_enemyinfo_collapse { display: none; } .template_enemyinfo_section { padding: 0 5px; margin: 1px; grid-column-gap: 20px; grid-row-gap: 0; } .template_enemyinfo_row { border-bottom: 1px solid #EEE; } .template_enemyinfo_row:last-child { border-bottom: none; } /*.template_enemyinfo div { padding: 5px; margin: 1px; border: 0px dotted gray; } .template_enemyinfo ul, .template_enemyinfo ol { margin: 0; }*/