User:Eviand/Pulltest: Difference between revisions
From SpiritVale Wiki
More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<div style="flex:0 0 35%; min-width:250px; max-width:280px; float:{{{float|right}}}; box-sizing:border-box; margin:0 0.5em 0.5em 0;"> | |||
<div style="flex:0 0 35%; min-width: | |||
<div style="border:2px solid #5a4e7c; background:#f0f2f8; border-radius: | <div style="border:2px solid #5a4e7c; background:#f0f2f8; border-radius:10px; box-shadow:0 1px 2px rgba(0,0,0,0.2); font-size:90%; overflow:hidden;"> | ||
<!-- Header --> | <!-- Header --> | ||
<div style="background:linear-gradient(180deg,#7a6fb0,#5a4e7c); color:white; text-align:center; padding: | <div style="background:linear-gradient(180deg,#7a6fb0,#5a4e7c); color:white; text-align:center; padding:4px 2px; font-size:105%; line-height:1.1em; border-top-left-radius:10px; border-top-right-radius:10px;"> | ||
'''{{{BoxName}}}''' | '''{{{BoxName}}}''' | ||
</div> | </div> | ||
<!-- Content rows --> | <!-- Content rows --> | ||
<div style="padding: | <div style="padding:4px; line-height:1.1; font-size:90%;"> | ||
{{#if: {{{A1|}}} | | {{#if: {{{A1|}}} | | ||
<div style="display:flex; justify-content:space-between; margin-bottom: | <div style="display:flex; justify-content:space-between; margin-bottom:2px;"> | ||
<div style="font-weight:bold;">{{{A1}}}</div> | <div style="font-weight:bold;">{{{A1}}}</div> | ||
<div>{{{B1}}}</div> | <div>{{{B1}}}</div> | ||
</div>}} | </div>}} | ||
{{#if: {{{A2|}}} | | {{#if: {{{A2|}}} | | ||
<div style="display:flex; justify-content:space-between; margin-bottom: | <div style="display:flex; justify-content:space-between; margin-bottom:2px;"> | ||
<div style="font-weight:bold;">{{{A2}}}</div> | <div style="font-weight:bold;">{{{A2}}}</div> | ||
<div>{{{B2}}}</div> | <div>{{{B2}}}</div> | ||
</div>}} | </div>}} | ||
{{#if: {{{A3|}}} | | {{#if: {{{A3|}}} | | ||
<div style="display:flex; justify-content:space-between; margin-bottom: | <div style="display:flex; justify-content:space-between; margin-bottom:2px;"> | ||
<div style="font-weight:bold;">{{{A3}}}</div> | <div style="font-weight:bold;">{{{A3}}}</div> | ||
<div>{{{B3}}}</div> | <div>{{{B3}}}</div> | ||
</div>}} | </div>}} | ||
{{#if: {{{A4|}}} | | {{#if: {{{A4|}}} | | ||
<div style="display:flex; justify-content:space-between; margin-bottom: | <div style="display:flex; justify-content:space-between; margin-bottom:2px;"> | ||
<div style="font-weight:bold;">{{{A4}}}</div> | <div style="font-weight:bold;">{{{A4}}}</div> | ||
<div>{{{B4}}}</div> | <div>{{{B4}}}</div> | ||
</div>}} | </div>}} | ||
{{#if: {{{A5|}}} | | {{#if: {{{A5|}}} | | ||
<div style="display:flex; justify-content:space-between; margin-bottom: | <div style="display:flex; justify-content:space-between; margin-bottom:2px;"> | ||
<div style="font-weight:bold;">{{{A5}}}</div> | <div style="font-weight:bold;">{{{A5}}}</div> | ||
<div>{{{B5}}}</div> | <div>{{{B5}}}</div> | ||
</div>}} | </div>}} | ||
{{#if: {{{A6|}}} | | {{#if: {{{A6|}}} | | ||
<div style="display:flex; justify-content:space-between; margin-bottom: | <div style="display:flex; justify-content:space-between; margin-bottom:2px;"> | ||
<div style="font-weight:bold;">{{{A6}}}</div> | <div style="font-weight:bold;">{{{A6}}}</div> | ||
<div>{{{B6}}}</div> | <div>{{{B6}}}</div> | ||
</div>}} | </div>}} | ||
{{#if: {{{A7|}}} | | {{#if: {{{A7|}}} | | ||
<div style="display:flex; justify-content:space-between; margin-bottom:0 | <div style="display:flex; justify-content:space-between; margin-bottom:0;"> | ||
<div style="font-weight:bold;">{{{A7}}}</div> | <div style="font-weight:bold;">{{{A7}}}</div> | ||
<div>{{{B7}}}</div> | <div>{{{B7}}}</div> |