Template:Infobox craft type/styles.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* {{pp|small=y}} */ | /* {{pp|small=y}} */ | ||
.ib- | .ib-craft-type { | ||
width: 23em; | width: 23em; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
| Line 7: | Line 7: | ||
/* TODO split definitions to appropriate class names when live from HTML element */ | /* TODO split definitions to appropriate class names when live from HTML element */ | ||
.ib- | .ib-craft-type td, | ||
.ib- | .ib-craft-type th { | ||
border-top: 1px solid #a2a9b1; | border-top: 1px solid #a2a9b1; | ||
padding: 0.4em 0.6em 0.4em 0.6em; | padding: 0.4em 0.6em 0.4em 0.6em; | ||
} | } | ||
.ib- | .ib-craft-type .mergedtoprow .infobox-full-data, | ||
.ib- | .ib-craft-type .mergedtoprow .infobox-data, | ||
.ib- | .ib-craft-type .mergedtoprow .infobox-label, | ||
.ib- | .ib-craft-type .mergedtoprow .infobox-below { | ||
border-top: 1px solid #a2a9b1; | border-top: 1px solid #a2a9b1; | ||
padding: 0.6em 0.6em 0.2em 0.6em; | padding: 0.6em 0.6em 0.2em 0.6em; | ||
} | } | ||
.ib- | .ib-craft-type .mergedrow .infobox-full-data, | ||
.ib- | .ib-craft-type .mergedrow .infobox-data, | ||
.ib- | .ib-craft-type .mergedrow .infobox-label { | ||
border: 0; | border: 0; | ||
padding: 0.2em 0.6em 0.2em 0.6em; | padding: 0.2em 0.6em 0.2em 0.6em; | ||
} | } | ||
.ib- | .ib-craft-type .infobox-below { | ||
text-align: left; | text-align: left; | ||
} | } | ||
.ib- | .ib-craft-type .infobox-above { | ||
font-size: 125%; | font-size: 125%; | ||
line-height: 1.3em; | line-height: 1.3em; | ||
} | } | ||
.ib- | .ib-craft-type .infobox-subheader { | ||
background-color: #cddeff; | background-color: #cddeff; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
.ib- | .ib-craft-type .infobox-header { | ||
background-color: #cddeff; | background-color: #cddeff; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
.ib- | .ib-craft-type-caption { | ||
padding: 0.3em 0 0 0; | padding: 0.3em 0 0 0; | ||
} | } | ||
Revision as of 20:57, 21 August 2022
/* {{pp|small=y}} */
.ib-craft-type {
width: 23em;
border-collapse: collapse;
line-height: 1.2em;
}
/* TODO split definitions to appropriate class names when live from HTML element */
.ib-craft-type td,
.ib-craft-type th {
border-top: 1px solid #a2a9b1;
padding: 0.4em 0.6em 0.4em 0.6em;
}
.ib-craft-type .mergedtoprow .infobox-full-data,
.ib-craft-type .mergedtoprow .infobox-data,
.ib-craft-type .mergedtoprow .infobox-label,
.ib-craft-type .mergedtoprow .infobox-below {
border-top: 1px solid #a2a9b1;
padding: 0.6em 0.6em 0.2em 0.6em;
}
.ib-craft-type .mergedrow .infobox-full-data,
.ib-craft-type .mergedrow .infobox-data,
.ib-craft-type .mergedrow .infobox-label {
border: 0;
padding: 0.2em 0.6em 0.2em 0.6em;
}
.ib-craft-type .infobox-below {
text-align: left;
}
.ib-craft-type .infobox-above {
font-size: 125%;
line-height: 1.3em;
}
.ib-craft-type .infobox-subheader {
background-color: #cddeff;
font-weight: bold;
}
.ib-craft-type .infobox-header {
background-color: #cddeff;
font-weight: bold;
}
.ib-craft-type-caption {
padding: 0.3em 0 0 0;
}