Template:PendingProfile: Difference between revisions

No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
<!-- ELSE (PENDING) -->
<!-- ELSE (PENDING) -->
<div style="background:#fff3cd; padding:10px; border:1px solid #ffcc00; text-align:center; font-weight:bold; margin-bottom:10px;">
<div style="background:#fff3cd; padding:10px; border:1px solid #ffcc00; text-align:center; font-weight:bold; margin-bottom:10px;">
🔒 Profile locked — pending payment from {{PAGENAME}} — [https://pages.razorpay.com/balance-2500 Pay Now to unlock]
🔒 Profile locked — payment pending from {{PAGENAME}} — [https://pages.razorpay.com/full-3000 Pay Now to unlock]
</div>
</div>


Line 21: Line 21:


   <!-- Overlay Message Box -->
   <!-- Overlay Message Box -->
   <div style="position:absolute; top:0; left:0; right:0; bottom:0;
   <div style="position:absolute; top:40%; left:0; right:0; text-align:center;  
  display:flex; flex-direction:column; justify-content:center; align-items:center;  
   background:rgba(255,255,255,0.85); padding:20px; font-size:18px; font-weight:bold; border:2px solid #ffcc00;">
   padding:15px; z-index:10; box-sizing:border-box;">
  🔒 Profile locked — payment pending from {{PAGENAME}} — [https://pages.razorpay.com/full-3000 Pay Now to unlock]
    <div style="background:rgba(255,255,255,0.95); border:2px solid #ffcc00; border-radius:10px;
  </div>
    padding:20px 15px; text-align:center; width:90%; max-width:500px;  
    font-weight:bold; font-size:17px; color:#000; line-height:1.5; box-sizing:border-box;">
      🔒 Profile locked — pending payment from {{PAGENAME}} — [https://pages.razorpay.com/balance-2500 Pay Now to unlock]
    </div>
   </div>
   </div>
</div>
</div>
}}
}}