<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * weiphp jump
 */
.system-message{    z-index: 9999; width: 500px; position: absolute; height: 300px; margin: 0px auto; background-color: #f4f4f4; box-shadow: 0 1px 1px #ddd; text-align: center; left: 50%; top: 200px; margin-left: -250px;} .system-message h1.error{ height:150px; background:#f23617 url(../images/jump_err.png) no-repeat center center }
.system-message h1.success{ height:150px; background:#30c109 url(../images/jump_success.png) no-repeat center center }
.system-message .jump{ padding-top: 10px}
.system-message .jump a{ color: #333;}
.system-message .success,.system-message .error{ line-height: 1.8em; font-size: 36px }
.system-message .success{ color:#30c109}
.system-message .error{ color:#f23617}
.system-message .detail{ font-size: 12px; line-height: 20px; margin-top: 12px; display:none}</pre></body></html>