Xeverything11 (talk | contribs)
Narrower
Xeverything11 (talk | contribs)
Rounded
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
     padding: 1rem;
     padding: 1rem;
     margin: 0.5rem;
     margin: 0.5rem;
     flex: 18rem;
     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]] */

Latest 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]] */