« Back to History
iframe_reset.css
|
20260723_000646.php
Initial Domain Snapshot
Copy Code
/* ====================================================== iframe.css — CONTENT ONLY Purpose: Styling for iframe-loaded pages ====================================================== */ html, body { margin: 0; padding: 0; background: #f4f6fb; color: #1f2937; font-family: Arial, Helvetica, sans-serif; /* 🔑 NEVER control scroll here */ height: auto; overflow: visible; } /* basic content wrapper */ .page, .content, .container { padding: 16px; } /* tables */ table { width: 100%; border-collapse: collapse; font-size: 14px; background: #fff; } th, td { padding: 8px 10px; border: 1px solid #e5e7eb; white-space: nowrap; } th { background: #7e78c8; color: #fff; } /* forms */ input, select, textarea { padding: 8px 10px; border: 1px solid #e5e7eb; border-radius: 8px; font-size: 14px; } /* buttons */ button, .btn { background: #7e78c8; color: #fff; border: none; border-radius: 8px; padding: 8px 14px; cursor: pointer; }