Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
First commit to the `production` branch.
  • Loading branch information
DaveyJake committed Aug 8, 2021
1 parent 7a765e1 commit 198589d
Show file tree
Hide file tree
Showing 814 changed files with 44,262 additions and 11 deletions.
30 changes: 19 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,18 +1,26 @@
config.yml
dist
jquery.adaptive-backgrounds
composer.json
dist/img/page-items/*
gulpfile.babel.js
node_modules
packaged
package.json
src
vendor
vibrant
WR
.DS_Store
.babelrc
.editorconfig
.niu
.*lintignore
*.bak
*.coffee
*.dist
*.lock
*.sublime-*
*.yml
*.zip
.niu
*.coffee
*.gif
*.jpg
*.png
*.svg
WR
!WR/match/mens-eagles/*
!WR/match/mens-sevens/*
!WR/match/womens-eagles/*
!WR/match/womens-sevens/*
!WR/match/wr-utilities.php
30 changes: 30 additions & 0 deletions dist/css/above-the-fold.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/css/above-the-fold.css.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/css/front-page.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/css/front-page.css.map

Large diffs are not rendered by default.

123 changes: 123 additions & 0 deletions dist/css/jquery.dataTables.yadcf.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,123 @@
.hide {
display: none;
}

.inuse, .ui-slider-range .inuse, .yadcf-filter-range-number-slider .inuse {
background: #8BBEF0;
}

.yadcf-filter-reset-button {
display: inline-block;
}

.yadcf-filter-reset-button.range-number-slider-reset-button{
position: relative;
top: -6px;
}

.yadcf-filter {
padding-right: 4px;
padding-left: 4px;
padding-bottom: 3px;
padding-top: 3px;
}

.yadcf-filter > option{
background: white;
}

.ui-autocomplete .ui-menu-item {
font-size:13px;
}

#ui-datepicker-div {
font-size:13px;
}
.yadcf-filter-wrapper {
display: inline-block;
white-space: nowrap;
margin-left: 2px;
}

.yadcf-filter-range-number {
width: 40px;
}

.yadcf-filter-range-number-seperator {
margin-left: 10px;
margin-right: 10px;
}

.yadcf-filter-range-date {
width: 80px;
}

.yadcf-filter-range-date-seperator {
margin-left: 10px;
margin-right: 10px;
}

.yadcf-filter-wrapper-inner {
display: inline-block;
border: 1px solid #ABADB3;
}

.yadcf-number-slider-filter-wrapper-inner {
display: inline-block;
width: 200px;
margin-bottom: 7px;
}

.yadcf-filter-range-number-slider .ui-slider-handle {
width: 10px;
height: 10px;
margin-top: 1px;
}

.yadcf-filter-range-number-slider .ui-slider-range {
position: relative;
height: 5px;
}

.yadcf-filter-range-number-slider {
height: 5px;
margin-left: 6px;
margin-right: 6px;
}

.yadcf-filter-range-number-slider {
overflow: visible;
}

.yadcf-number-slider-filter-wrapper-inner .yadcf-filter-range-number-slider-min-tip {
font-size: 13px;
font-weight: normal;
position: absolute;
outline-style: none;
}

.yadcf-number-slider-filter-wrapper-inner .yadcf-filter-range-number-slider-max-tip {
font-size: 13px;
font-weight: normal;
position:absolute;
outline-style: none;
}

.yadcf-number-slider-filter-wrapper-inner .yadcf-filter-range-number-slider-min-tip-inner {
position:absolute;
top: 11px;
}

.yadcf-number-slider-filter-wrapper-inner .yadcf-filter-range-number-slider-max-tip-inner {
position:absolute;
top: 11px;
}

.yadcf-exclude-wrapper {
display: inline-block;
vertical-align: middle;
margin-right: 5px;
}
.yadcf-label.small {
font-size: 10px;
}
93 changes: 93 additions & 0 deletions dist/css/multi-select.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
.ms-container{
background: transparent url('../img/switch.png') no-repeat 50% 50%;
width: 370px;
}

.ms-container:after{
content: ".";
display: block;
height: 0;
line-height: 0;
font-size: 0;
clear: both;
min-height: 0;
visibility: hidden;
}

.ms-container .ms-selectable, .ms-container .ms-selection{
background: #fff;
color: #555555;
float: left;
width: 45%;
}
.ms-container .ms-selection{
float: right;
}

.ms-container .ms-list{
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
position: relative;
height: 200px;
padding: 0;
overflow-y: auto;
}

.ms-container .ms-list.ms-focus{
border-color: rgba(82, 168, 236, 0.8);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
outline: 0;
outline: thin dotted \9;
}

.ms-container ul{
margin: 0;
list-style-type: none;
padding: 0;
}

.ms-container .ms-optgroup-container{
width: 100%;
}

.ms-container .ms-optgroup-label{
margin: 0;
padding: 5px 0px 0px 5px;
cursor: pointer;
color: #999;
}

.ms-container .ms-selectable li.ms-elem-selectable,
.ms-container .ms-selection li.ms-elem-selection{
border-bottom: 1px #eee solid;
padding: 2px 10px;
color: #555;
font-size: 14px;
}

.ms-container .ms-selectable li.ms-hover,
.ms-container .ms-selection li.ms-hover{
cursor: pointer;
color: #fff;
text-decoration: none;
background-color: #08c;
}

.ms-container .ms-selectable li.disabled,
.ms-container .ms-selection li.disabled{
background-color: #eee;
color: #aaa;
cursor: text;
}
2 changes: 2 additions & 0 deletions dist/css/page-opponents.css

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

1 change: 1 addition & 0 deletions dist/css/page-opponents.css.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/css/page-staff.css

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

1 change: 1 addition & 0 deletions dist/css/page-staff.css.map

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions dist/css/page-teams.css

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

1 change: 1 addition & 0 deletions dist/css/page-teams.css.map

Large diffs are not rendered by default.

0 comments on commit 198589d

Please sign in to comment.