-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample-ui.html
More file actions
22 lines (18 loc) · 3.35 KB
/
sample-ui.html
File metadata and controls
22 lines (18 loc) · 3.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html><html><head>
<meta charset="utf-8">
<title>Sample UI</title>
</head>
<body>
<main style="width: 853px; height: 224px; background: linear-gradient(135deg, #2a0a4a 0%, #b08a2b 100%); background-color: #2a0a4a">
<h2 style="color: rgb(99, 102, 241); opacity: 1; font-family: "Playfair Display", Georgia, serif; font-weight: 600; letter-spacing: 0.4px; text-shadow: -1px 0 #2b1b4f, 0 1px #2b1b4f, 1px 0 #2b1b4f, 0 -1px #2b1b4f, -1px -1px #2b1b4f, 1px -1px #2b1b4f, -1px 1px #2b1b4f, 1px 1px #2b1b4f">Sample UI File</h2>
<p style="color: rgb(99, 102, 241); opacity: 1; font-family: "Playfair Display", Georgia, serif; font-weight: 600; letter-spacing: 0.4px; text-shadow: -1px 0 #2b1b4f, 0 1px #2b1b4f, 1px 0 #2b1b4f, 0 -1px #2b1b4f, -1px -1px #2b1b4f, 1px -1px #2b1b4f, -1px 1px #2b1b4f, 1px 1px #2b1b4f">Click elements in the webview to jump to their source line.</p>
<section style="">
<button style="background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(236, 72, 153, 0.15) 100%); backdrop-filter: blur(20px); border-radius: 24px; border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 0 8px 32px rgba(139, 92, 246, 0.25); padding: 24px; color: #C9A227; font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; font-weight: 600; letter-spacing: 0.2px; font-size: 1.25rem; line-height: 1.5; text-transform: uppercase; opacity: 1; transform: translate(-1px, -3px)">Primary Action</button>
<button style="background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(236, 72, 153, 0.15) 100%); backdrop-filter: blur(20px); border-radius: 24px; border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 0 8px 32px rgba(139, 92, 246, 0.25); padding: 24px; color: #C9A227; font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; font-weight: 600; letter-spacing: 0.2px; font-size: 1.25rem; line-height: 1.5; text-transform: uppercase; opacity: 1; transform: translate(20px, 0px)">Secondary Action</button>
<button style="background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(236, 72, 153, 0.15) 100%); backdrop-filter: blur(20px); border-radius: 24px; border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 0 8px 32px rgba(139, 92, 246, 0.25); padding: 24px; color: #C9A227; font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji"; font-weight: 600; letter-spacing: 0.2px; font-size: 1.25rem; line-height: 1.5; text-transform: uppercase; opacity: 1; margin-left: 12px; transform: translate(31px, 0px)">BONUS ACTION</button>
</section>
<div style="width: 853px; height: 84px; color: #6366f1; font-family: 'Playfair Display', Georgia, serif; font-size: 1.25rem; font-weight: 600; letter-spacing: 0.02em; line-height: 1.5">
<span style="color: rgb(99, 102, 241); opacity: 1; font-family: "Playfair Display", Georgia, serif; font-weight: 600; letter-spacing: 0.4px; text-shadow: -1px 0 #2b1b4f, 0 1px #2b1b4f, 1px 0 #2b1b4f, 0 -1px #2b1b4f, -1px -1px #2b1b4f, 1px -1px #2b1b4f, -1px 1px #2b1b4f, 1px 1px #2b1b4f">Inline text</span>
</div>
</main>
</body></html>