first commit
This commit is contained in:
@@ -0,0 +1,91 @@
|
||||
#wordfence_activity_report_widget .wf-logo {
|
||||
text-align: center;
|
||||
display: block;
|
||||
}
|
||||
#wordfence_activity_report_widget .wf-logo img {
|
||||
max-width: 100%;
|
||||
width: 400px;
|
||||
}
|
||||
#wordfence_activity_report_widget .inside h1,
|
||||
#wordfence_activity_report_widget .inside h2,
|
||||
#wordfence_activity_report_widget .inside h3,
|
||||
#wordfence_activity_report_widget .inside h4 {
|
||||
margin: 20px 0 4px;
|
||||
color: #222 !important;
|
||||
}
|
||||
#wordfence_activity_report_widget .inside h1 {
|
||||
float: right;
|
||||
text-align: right;
|
||||
font-size: 30px;
|
||||
color: #444444 !important;
|
||||
line-height: 1.1;
|
||||
}
|
||||
#wordfence_activity_report_widget .inside h2 {
|
||||
font-size: 20px;
|
||||
}
|
||||
#wordfence_activity_report_widget .inside h4 {
|
||||
font-size: 16px;
|
||||
color: #666666 !important;
|
||||
}
|
||||
#wordfence_activity_report_widget .inside code {
|
||||
background-color: transparent;
|
||||
}
|
||||
#wordfence_activity_report_widget table.wf-striped-table {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
#wordfence_activity_report_widget table.wf-fixed-table {
|
||||
table-layout: fixed;
|
||||
}
|
||||
#wordfence_activity_report_widget table.wf-striped-table th,
|
||||
#wordfence_activity_report_widget table.wf-striped-table td {
|
||||
text-align: left;
|
||||
padding: 6px 4px;
|
||||
border: 1px solid #cccccc;
|
||||
}
|
||||
#wordfence_activity_report_widget table.wf-striped-table thead th,
|
||||
#wordfence_activity_report_widget table.wf-striped-table thead td {
|
||||
background-color: #222;
|
||||
color: #FFFFFF;
|
||||
font-weight: bold;
|
||||
border-color: #474747;
|
||||
}
|
||||
#wordfence_activity_report_widget table.wf-striped-table tbody tr.even td {
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
#wordfence_activity_report_widget .loginFailValidUsername {
|
||||
color: #00c000;
|
||||
font-weight: bold;
|
||||
}
|
||||
#wordfence_activity_report_widget .loginFailInvalidUsername {
|
||||
color: #e74a2a;
|
||||
font-weight: bold;
|
||||
}
|
||||
#wordfence_activity_report_widget .display-file-table-cell {
|
||||
overflow: hidden;
|
||||
}
|
||||
#wordfence_activity_report_widget .display-file {
|
||||
margin: 0px;
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
white-space: nowrap;
|
||||
}
|
||||
#wordfence_activity_report_widget .recently-modified-files {
|
||||
table-layout: fixed;
|
||||
}
|
||||
#wordfence_activity_report_widget .recently-modified-files th:nth-child(1),
|
||||
#wordfence_activity_report_widget .recently-modified-files td:nth-child(1) {
|
||||
width: 30%;
|
||||
}
|
||||
#wordfence_activity_report_widget .recently-modified-files th:nth-child(2),
|
||||
#wordfence_activity_report_widget .recently-modified-files td:nth-child(2) {
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
#wordfence_activity_report_widget .wf-split-word {
|
||||
word-wrap: break-word;
|
||||
word-break: break-all;
|
||||
}
|
||||
123
wp-content/plugins/wordfence/css/diff.1616621048.css
Normal file
123
wp-content/plugins/wordfence/css/diff.1616621048.css
Normal file
@@ -0,0 +1,123 @@
|
||||
body {
|
||||
background: #fff;
|
||||
font-family: Arial;
|
||||
font-size: 12px;
|
||||
}
|
||||
.Differences {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
border-spacing: 0;
|
||||
empty-cells: show;
|
||||
}
|
||||
|
||||
.Differences thead th {
|
||||
text-align: left;
|
||||
border-bottom: 1px solid #000;
|
||||
background: #aaa;
|
||||
color: #000;
|
||||
padding: 4px;
|
||||
}
|
||||
.Differences tbody th {
|
||||
text-align: right;
|
||||
background: #ccc;
|
||||
width: 4em;
|
||||
padding: 1px 2px;
|
||||
border-right: 1px solid #000;
|
||||
vertical-align: top;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.Differences td {
|
||||
padding: 1px 2px;
|
||||
font-family: Consolas, monospace;
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
.DifferencesSideBySide td.Left, .DifferencesSideBySide td.Right {
|
||||
word-wrap: break-word;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.DifferencesSideBySide .ChangeInsert td.Left {
|
||||
background: #dfd;
|
||||
}
|
||||
|
||||
.DifferencesSideBySide .ChangeInsert td.Right {
|
||||
background: #cfc;
|
||||
}
|
||||
|
||||
.DifferencesSideBySide .ChangeDelete td.Left {
|
||||
background: #f88;
|
||||
}
|
||||
|
||||
.DifferencesSideBySide .ChangeDelete td.Right {
|
||||
background: #faa;
|
||||
}
|
||||
|
||||
.DifferencesSideBySide .ChangeReplace .Left {
|
||||
background: #fe9;
|
||||
}
|
||||
|
||||
.DifferencesSideBySide .ChangeReplace .Right {
|
||||
background: #fd8;
|
||||
}
|
||||
|
||||
.Differences ins, .Differences del {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.DifferencesSideBySide .ChangeReplace ins, .DifferencesSideBySide .ChangeReplace del {
|
||||
background: #fc0;
|
||||
}
|
||||
|
||||
.Differences .Skipped {
|
||||
background: #f7f7f7;
|
||||
}
|
||||
|
||||
.DifferencesInline .ChangeReplace .Left,
|
||||
.DifferencesInline .ChangeDelete .Left {
|
||||
background: #fdd;
|
||||
}
|
||||
|
||||
.DifferencesInline .ChangeReplace .Right,
|
||||
.DifferencesInline .ChangeInsert .Right {
|
||||
background: #dfd;
|
||||
}
|
||||
|
||||
.DifferencesInline .ChangeReplace ins {
|
||||
background: #9e9;
|
||||
}
|
||||
|
||||
.DifferencesInline .ChangeReplace del {
|
||||
background: #e99;
|
||||
}
|
||||
|
||||
pre {
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
h1 {
|
||||
background: url(../images/wordfence-logo.svg);
|
||||
background-position: 0 0;
|
||||
background-repeat: no-repeat;
|
||||
height: 64px;
|
||||
vertical-align: middle;
|
||||
padding: 10px 0 0 90px;
|
||||
margin: 20px 0 10px 0;
|
||||
font-size: 34px;
|
||||
color: #777;
|
||||
}
|
||||
table.summary {
|
||||
font-weight: bold;
|
||||
}
|
||||
.diffFooter {
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
color: #999;
|
||||
font-family: Verdana;
|
||||
margin: 50px auto 50px auto;
|
||||
}
|
||||
.diffFooter a {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
53
wp-content/plugins/wordfence/css/dt_table.1616621048.css
Normal file
53
wp-content/plugins/wordfence/css/dt_table.1616621048.css
Normal file
@@ -0,0 +1,53 @@
|
||||
.paging_two_button .ui-button{float:left;cursor:hand}
|
||||
.paging_full_numbers .ui-button{cursor:hand;margin:0;padding:2px 6px}
|
||||
.dataTables_paginate .ui-button{margin-right:-.1em!important}
|
||||
.dataTables_wrapper .ui-toolbar{padding:5px}
|
||||
.dataTables_paginate{width:auto;float:right;text-align:right}
|
||||
.dataTables_info{float:left}
|
||||
table.display thead th{cursor:pointer;text-align:left;font-size:11px;border:1px solid #ccc;padding-right:4px;text-transform:uppercase}
|
||||
table.display thead th .th_wrapp{padding:8px 4px 5px 9px}
|
||||
table.display thead th.sorting_disabled{cursor:default}
|
||||
div.dataTables_wrapper .ui-widget-header{font-weight:400}
|
||||
table.display thead th div.DataTables_sort_wrapper{position:relative;padding-right:20px}
|
||||
table.display thead th div.DataTables_sort_wrapper span{position:absolute;top:50%;margin-top:-8px;right:0}
|
||||
.dataTables_wrapper{position:relative;_height:302px;clear:both;overflow:hidden}
|
||||
.dataTables_processing{position:absolute;top:0;left:50%;width:250px;margin-left:-125px;border:1px solid #ddd;text-align:center;color:#999;padding:2px 0}
|
||||
.dataTables_length{width:40%;float:left}
|
||||
.dataTables_filter{width:50%;float:right;text-align:right}
|
||||
.dataTables_filter input {border:1px;border-color:#b8b8b8 #e2e2e2 #e2e2e2 #b8b8b8;border-style:solid;padding:2px}
|
||||
.paginate_disabled_previous,.paginate_enabled_previous,.paginate_disabled_next,.paginate_enabled_next{height:19px;width:19px;margin-left:3px;float:left}
|
||||
.paginate_enabled_previous,.paginate_enabled_next{cursor:pointer}
|
||||
.paginate_disabled_previous{background-image:url(../images/back_disabled.jpg)}
|
||||
.paginate_enabled_previous{background-image:url(../images/back_enabled.jpg)}
|
||||
.paginate_disabled_next{background-image:url(../images/forward_disabled.jpg)}
|
||||
.paginate_enabled_next{background-image:url(../images/forward_enabled.jpg)}
|
||||
table.display{max-width:800px;clear:both;border-collapse:collapse;margin:0 0 24px;background:#fff;position:relative;top:12px}
|
||||
table.display tfoot th{font-weight:400;padding:3px 8px 3px 8px}
|
||||
table.display tr.heading2 td{border-bottom:1px solid #aaa}
|
||||
table.display td{padding:5px 8px;border:1px solid #ccc}
|
||||
.sorting_asc div.th_wrapp{background:url(../images/sort_asc.gif) no-repeat right center}
|
||||
.sorting_desc div.th_wrapp{background:url(../images/sort_desc.gif) no-repeat right center}
|
||||
.sorting_asc_disabled div.th_wrapp{background: url('../images/sort_asc_disabled.gif') no-repeat center right}
|
||||
.sorting_desc_disabled div.th_wrapp{background: url('../images/sort_desc_disabled.gif') no-repeat center right}
|
||||
.sorting div.th_wrapp{background:url(../images/sort_both.gif) no-repeat right center}
|
||||
tr.odd{background-color:#f5f5f5}
|
||||
tr.even{background-color:#fff}
|
||||
.top,.bottom{background-color:#F5F5F5;border:1px solid #CCC;padding:15px}
|
||||
.top .dataTables_info{float:none}
|
||||
tfoot input{width:100%;color:#444;margin:.5em 0}
|
||||
tfoot input.search_init{color:#999}
|
||||
td.group{background-color:#d1cfd0;border-bottom:2px solid #A19B9E;border-top:2px solid #A19B9E}
|
||||
td.details{background-color:#d1cfd0;border:2px solid #A19B9E}
|
||||
.example_alt_pagination div.dataTables_info{width:40%}
|
||||
.paging_full_numbers span.paginate_button,.paging_full_numbers span.paginate_active{border:1px solid #ccc;cursor:pointer;margin:0 0 0 5px;padding:2px 5px}
|
||||
.paging_full_numbers span.paginate_button:hover{background-color:#e5e5e5}
|
||||
.paging_full_numbers span.paginate_active{background-color:#e5e5e5}
|
||||
.paging_full_numbers span.paginate_button_disabled {color:#ccc;cursor:default}
|
||||
.paging_full_numbers span.paginate_button_disabled:hover {background:#fff}
|
||||
table.display tr.even.row_selected td{background-color:#B0BED9}
|
||||
table.display tr.odd.row_selected td{background-color:#9FAFD1}
|
||||
table.display td.center,.dataTables_empty{text-align:center}
|
||||
.dataTables_empty{background:#fff}
|
||||
.paging_full_numbers span.paginate_button{background-color:#fff}
|
||||
.dataTables_scroll,.clear{clear:both}
|
||||
.dataTables_info,.dataTables_length,.dataTables_filter,.dataTables_processing,.paging_full_numbers span.paginate_button,.paging_full_numbers span.paginate_active {font-size:11px}
|
||||
21
wp-content/plugins/wordfence/css/fullLog.1616621048.css
Normal file
21
wp-content/plugins/wordfence/css/fullLog.1616621048.css
Normal file
@@ -0,0 +1,21 @@
|
||||
body {
|
||||
background: #fff;
|
||||
font-family: Arial;
|
||||
font-size: 12px;
|
||||
}
|
||||
h1 {
|
||||
background: url(../images/wordfence-logo.svg);
|
||||
background-position: 0 0;
|
||||
background-repeat: no-repeat;
|
||||
height: 64px;
|
||||
vertical-align: middle;
|
||||
padding: 10px 0 0 90px;
|
||||
margin: 20px 0 10px 0;
|
||||
font-size: 34px;
|
||||
color: #777;
|
||||
}
|
||||
.error {
|
||||
color: #F00;
|
||||
font-weight: bold;
|
||||
margin: 20px 0 20px 0;
|
||||
}
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 6.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.8 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 6.2 KiB |
49
wp-content/plugins/wordfence/css/iptraf.1616621048.css
Normal file
49
wp-content/plugins/wordfence/css/iptraf.1616621048.css
Normal file
@@ -0,0 +1,49 @@
|
||||
body {
|
||||
background: #fff;
|
||||
font-family: Arial;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
|
||||
pre {
|
||||
width: 100%;
|
||||
overflow: auto;
|
||||
}
|
||||
h1 {
|
||||
background: url(../images/wordfence-logo.svg);
|
||||
background-position: 0 0;
|
||||
background-repeat: no-repeat;
|
||||
height: 64px;
|
||||
vertical-align: middle;
|
||||
padding: 10px 0 0 90px;
|
||||
margin: 20px 0 10px 0;
|
||||
font-size: 34px;
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.footer {
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
color: #999;
|
||||
font-family: Verdana;
|
||||
margin: 50px auto 50px auto;
|
||||
}
|
||||
.footer a {
|
||||
color: #999;
|
||||
}
|
||||
td, th {
|
||||
vertical-align: top;
|
||||
}
|
||||
th, td {
|
||||
text-align: left;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
th {
|
||||
white-space:nowrap;
|
||||
}
|
||||
th.HTTP, td.HTTP {
|
||||
padding: 0;
|
||||
font-weight: normal;
|
||||
font-size: 10px;
|
||||
}
|
||||
th.HTTP { padding-right: 5px; }
|
||||
@@ -0,0 +1,27 @@
|
||||
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
|
||||
.ui-timepicker-div dl { text-align: left; }
|
||||
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
|
||||
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
|
||||
.ui-timepicker-div td { font-size: 90%; }
|
||||
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
|
||||
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }
|
||||
|
||||
.ui-timepicker-rtl{ direction: rtl; }
|
||||
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
|
||||
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
|
||||
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }
|
||||
|
||||
/* Shortened version style */
|
||||
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
|
||||
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
|
||||
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
|
||||
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
|
||||
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
|
||||
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
wp-content/plugins/wordfence/css/main.1616621048.css
Normal file
1
wp-content/plugins/wordfence/css/main.1616621048.css
Normal file
File diff suppressed because one or more lines are too long
30
wp-content/plugins/wordfence/css/phpinfo.1616621048.css
Normal file
30
wp-content/plugins/wordfence/css/phpinfo.1616621048.css
Normal file
@@ -0,0 +1,30 @@
|
||||
|
||||
|
||||
h1.p {
|
||||
background: url(../images/wordfence-logo.svg);
|
||||
background-position: 0 0;
|
||||
background-repeat: no-repeat;
|
||||
height: 64px;
|
||||
vertical-align: middle;
|
||||
padding: 10px 0 0 90px;
|
||||
margin: 20px 0 10px 0;
|
||||
font-family: Arial;
|
||||
font-weight: normal;
|
||||
font-size: 26px;
|
||||
}
|
||||
h1.p:before {
|
||||
content: "Wordfence System Info for ";
|
||||
}
|
||||
td img { display: none; }
|
||||
|
||||
.diffFooter {
|
||||
text-align: center;
|
||||
font-size: 16px;
|
||||
color: #999;
|
||||
font-family: Verdana;
|
||||
margin: 50px auto 50px auto;
|
||||
}
|
||||
.diffFooter a {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1 @@
|
||||
#wf-extended-protection-notice{display:inline-block;line-height:1.4;padding:11px 15px;font-size:14px;text-align:left;margin:25px 20px 0 2px;background-color:#fff;border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,0.1)}a.wfhelp{margin:0 3px 0 3px;text-decoration:none;display:inline-block;vertical-align:middle;font:normal normal normal 14px/1 FontAwesome;text-rendering:auto;-webkit-font-smoothing:antialiased}a.wfhelp:before{content:'\f29c'}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -0,0 +1,80 @@
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local('Roboto Italic'), local('Roboto-Italic'), url(../fonts/roboto-KFOkCnqEu92Fr1Mu51xGIzQXKMnyrYk.woff) format('woff');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: italic;
|
||||
font-weight: 400;
|
||||
src: local('Roboto Italic'), local('Roboto-Italic'), url(../fonts/roboto-KFOkCnqEu92Fr1Mu51xIIzQXKMny.woff) format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/roboto-KFOlCnqEu92Fr1MmSU5fChc-AMP6lbBP.woff) format('woff');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: local('Roboto Light'), local('Roboto-Light'), url(../fonts/roboto-KFOlCnqEu92Fr1MmSU5fBBc-AMP6lQ.woff) format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto'), local('Roboto-Regular'), url(../fonts/roboto-KFOmCnqEu92Fr1Mu7GxMKTU1Kvnz.woff) format('woff');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Roboto'), local('Roboto-Regular'), url(../fonts/roboto-KFOmCnqEu92Fr1Mu4mxMKTU1Kg.woff) format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/roboto-KFOlCnqEu92Fr1MmEU9fChc-AMP6lbBP.woff) format('woff');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 500;
|
||||
src: local('Roboto Medium'), local('Roboto-Medium'), url(../fonts/roboto-KFOlCnqEu92Fr1MmEU9fBBc-AMP6lQ.woff) format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/roboto-KFOlCnqEu92Fr1MmWUlfChc-AMP6lbBP.woff) format('woff');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto';
|
||||
font-style: normal;
|
||||
font-weight: 700;
|
||||
src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/roboto-KFOlCnqEu92Fr1MmWUlfBBc-AMP6lQ.woff) format('woff');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
169
wp-content/plugins/wordfence/css/wordfenceBox.1616621048.css
Normal file
169
wp-content/plugins/wordfence/css/wordfenceBox.1616621048.css
Normal file
@@ -0,0 +1,169 @@
|
||||
/*
|
||||
ColorBox Core Style:
|
||||
The following CSS is consistent between example themes and should not be altered.
|
||||
*/
|
||||
#wordfenceBox, #wfboxOverlay, #wfboxWrapper{position:absolute; top:0; left:0; z-index:16777271; overflow:hidden;}
|
||||
#wfboxOverlay{position:fixed; width:100%; height:100%;}
|
||||
#wfboxMiddleLeft, #wfboxBottomLeft{clear:left;}
|
||||
#wfboxContent{position:relative;}
|
||||
#wfboxLoadedContent{overflow:auto;}
|
||||
#wfboxTitle{margin:0;}
|
||||
#wfboxLoadingOverlay, #wfboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
|
||||
#wfboxPrevious, #wfboxNext, #wfboxClose, #wfboxSlideshow{cursor:pointer;}
|
||||
.wfboxPhoto{float:left; margin:auto; border:0; display:block;}
|
||||
.wfboxIframe{width:100%; height:100%; display:block; border:0;}
|
||||
|
||||
/*
|
||||
User Style:
|
||||
Change the following styles to modify the appearance of ColorBox. They are
|
||||
ordered & tabbed in a way that represents the nesting of the generated HTML.
|
||||
*/
|
||||
#wfboxOverlay{
|
||||
background: #777;
|
||||
background: -webkit-radial-gradient(rgba(120, 120, 120, 0.8), rgba(100, 100, 100, 0.8) 50%, rgba(70, 70, 70, 1));
|
||||
background: -moz-radial-gradient(rgba(120, 120, 120, 0.6), rgba(100, 100, 100, 0.8) 20%, rgba(70, 70, 70, 1));
|
||||
}
|
||||
#wordfenceBox {
|
||||
color: #444;
|
||||
font-family: "Open Sans", sans-serif;
|
||||
font-size: 13px;
|
||||
line-height: 1.4em;
|
||||
}
|
||||
#wfboxContent { background:#fff; overflow:hidden; padding: 0 0 8px; margin: 20px;
|
||||
-webkit-border-radius: 3px 3px 2px 2px; -moz-border-radius: 3px 3px 2px 2px; border-radius: 3px 3px 2px 2px; /* border radius */
|
||||
-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.4); -moz-box-shadow: 0 2px 4px rgba(0,0,0,.4); box-shadow: 0 2px 4px rgba(0,0,0,.4); /* box shadow */
|
||||
-webkit-background-clip: padding-box; /* smoother borders with webkit */ }
|
||||
#wfboxError{padding:50px; border:1px solid #ccc;}
|
||||
#wfboxLoadedContent {
|
||||
/* margin-bottom:28px; */
|
||||
/* MDM added: */ margin: 10px 20px 28px 20px; font-family: Arial; color: #333;
|
||||
-webkit-border-radius: 2px 2px 0 0; -moz-border-radius: 2px 2px 0 0; border-radius: 2px 2px 0 0; /* border radius */
|
||||
}
|
||||
#wfboxTitle{position:absolute; bottom:8px; left:5px; text-align:center; width:100%; color:#949494;}
|
||||
#wfboxCurrent{position:absolute; bottom:8px; left:63px; color:#949494; text-indent: -9999px;}
|
||||
#wfboxSlideshow{position:absolute; bottom:8px; right:35px; color:#0092ef;}
|
||||
#wfboxPrevious{position:absolute; bottom:5px; left:5px; background:url(../images/lightbox-controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
|
||||
#wfboxPrevious.hover{background-position:-75px -25px;}
|
||||
#wfboxNext{position:absolute; bottom:5px; left:32px; background:url(../images/lightbox-controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
|
||||
#wfboxNext.hover{background-position:-50px -25px;}
|
||||
#wfboxLoadingOverlay{background:url(../images/loading_background.png) no-repeat center center;}
|
||||
#wfboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
|
||||
#wfboxClose{position:absolute; bottom:5px; right:5px; background:url(../images/lightbox-controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
|
||||
#wfboxClose.hover{background-position:-25px -25px;}
|
||||
|
||||
/*
|
||||
The following fixes a problem where IE7+ replaces a PNG's alpha transparency with a black fill
|
||||
when an alpha filter (opacity change) is set on the element or ancestor element.
|
||||
*/
|
||||
.wfboxIE #wfboxTopLeft,
|
||||
.wfboxIE #wfboxTopCenter,
|
||||
.wfboxIE #wfboxTopRight,
|
||||
.wfboxIE #wfboxBottomLeft,
|
||||
.wfboxIE #wfboxBottomCenter,
|
||||
.wfboxIE #wfboxBottomRight,
|
||||
.wfboxIE #wfboxMiddleLeft,
|
||||
.wfboxIE #wfboxMiddleRight {
|
||||
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
|
||||
}
|
||||
|
||||
/*
|
||||
Enforce our styles over any theme styling
|
||||
*/
|
||||
#wordfenceBox, #wordfenceBox:before, #wordfenceBox:after {
|
||||
-webkit-box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
#wordfenceBox h1, #wordfenceBox h2, #wordfenceBox h3, #wordfenceBox h4, #wordfenceBox h5, #wordfenceBox h6 {
|
||||
display: block;
|
||||
font-weight: 600
|
||||
}
|
||||
|
||||
#wordfenceBox h1 {
|
||||
font-size: 2em;
|
||||
margin: .67em 0
|
||||
}
|
||||
|
||||
#wordfenceBox h2, #wordfenceBox h3 {
|
||||
font-size: 1.3em;
|
||||
margin: 1em 0
|
||||
}
|
||||
|
||||
#wordfenceBox h1, #wordfenceBox h2, #wordfenceBox h3 {
|
||||
color: #23282d
|
||||
}
|
||||
|
||||
#wordfenceBox p {
|
||||
font-size: 13px;
|
||||
line-height: 1.5;
|
||||
margin: 1em 0;
|
||||
}
|
||||
|
||||
#wordfenceBox .textright {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#wordfenceBox .button, #wordfenceBox .button-primary, #wordfenceBox .button-secondary {
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
font-size: 13px;
|
||||
line-height: 26px;
|
||||
height: 28px;
|
||||
margin: 0;
|
||||
padding: 0 10px 1px;
|
||||
cursor: pointer;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
-webkit-appearance: none;
|
||||
-webkit-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
white-space: nowrap;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
box-sizing: border-box
|
||||
}
|
||||
|
||||
#wordfenceBox .button, #wordfenceBox .button-secondary {
|
||||
color: #555;
|
||||
border-color: #ccc;
|
||||
background: #f7f7f7;
|
||||
-webkit-box-shadow: 0 1px 0 #ccc;
|
||||
box-shadow: 0 1px 0 #ccc;
|
||||
vertical-align: top
|
||||
}
|
||||
|
||||
#wordfenceBox p .button {
|
||||
vertical-align: baseline;
|
||||
font-family: Arial, san-serif;
|
||||
font-weight: normal;
|
||||
text-transform: none;
|
||||
}
|
||||
|
||||
#wordfenceBox p code {
|
||||
padding: 3px 5px 2px;
|
||||
margin: 0 1px;
|
||||
background: #eaeaea;
|
||||
background: rgba(0,0,0,.07);
|
||||
font-size: 13px;
|
||||
}
|
||||
|
||||
#wordfenceBox .button-secondary:focus, #wordfenceBox .button-secondary:hover, #wordfenceBox .button.focus, #wordfenceBox .button.hover, #wordfenceBox .button:focus, #wordfenceBox .button:hover {
|
||||
background: #fafafa;
|
||||
border-color: #999;
|
||||
color: #23282d
|
||||
}
|
||||
|
||||
#wordfenceBox a.wfboxhelp {
|
||||
float: left;
|
||||
background-image: url(../images/help.png);
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
background-position: 0 0;
|
||||
background-repeat: no-repeat;
|
||||
padding: 0;
|
||||
margin: 9px 0px;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
Reference in New Issue
Block a user