Template:Infobox material/styles.css: Difference between revisions
From Captain of Industry Wiki
ABravePanda (talk | contribs) No edit summary |
ABravePanda (talk | contribs) No edit summary |
||
| Line 26: | Line 26: | ||
.inner-icon { | .inner-icon { | ||
display: inline-block; | display: inline-block; | ||
padding | padding: 0px; | ||
margin: 0px; | |||
} | } | ||
Revision as of 20:46, 13 January 2022
/* External stylesheet intended for ease of maintenance with the following templates:
- Template:Infobox material
- Template:Infobox machine
- Template:Infobox transport
- Template:Infobox vehicle
- Template:Infobox storage
*/
.infobox-wrapper {
float: right;
clear: right;
}
.outer-box {
display:inline-block;
min-width: 250px;
max-width: 350px;
border: 3px solid rgba(252,162,58,1);
border-radius: 15px;
margin: 10px;
font-size: 14px;
background-color: rgba(46,46,46,1);
}
.inner-icon {
display: inline-block;
padding: 0px;
margin: 0px;
}
.inner-title {
width: 100%;
vertical-align: middle;
text-align: center;
background-color: rgba(0,0,0,1);
font-size: 20px; color: rgba(252,162,58,1);
text-shadow: 0 0 10px rgba(255,162,58,.7);
font-family: Georgia, Liberation Serif, Times, serif;
border-radius: 15px 15px 0 0;
border-bottom: 3px solid rgba(252,162,58,1);
padding: 10px 0;
}
.inner-main {
text-align: center;
padding: 10px 10px 0;
}
.description {
font-size: 16px;
color: rgba(255,255,255,1);
padding: 0px 0px 10px 0px;
}
.inner-table {
padding: 10px;
}
.inner-inner-table {
vertical-align: top;
width: 100%;
}
.table {
border-collapse: collapse;
border-spacing: 0 8px;
flex-grow: 1;
line-height: 16px;
white-space: nowrap;
width: 100%;
}
.table-tr {
border-top: 1px solid white;
vertical-align: top;
}
.table-td-left {
text-align: right;
font-weight: bold;
padding: 5px 5px 5px 0;
}
.table-td-right {
padding: 5px 0 5px 5px;
}