Skip to content
This repository has been archived by the owner. It is now read-only.

Stickyfooter window resize fix #76

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Empty file modified 404.php 100755 → 100644
Empty file.
Empty file modified README.md 100755 → 100644
Empty file.
120 changes: 120 additions & 0 deletions admin-style.css
@@ -0,0 +1,120 @@
#wpadminbar {
background-color:#000E2F;
}



/* Homepage Layout builder */
.sliderDeleteRow {
float:right;
}

.sliders {
padding:2.5em 0;
}
.slider-wrap {
float:left;
width:100%;
padding:5px 0;
clear:left;
}
.slider-wrap a:focus{
outline:thin dotted;
outline-color: #2ea2cc;
}
.slider,
.sliderAddColumn {
float:left;
}
.slider {
width:195px;
margin-right:15px;
}
.sliderAddColumn {
padding:0px!important;
height:auto!important;
}

.ui-slider-horizontal {
height: 3.5em!important;
background-color: #eeeeee!important;
background-image: linear-gradient(90deg, transparent 50%, rgba(255,255,255,.5) 50%)!important;
background-size: 20px 50px!important;
}
.ui-slider .ui-slider-handle {
width: .01em!important;
height: 3.9em!important;
padding:0!important;
}
.ui-slider .ui-slider-handle:focus {
width: .05em!important;
height: 3.7em!important;
border: 1px solid #2ea2cc;
}
.ui-slider .ui-slider-handle:before{
content: "";
display:block;
position: relative;
top: -24px;
left: -13px;
width: 20px;
height: 20px;
margin-left: 3px;
border-radius: 3px;
background: grey;
}
.ui-slider .ui-slider-handle:focus:before{
position: relative;
top: -24px;
left: -12px;
background: #2ea2cc;
}
.ui-slider .ui-slider-handle:after{
content: "";
display:block;
position: relative;
top: -24px;
left: -8px;
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid grey;
}
.ui-slider .ui-slider-handle:focus:after{
position: relative;
top: -24px;
left: -7px;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid #2ea2cc;
}
.ui-slider .ui-slider-handle:hover {
cursor:-webkit-grab;
}
.ui-slider .ui-slider-handle:active {
cursor:-webkit-grabbing;

}
.ui-slider .ui-slider-handle:focus {
background-image:none;
background:#2ea2cc!important;
width:2px!important;
}
.wp-core-ui .button.sliderDeleteColumn {
background: #2ea2cc;
border-color: #0074a2;
-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
box-shadow: inset 0 1px 0 rgba(120,200,230,.5),0 1px 0 rgba(0,0,0,.15);
color: #fff;
}
.wp-core-ui .button.sliderDeleteColumn .dashicons-minus {
padding:4px;
}
.wp-core-ui .button.sliderAddColumn .dashicons-plus{
padding: 14px 4px;
}




5 changes: 5 additions & 0 deletions admin-style.js
@@ -0,0 +1,5 @@
jQuery(document).ready(function($) {
$('.ui-slider-handle').each(function(){
$(this).addClass('button button-primary');
});
});
Empty file modified archive.php 100755 → 100644
Empty file.
9 changes: 9 additions & 0 deletions bootstrap/css/_notes/dwsync.xml
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8" ?>
<dwsync>
<file name="bootstrap-theme.css" server="development.wordpress.uconn.edu" local="130492177773472578" remote="130493866140000000" />
<file name="bootstrap-theme.css.map" server="development.wordpress.uconn.edu" local="130492177773552582" remote="130493866140000000" />
<file name="bootstrap-theme.min.css" server="development.wordpress.uconn.edu" local="130492177773562583" remote="130493866140000000" />
<file name="bootstrap.css" server="development.wordpress.uconn.edu" local="130492177773582584" remote="130493866140000000" />
<file name="bootstrap.css.map" server="development.wordpress.uconn.edu" local="130492177773612586" remote="130493866140000000" />
<file name="bootstrap.min.css" server="development.wordpress.uconn.edu" local="130492177773622586" remote="130493866140000000" />
</dwsync>