View source for Widget:GuidePage
Jump to navigation
Jump to search
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
<style>
:root {
--colour-theme-50: var(--colour-{{{theme|aubergine}}}-50);
--colour-theme-100: var(--colour-{{{theme|aubergine}}}-100);
--colour-theme-200: var(--colour-{{{theme|aubergine}}}-200);
--colour-theme-300: var(--colour-{{{theme|aubergine}}}-300);
--colour-theme-400: var(--colour-{{{theme|aubergine}}}-400);
--colour-theme-500: var(--colour-{{{theme|aubergine}}}-500);
--colour-theme-600: var(--colour-{{{theme|aubergine}}}-600);
--colour-theme-700: var(--colour-{{{theme|aubergine}}}-700);
--colour-theme-800: var(--colour-{{{theme|aubergine}}}-800);
--colour-theme-900: var(--colour-{{{theme|aubergine}}}-900);
--colour-theme-950: var(--colour-{{{theme|aubergine}}}-950);
}
</style>
<article class="guide">
<header class="guide-header">
{{#if:{{{section}}}|<p>{{{section}}}</p>}}
<h1>{{{title}}}</h1>
</header>
000
1:0
Return to Widget:GuidePage.