Note:
The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Template:Download"
Jump to navigation
Jump to search
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<div class="note"> | <includeonly>{{#vardefine:header_bgcolor|{{#switch: {{{kind}}} | ||
<div class="note-head"><i class=" | | gnome = #af7b5d | ||
{{{body}}} | | cinnamon = #3d9a6f | ||
</div></div> | | lxd = #5c69a9 | ||
| stage3 = #7694b9 | |||
| #default = #836f99 | |||
}}}}{{#vardefine:body_bgcolor|{{#switch: {{{kind}}} | |||
| gnome = #e2d2c6 | |||
| cinnamon = #d6eccf | |||
| lxd = #cbcce8 | |||
| stage3 = #d9dfea | |||
| #default = #ede9f3 | |||
}}}}<div class="note" style="display: inline-block; background-color: {{#var:body_bgcolor}};"><div class="note-head" style="background-color: {{#var:header_bgcolor}};"><i class="fa fa-download"></i> {{{title}}}</div><div class="note-body" style="padding: 15px;">{{{body}}} | |||
</div></div></includeonly> |