File size: 11,013 Bytes
98687c3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=1080, initial-scale=1.0">
<title>Mail Inbox - Dark</title>
<style>
body { margin:0; padding:0; background:transparent; font-family: Arial, Helvetica, sans-serif; }
#render-target {
width:1080px; height:2400px; position:relative; overflow:hidden;
background:#20160f; color:#e7d7c7;
}
/* Status bar */
.status-bar {
position:absolute; top:0; left:0; right:0; height:100px;
padding:0 40px; display:flex; align-items:center; justify-content:space-between;
color:#e7d7c7; font-size:40px;
}
.status-right { display:flex; gap:26px; align-items:center; }
.status-dot { width:20px; height:20px; border-radius:50%; background:#e7d7c7; opacity:.85; }
/* Search bar */
.search-wrapper {
position:absolute; top:100px; left:24px; right:24px; height:120px;
display:flex; align-items:center; gap:24px;
background:#3a2d23; border-radius:60px; padding:0 32px;
}
.hamburger svg { width:54px; height:54px; fill:#cbb39f; }
.search-text { flex:1; color:#cbb39f; font-size:42px; }
.profile {
width:92px; height:92px; border-radius:50%;
background:#538bd2; display:flex; align-items:center; justify-content:center;
color:#fff; font-weight:bold; font-size:44px;
}
/* Content area */
.content { position:absolute; top:250px; left:0; right:0; bottom:0; padding:0 24px 220px; }
.section-header {
color:#b39b86; font-size:40px; margin:18px 16px 8px;
}
.list { margin-top:16px; }
.row {
display:flex; align-items:flex-start; gap:28px;
padding:26px 20px; border-radius:24px;
}
.row + .row { margin-top:6px; }
.avatar {
width:96px; height:96px; border-radius:50%;
background:#E0E0E0; border:1px solid #BDBDBD;
display:flex; align-items:center; justify-content:center;
color:#757575; font-size:20px; text-align:center; padding:6px;
flex-shrink:0;
}
.tag-icon { width:64px; height:64px; display:flex; align-items:center; justify-content:center; margin-top:8px; }
.tag-icon svg { width:64px; height:64px; fill:#5cc585; }
.mail-text { flex:1; min-width:0; }
.from-line {
display:flex; justify-content:space-between; align-items:center; gap:12px;
font-size:44px; line-height:1.2;
}
.from-left { display:flex; align-items:center; gap:16px; }
.unread { font-weight:bold; }
.date { color:#b59f8e; font-size:38px; white-space:nowrap; }
.subject {
font-size:38px; color:#e7d7c7; margin-top:6px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.snippet {
font-size:34px; color:#b59f8e; margin-top:4px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.actions { display:flex; align-items:center; gap:24px; margin-left:12px; }
.star svg, .more svg { width:54px; height:54px; fill:#cbb39f; opacity:0.9; }
.more { transform:rotate(90deg); }
/* Compose button */
.compose {
position:absolute; right:40px; bottom:280px;
background:#6b513f; color:#f0e5dc; border-radius:36px;
padding:34px 44px; display:flex; align-items:center; gap:24px;
box-shadow:0 10px 24px rgba(0,0,0,0.35);
font-size:42px; font-weight:600;
}
.compose svg { width:54px; height:54px; fill:#f0e5dc; }
/* Bottom bar */
.bottom-bar {
position:absolute; left:0; right:0; bottom:0; height:180px;
background:#2b2018; padding:0 60px; display:flex; align-items:center; justify-content:space-between;
}
.nav-item { width:120px; height:120px; border-radius:28px; display:flex; align-items:center; justify-content:center; position:relative; }
.nav-item svg { width:72px; height:72px; fill:#cbb39f; }
.badge {
position:absolute; top:10px; left:76px; background:#d47b76; color:#fff; border-radius:20px;
padding:4px 12px; font-size:30px; font-weight:bold;
border:2px solid #2b2018;
}
.gesture {
position:absolute; bottom:16px; left:50%; transform:translateX(-50%);
width:280px; height:12px; background:#e7e7e7; border-radius:6px; opacity:.85;
}
/* subtle row hover simulation (not interactive) */
.row:hover { background:#2a1f17; }
</style>
</head>
<body>
<div id="render-target">
<!-- Status bar -->
<div class="status-bar">
<div>8:35</div>
<div class="status-right">
<div class="status-dot"></div>
<div class="status-dot"></div>
<div class="status-dot"></div>
</div>
</div>
<!-- Search in mail -->
<div class="search-wrapper">
<div class="hamburger">
<svg viewBox="0 0 24 24"><path d="M3 5h18v2H3zM3 11h18v2H3zM3 17h18v2H3z"/></svg>
</div>
<div class="search-text">Search in mail</div>
<div class="profile">N</div>
</div>
<!-- Content -->
<div class="content">
<div class="section-header">Primary</div>
<div class="list">
<!-- Promotions card -->
<div class="row" style="padding-left:34px;">
<div class="tag-icon">
<svg viewBox="0 0 24 24"><path d="M21 8l-9-7-9 7v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8zm-9 9a3 3 0 1 1 0-6 3 3 0 0 1 0 6z"/></svg>
</div>
<div class="mail-text">
<div class="from-line">
<div class="unread">Promotions</div>
</div>
<div class="snippet">eBay</div>
</div>
</div>
<!-- me, Mail -->
<div class="row">
<div class="avatar">[IMG: M avatar]</div>
<div class="mail-text">
<div class="from-line">
<div class="from-left">
<div class="unread">me, Mail</div>
<div style="color:#b59f8e; font-size:36px;">2</div>
</div>
<div class="date">Oct 12</div>
</div>
<div class="subject">All Recipes App</div>
<div class="snippet">Address not found Your message wasn't deli...</div>
</div>
<div class="actions">
<div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.3l5.1 3.1-1.4-5.9L20 9.8l-6-.5L12 4 10 9.3l-6 .5 4.3 3.7-1.4 5.9z"/></svg></div>
</div>
</div>
<!-- eBay mail -->
<div class="row">
<div class="avatar">[IMG: eBay avatar]</div>
<div class="mail-text">
<div class="from-line">
<div class="unread">eBay</div>
<div class="date">Oct 12</div>
</div>
<div class="subject">Recently viewed: New Twin Tubs Washing M...</div>
<div class="snippet">Give it another look</div>
</div>
<div class="actions">
<div class="more"><svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg></div>
<div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.3l5.1 3.1-1.4-5.9L20 9.8l-6-.5L12 4 10 9.3l-6 .5 4.3 3.7-1.4 5.9z"/></svg></div>
</div>
</div>
<!-- Kitchen Stories -->
<div class="row">
<div class="avatar">[IMG: User avatar]</div>
<div class="mail-text">
<div class="from-line">
<div class="unread">Kitchen Stories</div>
<div class="date">Oct 11</div>
</div>
<div class="subject">Welcome to Kitchen Stories!</div>
<div class="snippet">Thank you for signing up. Let's get cooking...</div>
</div>
<div class="actions">
<div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.3l5.1 3.1-1.4-5.9L20 9.8l-6-.5L12 4 10 9.3l-6 .5 4.3 3.7-1.4 5.9z"/></svg></div>
</div>
</div>
<!-- eBay - Woman K-Swiss -->
<div class="row">
<div class="avatar">[IMG: eBay avatar]</div>
<div class="mail-text">
<div class="from-line">
<div class="unread">eBay</div>
<div class="date">Oct 11</div>
</div>
<div class="subject">Recently viewed: Woman K-Swiss ST329...</div>
<div class="snippet">Give it another look</div>
</div>
<div class="actions">
<div class="more"><svg viewBox="0 0 24 24"><circle cx="12" cy="5" r="2"/><circle cx="12" cy="12" r="2"/><circle cx="12" cy="19" r="2"/></svg></div>
<div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.3l5.1 3.1-1.4-5.9L20 9.8l-6-.5L12 4 10 9.3l-6 .5 4.3 3.7-1.4 5.9z"/></svg></div>
</div>
</div>
<!-- eBay - K-Swiss Women's Sneakers -->
<div class="row">
<div class="avatar">[IMG: eBay avatar]</div>
<div class="mail-text">
<div class="from-line">
<div class="unread">eBay</div>
<div class="date">Oct 10</div>
</div>
<div class="subject">K-Swiss Women's Sneakers K-Swiss Cou...</div>
<div class="snippet">They have 99.6% positive feedback</div>
</div>
<div class="actions">
<div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.3l5.1 3.1-1.4-5.9L20 9.8l-6-.5L12 4 10 9.3l-6 .5 4.3 3.7-1.4 5.9z"/></svg></div>
</div>
</div>
<!-- eBay - Your discount on 11 Pro+ -->
<div class="row">
<div class="avatar">[IMG: eBay avatar]</div>
<div class="mail-text">
<div class="from-line">
<div class="unread">eBay</div>
<div class="date">Oct 9</div>
</div>
<div class="subject">Your discount on 11 Pro+ 5G 8/256Gb... h...</div>
<div class="snippet">Buy it now for $517.13</div>
</div>
<div class="actions">
<div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.3l5.1 3.1-1.4-5.9L20 9.8l-6-.5L12 4 10 9.3l-6 .5 4.3 3.7-1.4 5.9z"/></svg></div>
</div>
</div>
<!-- eBay - offer (partially visible near bottom) -->
<div class="row">
<div class="avatar">[IMG: eBay avatar]</div>
<div class="mail-text">
<div class="from-line">
<div class="unread">eBay</div>
<div class="date">Oct 6</div>
</div>
<div class="subject">You have an offer from the seller, $25.50</div>
<div class="snippet">Tap to view details</div>
</div>
<div class="actions">
<div class="star"><svg viewBox="0 0 24 24"><path d="M12 17.3l5.1 3.1-1.4-5.9L20 9.8l-6-.5L12 4 10 9.3l-6 .5 4.3 3.7-1.4 5.9z"/></svg></div>
</div>
</div>
</div>
</div>
<!-- Compose floating button -->
<div class="compose">
<svg viewBox="0 0 24 24"><path d="M3 17.2V21h3.8l11-11-3.8-3.8-11 11zM18.5 6.5l-1.9-1.9 1.4-1.4 1.9 1.9-1.4 1.4z"/></svg>
<span>Compose</span>
</div>
<!-- Bottom navigation bar -->
<div class="bottom-bar">
<div class="nav-item" style="background:#3a2d23;">
<svg viewBox="0 0 24 24"><path d="M20 8l-8 5-8-5V6l8 5 8-5v2z"/><path d="M4 8v10h16V8l-8 5-8-5z"/></svg>
<div class="badge">4</div>
</div>
<div class="nav-item">
<svg viewBox="0 0 24 24"><rect x="5" y="5" width="14" height="14" rx="3" ry="3" fill="none" stroke="#cbb39f" stroke-width="2"/></svg>
</div>
<div class="gesture"></div>
</div>
</div>
</body>
</html> |