Merged in feature/81-dev-dev01 (pull request #5)

auto-patch  81-dev-dev01-2023-12-05T22_45_26

* auto-patch  81-dev-dev01-2023-12-05T22_45_26
This commit is contained in:
Tony Volpe
2023-12-05 23:05:59 +00:00
parent ba16964e7a
commit 725d3043d5
1463 changed files with 142461 additions and 89421 deletions

View File

@@ -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;
}

View 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;
}

View 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;
}

View 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; }

View File

@@ -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

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

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

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

View 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

View File

@@ -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)}#wfcolorbox.wf-modal .wf-modal-footer.wf-modal-footer-center{justify-content:center}div.wf-radio-group div.wf-radio-option{display:flex;align-items:center}div.wf-radio-group div.wf-radio-option:not(:last-child){margin-bottom:8px}div.wf-radio-group div.wf-radio-option input[type=radio]{margin-right:8px}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

View File

@@ -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

View 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;
}