Template:Infobox material/styles.css: Difference between revisions
From Captain of Industry Wiki
Thadius856 (talk | contribs) Test passed. Replacing test criteria with a real one. |
Thadius856 (talk | contribs) Expansion |
||
| Line 5: | Line 5: | ||
*/ | */ | ||
.table-td-right { padding: 5px 0 5px 5px; } | .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-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; | |||
} | |||
Revision as of 08:28, 13 January 2022
/* External stylesheet intended for ease of maintenance with the following templates:
- Template:Infobox material
*/
.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-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;
}