Difference between revisions of "Template:Ribbon2"
From Geohashing
(frack it, invisible flexbox) |
(reduce indent to 1em) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
{{#css: | {{#css: | ||
.ribbon2-wrapper { | .ribbon2-wrapper { | ||
+ | /* it's probably possible to remove this but idk how */ | ||
display: flex; | display: flex; | ||
} | } | ||
Line 11: | Line 12: | ||
border-left: 5px solid; | border-left: 5px solid; | ||
border-radius: 1px; | border-radius: 1px; | ||
+ | align-items: center; | ||
+ | } | ||
+ | |||
+ | .ribbon2[data-ribbon2-theme=default] { | ||
+ | display: grid; | ||
+ | grid-template-areas: | ||
+ | "icon achievement achievement image" | ||
+ | "icon . action image"; | ||
+ | grid-template-columns: auto 1em 1fr auto; | ||
+ | gap: 0 1ch; | ||
align-items: center; | align-items: center; | ||
Line 40: | Line 51: | ||
} | } | ||
− | .ribbon2[data-ribbon2-theme= | + | .ribbon2[data-ribbon2-theme=mini], .ribbon2[data-ribbon2-theme=micro] { |
− | display: | + | display: flex; |
− | + | flex-direction: row; | |
− | + | gap: 1ch; | |
− | + | ||
− | + | .ribbon2-icon img { | |
− | + | width: 3ch; | |
− | + | height: 3ch; | |
+ | } | ||
} | } | ||
− | |||
}}<div class="ribbon2-wrapper"> | }}<div class="ribbon2-wrapper"> |
Latest revision as of 02:18, 18 November 2024
{{{achievement}}}
{{{action}}}
Tests
asdfasdf
{{{achievement}}}
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
DanQ earned the Dark Ages achievement
|
SIGSTKFLT earned the Frozen Geohash Achievement
|
{{{achievement}}}
{{{action}}}
Mini
{{{achievement}}}
{{{action}}}
{{{achievement}}}
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Micro
foo
{{{action}}}
TODO
Handle long actions in mini and micro themesSplit themes into their own templates?Make the {{{image}}} parameter work