User:Fen/ContentBox: Difference between revisions
experimenting with an box thing |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
<div style=" | <!-- Outer wrapper with fixed width --> | ||
<div style="display: flex; justify-content: space-between; align-items: center;"> | <div style="width: {{{6|400px}}}; height: {{{7|400px}}}; background-color: transparent; color: {{{4|inherit}}}; text-align: left; overflow: hidden; border: 1px solid {{{9|{{{4|inherit}}}}}}; box-shadow: 0 0 4px {{{9|{{{4|rgba(0,0,0,0.3)}}}}}}; border-radius: 6px; padding: 0.5em; box-sizing: border-box;"> | ||
<div> | |||
<!-- Top bar with background --> | |||
<div style="background-color: {{{5|#d0d8ff}}}; border-radius: 4px 4px 0 0; padding: 0.3em 0.6em; display: flex; justify-content: space-between; align-items: center;"> | |||
<div style="width: 18px; height: 18px; text-align: center;"> | <div>'''[[{{{1}}}|<span style="color:{{{4|inherit}}}">{{#if:{{{2|}}}|{{{2}}}|{{{1}}}}}</span>]]'''</div> | ||
<div style="width: 18px; height: 18px; text-align: center;">[[{{#if:{{{8|}}}|{{{8}}}|Main Page}}|<span title="Go to main page" role="button" style="color:{{{4|inherit}}}; text-decoration: none;">✖</span>]] | |||
</div> | </div> | ||
</div> | </div> | ||
<div style=" | <!-- Inner content area fills rest of box height --> | ||
<div style="background-color: transparent; padding: 10px; overflow-y: auto; border-radius: 0 0 5px 5px; box-sizing: border-box; overflow-y: scroll; height: 100%;">{{:{{{1}}}}}</div> | |||
</div> | </div> | ||
</includeonly><noinclude>{{documentation}}</noinclude> | </includeonly><noinclude>{{documentation}}</noinclude> |