Template:Information/styles.css: Difference between revisions
Page last edited 4 months ago by Xeverything11
mhdev>Pppery m Pppery moved page Template:Information/style.css to Template:Information/styles.css without leaving a redirect: Plural is standard |
wider |
||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
.information-table { | |||
display: grid; | |||
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr)); | |||
grid-gap: 1rem; | |||
} | |||
.information-table-row { | |||
border: 1px solid var(--color-primary1); | |||
padding: 1rem; | |||
border-radius: 4px; | |||
} | |||
.fileinfo-paramfield { | .fileinfo-paramfield { | ||
background: | background: var(--color-primary-gradient); | ||
margin: -1rem -1rem 1rem; | |||
padding- | padding: 0.5rem 1rem; | ||
font-size: 1.6rem; | |||
color: white; | |||
text-transform: lowercase; | |||
font-weight: bold; | font-weight: bold; | ||
border-radius: 3px 3px 0 0; | |||
} | } | ||
/* [[Category:Template stylesheets]] */ | /* [[Category:Template stylesheets]] */ |
Latest revision as of 08:14, 27 May 2025
.information-table {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
grid-gap: 1rem;
}
.information-table-row {
border: 1px solid var(--color-primary1);
padding: 1rem;
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]] */