Skip to content

Commit

Permalink
Merge pull request #255 from TheCraigHewitt/release/1.19.2
Browse files Browse the repository at this point in the history
Release/1.19.2
  • Loading branch information
jonathanbossenger authored Dec 7, 2017
2 parents 9bb2894 + b242b54 commit ffddf04
Show file tree
Hide file tree
Showing 1,417 changed files with 5,651 additions and 289,050 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@

Welcome to the Seriously Simple Podcasting repository on GitHub. Here you can browse the source, look at open issues and keep track of development.

[Seriously Simple Podcasting](http://www.seriouslysimplepodcasting.com/) is a podcasting plugin for WordPress that aims to take the complexity out of running your own podcast without sacrificing any powerful (and necessary) features. It is developed and maintained by Craig Hewitt and our great team of developers. If you would like to know more about the plugin you can get in touch with [Craig on Twitter](https://twitter.com/thecraighewitt) or follow [@SSPodcasting](https://twitter.com/SSPodcasting) directly.
[Seriously Simple Podcasting](http://www.castos.com/seriously-simple-podcasting) is a podcasting plugin for WordPress that takes the complexity out of running your own podcast without sacrificing any powerful (and necessary) features. It is developed and maintained by Craig Hewitt and our great team of developers at [Castos](https://www.castos.com/team). If you would like to know more about the plugin you can follow [@CastosHQ](https://twitter.com/castoshq) directly.

If you are not a developer, please visit the [Seriously Simple Podcasting plugin page](https://wordpress.org/plugins/seriously-simple-podcasting/) on WordPress.org where you can download the plugin and find more info.

## Documentation
You will find complete and robust documentation for both users and developers on the [Seriously Simple Podcasting site](http://www.seriouslysimplepodcasting.com/). It also includes helpful snippets and FAQs.
You will find complete and robust documentation for both users and developers on the [Seriously Simple Podcasting site](http://support.castos.com/). It also includes helpful snippets and FAQs.

## Support
This repository is not suitable for support. Please don't use the issue tracker for support requests, but for core Seriously Simple Podcasting issues only. Support can only take place in the appropriate channel - the dedicated [plugin support forum](http://wordpress.org/support/plugin/seriously-simple-podcasting).
Expand Down
Binary file modified _repo_assets/screenshot-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
343 changes: 343 additions & 0 deletions assets/css/datepicker.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,343 @@
/* Date Picker Default Styles */
.ui-datepicker {
padding: 0;
margin: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
background-color: #fff;
border: 1px solid #dfdfdf;
border-top: none;
-webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
box-shadow: 0 3px 6px rgba(0, 0, 0, 0.075);
min-width: 17em;
width: auto;
}

.ui-datepicker * {
padding: 0;
font-family: "Open Sans", sans-serif;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}

.ui-datepicker table {
font-size: 13px;
margin: 0;
border: none;
border-collapse: collapse;
}

.ui-datepicker .ui-widget-header,
.ui-datepicker .ui-datepicker-header {
background-image: none;
border: none;
color: #fff;
font-weight: normal;
}

.ui-datepicker .ui-datepicker-header .ui-state-hover {
background: transparent;
border-color: transparent;
cursor: pointer;
}

.ui-datepicker .ui-datepicker-title {
margin: 0;
padding: 10px 0;
color: #fff;
font-size: 14px;
line-height: 14px;
text-align: center;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
position: relative;
top: 0;
height: 34px;
width: 34px;
}

.ui-datepicker .ui-state-hover.ui-datepicker-prev,
.ui-datepicker .ui-state-hover.ui-datepicker-next {
border: none;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
left: 0;
}

.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
right: 0;
}

.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
display: none;
}

.ui-datepicker .ui-datepicker-prev {
float: left;
}

.ui-datepicker .ui-datepicker-next {
float: right;
}

.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
font: normal 20px/34px 'dashicons';
padding-left: 7px;
color: #fff;
speak: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
width: 34px;
height: 34px;
}

.ui-datepicker .ui-datepicker-prev:before {
content: '\f341';
}

.ui-datepicker .ui-datepicker-next:before {
content: '\f345';
}

.ui-datepicker .ui-datepicker-prev-hover:before,
.ui-datepicker .ui-datepicker-next-hover:before {
opacity: 0.7;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
width: 33%;
}

.ui-datepicker thead {
color: #fff;
font-weight: 600;
}

.ui-datepicker th {
padding: 10px;
}

.ui-datepicker td {
padding: 0;
border: 1px solid #f4f4f4;
}

.ui-datepicker td.ui-datepicker-other-month {
border: transparent;
}

.ui-datepicker td.ui-datepicker-week-end {
background-color: #f4f4f4;
border: 1px solid #f4f4f4;
}

.ui-datepicker td.ui-datepicker-today {
background-color: #f0f0c0;
}

.ui-datepicker td.ui-datepicker-current-day {
background: #bbdd88;
}

.ui-datepicker td .ui-state-default {
background: transparent;
border: none;
text-align: center;
text-decoration: none;
width: auto;
display: block;
padding: 5px 10px;
font-weight: normal;
color: #444;
}

.ui-datepicker td.ui-state-disabled .ui-state-default {
opacity: 0.5;
}

/* Default Color Scheme */
.ui-datepicker .ui-widget-header,
.ui-datepicker .ui-datepicker-header {
background: #00a0d2;
}

.ui-datepicker thead {
background: #32373c;
}

.ui-datepicker td .ui-state-hover {
background: #0073aa;
color: #fff;
}

/* WordPress Color Schemes */

/* Fresh */
.admin-color-fresh .ui-datepicker .ui-widget-header,
.admin-color-fresh .ui-datepicker .ui-datepicker-header {
background: #00a0d2;
}

.admin-color-fresh .ui-datepicker thead {
background: #32373c;
}

.admin-color-fresh .ui-datepicker td .ui-state-hover {
background: #0073aa;
color: #fff;
}

/* Blue */
.admin-color-blue .ui-datepicker .ui-widget-header,
.admin-color-blue .ui-datepicker .ui-datepicker-header {
background: #52accc;
}

.admin-color-blue .ui-datepicker thead {
background: #4796b3;
}

.admin-color-blue .ui-datepicker td .ui-state-hover {
background: #096484;
color: #fff;
}

/* Coffee */
.admin-color-coffee .ui-datepicker .ui-widget-header,
.admin-color-coffee .ui-datepicker .ui-datepicker-header {
background: #59524c;
}

.admin-color-coffee .ui-datepicker thead {
background: #46403c;
}

.admin-color-coffee .ui-datepicker td .ui-state-hover {
background: #c7a589;
color: #fff;
}

/* Ectoplasm */
.admin-color-ectoplasm .ui-datepicker .ui-widget-header,
.admin-color-ectoplasm .ui-datepicker .ui-datepicker-header {
background: #523f6d;
}

.admin-color-ectoplasm .ui-datepicker thead {
background: #413256;
}

.admin-color-ectoplasm .ui-datepicker td .ui-state-hover {
background: #a3b745;
color: #fff;
}

/* Midnight */
.admin-color-midnight .ui-datepicker .ui-widget-header,
.admin-color-midnight .ui-datepicker .ui-datepicker-header {
background: #363b3f;
}

.admin-color-midnight .ui-datepicker thead {
background: #26292c;
}

.admin-color-midnight .ui-datepicker td .ui-state-hover {
background: #e14d43;
color: #fff;
}

/* Ocean */
.admin-color-ocean .ui-datepicker .ui-widget-header,
.admin-color-ocean .ui-datepicker .ui-datepicker-header {
background: #738e96;
}

.admin-color-ocean .ui-datepicker thead {
background: #627c83;
}

.admin-color-ocean .ui-datepicker td .ui-state-hover {
background: #9ebaa0;
color: #fff;
}

/* Sunrise */
.admin-color-sunrise .ui-datepicker .ui-widget-header,
.admin-color-sunrise .ui-datepicker .ui-datepicker-header,
.admin-color-sunrise .ui-datepicker .ui-datepicker-header .ui-state-hover {
background: #cf4944;
}

.admin-color-sunrise .ui-datepicker th {
border-color: #be3631;
background: #be3631;
}

.admin-color-sunrise .ui-datepicker td .ui-state-hover {
background: #dd823b;
color: #fff;
}

/* Light */
.admin-color-light .ui-datepicker .ui-widget-header,
.admin-color-light .ui-datepicker .ui-datepicker-header {
background: #e5e5e5;
}

.admin-color-light .ui-datepicker thead {
background: #888;
}

.admin-color-light .ui-datepicker .ui-datepicker-title,
.admin-color-light .ui-datepicker td .ui-state-default,
.admin-color-light .ui-datepicker .ui-datepicker-prev:before,
.admin-color-light .ui-datepicker .ui-datepicker-next:before {
color: #555;
}

.admin-color-light .ui-datepicker td .ui-state-hover {
background: #e5e5e5;
}

/* bbPress Color Schemes */

/* Evergreen */
.admin-color-bbp-evergreen .ui-datepicker .ui-widget-header,
.admin-color-bbp-evergreen .ui-datepicker .ui-datepicker-header {
background: #56b274;
}

.admin-color-bbp-evergreen .ui-datepicker thead {
background: #36533f;
}

.admin-color-bbp-evergreen .ui-datepicker td .ui-state-hover {
background: #446950;
color: #fff;
}

/* Mint */
.admin-color-bbp-mint .ui-datepicker .ui-widget-header,
.admin-color-bbp-mint .ui-datepicker .ui-datepicker-header {
background: #4ca26a;
}

.admin-color-bbp-mint .ui-datepicker thead {
background: #4f6d59;
}

.admin-color-bbp-mint .ui-datepicker td .ui-state-hover {
background: #5fb37c;
color: #fff;
}
1 change: 1 addition & 0 deletions assets/css/datepicker.min.css

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

Loading

0 comments on commit ffddf04

Please sign in to comment.