colorbox.css
14 years ago
diff.css
14 years ago
dt_table.css
14 years ago
fullLog.css
14 years ago
iptraf.css
14 years ago
main.css
13 years ago
phpinfo.css
14 years ago
phpinfo.css
31 lines
| 1 | |
| 2 | |
| 3 | h1.p { |
| 4 | background: url(../images/wordfence-logo-64x64.png); |
| 5 | background-position: 0 0; |
| 6 | background-repeat: no-repeat; |
| 7 | height: 64px; |
| 8 | vertical-align: middle; |
| 9 | padding: 10px 0 0 70px; |
| 10 | margin: 20px 0 10px 0; |
| 11 | font-family: Arial; |
| 12 | font-weight: normal; |
| 13 | font-size: 26px; |
| 14 | } |
| 15 | h1.p:before { |
| 16 | content: "Wordfence System Info for "; |
| 17 | } |
| 18 | td img { display: none; } |
| 19 | |
| 20 | .diffFooter { |
| 21 | text-align: center; |
| 22 | font-size: 16px; |
| 23 | color: #999; |
| 24 | font-family: Verdana; |
| 25 | margin: 50px auto 50px auto; |
| 26 | } |
| 27 | .diffFooter a { |
| 28 | color: #999; |
| 29 | } |
| 30 | |
| 31 |