| <!DOCTYPE html> |
| <html lang="en"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=1080, initial-scale=1.0"> |
| <title>All recordings - Dark UI</title> |
| <style> |
| body { margin: 0; padding: 0; background: transparent; } |
| #render-target { |
| width: 1080px; |
| height: 2400px; |
| position: relative; |
| overflow: hidden; |
| background: #141010; |
| color: #E8DDDB; |
| font-family: "Segoe UI", Arial, sans-serif; |
| } |
| .statusbar { |
| height: 110px; |
| padding: 0 40px; |
| display: flex; |
| align-items: center; |
| color: #F5F2F0; |
| font-size: 42px; |
| opacity: 0.9; |
| } |
| .statusbar .icons { |
| margin-left: auto; |
| display: flex; |
| gap: 22px; |
| align-items: center; |
| } |
| |
| .header { |
| padding: 20px 40px 16px; |
| display: flex; |
| align-items: center; |
| gap: 28px; |
| } |
| .icon-btn { |
| width: 72px; |
| height: 72px; |
| background: transparent; |
| border: none; |
| padding: 0; |
| color: #D9CFCC; |
| opacity: 0.9; |
| } |
| .title { |
| font-size: 70px; |
| font-weight: 600; |
| letter-spacing: 0.5px; |
| color: #D9CFCC; |
| flex: 1; |
| } |
| .header .actions { |
| display: flex; |
| gap: 34px; |
| align-items: center; |
| } |
| .pill { |
| margin: 18px 40px 18px; |
| display: inline-flex; |
| align-items: center; |
| gap: 18px; |
| background: #6E2A2A; |
| color: #F2D7D5; |
| padding: 22px 30px; |
| border-radius: 16px; |
| font-weight: 700; |
| letter-spacing: 1px; |
| } |
| |
| .list { |
| padding: 0 40px; |
| } |
| .card { |
| background: #1E1717; |
| border-radius: 36px; |
| margin-bottom: 36px; |
| padding: 34px 36px; |
| box-shadow: 0 18px 30px rgba(0,0,0,0.35); |
| position: relative; |
| } |
| .card .row { |
| display: flex; |
| align-items: flex-start; |
| } |
| .card .left { |
| flex: 1; |
| padding-right: 24px; |
| } |
| .card .title-text { |
| font-size: 48px; |
| font-weight: 600; |
| color: #D8CFCC; |
| margin-bottom: 16px; |
| } |
| .card .meta { |
| display: flex; |
| align-items: center; |
| gap: 16px; |
| color: #C7BEBB; |
| font-size: 36px; |
| } |
| .dot { |
| width: 16px; |
| height: 16px; |
| background: #C64949; |
| border-radius: 50%; |
| } |
| .card .right { |
| width: 220px; |
| display: flex; |
| flex-direction: column; |
| align-items: flex-end; |
| gap: 22px; |
| } |
| .duration { |
| color: #C7BEBB; |
| font-size: 34px; |
| margin-top: 6px; |
| } |
| .heart { |
| font-size: 48px; |
| color: #D25555; |
| opacity: 0.9; |
| } |
| |
| .scrim { |
| position: absolute; |
| left: 0; top: 0; right: 0; bottom: 0; |
| background: rgba(0,0,0,0.45); |
| } |
| .modal { |
| position: absolute; |
| left: 50%; |
| transform: translateX(-50%); |
| top: 980px; |
| width: 920px; |
| background: #2A1F1F; |
| border-radius: 40px; |
| padding: 52px 56px; |
| color: #E8DDDB; |
| box-shadow: 0 30px 40px rgba(0,0,0,0.5); |
| } |
| .modal .modal-title { |
| font-size: 64px; |
| font-weight: 700; |
| margin-bottom: 28px; |
| } |
| .modal .modal-body { |
| font-size: 40px; |
| color: #D1C6C3; |
| margin-bottom: 48px; |
| } |
| .modal .actions { |
| display: flex; |
| justify-content: flex-end; |
| gap: 34px; |
| font-size: 42px; |
| } |
| .modal .action { |
| color: #CFC6C3; |
| } |
| .modal .delete { |
| color: #F3B1AD; |
| font-weight: 600; |
| } |
| |
| .fab { |
| position: absolute; |
| right: 64px; |
| bottom: 340px; |
| width: 150px; |
| height: 150px; |
| background: #A93333; |
| border-radius: 36px; |
| box-shadow: 0 18px 30px rgba(0,0,0,0.45); |
| display: flex; |
| justify-content: center; |
| align-items: center; |
| } |
| .fab .inner { |
| width: 52px; |
| height: 52px; |
| background: #C5C5C5; |
| border-radius: 50%; |
| } |
| |
| .home-indicator { |
| position: absolute; |
| bottom: 210px; |
| left: 50%; |
| transform: translateX(-50%); |
| width: 360px; |
| height: 12px; |
| background: #EDEDED; |
| border-radius: 8px; |
| opacity: 0.85; |
| } |
| |
| svg { display: block; } |
| </style> |
| </head> |
| <body> |
| <div id="render-target"> |
|
|
| |
| <div class="statusbar"> |
| <div>11:37</div> |
| <div class="icons"> |
| |
| <svg width="28" height="28"><circle cx="14" cy="14" r="10" fill="#F5F2F0"/></svg> |
| <svg width="28" height="28"><rect x="3" y="6" width="22" height="16" rx="3" fill="#F5F2F0"/></svg> |
| <svg width="28" height="28"><polygon points="4,24 14,4 24,24" fill="#F5F2F0"/></svg> |
| <svg width="28" height="28"><circle cx="14" cy="14" r="3" fill="#F5F2F0"/><circle cx="6" cy="14" r="3" fill="#F5F2F0"/><circle cx="22" cy="14" r="3" fill="#F5F2F0"/></svg> |
| </div> |
| </div> |
|
|
| |
| <div class="header"> |
| <button class="icon-btn" aria-label="Menu"> |
| |
| <svg width="72" height="72" viewBox="0 0 72 72"> |
| <rect x="12" y="18" width="48" height="6" rx="3" fill="currentColor"></rect> |
| <rect x="12" y="33" width="48" height="6" rx="3" fill="currentColor"></rect> |
| <rect x="12" y="48" width="48" height="6" rx="3" fill="currentColor"></rect> |
| </svg> |
| </button> |
| <div class="title">All recordings</div> |
| <div class="actions"> |
| |
| <svg width="66" height="66" viewBox="0 0 72 72" aria-hidden="true"> |
| <circle cx="32" cy="32" r="18" stroke="currentColor" stroke-width="6" fill="none"></circle> |
| <line x1="48" y1="48" x2="64" y2="64" stroke="currentColor" stroke-width="6" stroke-linecap="round"></line> |
| </svg> |
| |
| <svg width="66" height="66" viewBox="0 0 72 72" aria-hidden="true"> |
| <line x1="16" y1="20" x2="56" y2="20" stroke="currentColor" stroke-width="6" stroke-linecap="round"></line> |
| <circle cx="24" cy="20" r="6" fill="currentColor"></circle> |
| <line x1="16" y1="36" x2="56" y2="36" stroke="currentColor" stroke-width="6" stroke-linecap="round"></line> |
| <circle cx="44" cy="36" r="6" fill="currentColor"></circle> |
| <line x1="16" y1="52" x2="56" y2="52" stroke="currentColor" stroke-width="6" stroke-linecap="round"></line> |
| <circle cx="34" cy="52" r="6" fill="currentColor"></circle> |
| </svg> |
| </div> |
| </div> |
|
|
| |
| <div class="pill"> |
| |
| <svg width="40" height="40" viewBox="0 0 40 40"> |
| <path d="M4 30V12a3 3 0 0 1 3-3h8l4 4h14a3 3 0 0 1 3 3v14H4z" fill="#D86A6A"></path> |
| </svg> |
| <span>ALL RECORDINGS</span> |
| </div> |
|
|
| |
| <div class="list"> |
| |
| <div class="card"> |
| <div class="row"> |
| <div class="left"> |
| <div class="title-text">recording2023-11-17 12-16-50</div> |
| <div class="meta"> |
| <span class="dot"></span> |
| <span>Nov 17, 2023 12:16 PM</span> |
| </div> |
| </div> |
| <div class="right"> |
| |
| <svg width="44" height="88" viewBox="0 0 24 48" aria-hidden="true"> |
| <circle cx="12" cy="8" r="3" fill="#C7BEBB"></circle> |
| <circle cx="12" cy="24" r="3" fill="#C7BEBB"></circle> |
| <circle cx="12" cy="40" r="3" fill="#C7BEBB"></circle> |
| </svg> |
| <div class="duration">00:07</div> |
| <div class="heart">♡</div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="card"> |
| <div class="row"> |
| <div class="left"> |
| <div class="title-text">recording2023-11-17 14-10-57</div> |
| <div class="meta"> |
| <span class="dot"></span> |
| <span>Nov 17, 2023 2:11 PM</span> |
| </div> |
| </div> |
| <div class="right"> |
| <svg width="44" height="88" viewBox="0 0 24 48"> |
| <circle cx="12" cy="8" r="3" fill="#C7BEBB"></circle> |
| <circle cx="12" cy="24" r="3" fill="#C7BEBB"></circle> |
| <circle cx="12" cy="40" r="3" fill="#C7BEBB"></circle> |
| </svg> |
| <div class="duration">00:03</div> |
| <div class="heart">♡</div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="card" style="margin-bottom: 480px;"> |
| <div class="row"> |
| <div class="left"> |
| <div class="title-text">recording2023-11-20 10-51-32</div> |
| <div class="meta"> |
| <span class="dot"></span> |
| <span>Nov 20, 2023 10:53 AM</span> |
| </div> |
| </div> |
| <div class="right"> |
| <svg width="44" height="88" viewBox="0 0 24 48"> |
| <circle cx="12" cy="8" r="3" fill="#C7BEBB"></circle> |
| <circle cx="12" cy="24" r="3" fill="#C7BEBB"></circle> |
| <circle cx="12" cy="40" r="3" fill="#C7BEBB"></circle> |
| </svg> |
| <div class="duration">02:01</div> |
| <div class="heart">♡</div> |
| </div> |
| </div> |
| </div> |
| </div> |
|
|
| |
| <div class="scrim"></div> |
| <div class="modal" role="dialog" aria-modal="true" aria-label="Delete confirmation"> |
| <div class="modal-title">Delete</div> |
| <div class="modal-body">Are you sure you want to delete?</div> |
| <div class="actions"> |
| <span class="action">Cancel</span> |
| <span class="delete">Delete</span> |
| </div> |
| </div> |
|
|
| |
| <div class="fab" aria-label="Record"> |
| <div class="inner"></div> |
| </div> |
|
|
| |
| <div class="home-indicator"></div> |
| </div> |
| </body> |
| </html> |