images
10 years ago
activity-report-widget.css
10 years ago
colorbox.css
10 years ago
diff.css
14 years ago
dt_table.css
14 years ago
fullLog.css
14 years ago
iptraf.css
14 years ago
jquery-ui-timepicker-addon.css
10 years ago
jquery-ui.min.css
10 years ago
jquery-ui.structure.min.css
10 years ago
jquery-ui.theme.min.css
10 years ago
main.css
9 years ago
phpinfo.css
14 years ago
select2.min.css
10 years ago
wordfenceBox.css
9 years ago
fullLog.css
22 lines
| 1 | body { |
| 2 | background: #fff; |
| 3 | font-family: Arial; |
| 4 | font-size: 12px; |
| 5 | } |
| 6 | h1 { |
| 7 | background: url(../images/wordfence-logo-64x64.png); |
| 8 | background-position: 0 0; |
| 9 | background-repeat: no-repeat; |
| 10 | height: 64px; |
| 11 | vertical-align: middle; |
| 12 | padding: 10px 0 0 70px; |
| 13 | margin: 20px 0 10px 0; |
| 14 | font-size: 34px; |
| 15 | color: #777; |
| 16 | } |
| 17 | .error { |
| 18 | color: #F00; |
| 19 | font-weight: bold; |
| 20 | margin: 20px 0 20px 0; |
| 21 | } |
| 22 |