Template:StarLog: Difference between revisions
From Dead Suns Game
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
display:flex; | display:flex; | ||
align-items:center; | align-items:center; | ||
padding: 10px; | padding: 0 10px 0 10px; | ||
border-radius: 20px 20px 0 0; | border-radius: 20px 20px 0 0; | ||
background: #EEF" | background: #EEF" | ||
> | > | ||
<span style="font-family: monospace; font-size: | <span style="font-family: monospace; font-size:x-large"><strong>Session: {{{session}}}</strong></span> | ||
<span style="flex-grow:1; text-align:center">{{{caption}}}</span><span style="font-family:monospace">{{{date}}}</span></div> | <span style="flex-grow:1; text-align:center">{{{caption}}}</span><span style="font-family:monospace">{{{date}}}</span></div> | ||
<div style="border-top: none; border-left: 2px solid #007; border-right: 2px solid #007;border-bottom: 2px solid #007;display:flex; padding: 10px; margin:0 0 10px 0; border-radius: 0 0 20px 20px; background: #FFF">{{{content}}}</div><div style="clear: both;"></div> | <div style="border-top: none; border-left: 2px solid #007; border-right: 2px solid #007;border-bottom: 2px solid #007;display:flex; padding: 10px; margin:0 0 10px 0; border-radius: 0 0 20px 20px; background: #FFF">{{{content}}}</div><div style="clear: both;"></div> |
Revision as of 19:17, 21 October 2022
Session: {{{session}}}
{{{caption}}}{{{date}}}{{{content}}}