Skip to content

Commit

Permalink
6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkbone committed Jan 20, 2024
1 parent 2185f6f commit 4da950d
Show file tree
Hide file tree
Showing 2,600 changed files with 1,289,282 additions and 29,100 deletions.
Binary file added tags/6.3.0/assets/audio/01-reveal.wav
Binary file not shown.
Binary file added tags/6.3.0/assets/audio/02-bells.wav
Binary file not shown.
Binary file added tags/6.3.0/assets/audio/03-alert.wav
Binary file not shown.
Binary file added tags/6.3.0/assets/audio/04-phone.mp3
Binary file not shown.
Binary file added tags/6.3.0/assets/audio/05-chime.mp3
Binary file not shown.
Binary file added tags/6.3.0/assets/audio/06-message.mp3
Binary file not shown.
Binary file added tags/6.3.0/assets/audio/07-cute.mp3
Binary file not shown.
Binary file added tags/6.3.0/assets/audio/08-roll.mp3
Binary file not shown.
Binary file added tags/6.3.0/assets/audio/09-nit.mp3
Binary file not shown.
716 changes: 716 additions & 0 deletions tags/6.3.0/assets/css/bkf.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions tags/6.3.0/assets/css/bkf.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

107 changes: 107 additions & 0 deletions tags/6.3.0/assets/css/calendar.css
Original file line number Diff line number Diff line change
@@ -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;
}
1 change: 1 addition & 0 deletions tags/6.3.0/assets/css/calendar.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions tags/6.3.0/assets/css/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
// Ah, sweet silence.
12 changes: 12 additions & 0 deletions tags/6.3.0/assets/css/petals.css
Original file line number Diff line number Diff line change
@@ -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;
}
1 change: 1 addition & 0 deletions tags/6.3.0/assets/css/petals.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added tags/6.3.0/assets/fonts/OpenSans-Italic.ttf
Binary file not shown.
Binary file added tags/6.3.0/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/6.3.0/assets/img/B22_landscape_250.png
Loading
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/6.3.0/assets/img/icon.svg
Loading
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/6.3.0/assets/img/index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<?php
// Ah, sweet silence.
Loading

0 comments on commit 4da950d

Please sign in to comment.