Template:Badge: Difference between revisions
Template page
More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<div class="project-badge" style="display:flex; flex-direction: row; width: 376px; height: 80px; background-color: silver; margin-bottom: 0.5em; border: 4px solid var(--color-surface-4); border-radius: | <div class="project-badge" style="display:flex; flex-direction: row; width: 376px; height: 80px; background-color: silver; margin-bottom: 0.5em; border: 4px solid var(--color-surface-4); border-radius: 40px; overflow: hidden; padding:6px;"> | ||
<div class="project-badge-img" style="width: | <div class="project-badge-bg" style="display:flex; flex-direction: row; width:356px; height:60px; background-color: var(--color-surface-1); border-radius: 28px; text-align: center;"> | ||
<div class="project-badge-img" style="width:60px; height:60px; background-color: var(--color-surface-1); border-radius: 28px; overflow: hidden;">{{{image|[[File:VisualUnavailableSquare.png]]}}} | |||
</div> | </div> | ||
<div class="project-badge-text" style="width:300px; height: | <div class="project-badge-text" style="width:300px; height:60px; background-color: var(--color-surface-1); margin-left: 8px; border-radius: 28px; padding-left: 0.5em; padding-right: 0.5em; text-align: center;"> | ||
<p style="font-size: 0.85em;">Contributed to Project: Whatever</p> | <p style="font-size: 0.85em;">Contributed to Project: Whatever</p> | ||
</div> | |||
</div> | </div> | ||
</div> | </div> | ||
