Template:Information/styles.css: Difference between revisions
Page last edited 4 months ago by Xeverything11
m Tweaks |
Rounded |
||
Line 9: | Line 9: | ||
margin: 0.5rem; | margin: 0.5rem; | ||
flex: 16rem; | flex: 16rem; | ||
border-radius: 4px; | |||
} | } | ||
Line 19: | Line 20: | ||
text-transform: lowercase; | text-transform: lowercase; | ||
font-weight: bold; | font-weight: bold; | ||
border-radius: 3px 3px 0 0; | |||
} | } | ||
/* [[Category:Template stylesheets]] */ | /* [[Category:Template stylesheets]] */ |
Revision as of 14:53, 24 April 2025
.information-table { display: flex; flex-wrap: wrap; } .information-table-row { border: 1px solid var(--color-primary1); padding: 1rem; margin: 0.5rem; flex: 16rem; border-radius: 4px; } .fileinfo-paramfield { background: var(--color-primary-gradient); margin: -1rem -1rem 1rem; padding: 0.5rem 1rem; font-size: 1.6rem; color: white; text-transform: lowercase; font-weight: bold; border-radius: 3px 3px 0 0; } /* [[Category:Template stylesheets]] */