initial
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
// Silence is golden.
|
||||
@@ -0,0 +1,233 @@
|
||||
#wpfront-notification-bar-options input.seconds,
|
||||
#wpfront-notification-bar-options input.pixels
|
||||
{
|
||||
width: 40px;
|
||||
}
|
||||
|
||||
#wpfront-notification-bar-options input.minutes
|
||||
{
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
#wpfront-notification-bar-options input.date,
|
||||
#wpfront-notification-bar-options input.time
|
||||
{
|
||||
width: 100px;
|
||||
}
|
||||
|
||||
#wpfront-notification-bar-options textarea
|
||||
{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#wpfront-notification-bar-options input.URL
|
||||
{
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
#wpfront-notification-bar-options table.form-table i.fa.fa-question-circle-o
|
||||
{
|
||||
opacity: 0.8;
|
||||
font-size: 13px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#wpfront-notification-bar-options table.form-table .color-selector-div
|
||||
{
|
||||
display: inline-block;
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
#wpfront-notification-bar-options table.form-table .color-selector
|
||||
{
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
#wpfront-notification-bar-options table.form-table .color-value
|
||||
{
|
||||
width: 80px;
|
||||
height: 32px;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#wpfront-notification-bar-options table.form-table div.pages-selection, #wpfront-notification-bar-options table.form-table div.roles-selection
|
||||
{
|
||||
width: 100%;
|
||||
height: 150px;
|
||||
background-color: #fff;
|
||||
overflow: auto;
|
||||
|
||||
border: 1px solid #dfdfdf;
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#wpfront-notification-bar-options table.form-table div.page-div, #wpfront-notification-bar-options table.form-table div.role-div
|
||||
{
|
||||
float: left;
|
||||
width: 32%;
|
||||
min-width: 225px;
|
||||
padding: 2px;
|
||||
white-space: nowrap;
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
max-width: 300px;
|
||||
}
|
||||
|
||||
#wpfront-notification-bar-options input.post-id-list
|
||||
{
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.colorpicker input
|
||||
{
|
||||
min-height: 0px;
|
||||
}
|
||||
|
||||
#wpfront-notification-bar-options #media-library-button
|
||||
{
|
||||
min-height: 0px;
|
||||
height: 30px;
|
||||
line-height: inherit;
|
||||
vertical-align: inherit;
|
||||
}
|
||||
|
||||
.wp-editor-container textarea.wp-editor-area
|
||||
{
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.wpfront-notification-bar-editor
|
||||
{
|
||||
width: 70%;
|
||||
}
|
||||
|
||||
#notification-bar-message-text {
|
||||
height: 280px;
|
||||
}
|
||||
|
||||
.notification-bar-schedule {
|
||||
font-weight: bold !important;
|
||||
}
|
||||
|
||||
#wpfront-schedule-crontable {
|
||||
border-collapse: collapse;
|
||||
margin-top: 10px;
|
||||
table-layout: fixed;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
#wpfront-schedule-crontable th,
|
||||
#wpfront-schedule-crontable td {
|
||||
border-bottom: 1px solid gray;
|
||||
padding: 10px 10px 10px 0;
|
||||
width: 100px;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.notification-bar-tooltip {
|
||||
background: #ffffff;
|
||||
border: 1px solid #888;
|
||||
}
|
||||
.notification-bar-tooltip {
|
||||
padding: 10px 20px;
|
||||
color: black;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 0 7px #888888;
|
||||
max-width:350px;
|
||||
opacity: 1;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
font-style: inherit;
|
||||
font-weight: inherit;
|
||||
}
|
||||
|
||||
#wpfront-notification-bar-options .free-to-pro ul {
|
||||
list-style: inside !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#wpfront-notification-bar-options .free-to-pro .discount-tip,
|
||||
#wpfront-notification-bar-options .free-to-pro .discount-code,
|
||||
#wpfront-notification-bar-options .free-to-pro .upgrade-button {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#wpfront-notification-bar-options .free-to-pro .discount-tip {
|
||||
color: red;
|
||||
}
|
||||
|
||||
#wpfront-notification-bar-options .free-to-pro .discount-code,
|
||||
#wpfront-notification-bar-options #postbox-side-2 .postbox-header .hndle {
|
||||
font-weight: bold;
|
||||
color: red;
|
||||
}
|
||||
|
||||
#wpfront-notification-bar-options tr.wpfront-time-day-selector div {
|
||||
height: 180px;
|
||||
overflow-y:auto;
|
||||
}
|
||||
|
||||
#wpfront-notification-bar-options div.see-more-schedules {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
table.more_schedule_table {
|
||||
margin: auto;
|
||||
margin-top: 15px;
|
||||
border-spacing: 0;
|
||||
border-collapse: separate;
|
||||
border: 1px solid grey;
|
||||
}
|
||||
|
||||
table.more_schedule_table th,
|
||||
table.more_schedule_table td {
|
||||
border: 1px solid grey;
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
table.more_schedule_table td {
|
||||
font-weight: normal;
|
||||
color: black;
|
||||
}
|
||||
|
||||
|
||||
#wpfront-notification-bar-options input.color-selector-input {
|
||||
vertical-align: top;
|
||||
height: 32px;
|
||||
width: 7em;
|
||||
}
|
||||
|
||||
input[type="text"].el-input__inner {
|
||||
border: 0;
|
||||
box-shadow: none;
|
||||
outline: 0;
|
||||
}
|
||||
|
||||
.el-color-picker__panel .el-color-predefine__color-selector {
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.el-color-picker__panel .el-color-predefine__color-selector div {
|
||||
border: 1px solid #e4e7ed;
|
||||
}
|
||||
|
||||
.el-time-spinner__item {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
.el-date-editor.el-input {
|
||||
width: 20%;
|
||||
--el-input-border-color: #8c8f94;
|
||||
}
|
||||
|
||||
.el-popper {
|
||||
max-width: 350px;
|
||||
}
|
||||
|
||||
.tox-notifications-container, .tox-notification {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
#wpfront-notification-bar-options input.pixels,#wpfront-notification-bar-options input.seconds{width:40px}#wpfront-notification-bar-options input.minutes{width:50px}#wpfront-notification-bar-options input.date,#wpfront-notification-bar-options input.time{width:100px}#wpfront-notification-bar-options textarea{width:100%}#wpfront-notification-bar-options input.URL{width:70%}#wpfront-notification-bar-options table.form-table i.fa.fa-question-circle-o{opacity:.8;font-size:13px;vertical-align:middle}#wpfront-notification-bar-options table.form-table .color-selector-div{display:inline-block;width:120px}#wpfront-notification-bar-options table.form-table .color-selector{vertical-align:middle}#wpfront-notification-bar-options table.form-table .color-value{width:80px;height:32px;vertical-align:top}#wpfront-notification-bar-options table.form-table div.pages-selection,#wpfront-notification-bar-options table.form-table div.roles-selection{width:100%;height:150px;background-color:#fff;overflow:auto;border:1px solid #dfdfdf;-moz-border-radius:4px;-khtml-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}#wpfront-notification-bar-options table.form-table div.page-div,#wpfront-notification-bar-options table.form-table div.role-div{float:left;width:32%;min-width:225px;padding:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:300px}#wpfront-notification-bar-options input.post-id-list{width:100%}.colorpicker input{min-height:0}#wpfront-notification-bar-options #media-library-button{min-height:0;height:30px;line-height:inherit;vertical-align:inherit}.wp-editor-container textarea.wp-editor-area{width:100%!important}.wpfront-notification-bar-editor{width:70%}#notification-bar-message-text{height:280px}.notification-bar-schedule{font-weight:700!important}#wpfront-schedule-crontable{border-collapse:collapse;margin-top:10px;table-layout:fixed;width:200px}#wpfront-schedule-crontable td,#wpfront-schedule-crontable th{border-bottom:1px solid gray;padding:10px 10px 10px 0;width:100px;overflow:hidden}.notification-bar-tooltip{background:#fff;border:1px solid #888}.notification-bar-tooltip{padding:10px 20px;color:#000;border-radius:5px;box-shadow:0 0 7px #888;max-width:350px;opacity:1;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit}#wpfront-notification-bar-options .free-to-pro ul{list-style:inside!important;font-weight:700}#wpfront-notification-bar-options .free-to-pro .discount-code,#wpfront-notification-bar-options .free-to-pro .discount-tip,#wpfront-notification-bar-options .free-to-pro .upgrade-button{text-align:center}#wpfront-notification-bar-options .free-to-pro .discount-tip{color:red}#wpfront-notification-bar-options #postbox-side-2 .postbox-header .hndle,#wpfront-notification-bar-options .free-to-pro .discount-code{font-weight:700;color:red}#wpfront-notification-bar-options tr.wpfront-time-day-selector div{height:180px;overflow-y:auto}#wpfront-notification-bar-options div.see-more-schedules{margin-top:10px}table.more_schedule_table{margin:auto;margin-top:15px;border-spacing:0;border-collapse:separate;border:1px solid grey}table.more_schedule_table td,table.more_schedule_table th{border:1px solid grey;padding:3px}table.more_schedule_table td{font-weight:400;color:#000}#wpfront-notification-bar-options input.color-selector-input{vertical-align:top;height:32px;width:7em}input[type=text].el-input__inner{border:0;box-shadow:none;outline:0}.el-color-picker__panel .el-color-predefine__color-selector{height:18px}.el-color-picker__panel .el-color-predefine__color-selector div{border:1px solid #e4e7ed}.el-time-spinner__item{margin-bottom:0}.el-date-editor.el-input{width:20%;--el-input-border-color:#8c8f94}.el-popper{max-width:350px}.tox-notification,.tox-notifications-container{display:none!important}
|
||||
@@ -0,0 +1,20 @@
|
||||
.tagify {
|
||||
box-shadow: 0 0 0 transparent;
|
||||
border-radius: 4px;
|
||||
border: 1px solid #7e8993;
|
||||
background-color: #fff;
|
||||
color: #32373c;
|
||||
}
|
||||
|
||||
div.wrap.wpfront-notification-bar table.wp-list-table.notification .column-enabled,
|
||||
div.wrap.wpfront-notification-bar table.wp-list-table.notification .column-preview-mode,
|
||||
div.wrap.wpfront-notification-bar table.wp-list-table.notification .column-debug-mode {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
div.wrap.wp-notification-bar-license table.form-table td.invalid,
|
||||
div.wrap.wp-notification-bar-license table.form-table td.expired,
|
||||
div.wrap.wp-notification-bar-license table.form-table td.item_name_mismatch,
|
||||
div.wrap.wp-notification-bar-license table.form-table td.disabled {
|
||||
color: red;
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
.tagify{box-shadow:0 0 0 transparent;border-radius:4px;border:1px solid #7e8993;background-color:#fff;color:#32373c}div.wrap.wpfront-notification-bar table.wp-list-table.notification .column-enabled,div.wrap.wpfront-notification-bar table.wp-list-table.notification .column-preview-mode,div.wrap.wpfront-notification-bar table.wp-list-table.notification .column-debug-mode{text-align:center}div.wrap.wp-notification-bar-license table.form-table td.invalid,div.wrap.wp-notification-bar-license table.form-table td.expired,div.wrap.wp-notification-bar-license table.form-table td.item_name_mismatch,div.wrap.wp-notification-bar-license table.form-table td.disabled{color:red}
|
||||
@@ -0,0 +1,205 @@
|
||||
.wpfront-notification-bar
|
||||
{
|
||||
visibility: hidden;
|
||||
position: fixed;
|
||||
overflow: hidden;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
text-align: center;
|
||||
|
||||
color: #fff;
|
||||
background-color: #000;
|
||||
z-index: 99998;
|
||||
}
|
||||
|
||||
.wpfront-bottom-shadow
|
||||
{
|
||||
-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
|
||||
-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
|
||||
box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
|
||||
}
|
||||
|
||||
.wpfront-top-shadow
|
||||
{
|
||||
-webkit-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.75);
|
||||
-moz-box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.75);
|
||||
box-shadow: 0px -5px 5px 0px rgba(0,0,0,0.75);
|
||||
}
|
||||
|
||||
.wpfront-notification-bar.wpfront-fixed
|
||||
{
|
||||
position: fixed;
|
||||
z-index: 99998;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-content: center;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.wpfront-notification-bar.wpfront-fixed-position
|
||||
{
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
.wpfront-notification-bar.wpfront-fixed.load
|
||||
{
|
||||
visibility: visible;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.wpfront-notification-bar.top
|
||||
{
|
||||
top: 0px;
|
||||
}
|
||||
|
||||
.wpfront-notification-bar.bottom
|
||||
{
|
||||
bottom: 0px;
|
||||
}
|
||||
|
||||
.wpfront-notification-bar.keep-closed,
|
||||
.wpfront-notification-bar.max-views-reached
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wpfront-notification-bar div.wpfront-close
|
||||
{
|
||||
position: absolute;
|
||||
top: 3px;
|
||||
right: 5px;
|
||||
cursor: pointer;
|
||||
|
||||
font-family: Arial, sans-serif;
|
||||
font-weight: bold;
|
||||
line-height: 0px;
|
||||
font-size: 10px;
|
||||
padding: 5px 2px;
|
||||
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.wpfront-notification-bar table, .wpfront-notification-bar tbody, .wpfront-notification-bar tr
|
||||
{
|
||||
margin: auto;
|
||||
border: 0px;
|
||||
padding: 0px;
|
||||
background: inherit;
|
||||
}
|
||||
|
||||
.wpfront-notification-bar td
|
||||
{
|
||||
background: inherit;
|
||||
vertical-align: middle;
|
||||
text-align: center;
|
||||
border: 0px;
|
||||
margin: 0px;
|
||||
padding: 0;
|
||||
line-height: 1em;
|
||||
}
|
||||
|
||||
.wpfront-notification-bar div.wpfront-div
|
||||
{
|
||||
display:inline-block;
|
||||
text-align: center;
|
||||
vertical-align: middle;
|
||||
padding: 5px 0px;
|
||||
}
|
||||
|
||||
.wpfront-notification-bar-editor a.wpfront-button,
|
||||
.wpfront-notification-bar a.wpfront-button
|
||||
{
|
||||
display: inline-block;
|
||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
|
||||
white-space: nowrap;
|
||||
font-size: 13px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
|
||||
cursor: pointer;
|
||||
padding: 5px 10px;
|
||||
margin-left: 5px;
|
||||
|
||||
border-radius: 2px;
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
}
|
||||
|
||||
.wpfront-notification-bar-open-button
|
||||
{
|
||||
position: absolute;
|
||||
right: 10px;
|
||||
z-index: 99998;
|
||||
border: 3px solid white;
|
||||
width: 23px;
|
||||
height: 30px;
|
||||
cursor: pointer;
|
||||
background-repeat: no-repeat;
|
||||
|
||||
border-radius: 2px;
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
|
||||
-webkit-box-sizing: content-box;
|
||||
-moz-box-sizing: content-box;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
|
||||
.wpfront-notification-bar-open-button.hidden
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wpfront-notification-bar-open-button.top
|
||||
{
|
||||
top: 0px;
|
||||
background-position: top center;
|
||||
border-top: 0px;
|
||||
|
||||
-webkit-border-top-right-radius: 0px;
|
||||
-webkit-border-top-left-radius: 0px;
|
||||
-moz-border-radius-topright: 0px;
|
||||
-moz-border-radius-topleft: 0px;
|
||||
border-top-right-radius: 0px;
|
||||
border-top-left-radius: 0px;
|
||||
}
|
||||
|
||||
.wpfront-notification-bar-open-button.bottom
|
||||
{
|
||||
bottom: 0px;
|
||||
background-position: bottom center;
|
||||
border-bottom: 0px;
|
||||
|
||||
-webkit-border-bottom-right-radius: 0px;
|
||||
-webkit-border-bottom-left-radius: 0px;
|
||||
-moz-border-radius-bottomright: 0px;
|
||||
-moz-border-radius-bottomleft: 0px;
|
||||
border-bottom-right-radius: 0px;
|
||||
border-bottom-left-radius: 0px;
|
||||
}
|
||||
|
||||
.wpfront-notification-bar-spacer
|
||||
{
|
||||
position: relative;
|
||||
z-index: 99998;
|
||||
}
|
||||
|
||||
.wpfront-notification-bar-spacer.wpfront-fixed-position
|
||||
{
|
||||
z-index: 99999;
|
||||
}
|
||||
|
||||
.wpfront-notification-bar-spacer.hidden
|
||||
{
|
||||
display: none;
|
||||
}
|
||||
|
||||
div.wpfront-message p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
+1
@@ -0,0 +1 @@
|
||||
.wpfront-notification-bar{visibility:hidden;position:fixed;overflow:hidden;left:0;right:0;text-align:center;color:#fff;background-color:#000;z-index:99998}.wpfront-bottom-shadow{-webkit-box-shadow:0 5px 5px 0 rgba(0,0,0,.75);-moz-box-shadow:0 5px 5px 0 rgba(0,0,0,.75);box-shadow:0 5px 5px 0 rgba(0,0,0,.75)}.wpfront-top-shadow{-webkit-box-shadow:0 -5px 5px 0 rgba(0,0,0,.75);-moz-box-shadow:0 -5px 5px 0 rgba(0,0,0,.75);box-shadow:0 -5px 5px 0 rgba(0,0,0,.75)}.wpfront-notification-bar.wpfront-fixed{position:fixed;z-index:99998;width:100%;display:flex;align-content:center;align-items:center;justify-content:center;flex-direction:row}.wpfront-notification-bar.wpfront-fixed-position{z-index:99999}.wpfront-notification-bar.wpfront-fixed.load{visibility:visible;position:relative}.wpfront-notification-bar.top{top:0}.wpfront-notification-bar.bottom{bottom:0}.wpfront-notification-bar.keep-closed,.wpfront-notification-bar.max-views-reached{display:none}.wpfront-notification-bar div.wpfront-close{position:absolute;top:3px;right:5px;cursor:pointer;font-family:Arial,sans-serif;font-weight:700;line-height:0;font-size:10px;padding:5px 2px;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.wpfront-notification-bar table,.wpfront-notification-bar tbody,.wpfront-notification-bar tr{margin:auto;border:0;padding:0;background:inherit}.wpfront-notification-bar td{background:inherit;vertical-align:middle;text-align:center;border:0;margin:0;padding:0;line-height:1em}.wpfront-notification-bar div.wpfront-div{display:inline-block;text-align:center;vertical-align:middle;padding:5px 0}.wpfront-notification-bar a.wpfront-button,.wpfront-notification-bar-editor a.wpfront-button{display:inline-block;box-shadow:0 1px 2px rgba(0,0,0,.2);white-space:nowrap;font-size:13px;font-weight:700;text-align:center;text-decoration:none;text-shadow:0 1px 1px rgba(0,0,0,.3);cursor:pointer;padding:5px 10px;margin-left:5px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px}.wpfront-notification-bar-open-button{position:absolute;right:10px;z-index:99998;border:3px solid #fff;width:23px;height:30px;cursor:pointer;background-repeat:no-repeat;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.wpfront-notification-bar-open-button.hidden{display:none}.wpfront-notification-bar-open-button.top{top:0;background-position:top center;border-top:0;-webkit-border-top-right-radius:0;-webkit-border-top-left-radius:0;-moz-border-radius-topright:0;-moz-border-radius-topleft:0;border-top-right-radius:0;border-top-left-radius:0}.wpfront-notification-bar-open-button.bottom{bottom:0;background-position:bottom center;border-bottom:0;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.wpfront-notification-bar-spacer{position:relative;z-index:99998}.wpfront-notification-bar-spacer.wpfront-fixed-position{z-index:99999}.wpfront-notification-bar-spacer.hidden{display:none}div.wpfront-message p{margin:0}
|
||||
Reference in New Issue
Block a user