Widget:GuidePage: Difference between revisions

From pronounmail wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<style>
<style>
:root {
:root {
--colour-theme-50:  var(--colour-{{{theme|aubergine}}}-50);
--colour-theme-50:  var(--colour-<!--{$theme|escape:'html'}-->-50);
--colour-theme-100: var(--colour-{{{theme|aubergine}}}-100);
--colour-theme-100: var(--colour-<!--{$theme|escape:'html'}-->-100);
--colour-theme-200: var(--colour-{{{theme|aubergine}}}-200);
--colour-theme-200: var(--colour-<!--{$theme|escape:'html'}-->-200);
--colour-theme-300: var(--colour-{{{theme|aubergine}}}-300);
--colour-theme-300: var(--colour-<!--{$theme|escape:'html'}-->-300);
--colour-theme-400: var(--colour-{{{theme|aubergine}}}-400);
--colour-theme-400: var(--colour-<!--{$theme|escape:'html'}-->-400);
--colour-theme-500: var(--colour-{{{theme|aubergine}}}-500);
--colour-theme-500: var(--colour-<!--{$theme|escape:'html'}-->-500);
--colour-theme-600: var(--colour-{{{theme|aubergine}}}-600);
--colour-theme-600: var(--colour-<!--{$theme|escape:'html'}-->-600);
--colour-theme-700: var(--colour-{{{theme|aubergine}}}-700);
--colour-theme-700: var(--colour-<!--{$theme|escape:'html'}-->-700);
--colour-theme-800: var(--colour-{{{theme|aubergine}}}-800);
--colour-theme-800: var(--colour-<!--{$theme|escape:'html'}-->-800);
--colour-theme-900: var(--colour-{{{theme|aubergine}}}-900);
--colour-theme-900: var(--colour-<!--{$theme|escape:'html'}-->-900);
--colour-theme-950: var(--colour-{{{theme|aubergine}}}-950);
--colour-theme-950: var(--colour-<!--{$theme|escape:'html'}-->-950);
}
}
</style>
</style>
Line 17: Line 17:
<article class="guide">
<article class="guide">
<header class="guide-header noexcerpt">
<header class="guide-header noexcerpt">
<p>{{{section}}}</p>
<p><!--{$section|escape:'html'}--></p>
<h1>{{{title}}}</h1>
<h1><!--{$title|escape:'html'}--></h1>
</header>
</header>


<main class="guide-main">
<main class="guide-main">

Latest revision as of 13:43, 26 January 2025