footer.php
5 years ago
header.php
2 years ago
loginAfterRestore.php
2 years ago
loginForm.php
2 years ago
wordfence-2fa.php
2 years ago
header.php
183 lines
| 1 | <?php |
| 2 | |
| 3 | /** |
| 4 | * @see \WPStaging\Frontend\LoginForm::getHeader() |
| 5 | */ |
| 6 | |
| 7 | ?> |
| 8 | <!DOCTYPE html> |
| 9 | <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> |
| 10 | <head> |
| 11 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
| 12 | <meta name="viewport" content="width=device-width"> |
| 13 | <meta name='robots' content='noindex,follow' /> |
| 14 | <title>WordPress › You need to login to access that page</title> |
| 15 | <style> |
| 16 | * { |
| 17 | -webkit-box-sizing: border-box; |
| 18 | box-sizing: border-box; |
| 19 | } |
| 20 | |
| 21 | html { |
| 22 | background: #f1f1f1; |
| 23 | } |
| 24 | |
| 25 | body { |
| 26 | color: #444; |
| 27 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
| 28 | margin: 0; |
| 29 | } |
| 30 | |
| 31 | .wp-staging-login { |
| 32 | padding: 1rem; |
| 33 | } |
| 34 | |
| 35 | .wp-staging-form { |
| 36 | -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.13); |
| 37 | box-shadow: 0 1px 3px rgba(0,0,0,0.13); |
| 38 | max-width: 500px; |
| 39 | width: 100%; |
| 40 | margin: 3rem auto; |
| 41 | background: #fff; |
| 42 | padding: 1rem; |
| 43 | overflow: hidden; |
| 44 | p.error-msg { |
| 45 | line-height: 1.5em; |
| 46 | a{ |
| 47 | color: #ff4c4c; |
| 48 | font-weight: bold; |
| 49 | } |
| 50 | } |
| 51 | } |
| 52 | |
| 53 | .form-control { |
| 54 | width: 100%; |
| 55 | border: 1px solid #ced4da; |
| 56 | border-radius: .25rem; |
| 57 | padding: 0.75rem 1rem; |
| 58 | font-size: 14px; |
| 59 | } |
| 60 | |
| 61 | .form-control:focus { |
| 62 | outline: 0; |
| 63 | -webkit-box-shadow: 0 0 0 0.1rem rgba(221,221,221,.35); |
| 64 | box-shadow: 0 0 0 0.1rem rgba(221,221,221,.35); |
| 65 | } |
| 66 | |
| 67 | .form-group { |
| 68 | margin: 0 0 1em; |
| 69 | } |
| 70 | |
| 71 | .form-group label { |
| 72 | margin: 0 0 0.5em; |
| 73 | display: block; |
| 74 | } |
| 75 | |
| 76 | .login-remember input { |
| 77 | margin-top: 0; |
| 78 | vertical-align: middle; |
| 79 | } |
| 80 | |
| 81 | .btn { |
| 82 | background: #f7f7f7; |
| 83 | border: 1px solid #ccc; |
| 84 | color: #555; |
| 85 | display: inline-block; |
| 86 | text-decoration: none; |
| 87 | font-size: 14px; |
| 88 | margin: 0; |
| 89 | padding: 0.65rem 1.1rem; |
| 90 | cursor: pointer; |
| 91 | -webkit-border-radius: 3px; |
| 92 | -webkit-appearance: none; |
| 93 | border-radius: 3px; |
| 94 | white-space: nowrap; |
| 95 | vertical-align: top; |
| 96 | -webkit-transition: -webkit-box-shadow 0.2s ease; |
| 97 | transition: -webkit-box-shadow 0.2s ease; |
| 98 | -o-transition: box-shadow 0.2s ease; |
| 99 | transition: box-shadow 0.2s ease; |
| 100 | transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; |
| 101 | } |
| 102 | |
| 103 | .btn:hover { |
| 104 | -webkit-box-shadow: 0 0 0 0.1rem rgba(221,221,221,.35); |
| 105 | box-shadow: 0 0 0 0.1rem rgba(221,221,221,.35); |
| 106 | } |
| 107 | |
| 108 | #error-page { |
| 109 | margin-top: 50px; |
| 110 | } |
| 111 | |
| 112 | #error-page p { |
| 113 | font-size: 14px; |
| 114 | line-height: 1.5; |
| 115 | margin: 25px 0 20px; |
| 116 | } |
| 117 | |
| 118 | #error-page code { |
| 119 | font-family: Consolas, Monaco, monospace; |
| 120 | } |
| 121 | |
| 122 | .error-msg { |
| 123 | -webkit-animation: slideIn 0.3s ease; |
| 124 | animation: slideIn 0.3s ease; |
| 125 | color: #ff4c4c; |
| 126 | } |
| 127 | |
| 128 | .password-lost{ |
| 129 | padding-top:20px; |
| 130 | } |
| 131 | |
| 132 | .wpstg-text-center { |
| 133 | text-align: center; |
| 134 | } |
| 135 | .wpstg-text-justify { |
| 136 | text-align: justify; |
| 137 | } |
| 138 | .wpstg-text-center img { |
| 139 | margin-top:30px; |
| 140 | } |
| 141 | .wpstg-alert { |
| 142 | padding: 16px; |
| 143 | border: 1px solid transparent; |
| 144 | margin-bottom: 8px; |
| 145 | } |
| 146 | .wpstg-alert > b { |
| 147 | margin-bottom: 8px; |
| 148 | } |
| 149 | .wpstg-alert > p { |
| 150 | margin: 0; |
| 151 | line-height: 1.3; |
| 152 | } |
| 153 | .wpstg-alert.wpstg-alert-info { |
| 154 | color: #fff; |
| 155 | background: #185abc; |
| 156 | border-color: #185abc; |
| 157 | } |
| 158 | |
| 159 | @-webkit-keyframes slideIn { |
| 160 | 0% { |
| 161 | -webkit-transform: translateX(-100%); |
| 162 | transform: translateX(-100%); |
| 163 | } |
| 164 | 100% { |
| 165 | -webkit-transform: translateX(0); |
| 166 | transform: translateX(0); |
| 167 | } |
| 168 | } |
| 169 | |
| 170 | @keyframes slideIn { |
| 171 | 0% { |
| 172 | -webkit-transform: translateX(-100%); |
| 173 | transform: translateX(-100%); |
| 174 | } |
| 175 | 100% { |
| 176 | -webkit-transform: translateX(0); |
| 177 | transform: translateX(0); |
| 178 | } |
| 179 | } |
| 180 | </style> |
| 181 | </head> |
| 182 | <body> |
| 183 |