Files
homeproz/wp-content/plugins/all-in-one-wp-security-and-firewall/css/wp-security-site-lockout-page.css
T

21 lines
309 B
CSS
Executable File

body {
background-color: #404040 !important;
}
.aiowps-site-lockout-box {
margin-right: auto;
margin-left: auto;
max-width: 800px;
margin-top: 100px;
padding: 30px;
border: 2px solid #FFE20A;
}
.aiowps-site-lockout-msg {
color: #FFE20A;
font-size: 48px;
font-weight: bold;
text-align: center;
}