Skip to content

Commit

Permalink
Merge pull request #7 from bakkbone/trunk
Browse files Browse the repository at this point in the history
3.4.1.1
  • Loading branch information
bakkbone committed Oct 31, 2023
2 parents 42b917d + 8bb66af commit abb552c
Show file tree
Hide file tree
Showing 1,150 changed files with 619,432 additions and 4 deletions.
Binary file added tags/3.4.1.1/assets/audio/01-reveal.wav
Binary file not shown.
Binary file added tags/3.4.1.1/assets/audio/02-bells.wav
Binary file not shown.
Binary file added tags/3.4.1.1/assets/audio/03-alert.wav
Binary file not shown.
Binary file added tags/3.4.1.1/assets/audio/04-phone.mp3
Binary file not shown.
Binary file added tags/3.4.1.1/assets/audio/05-chime.mp3
Binary file not shown.
Binary file added tags/3.4.1.1/assets/audio/06-message.mp3
Binary file not shown.
Binary file added tags/3.4.1.1/assets/audio/07-cute.mp3
Binary file not shown.
Binary file added tags/3.4.1.1/assets/audio/08-roll.mp3
Binary file not shown.
Binary file added tags/3.4.1.1/assets/audio/09-nit.mp3
Binary file not shown.
492 changes: 492 additions & 0 deletions tags/3.4.1.1/assets/css/bkf.css

Large diffs are not rendered by default.

107 changes: 107 additions & 0 deletions tags/3.4.1.1/assets/css/calendar.css
@@ -0,0 +1,107 @@
.closed span.ui-state-default,.closed a.ui-state-default {
color: white;
background: none;
background-color: black !important;
}
.booked span.ui-state-default,.booked a.ui-state-default {
color: white;
background: none;
background-color: #900 !important;
}
.unavailable span.ui-state-default,.unavailable a.ui-state-default {
color: white;
background: none;
background-color: orange !important;
}
.sdc span.ui-state-default,.sdc a.ui-state-default {
color: white;
background: none;
background-color: blue !important;
}

.fc-daygrid-block-event.shipped {
background-color: black;
border-color: black;
}
.fc-daygrid-dot-event.shipped {
color: black;
}
.fc-daygrid-dot-event.shipped .fc-daygrid-event-dot, .fc-list-event.shipped .fc-list-event-dot {
border-color: black;
}

.fc-daygrid-block-event.unshipped {
background-color: purple;
border-color: purple;
}
.fc-daygrid-dot-event.unshipped {
color: purple;
}
.fc-daygrid-dot-event.unshipped .fc-daygrid-event-dot, .fc-list-event.unshipped .fc-list-event-dot {
border-color: purple;
}

.fc-daygrid-more-link {
color: black;
}

.fc * {
font-family: 'Oxygen', sans-serif;
}

.fc-list-event-title {
font-weight: bold;
color: black;
}

.fc-event.fc-bg-event.closedbg,.closedbg {
color: white;
background: none;
background-color: black;
}
.fc-h-event.closedbg {
color: white;
background: none;
background-color: black;
border: 1px solid black;
}
.fc-h-event.fullbg {
color: white;
background: none;
background-color: #900;
border: 1px solid #900;
}
.fc-event.fc-bg-event.fullbg,.fullbg {
color: white;
background: none;
background-color: #900;
}
.fc-h-event.uabg {
color: white;
background: none;
background-color: #b35300;
border: 1px solid #b35300;
}
.fc-event.fc-bg-event.uabg,.ualbg {
color: white;
background: none;
background-color: #b35300;
}
.fc-daygrid-day-number {
font-size: 22px;
color: black;
}
.fc-daygrid-block-event div.fc-event-title {
font-size: 12px;
}
.fc .fc-bg-event div.fc-event-title {
font-size: 14px;
font-weight: 500;
margin: 4px;
}
.fc .fc-col-header-cell-cushion {
font-size: 20px;
color: black;
font-weight: 400;
margin: 4px 0;
}
173 changes: 173 additions & 0 deletions tags/3.4.1.1/assets/css/default.css
@@ -0,0 +1,173 @@
#toplevel_page_bkf_options > a > div.wp-menu-image.dashicons-before > img {
width: 20px;
height: 20px;
}
.bkf-box h2 {
margin-bottom: 0.2em;
}
.bkf-box p.bkf-pageinfo {
margin-top: 0.2em;
}
.bkf-box *:not(.dashicons), .bkf-font {
font-family: 'Oxygen', sans-serif;
}
.bkf-box p {
font-size: 14px;
}
.bkf-form{
border: 1px solid #ddd;
padding: 12px;
margin-top: 12px;
margin-bottom: 12px;
}
.bkf-form fieldset, fieldset.bkf-fieldset{
border: 1px solid #696969;
border-radius: 5px;
margin: 5px;
padding: 10px;
display: flex;
flex-direction: column;
}
.bkf-form fieldset legend, fieldset.bkf-fieldset legend{
font-size: 16px;
font-weight: 700;
color: black;
}
.bkf-form td * {
vertical-align: middle;
}
.bkf-form-control:not(:disabled){
border-radius: 0 !important;
border: 1px solid #ddd !important;
background: white !important;
}
.bkf-form-control:not(.allow-disabled):disabled{
border-radius: 0 !important;
border: 1px solid #ddd !important;
background: white !important;
}
.bkf-form-control.allow-disabled:disabled{
border-radius: 0 !important;
border: 1px solid #ddd !important;
}
.bkf-form .select2-selection.select2-selection--single, .bkf-fieldset .select2-selection.select2-selection--single, .bkf-box .select2-selection.select2-selection--single{
border-radius: 0 !important;
border: 1px solid #ddd !important;
background: white !important;
height: 100%;
}
.bkf-form-control.big{
width: 50%;
}
.med-text{
width: 100px;
}
.avg-text{
width: 230px;
}
.bkf-invalid, .bkf-form input.bkf-invalid {
border-left: 3px solid red !important;
}
.bkf-validated, .bkf-form input.bkf-validated {
border-left: 3px solid green !important;
}
.bkf-hidden {
display: none !important;
}
.bkf-error {
padding: 10px;
margin: 5px 0 5px 0;
border-radius: 10px;
box-shadow: 5px 10px 10px #888888;
background-color: PeachPuff;
color: black;
}
.bkf-info {
padding: 10px;
margin: 5px 0 5px 0;
border-radius: 10px;
box-shadow: 5px 10px 10px #888888;
background-color: DarkSeaGreen;
color: black;
}
.bkf-error p,.bkf-info p {
margin: 0;
}
.bkf-margin0 {
margin: 0;
}
ul.bkf-list {
list-style: inside;
}


input[type="color"].bkf-form-control{
padding: 0 !important;
}
.bkf-help-block{
font-size:75% !important;
margin-top: 0 !important;
}
.bkf-list-group {
margin: 2px;
padding: 0 10px;
background-color: #ddd;
border: 1px solid #aaa;
font-size: 18px;
}
.bkf-inside {
border: 1px solid #ddd;
padding: 10px;
margin: 5px;
}
.bkf-close {
background: black;
width: 20px;
height: 20px;
position: relative;
}
.bkf-close:after {
content: '';
height: 20px;
border-left: 2px solid #fff;
position: absolute;
transform: rotate(45deg);
left: 9px;
}

.bkf-close:before {
content: '';
height: 20px;
border-left: 2px solid #fff;
position: absolute;
transform: rotate(-45deg);
left: 9px;
}

/* Tooltip container */
.tooltip {
position: relative;
display: inline-block;
border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
visibility: hidden;
background-color: black;
color: #fff;
text-align: center;
padding: 5px;
border-radius: 6px;

/* Position the tooltip text */
position: absolute;
z-index: 1;
top: 100%;
right: 0%;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
visibility: visible;
}
2 changes: 2 additions & 0 deletions tags/3.4.1.1/assets/css/index.php
@@ -0,0 +1,2 @@
<?php
// Ah, sweet silence.
12 changes: 12 additions & 0 deletions tags/3.4.1.1/assets/css/petals.css
@@ -0,0 +1,12 @@
#minor-publishing {
display: none;
}
.potitle span.edit {
display: none;
}
.comment-edit-link{
display: none;
}
.wp-admin #wpbody *:not(.dashicons),.wp-admin #wpfooter *:not(.dashicons){
font-family: 'Oxygen', sans-serif;
}
Binary file added tags/3.4.1.1/assets/fonts/OpenSans-Italic.ttf
Binary file not shown.
Binary file added tags/3.4.1.1/assets/fonts/OpenSans.ttf
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added tags/3.4.1.1/assets/img/B22_landscape_250.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions tags/3.4.1.1/assets/img/icon.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions tags/3.4.1.1/assets/img/index.php
@@ -0,0 +1,2 @@
<?php
// Ah, sweet silence.
52 changes: 52 additions & 0 deletions tags/3.4.1.1/assets/img/spinner.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions tags/3.4.1.1/assets/index.php
@@ -0,0 +1,2 @@
<?php
// Ah, sweet silence.
14 changes: 14 additions & 0 deletions tags/3.4.1.1/assets/js/copy.js
@@ -0,0 +1,14 @@
function bkfCopy() {
var copyText = document.getElementById("bkfCopy");
copyText.select();
copyText.setSelectionRange(0, 99999);
navigator.clipboard.writeText(copyText.value);

var tooltip = document.getElementById("bkfpTooltip");
tooltip.innerHTML = "Copied to clipboard!";
}

function bkfpCopyOut() {
var tooltip = document.getElementById("bkfpTooltip");
tooltip.innerHTML = "Copy to clipboard";
}
2 changes: 2 additions & 0 deletions tags/3.4.1.1/assets/js/index.php
@@ -0,0 +1,2 @@
<?php
// Ah, sweet silence.
3 changes: 3 additions & 0 deletions tags/3.4.1.1/assets/js/petals.js
@@ -0,0 +1,3 @@
jQuery(document).ready( function($) {
$('.bkf_po_field div div input').attr('autocomplete', 'off');
})

0 comments on commit abb552c

Please sign in to comment.