Template:Information/styles.css
Template page
More actions
/* {{pp-template}} */
.file-information {
width: 100%;
border: 1px solid #a2a9b1;
background-color: #f6ede0;
font-size: 95%;
border-radius: 8px;
}
.file-information caption {
font-weight: bold;
}
.file-information td {
padding: 2px;
vertical-align: top;
}
.file-information th {
padding: 2px;
vertical-align: top;
background: #e6d9c5;
color: black;
text-align: right;
padding-right: 0.4em;
}
/* higher specificity than the likely-later .imbox styles */
.file-information td .imbox {
margin: 4px;
}
@media (min-width: 720px) {
/* let's not enforce col widths except above 720px */
.file-information th {
width: 15%;
}
}
/* @media screen and (prefers-color-scheme: dark)
html.skin-theme-clientpref-os .file-information th {
background: #2a2a5c;
color: white;
}
*/