Template:StartingPageTitleHelp: Difference between revisions
Appearance
Created page with "<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin: 1em 0;"><div style="padding: 16px 20px; display: flex; align-items: center; gap: 16px; border: 1px dashed var(--ooui-border-color-subtle, #a2a9b1); border-radius: 6px; background-color: rgba(127, 127, 127, 0.04);"><div style="flex-shrink: 0;">{{{image1|36px|link=}}}</div><div style="width: 2px; height: 32px; background-color: var(--ooui-bo..." |
m Alexplit. moved page Template:WikiGuide to Template:StartingPageTitleHelp |
||
| (25 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div style=" | <div style="margin: 1.5em 0; border: 1px solid var(--ooui-border-color-subtle, #a2a9b1); background-color: rgba(127, 127, 127, 0.04); font-family: inherit; overflow: hidden;"> | ||
<!-- HEADER BANNER --> | |||
<div style="background: linear-gradient(135deg, #1b4332 0%, #2d6a4f 50%, #40916c 100%); padding: 24px 32px; color: #ffffff; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255, 255, 255, 0.15);"> | |||
<div style="display: flex; align-items: center; gap: 18px;"> | |||
<div style="flex-shrink: 0; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));">{{{main_image|[[File:Information icon dark green.svg|48px|link=]]}}}</div> | |||
<div style="width: 4px; height: 32px; background-color: rgba(255, 255, 255, 0.4); flex-shrink: 0;"></div> | |||
<div> | |||
<div style="font-size: 1.4em; font-weight: bold; line-height: 1.2; text-shadow: 0 1px 2px rgba(0,0,0,0.4);">{{{main_title|Starting a page}}}</div> | |||
</div> | |||
</div> | |||
<div style="font-size: 0.75em; text-transform: uppercase; letter-spacing: 1px; font-weight: bold; padding: 6px 14px; border: 1px solid rgba(255, 255, 255, 0.4); background: rgba(0, 0, 0, 0.2); color: #d8f3dc; flex-shrink: 0;">{{{status_badge|Help & Docs}}}</div> | |||
</div> | |||
<!-- ADD YOUR CONTENT HERE --> | |||
</div> | |||