images
7 years ago
license
3 weeks ago
activity-report-widget.1778685035.css
3 weeks ago
diff.1778685035.css
3 weeks ago
fullLog.1778685035.css
3 weeks ago
iptraf.1778685035.css
3 weeks ago
main.1778685035.css
3 weeks ago
phpinfo.1778685035.css
3 weeks ago
wf-adminbar.1778685035.css
3 weeks ago
wf-colorbox.1778685035.css
3 weeks ago
wf-deactivation.1778685035.css
3 weeks ago
wf-font-awesome.1778685035.css
3 weeks ago
wf-global.1778685035.css
3 weeks ago
wf-ionicons.1778685035.css
3 weeks ago
wf-onboarding.1778685035.css
3 weeks ago
wf-roboto-font.1778685035.css
3 weeks ago
wordfenceBox.1778685035.css
3 weeks ago
activity-report-widget.1778685035.css
91 lines
| 1 | #wordfence_activity_report_widget .wf-logo { |
| 2 | text-align: center; |
| 3 | display: block; |
| 4 | } |
| 5 | #wordfence_activity_report_widget .wf-logo img { |
| 6 | max-width: 100%; |
| 7 | width: 400px; |
| 8 | } |
| 9 | #wordfence_activity_report_widget .inside h1, |
| 10 | #wordfence_activity_report_widget .inside h2, |
| 11 | #wordfence_activity_report_widget .inside h3, |
| 12 | #wordfence_activity_report_widget .inside h4 { |
| 13 | margin: 20px 0 4px; |
| 14 | color: #222 !important; |
| 15 | } |
| 16 | #wordfence_activity_report_widget .inside h1 { |
| 17 | float: right; |
| 18 | text-align: right; |
| 19 | font-size: 30px; |
| 20 | color: #444444 !important; |
| 21 | line-height: 1.1; |
| 22 | } |
| 23 | #wordfence_activity_report_widget .inside h2 { |
| 24 | font-size: 20px; |
| 25 | } |
| 26 | #wordfence_activity_report_widget .inside h4 { |
| 27 | font-size: 16px; |
| 28 | color: #666666 !important; |
| 29 | } |
| 30 | #wordfence_activity_report_widget .inside code { |
| 31 | background-color: transparent; |
| 32 | } |
| 33 | #wordfence_activity_report_widget table.wf-striped-table { |
| 34 | width: 100%; |
| 35 | max-width: 100%; |
| 36 | border-collapse: collapse; |
| 37 | } |
| 38 | #wordfence_activity_report_widget table.wf-fixed-table { |
| 39 | table-layout: fixed; |
| 40 | } |
| 41 | #wordfence_activity_report_widget table.wf-striped-table th, |
| 42 | #wordfence_activity_report_widget table.wf-striped-table td { |
| 43 | text-align: left; |
| 44 | padding: 6px 4px; |
| 45 | border: 1px solid #cccccc; |
| 46 | } |
| 47 | #wordfence_activity_report_widget table.wf-striped-table thead th, |
| 48 | #wordfence_activity_report_widget table.wf-striped-table thead td { |
| 49 | background-color: #222; |
| 50 | color: #FFFFFF; |
| 51 | font-weight: bold; |
| 52 | border-color: #474747; |
| 53 | } |
| 54 | #wordfence_activity_report_widget table.wf-striped-table tbody tr.even td { |
| 55 | background-color: #eeeeee; |
| 56 | } |
| 57 | #wordfence_activity_report_widget .loginFailValidUsername { |
| 58 | color: #00c000; |
| 59 | font-weight: bold; |
| 60 | } |
| 61 | #wordfence_activity_report_widget .loginFailInvalidUsername { |
| 62 | color: #e74a2a; |
| 63 | font-weight: bold; |
| 64 | } |
| 65 | #wordfence_activity_report_widget .display-file-table-cell { |
| 66 | overflow: hidden; |
| 67 | } |
| 68 | #wordfence_activity_report_widget .display-file { |
| 69 | margin: 0px; |
| 70 | display: block; |
| 71 | font-size: 12px; |
| 72 | width: 100%; |
| 73 | overflow: auto; |
| 74 | white-space: nowrap; |
| 75 | } |
| 76 | #wordfence_activity_report_widget .recently-modified-files { |
| 77 | table-layout: fixed; |
| 78 | } |
| 79 | #wordfence_activity_report_widget .recently-modified-files th:nth-child(1), |
| 80 | #wordfence_activity_report_widget .recently-modified-files td:nth-child(1) { |
| 81 | width: 30%; |
| 82 | } |
| 83 | #wordfence_activity_report_widget .recently-modified-files th:nth-child(2), |
| 84 | #wordfence_activity_report_widget .recently-modified-files td:nth-child(2) { |
| 85 | width: 70%; |
| 86 | } |
| 87 | |
| 88 | #wordfence_activity_report_widget .wf-split-word { |
| 89 | word-wrap: break-word; |
| 90 | word-break: break-all; |
| 91 | } |