Skip to content
Merged
Show file tree
Hide file tree
Changes from 14 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3,480 changes: 251 additions & 3,229 deletions assets/css/admin/form-builder.css

Large diffs are not rendered by default.

330 changes: 161 additions & 169 deletions assets/css/frontend-forms.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,166 @@
/* DivTable.com */
body {
/* Commented out to allow Tailwind styles for subscription packs
.entry-content ul.wpuf_packs,
ul.wpuf_packs {
overflow: hidden;
margin: 15px 0;
max-width: initial;
width: 100%;
padding-left: 0;

> li {
background: #fff;
display: inline-block;
vertical-align: top;
border: 1px solid #DDD;
border-radius: 5px 5px 5px 5px;
list-style: none outside none;
margin: 0 25px 25px 0;
position: relative;
width: 200px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
@media (max-width: @mediaSM) {
text-align: center;
padding-left: 25px;
}
@media (max-width: 500px) {
padding-left: 0;
> li {
width: 100%;
margin-left: 0;
}
}

h3 {
background: #52B5D5;
color: #fff;
font-size: 18px;
font-weight: normal;
margin: 0;
padding: 10px !important;
text-align: center;
border-bottom: 1px solid darken(#52B5D5, 5%);
}

.wpuf-pricing-wrap {
background: @mainColor;

.wpuf-sub-amount {
position: relative;
text-align: center;
color: #FFF;
border-bottom: 1px solid darken(@mainColor, 5%);
padding: 10px 0;

.wpuf-sub-symbol {
font-size: 19px;
position: absolute;
top: 25px;
line-height: 10px;
}

.wpuf-sub-cost {
font-size: 40px;
margin-left: 10px;
line-height: 50px;
}

.wpuf-pack-cycle {
font-size: 13px;
padding-bottom: 5px;
}
}
}

.wpuf-sub-body {
margin: 0;
padding: 8px 0 0 8px;
background: #fff;
font-size: 11px;
color: #999;
}

.wpuf-sub-button {
text-align: center;
margin-bottom: 20px;
margin-top: 20px;
overflow: hidden;

a {
// .core-button();
background: @mainColor;
color: #fff;
text-decoration: none;
padding: 5px 10px;
.border-radius(3px);
display: inline-block;

&:hover {
background: darken(@mainColor, 10%);
}
}

a:hover {
background: none repeat scroll 0 0 #1E8CBE;
border-color: #0074A2;
box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;
color: #FFFFFF;
}
}

.wpuf-sub-desciption {
margin-top: 15px;

ul, li {
margin: 0;
padding: 0;
list-style: none;
}

li {
text-align: center;
border-top: 1px solid #eee;
padding: 7px 0;

&:last-child {
border-bottom: 1px solid #eee;
}

&:first-child {
border-top: none;
}
}

p {
padding: 0 10px;
margin-bottom: 15px;
}
}

.button {
background: none repeat scroll 0 0 #2EA2CC;
border-color: #0074A2;
box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
color: #FFFFFF;
text-decoration: none;
padding: 0 12px 2px;
color: #fff;
}

.cost {
background: red;
border-radius: 30px 30px 30px 30px;
color: #FFFFFF;
margin: -16px -12px 0 0;
padding: 10px 8px 8px;
position: absolute;
right: 0;
top: 0;
}
}
End of commented pack styles */
/* css for timepicker */
/** author info **/
/** jQuery Suggest **/
Expand Down Expand Up @@ -687,175 +848,6 @@ body .wpuf-coupon-info-wrap .wpuf-copon-cancel {
text-decoration: none;
font-size: 11px;
}
body .entry-content ul.wpuf_packs,
body ul.wpuf_packs {
overflow: hidden;
margin: 15px 0;
max-width: initial;
width: 100%;
padding-left: 0;
}
body .entry-content ul.wpuf_packs > li,
body ul.wpuf_packs > li {
background: #fff;
display: inline-block;
vertical-align: top;
border: 1px solid #DDD;
border-radius: 5px 5px 5px 5px;
list-style: none outside none;
margin: 0 25px 25px 0;
position: relative;
width: 200px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
@media (max-width: 991px) {
body .entry-content ul.wpuf_packs,
body ul.wpuf_packs {
text-align: center;
padding-left: 25px;
}
}
@media (max-width: 500px) {
body .entry-content ul.wpuf_packs,
body ul.wpuf_packs {
padding-left: 0;
}
body .entry-content ul.wpuf_packs > li,
body ul.wpuf_packs > li {
width: 100%;
margin-left: 0;
}
}
body .entry-content ul.wpuf_packs h3,
body ul.wpuf_packs h3 {
background: #52B5D5;
color: #fff;
font-size: 18px;
font-weight: normal;
margin: 0;
padding: 10px !important;
text-align: center;
border-bottom: 1px solid #3dacd0;
}
body .entry-content ul.wpuf_packs .wpuf-pricing-wrap,
body ul.wpuf_packs .wpuf-pricing-wrap {
background: #64C3DE;
}
body .entry-content ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount,
body ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount {
position: relative;
text-align: center;
color: #FFF;
border-bottom: 1px solid #4fbbda;
padding: 10px 0;
}
body .entry-content ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-sub-symbol,
body ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-sub-symbol {
font-size: 19px;
position: absolute;
top: 25px;
line-height: 10px;
}
body .entry-content ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-sub-cost,
body ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-sub-cost {
font-size: 40px;
margin-left: 10px;
line-height: 50px;
}
body .entry-content ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-pack-cycle,
body ul.wpuf_packs .wpuf-pricing-wrap .wpuf-sub-amount .wpuf-pack-cycle {
font-size: 13px;
padding-bottom: 5px;
}
body .entry-content ul.wpuf_packs .wpuf-sub-body,
body ul.wpuf_packs .wpuf-sub-body {
margin: 0;
padding: 8px 0 0 8px;
background: #fff;
font-size: 11px;
color: #999;
}
body .entry-content ul.wpuf_packs .wpuf-sub-button,
body ul.wpuf_packs .wpuf-sub-button {
text-align: center;
margin-bottom: 20px;
margin-top: 20px;
overflow: hidden;
}
body .entry-content ul.wpuf_packs .wpuf-sub-button a,
body ul.wpuf_packs .wpuf-sub-button a {
background: #64C3DE;
color: #fff;
text-decoration: none;
padding: 5px 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
display: inline-block;
}
body .entry-content ul.wpuf_packs .wpuf-sub-button a:hover,
body ul.wpuf_packs .wpuf-sub-button a:hover {
background: #3ab3d5;
}
body .entry-content ul.wpuf_packs .wpuf-sub-button a:hover,
body ul.wpuf_packs .wpuf-sub-button a:hover {
background: none repeat scroll 0 0 #1E8CBE;
border-color: #0074A2;
box-shadow: 0 1px 0 rgba(120, 200, 230, 0.6) inset;
color: #FFFFFF;
}
body .entry-content ul.wpuf_packs .wpuf-sub-desciption,
body ul.wpuf_packs .wpuf-sub-desciption {
margin-top: 15px;
}
body .entry-content ul.wpuf_packs .wpuf-sub-desciption ul,
body ul.wpuf_packs .wpuf-sub-desciption ul,
body .entry-content ul.wpuf_packs .wpuf-sub-desciption li,
body ul.wpuf_packs .wpuf-sub-desciption li {
margin: 0;
padding: 0;
list-style: none;
}
body .entry-content ul.wpuf_packs .wpuf-sub-desciption li,
body ul.wpuf_packs .wpuf-sub-desciption li {
text-align: center;
border-top: 1px solid #eee;
padding: 7px 0;
}
body .entry-content ul.wpuf_packs .wpuf-sub-desciption li:last-child,
body ul.wpuf_packs .wpuf-sub-desciption li:last-child {
border-bottom: 1px solid #eee;
}
body .entry-content ul.wpuf_packs .wpuf-sub-desciption li:first-child,
body ul.wpuf_packs .wpuf-sub-desciption li:first-child {
border-top: none;
}
body .entry-content ul.wpuf_packs .wpuf-sub-desciption p,
body ul.wpuf_packs .wpuf-sub-desciption p {
padding: 0 10px;
margin-bottom: 15px;
}
body .entry-content ul.wpuf_packs .button,
body ul.wpuf_packs .button {
background: none repeat scroll 0 0 #2EA2CC;
border-color: #0074A2;
box-shadow: 0 1px 0 rgba(120, 200, 230, 0.5) inset, 0 1px 0 rgba(0, 0, 0, 0.15);
color: #FFFFFF;
text-decoration: none;
padding: 0 12px 2px;
color: #fff;
}
body .entry-content ul.wpuf_packs .cost,
body ul.wpuf_packs .cost {
background: red;
border-radius: 30px 30px 30px 30px;
color: #FFFFFF;
margin: -16px -12px 0 0;
padding: 10px 8px 8px;
position: absolute;
right: 0;
top: 0;
}
body .ui-timepicker-div .ui-widget-header {
margin-bottom: 8px;
}
Expand Down
38 changes: 0 additions & 38 deletions assets/css/wpuf.css
Original file line number Diff line number Diff line change
Expand Up @@ -307,44 +307,6 @@ table.wpuf-table td {
}


ul.wpuf_packs {
overflow: hidden;
margin: 35px 0 15px;
}

ul.wpuf_packs li {
background: #EEEEEE;
border: 1px solid #DDDDDD;
border-radius: 5px 5px 5px 5px;
float: left;
list-style: none outside none;
margin: 25px 25px 10px 0;
padding: 5px;
position: relative;
width: 200px;
}

ul.wpuf_packs h3 {
padding: 10px !important;
font-size: 14px;
font-weight: bold;
}

ul.wpuf_packs p {
padding: 0 10px;
margin-bottom: 8px;
}

.wpuf_packs .cost {
background: red;
border-radius: 30px 30px 30px 30px;
color: #FFFFFF;
margin: -16px -12px 0 0;
padding: 10px 8px 8px;
position: absolute;
right: 0;
top: 0;
}

.wpuf-loading {
height: 16px;
Expand Down
Loading
Loading