plugin install
This commit is contained in:
20
wp/wp-content/plugins/gravityforms/css/dashicons.css
Normal file
20
wp/wp-content/plugins/gravityforms/css/dashicons.css
Normal file
@@ -0,0 +1,20 @@
|
||||
@font-face {
|
||||
font-family: 'gravityforms';
|
||||
src: url( '../fonts/dashicons.eot' );
|
||||
src: url( '../fonts/dashicons.eot?#iefix' ) format( 'embedded-opentype' ),
|
||||
url( '../fonts/dashicons.woff' ) format( 'woff' ),
|
||||
url( '../fonts/dashicons.ttf' ) format( 'truetype' ),
|
||||
url( '../fonts/dashicons.svg#gravityforms' ) format( 'svg' );
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
|
||||
}
|
||||
|
||||
.dashicons-gravityforms:before {
|
||||
display: inline-block;
|
||||
font-family: 'gravityforms';
|
||||
line-height: 1;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
content: 'a';
|
||||
}
|
||||
1
wp/wp-content/plugins/gravityforms/css/dashicons.min.css
vendored
Normal file
1
wp/wp-content/plugins/gravityforms/css/dashicons.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
@font-face{font-family:gravityforms;src:url('../fonts/dashicons.eot');src:url('../fonts/dashicons.eot?#iefix') format( 'embedded-opentype' ),url('../fonts/dashicons.woff') format( 'woff' ),url('../fonts/dashicons.ttf') format( 'truetype' ),url('../fonts/dashicons.svg#gravityforms') format( 'svg' );font-weight:400;font-style:normal}.dashicons-gravityforms:before{display:inline-block;font-family:gravityforms;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:'a'}
|
||||
2
wp/wp-content/plugins/gravityforms/css/index.php
Normal file
2
wp/wp-content/plugins/gravityforms/css/index.php
Normal file
@@ -0,0 +1,2 @@
|
||||
<?php
|
||||
//Nothing to see here
|
||||
661
wp/wp-content/plugins/gravityforms/css/preview.css
Normal file
661
wp/wp-content/plugins/gravityforms/css/preview.css
Normal file
@@ -0,0 +1,661 @@
|
||||
/*
|
||||
----------------------------------------------------------------
|
||||
|
||||
preview.css
|
||||
Gravity Forms Form Preview Styles
|
||||
http://www.gravityforms.com
|
||||
updated: November 11, 2016 9:28 AM GMT-5
|
||||
|
||||
Gravity Forms is a Rocketgenius project
|
||||
copyright 2016 Rocketgenius Inc.
|
||||
http: //www.rocketgenius.com
|
||||
this may not be redistributed without the
|
||||
express written permission of the author.
|
||||
|
||||
NOTE: DO NOT EDIT THIS FILE!
|
||||
THIS FILE IS REPLACED DURING AUTO UPGRADE
|
||||
AND ANY CHANGES MADE HERE WILL BE OVERWRITTTEN.
|
||||
|
||||
----------------------------------------------------------------
|
||||
*/
|
||||
|
||||
html {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
*,
|
||||
*:before,
|
||||
*:after {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
body {
|
||||
display: block !important;
|
||||
font-family: "lucida sans", "lucida grande", lucida , arial, sans-serif;
|
||||
font-size: 16px;
|
||||
padding: 0 0 20px 0;
|
||||
background-color: #f1f1f1;
|
||||
}
|
||||
|
||||
div#preview_hdr {
|
||||
margin: 0;
|
||||
color: #fff;
|
||||
font-family: "Open Sans",sans-serif;
|
||||
padding: 10px 20px 8px 0;
|
||||
font-size: 16px;
|
||||
background-color: #0074a2;
|
||||
display:block !important;
|
||||
}
|
||||
|
||||
div#preview_hdr h2 {
|
||||
font-weight: normal;
|
||||
padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
font-size: 18px;
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
|
||||
div#preview_hdr div:first-child {
|
||||
padding-left: 16px;
|
||||
}
|
||||
|
||||
div#preview_hdr span.toggle_helpers {
|
||||
width: auto !important;
|
||||
display: block;
|
||||
float: right;
|
||||
text-align: right;
|
||||
margin-top: 2px;
|
||||
font-family: "lucida sans", "lucida grande", lucida , sans-serif;
|
||||
color: #d;
|
||||
font-weight: normal;
|
||||
letter-spacing: normal;
|
||||
font-size: 12px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
div#preview_hdr span.toggle_helpers label {
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
div#preview_hdr a {
|
||||
color: #FFF;
|
||||
text-decoration: none;
|
||||
display: inline;
|
||||
font-weight: normal;
|
||||
letter-spacing: normal;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
div#preview_hdr a:hover {
|
||||
color: #FFF;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
div#preview_note {
|
||||
background-color: #fff;
|
||||
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
|
||||
display: inline-block;
|
||||
font-family: "lucida sans", "lucida grande", lucida , sans-serif;
|
||||
font-size: 12px;
|
||||
line-height: 1.6;
|
||||
margin: 12px 24px -6px 24px;
|
||||
padding: 11px 30px 11px 15px;
|
||||
position: relative;
|
||||
text-align: left;
|
||||
border-left: 4px solid #ffba00;
|
||||
}
|
||||
|
||||
div#preview_note i.hidenotice {
|
||||
margin-left: 6px;
|
||||
cursor: pointer;
|
||||
display: inline-block;
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9Ii0yODkgMzgxIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0yODkgMzgxIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6Izc5MDAwMDt9PC9zdHlsZT48cGF0aCBjbGFzcz0ic3QwIiBkPSJNLTI1OC4zLDM4Ny44bC05LjIsOS4zbDkuMiw5LjJjMC40LDAuNCwwLjQsMSwwLDEuNGwtNC4yLDQuMmMtMC40LDAuNC0xLDAuNC0xLjQsMGwtOS4yLTkuMmwtOS4xLDkuMmMtMC40LDAuNC0xLDAuNC0xLjQsMGwtNC4yLTQuMmMtMC40LTAuNC0wLjQtMSwwLTEuNGw5LjEtOS4ybC05LjEtOS4xYy0wLjQtMC40LTAuNC0xLDAtMS40bDQuMi00LjJjMC40LTAuNCwxLTAuNCwxLjQsMGw5LjEsOS4xbDkuMi05LjNjMC40LTAuNCwxLTAuNCwxLjQsMGw0LjIsNC4yQy0yNTcuOSwzODYuOC0yNTcuOSwzODcuNC0yNTguMywzODcuOHoiLz48L3N2Zz4=);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 10px 10px;
|
||||
position: absolute;
|
||||
top: 15px;
|
||||
right: 10px;
|
||||
}
|
||||
|
||||
div#preview_form_container {
|
||||
padding: 20px 20px 32px 20px;
|
||||
background-color: #fff;
|
||||
border: 1px solid #fff;
|
||||
border-bottom: 4px solid #d3d3d3;
|
||||
}
|
||||
|
||||
div#preview_form_container.showgrid {
|
||||
border: 1px solid #e6e6e6;
|
||||
border-bottom: 4px solid #d3d3d3;
|
||||
background-image:url(../images/preview_grid.gif);
|
||||
background-position: 20px 0;
|
||||
position: relative;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
div#preview_form_container .gfield input[type="checkbox"] {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 641px) {
|
||||
|
||||
div#preview_form_container.showgrid .gform_wrapper form {
|
||||
z-index: 50 !important;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
div#preview_form_container.showgrid span.rule25 {
|
||||
padding-left: 4px;
|
||||
display: inline-block;
|
||||
height: 100% !important;
|
||||
border-left: 1px solid rgba(116, 156, 40, .5);
|
||||
position: absolute;
|
||||
left: 25%;
|
||||
top: 0;
|
||||
vertical-align: top;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
div#preview_form_container.showgrid span.rule25:before {
|
||||
content:"25%";
|
||||
font-size: .75rem;
|
||||
color: rgba(116, 156, 40, .5);
|
||||
background-color: rgba(255, 255, 255, .5);
|
||||
margin-left: -.75rem;
|
||||
font-weight: 700;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
div#preview_form_container.showgrid span.rule33 {
|
||||
padding-left: 4px;
|
||||
display: inline-block;
|
||||
height: 100% !important;
|
||||
border-left: 1px solid rgba(198, 7, 9, .25);
|
||||
position: absolute;
|
||||
left: 33.3%;
|
||||
top: 0;
|
||||
vertical-align: top;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
div#preview_form_container.showgrid span.rule33:before {
|
||||
content:"33%";
|
||||
font-size: .75rem;
|
||||
color: rgba(198, 7, 9, .5);
|
||||
background-color: rgba(255, 255, 255, .5);
|
||||
margin-left: -.75rem;
|
||||
font-weight: 700;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
div#preview_form_container.showgrid span.rule50 {
|
||||
padding-left: 4px;
|
||||
display: inline-block;
|
||||
height: 100% !important;
|
||||
border-left: 1px solid rgba(116, 156, 40, .5);
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
top: 0;
|
||||
vertical-align: top;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
div#preview_form_container.showgrid span.rule50:before {
|
||||
content:"50%";
|
||||
font-size: .75rem;
|
||||
color: rgba(116, 156, 40, .5);
|
||||
background-color: rgba(255, 255, 255, .5);
|
||||
margin-left: -.75rem;
|
||||
font-weight: 700;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
div#preview_form_container.showgrid span.rule66 {
|
||||
padding-left: 4px;
|
||||
display: inline-block;
|
||||
height: 100% !important;
|
||||
border-left: 1px solid rgba(198, 7, 9, .25);
|
||||
position: absolute;
|
||||
left: 66.6%;
|
||||
top: 0;
|
||||
vertical-align: top;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
div#preview_form_container.showgrid span.rule66:before {
|
||||
content:"66%";
|
||||
font-size: .75rem;
|
||||
color: rgba(198, 7, 9, .5);
|
||||
background-color: rgba(255, 255, 255, .5);
|
||||
margin-left: -.75rem;
|
||||
font-weight: 700;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
div#preview_form_container.showgrid span.rule75 {
|
||||
padding-left: 4px;
|
||||
display: inline-block;
|
||||
height: 100% !important;
|
||||
border-left: 1px solid rgba(116, 156, 40, .5);
|
||||
position: absolute;
|
||||
left: 75%;
|
||||
top: 0;
|
||||
vertical-align: top;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
div#preview_form_container.showgrid span.rule75:before {
|
||||
content:"75%";
|
||||
font-size: .75rem;
|
||||
color: rgba(116, 156, 40, .5);
|
||||
background-color: rgba(255, 255, 255, .5);
|
||||
margin-left: -.75rem;
|
||||
font-weight: 700;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
.gform_wrapper {
|
||||
color: #000;
|
||||
font-size: 1em;
|
||||
margin: 16px auto;
|
||||
}
|
||||
|
||||
.gform_footer input.button,
|
||||
.gform_footer input[type=button],
|
||||
.gform_page_footer input.button,
|
||||
.gform_page_footer input[type=button],
|
||||
.form_saved_message_emailform input[type=submit],
|
||||
#field_submit input.button,
|
||||
#field_submit input[type=button] {
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
font-size: 1em;
|
||||
text-decoration: none;
|
||||
color: #FFF;
|
||||
background-color: #1E7AC4;
|
||||
position: relative;
|
||||
padding: 12px 24px;
|
||||
border-radius: 6px;
|
||||
-webkit-appearance: none !important;
|
||||
}
|
||||
|
||||
.gform_footer input.button.gform_image_button,
|
||||
.gform_footer input[type=image],
|
||||
.gform_page_footer input.button.gform_image_button,
|
||||
.gform_page_footer input[type=image],
|
||||
.form_saved_message_emailform input[type=image],
|
||||
#field_submit input.button.gform_image_button,
|
||||
#field_submit input[type=image] {
|
||||
background: none;
|
||||
padding: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.gform-button--width-full {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#preview_form_container .gform_save_link.button,
|
||||
#preview_form_container .gform_previous_button {
|
||||
background-color: #fff;
|
||||
color: #6B7280;
|
||||
font-size: 1em;
|
||||
text-decoration: none;
|
||||
position: relative;
|
||||
padding: 12px 24px;
|
||||
border-radius: 6px;
|
||||
border: 1px solid #D2D6DC;
|
||||
-webkit-appearance: none !important;
|
||||
}
|
||||
|
||||
.gform_page .gform_page_footer input {
|
||||
vertical-align: middle;
|
||||
margin-bottom: .25em;
|
||||
}
|
||||
|
||||
.gform_page .gform_page_footer button {
|
||||
vertical-align: middle;
|
||||
margin-bottom: .25em;
|
||||
}
|
||||
|
||||
.gform_save_link.button svg {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-right: .4em;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
}
|
||||
|
||||
.gform_save_link.button:hover {
|
||||
color: #545863;
|
||||
border: 1px solid #bdc3c6;
|
||||
}
|
||||
|
||||
.gform_save_link.button:hover svg path {
|
||||
fill: #545863;
|
||||
}
|
||||
|
||||
.gform_footer input.button:disabled,
|
||||
.gform_page_footer input.button:disabled {
|
||||
opacity: .6;
|
||||
}
|
||||
|
||||
.gform_legacy_markup_wrapper .gform_footer input.button:disabled,
|
||||
.gform_page_footer input.button:disabled {
|
||||
height: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.gform_wrapper.gf_browser_ie .gform_footer input.button,
|
||||
.gform_wrapper.gf_browser_ie .gform_footer input[type=button],
|
||||
.gform_wrapper.gf_browser_ie .gform_page_footer input.button,
|
||||
.gform_wrapper.gf_browser_ie .gform_page_footer input[type=button] {
|
||||
padding: 12px 24px 12px 24px !important;
|
||||
}
|
||||
|
||||
.gform_footer input.button:hover,
|
||||
.gform_footer input[type=button]:hover,
|
||||
.gform_page_footer input.button:hover,
|
||||
.gform_page_footer input[type=button]:hover,
|
||||
.form_saved_message_emailform input[type=submit]:hover {
|
||||
color: #FFF;
|
||||
background-color: #4ba7e5;
|
||||
}
|
||||
|
||||
div#helper_legend_container,
|
||||
div#helper_legend_container ul#helper_legend {
|
||||
display: none;
|
||||
}
|
||||
|
||||
div#browser_size_info {
|
||||
position: fixed;
|
||||
right: 5px;
|
||||
bottom: 5px;
|
||||
z-index: 9999;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
width: auto;
|
||||
display: -moz-inline-stack;
|
||||
display: inline-block;
|
||||
padding: 4px 8px;
|
||||
background-color: #FFFBCC;
|
||||
border: 1px solid #E6DB55;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 320px) {
|
||||
|
||||
/* experimental styles to display field ids and class names in preview */
|
||||
|
||||
div#helper_legend_container {
|
||||
background-color:#fff;
|
||||
padding: 12px 20px 16px 20px;
|
||||
margin: 16px 24px 0 24px;
|
||||
width: auto;
|
||||
border-bottom: 4px solid #D3D3D3;
|
||||
}
|
||||
|
||||
div#helper_legend_container ul#helper_legend {
|
||||
display: block;
|
||||
}
|
||||
|
||||
ul#helper_legend li {
|
||||
display: -moz-inline-stack;
|
||||
display: inline-block;
|
||||
width: auto;
|
||||
vertical-align: middle;
|
||||
font-size: 16px;
|
||||
position: relative;
|
||||
padding-left: 20px;
|
||||
margin-right: 16px;
|
||||
}
|
||||
|
||||
ul#helper_legend li.showclass:before {
|
||||
content:"";
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
display: -moz-inline-stack;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
left: 0;
|
||||
background-color: #ff9;
|
||||
border: 2px solid #FC6;
|
||||
}
|
||||
|
||||
ul#helper_legend li.showid:before {
|
||||
content:"";
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
display: -moz-inline-stack;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
left: 0;
|
||||
background-color: #CF9;
|
||||
border: 2px solid #73e600;
|
||||
}
|
||||
|
||||
.gform_wrapper .gf_showme ul.gform_fields li.gfield:before {
|
||||
content:"\25bc " attr(id);
|
||||
line-height: 2.5;
|
||||
display: block;
|
||||
font-size: 11px;
|
||||
font-weight: 700;
|
||||
background-color: #CF9;
|
||||
border-left: 4px solid #73e600;
|
||||
color: #060;
|
||||
padding: 2px 4px;
|
||||
text-indent: 4px;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.gform_wrapper .gf_showme ul.gfield_checkbox li label:before,
|
||||
.gform_wrapper .gf_showme ul.gfield_radio li label:before {
|
||||
content:"\25bc " attr(id);
|
||||
line-height: 2.5;
|
||||
display: block;
|
||||
font-size: 11px;
|
||||
font-weight: 400;
|
||||
background-color: #CF9;
|
||||
border-left: 4px solid #73e600;
|
||||
color: #060;
|
||||
padding: 2px 4px;
|
||||
text-indent: 4px;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.gform_wrapper .gf_showme .gform_heading,
|
||||
.gform_wrapper .gf_showme .gform_body,
|
||||
.gform_wrapper .gf_showme .gform_footer,
|
||||
.gform_wrapper .gf_showme .gform_page_footer,
|
||||
.gform_wrapper .gf_showme .gform_page {
|
||||
border: 1px dashed #F60;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.gform_wrapper .gf_showme .gform_heading .gform_title,
|
||||
.gform_wrapper .gf_showme .gform_heading .gform_description {
|
||||
border: 1px dashed #060;
|
||||
padding: 16px;
|
||||
margin-top: 8px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.gform_wrapper .gf_showme ul.gform_fields li.gfield {
|
||||
border: 1px dashed #060;
|
||||
margin-top: 32px !important;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.gform_wrapper .gf_showme ul.gform_fields label.gfield_label {
|
||||
border: 1px dashed #060;
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.gform_wrapper .gf_showme ul.gform_fields label.gfield_label span.gfield_required {
|
||||
border: 1px dashed #060;
|
||||
padding: 8px;
|
||||
display: -moz-inline-stack;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.gform_wrapper .gf_showme ul.gform_fields,
|
||||
.gform_wrapper .gf_showme ul.gform_fields .ginput_container,
|
||||
.gform_wrapper .gf_showme ul.gform_fields li .gfield_description,
|
||||
.gform_wrapper .gf_showme table.gfield_list,
|
||||
.gform_wrapper .gf_showme table.gfield_list td.gfield_list_cell,
|
||||
.gform_wrapper .gf_showme table.gfield_list td.gfield_list_icons,
|
||||
.gform_wrapper .gf_showme .gform_card_icon_container,
|
||||
.gform_wrapper .gf_showme ul.gfield_checkbox,
|
||||
.gform_wrapper .gf_showme ul.gfield_checkbox li,
|
||||
.gform_wrapper .gf_showme ul.gfield_radio,
|
||||
.gform_wrapper .gf_showme ul.gfield_radio li,
|
||||
.gform_wrapper .gf_showme .gform_footer a.gform_save_link,
|
||||
.gform_wrapper .gf_showme .gform_page_footer a.gform_save_link,
|
||||
.gform_wrapper .gf_showme .chosen-container,
|
||||
.gform_wrapper .gf_showme .gsection_description,
|
||||
.gform_wrapper .gf_showme .gsection_title {
|
||||
border: 1px dashed #060;
|
||||
padding: 16px;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.gform_wrapper .gf_showme ul.gfield_checkbox li {
|
||||
display: block;
|
||||
margin-bottom: 8px !important;
|
||||
}
|
||||
.gform_wrapper .gf_showme li.gf_list_2col ul.gfield_checkbox li,
|
||||
.gform_wrapper .gf_showme li.gf_list_3col ul.gfield_checkbox li,
|
||||
.gform_wrapper .gf_showme li.gf_list_4col ul.gfield_checkbox li,
|
||||
.gform_wrapper .gf_showme li.gf_list_5col ul.gfield_checkbox li {
|
||||
margin-bottom: 8px !important;
|
||||
}
|
||||
.gform_wrapper .gf_showme li.gf_list_2col ul li {
|
||||
width: 49% !important;
|
||||
margin-right: 8px !important;
|
||||
}
|
||||
.gform_wrapper .gf_showme li.gf_list_3col ul li {
|
||||
width: 32.3% !important;
|
||||
margin-right: 8px !important;
|
||||
}
|
||||
.gform_wrapper .gf_showme li.gf_list_4col ul li {
|
||||
width: 24% !important;
|
||||
margin-right: 8px !important;
|
||||
}
|
||||
.gform_wrapper .gf_showme li.gf_list_5col ul li {
|
||||
width: 19% !important;
|
||||
margin-right: 8px !important;
|
||||
}
|
||||
.gform_wrapper .gf_showme li.gf_list_inline ul li {
|
||||
margin-right: 8px !important;
|
||||
}
|
||||
|
||||
.gform_wrapper .gf_showme table.gfield_list td.gfield_list_cell {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.gform_wrapper .gf_showme table.gfield_list {
|
||||
display: -moz-inline-stack;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
.gform_wrapper .gf_showme table.gfield_list thead,
|
||||
.gform_wrapper .gf_showme table.gfield_list tbody,
|
||||
.gform_wrapper .gf_showme table.gfield_list tfoot {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.gform_wrapper .gf_showme ul.gform_fields li .ginput_container_name span,
|
||||
.gform_wrapper .gf_showme ul.gform_fields li .ginput_container_address span {
|
||||
border: 1px dashed #060;
|
||||
padding: 16px;
|
||||
margin-top: 8px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
.gform_wrapper .gf_showme ul.gform_fields li .ginput_container_address span.ginput_full {
|
||||
width: 100%;
|
||||
display: -moz-inline-stack;
|
||||
display: inline-block;
|
||||
}
|
||||
.gform_wrapper .gf_showme ul.gform_fields li .ginput_container_address span.ginput_left,
|
||||
.gform_wrapper .gf_showme ul.gform_fields li .ginput_container_address span.ginput_right {
|
||||
width: 49%;
|
||||
}
|
||||
|
||||
|
||||
.gform_wrapper .gf_showme ul.gform_fields li .ginput_container_name span:last-child,
|
||||
.gform_wrapper .gf_showme ul.gform_fields li .ginput_container_address span:last-child {
|
||||
margin-right: 0;
|
||||
}
|
||||
|
||||
.gform_wrapper .gf_showme ul.gform_fields li.gfield.gf_left_half,
|
||||
.gform_wrapper .gf_showme ul.gform_fields li.gfield.gf_right_half {
|
||||
width: 49%;
|
||||
}
|
||||
|
||||
.gform_wrapper .gf_showme ul.gform_fields li.gfield.gf_left_half,
|
||||
.gform_wrapper .gf_showme ul.gform_fields li.gfield.gf_left_third,
|
||||
.gform_wrapper .gf_showme ul.gform_fields li.gfield.gf_middle_third {
|
||||
margin-right:16px;
|
||||
}
|
||||
.gform_wrapper .gf_showme *:not(label):after,
|
||||
.gform_wrapper .gf_showme *:not(option):after,
|
||||
.gform_wrapper .gf_showme label.gfield_label:after,
|
||||
.gform_wrapper .gf_showme ul.gform_fields li.gfield:after,
|
||||
.gform_wrapper .gf_showme ul.gfield_checkbox li label:after,
|
||||
.gform_wrapper .gf_showme .gform_footer input[type='submit'].gform_button.button:after {
|
||||
content: "\25b2 " attr(class);
|
||||
line-height: 2.5;
|
||||
display: block;
|
||||
width: auto;
|
||||
font-size: 11px;
|
||||
font-weight: 400;
|
||||
background-color: #FF9;
|
||||
border-left: 4px solid #FC6;
|
||||
margin-top: 8px;
|
||||
padding: 2px 4px;
|
||||
color: #963;
|
||||
text-indent: 4px;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.gform_wrapper .gf_showme .gform_footer input[type='submit'].gform_button.button {
|
||||
display: -moz-inline-stack;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.gform_wrapper .gf_showme li.gfield_html *:after,
|
||||
.gform_wrapper .gf_showme table thead:after,
|
||||
.gform_wrapper .gf_showme table tbody:after,
|
||||
.gform_wrapper .gf_showme table th:after,
|
||||
.gform_wrapper .gf_showme table tr:after,
|
||||
.gform_wrapper .gf_showme table tfoot:after,
|
||||
.gform_wrapper .gf_showme .ginput_full label:after,
|
||||
.gform_wrapper .gf_showme .ginput_left label:after,
|
||||
.gform_wrapper .gf_showme .ginput_right label:after,
|
||||
.gform_wrapper .gf_showme .gf_clear:after,
|
||||
.gform_wrapper .gf_showme .ginput_container_multiselect option:after,
|
||||
.gform_wrapper .gf_showme ul.gfield_checkbox li label:after,
|
||||
.gform_wrapper .gf_showme ul.gfield_radio li label:after,
|
||||
.gform_wrapper .gf_showme .ginput_container_name label:after,
|
||||
.gform_wrapper .gf_showme .ginput_container_select option:after,
|
||||
.gform_wrapper .gf_showme option:after {
|
||||
content: none !important;
|
||||
}
|
||||
|
||||
div#preview_form_container {
|
||||
margin: 24px;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 640px) {
|
||||
span.toggle_helpers {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
}
|
||||
1
wp/wp-content/plugins/gravityforms/css/preview.min.css
vendored
Normal file
1
wp/wp-content/plugins/gravityforms/css/preview.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
400
wp/wp-content/plugins/gravityforms/css/print.css
Normal file
400
wp/wp-content/plugins/gravityforms/css/print.css
Normal file
@@ -0,0 +1,400 @@
|
||||
/*
|
||||
----------------------------------------------------------------
|
||||
|
||||
print.css
|
||||
Gravity Forms Print Entry Styles
|
||||
http://www.gravityforms.com
|
||||
updated: April 23, 2013 10:38 AM
|
||||
|
||||
Gravity Forms is a Rocketgenius project
|
||||
copyright 2013 Rocketgenius Inc.
|
||||
http: //www.rocketgenius.com
|
||||
this may not be re-distributed without the
|
||||
express written permission of the author.
|
||||
|
||||
NOTE: DO NOT EDIT THIS FILE!
|
||||
THIS FILE IS REPLACED DURING AUTO UPGRADE
|
||||
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.
|
||||
|
||||
------------------------------------------------
|
||||
*/
|
||||
|
||||
@media screen
|
||||
{
|
||||
body{
|
||||
color: #333
|
||||
}
|
||||
:focus {
|
||||
outline: 0
|
||||
}
|
||||
div#print_preview_hdr {
|
||||
margin: 0 0 16px 0;
|
||||
color: #18749d;
|
||||
font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
|
||||
padding: 12px 20px 12px 0;
|
||||
font-size: 16px;
|
||||
border-bottom: 2px solid #c5d7f1;
|
||||
background-color: #dfefff;
|
||||
display: block !important
|
||||
}
|
||||
div#print_preview_hdr div:first-child {
|
||||
/*background-image: url(../images/wp-logo.png);*/
|
||||
background-position: 16px center;
|
||||
background-repeat: no-repeat;
|
||||
padding-left: 36px
|
||||
}
|
||||
div#print_preview_hdr span.actionlinks {
|
||||
width: 200px;
|
||||
display: block;
|
||||
float: right;
|
||||
text-align: right;
|
||||
margin-top: 5px;
|
||||
font-family: "lucida sans", "lucida grande", lucida , sans-serif;
|
||||
font-size: 12px;
|
||||
color: #ccc
|
||||
}
|
||||
div#print_preview_hdr a {
|
||||
color: #21759b;
|
||||
text-decoration: none;
|
||||
display: inline;
|
||||
font-weight: normal;
|
||||
letter-spacing: normal
|
||||
}
|
||||
div#print_preview_hdr a:hover {
|
||||
color: #21759b;
|
||||
text-decoration: underline
|
||||
}
|
||||
div#view-container {
|
||||
margin: 0 20px 20px 20px
|
||||
}
|
||||
div.print-hr {
|
||||
border-top: 1px dotted #ccc;
|
||||
margin: 15px 0 30px
|
||||
}
|
||||
}
|
||||
|
||||
@media print
|
||||
{
|
||||
body{
|
||||
color:#000
|
||||
}
|
||||
div#print-preview-header,
|
||||
div#print-preview-header span.actionlinks,
|
||||
div#print-preview-header span.actionlinks a {
|
||||
display: none !important
|
||||
}
|
||||
div#print-preview-header {
|
||||
margin-left:-9000px
|
||||
}
|
||||
div.print-page-break {
|
||||
page-break-after: always;
|
||||
border-top: 0;
|
||||
margin: 0
|
||||
}
|
||||
}
|
||||
|
||||
@media screen,print
|
||||
{
|
||||
|
||||
html {
|
||||
height: 100%;
|
||||
}
|
||||
body {
|
||||
font-family: sans-serif;
|
||||
font-size: 12px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
height: 100%
|
||||
}
|
||||
ul {
|
||||
margin: 10px 0;
|
||||
padding: 0
|
||||
}
|
||||
img {
|
||||
border: 0
|
||||
}
|
||||
.entry-details-table,
|
||||
.widefat {
|
||||
background-color: #fff;
|
||||
border-color: #dfdfdf
|
||||
}
|
||||
.entry-details-table,
|
||||
.widefat {
|
||||
-moz-border-radius: 4px;
|
||||
-khtml-border-radius: 4px;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
border-spacing: 0;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
clear: both;
|
||||
margin: 0;
|
||||
width: 100%
|
||||
}
|
||||
.entry-details-table,
|
||||
table.fixed {
|
||||
table-layout: fixed
|
||||
}
|
||||
table.entry-detail-view, table.entry-details-table, table.entry-detail-notes {
|
||||
margin: 0 0 16px 0
|
||||
}
|
||||
table.entry-detail-view th, table.entry-detail-notes th, table.entry-details-table th {
|
||||
font-size: 14px;
|
||||
text-shadow: 0 1px 0 #FFF;
|
||||
text-align: left;
|
||||
padding: 7px;
|
||||
background-color: #E3E3E3
|
||||
}
|
||||
table.entry-details-table td.lastrow,
|
||||
table.entry-detail-view td.lastrow,
|
||||
table.entry-detail-notes td.lastrow {
|
||||
border-bottom: none !important
|
||||
}
|
||||
td.entry-view-section-break {
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
background-color: #EEE;
|
||||
border-bottom: 1px solid #DFDFDF;
|
||||
padding: 7px 7px
|
||||
}
|
||||
td.entry-view-field-name {
|
||||
font-weight: bold;
|
||||
background-color: #EAF2FA;
|
||||
border-bottom: 1px solid #FFF;
|
||||
line-height: 150%;
|
||||
padding: 7px 7px
|
||||
}
|
||||
td.entry-view-field-value {
|
||||
border-bottom: 1px solid #DFDFDF;
|
||||
padding: 7px 7px 7px 40px;
|
||||
line-height: 150%
|
||||
}
|
||||
td.entry-view-field-value p {
|
||||
text-align: left;
|
||||
line-height: 150%
|
||||
}
|
||||
td.entry-view-field-value ul.bulleted {
|
||||
margin-left:12px
|
||||
}
|
||||
td.entry-view-field-value ul.bulleted li {
|
||||
list-style-type:disc
|
||||
}
|
||||
td.entry-detail-note {
|
||||
border-bottom: 1px solid #DFDFDF;
|
||||
padding: 7px 7px;
|
||||
line-height: 150%
|
||||
}
|
||||
.entry-notes-print-header {
|
||||
display: block;
|
||||
margin: 0;
|
||||
font-size: 14px;
|
||||
text-shadow: 0 1px 0 #FFF;
|
||||
text-align: left;
|
||||
padding: 7px;
|
||||
background-color: #E3E3E3;
|
||||
}
|
||||
.entry-notes {
|
||||
border-radius: 4px;
|
||||
border-spacing: 0;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
clear: both;
|
||||
margin: 0 0 16px 0;
|
||||
background-color: #fff;
|
||||
border-color: #dfdfdf;
|
||||
}
|
||||
.note {
|
||||
padding: 7px;
|
||||
border-bottom: 1px solid #DFDFDF;
|
||||
}
|
||||
.entry-notes .note-details {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
.entry-notes .note-details .author {
|
||||
flex: 1 1 auto;
|
||||
display: flex;
|
||||
font-weight: normal;
|
||||
}
|
||||
.entry-notes .note-details .author .avatar {
|
||||
flex: 0 0 auto;
|
||||
margin-right: 1rem;
|
||||
border-radius: 50%;
|
||||
width: 2.25rem;
|
||||
height: auto;
|
||||
}
|
||||
.entry-notes .note-details .author .text {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
.entry-notes .note-details .author .text h6 {
|
||||
font-size: 14px;
|
||||
line-height: 14px;
|
||||
color: #242748;
|
||||
margin: 0 0 0.5rem 0;
|
||||
}
|
||||
.entry-notes .note-details .author .text time {
|
||||
font-size: 13px;
|
||||
line-height: 13px;
|
||||
color: #A7A9C1;
|
||||
}
|
||||
.entry-notes .note-content {
|
||||
margin-top: 1.3125rem;
|
||||
margin-bottom: 1.625rem;
|
||||
font-size: 13px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.entry-notes .note-content.alert {
|
||||
margin-top: 1.3125rem;
|
||||
margin-bottom: 1.625rem;
|
||||
}
|
||||
.entry-notes .note-content:not(.alert) {
|
||||
color: #242748;
|
||||
padding: 19px 16px 22px 16px;
|
||||
}
|
||||
div.note-avatar {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
float: left;
|
||||
margin-right: 6px
|
||||
}
|
||||
h6.note-author {
|
||||
font-weight: bold;
|
||||
font-size: 13px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: 100%
|
||||
}
|
||||
div.detail-note-content {
|
||||
margin: 10px 0 10px 54px;
|
||||
line-height: 150%
|
||||
}
|
||||
div.detail-note-content p {
|
||||
line-height: 150%
|
||||
}
|
||||
|
||||
/* transaction table styles ------------------------------------------------------------------------- */
|
||||
|
||||
table.entry-products {
|
||||
border: 1px solid #DFDFDF;
|
||||
border-right: none;
|
||||
border-bottom: none;
|
||||
margin: 10px 0
|
||||
}
|
||||
table.entry-products th[scope=col] {
|
||||
background-color: #F4F4F4;
|
||||
border-right: 1px solid #DFDFDF !important;
|
||||
border-bottom: 1px solid #DFDFDF
|
||||
}
|
||||
table.entry-products col.entry-products-col2 {
|
||||
width: 50px
|
||||
}
|
||||
table.entry-products col.entry-products-col3 {
|
||||
width: 155px
|
||||
}
|
||||
table.entry-products col.entry-products-col4 {
|
||||
width: 155px
|
||||
}
|
||||
table.entry-products td {
|
||||
border-right: 1px solid #DFDFDF !important;
|
||||
border-bottom: 1px solid #DFDFDF;
|
||||
padding: 7px 7px 8px 7px;
|
||||
vertical-align: top
|
||||
}
|
||||
table.entry-products td.textcenter,
|
||||
table.entry-products th.textcenter {
|
||||
text-align: center
|
||||
}
|
||||
table.entry-products td.textright,
|
||||
table.entry-products th.textright {
|
||||
text-align: right
|
||||
}
|
||||
table.entry-products td.grandtotal,
|
||||
table.entry-products td.grandtotal_amount,
|
||||
table.entry-products td.shipping,
|
||||
table.entry-products td.shipping_amount {
|
||||
font-weight: bold;
|
||||
font-size: 13px;
|
||||
padding-top: 7px;
|
||||
padding-bottom: 8px
|
||||
}
|
||||
table.entry-products td.emptycell {
|
||||
background-color: #F4F4F4
|
||||
}
|
||||
table.entry-products td div.product_name {
|
||||
font-weight: bold;
|
||||
color: #BF461E;
|
||||
font-size: 13px;
|
||||
margin-bottom: 5px
|
||||
}
|
||||
table.entry-products td ul.product_options {}
|
||||
table.entry-products td ul.product_options li {
|
||||
background-image: url(../images/prodlist.png);
|
||||
background-repeat: no-repeat;
|
||||
background-position: left top;
|
||||
overflow: visible;
|
||||
margin: 0 0 0 2px !important;
|
||||
padding: 4px 0 4px 16px;
|
||||
list-style-type: none
|
||||
}
|
||||
table.entry-products td ul.product_options li.lastitem {
|
||||
background-image: url(../images/prodlist_last.png)
|
||||
}
|
||||
|
||||
/* list table styles ------------------------------------------------------------------------- */
|
||||
|
||||
table.gfield_list td.gfield_list_cell {
|
||||
padding: 8px 0
|
||||
}
|
||||
table.gfield_list td.gfield_list_cell + td.gfield_list_cell {
|
||||
padding: 8px 10px
|
||||
}
|
||||
table.gfield_list thead tr th {
|
||||
padding: 8px 0;
|
||||
font-weight: bold
|
||||
}
|
||||
table.gfield_list thead tr th + th {
|
||||
padding: 8px 10px
|
||||
}
|
||||
table.widefat tbody tr td.entry-view-field-value table.gfield_list {
|
||||
border-top: 1px solid #DFDFDF !important;
|
||||
border-left: 1px solid #DFDFDF !important;
|
||||
border-spacing: 0;
|
||||
padding: 0;
|
||||
margin: 2px 0 6px;
|
||||
width: 100%
|
||||
}
|
||||
table.widefat tbody tr td.entry-view-field-value table.gfield_list td {
|
||||
border-right: 1px solid #DFDFDF !important;
|
||||
font-family: sans-serif !important
|
||||
}
|
||||
table.widefat tbody tr td.entry-view-field-value table.gfield_list thead tr th {
|
||||
background-image: none !important;
|
||||
border-right: 1px solid #DFDFDF !important;
|
||||
padding: 6px 10px;
|
||||
font-family: sans-serif !important
|
||||
}
|
||||
table.widefat tbody tr td.entry-view-field-value ul li {
|
||||
color: #555 !important
|
||||
}
|
||||
table.widefat tbody tr td.entry-view-field-value table.gfield_list td,
|
||||
table.widefat tbody tr td.entry-view-field-value table.gfield_list th {
|
||||
border-bottom: 1px solid #DFDFDF;
|
||||
padding: 6px 10px
|
||||
}
|
||||
table.widefat tbody tr td.entry-view-field-value table.gfield_list td {
|
||||
border-top: 1px solid #FFF
|
||||
}
|
||||
table.widefat tbody tr td.entry-view-field-value table.gfield_list th {
|
||||
color: #333;
|
||||
background-color: #F1F1F1;
|
||||
font-size: 12px
|
||||
}
|
||||
table.widefat tbody tr td.entry-view-field-value table.gfield_list td {
|
||||
font-size: 12px;
|
||||
padding: 4px 7px 3px 10px;
|
||||
vertical-align: top;
|
||||
color: #555;
|
||||
word-wrap: break-word
|
||||
}
|
||||
}
|
||||
1
wp/wp-content/plugins/gravityforms/css/print.min.css
vendored
Normal file
1
wp/wp-content/plugins/gravityforms/css/print.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -0,0 +1,3 @@
|
||||
.wpview-type-gravityform {
|
||||
min-height: 100px!important;
|
||||
}
|
||||
1
wp/wp-content/plugins/gravityforms/css/shortcode-ui-editor-styles.min.css
vendored
Normal file
1
wp/wp-content/plugins/gravityforms/css/shortcode-ui-editor-styles.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.wpview-type-gravityform{min-height:100px!important}
|
||||
42
wp/wp-content/plugins/gravityforms/css/shortcode-ui.css
Normal file
42
wp/wp-content/plugins/gravityforms/css/shortcode-ui.css
Normal file
@@ -0,0 +1,42 @@
|
||||
.gf-edit-shortcode-form {
|
||||
padding: 5px 15px; }
|
||||
.gf-edit-shortcode-form input, .gf-edit-shortcode-form textarea {
|
||||
border: 1px solid #ddd;
|
||||
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
|
||||
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.07);
|
||||
background-color: #fff;
|
||||
color: #333;
|
||||
outline: none;
|
||||
-webkit-transition: 0.05s border-color ease-in-out;
|
||||
transition: 0.05s border-color ease-in-out;
|
||||
max-width: 100%; }
|
||||
.gf-edit-shortcode-form textarea {
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
min-height: 100px; }
|
||||
.gf-edit-shortcode-form .gf-edit-shortcode-form-fields > div {
|
||||
margin-bottom: 10px; }
|
||||
.gf-edit-shortcode-form .field-block label {
|
||||
display: block;
|
||||
margin-bottom: 5px; }
|
||||
.gf-edit-shortcode-form .field-inline {
|
||||
padding-top: 10px; }
|
||||
.gf-edit-shortcode-form .field-inline label {
|
||||
display: inline-block; }
|
||||
|
||||
|
||||
.gf-edit-shortcode-form-standard-attrs div{
|
||||
display: inline;
|
||||
margin-right:15px;
|
||||
}
|
||||
#gf-edit-shortcode-form-advanced-attrs div{
|
||||
margin-bottom:5px;
|
||||
}
|
||||
|
||||
#gf-edit-shortcode-form-advanced-attrs{
|
||||
margin-left:15px;
|
||||
}
|
||||
|
||||
#TB_ajaxContent {
|
||||
min-height:92%!important;
|
||||
}
|
||||
1
wp/wp-content/plugins/gravityforms/css/shortcode-ui.min.css
vendored
Normal file
1
wp/wp-content/plugins/gravityforms/css/shortcode-ui.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.gf-edit-shortcode-form{padding:5px 15px}.gf-edit-shortcode-form input,.gf-edit-shortcode-form textarea{border:1px solid #ddd;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.07);box-shadow:inset 0 1px 2px rgba(0,0,0,.07);background-color:#fff;color:#333;outline:0;-webkit-transition:50ms border-color ease-in-out;transition:50ms border-color ease-in-out;max-width:100%}.gf-edit-shortcode-form textarea{width:100%;max-width:100%;min-height:100px}.gf-edit-shortcode-form .gf-edit-shortcode-form-fields>div{margin-bottom:10px}.gf-edit-shortcode-form .field-block label{display:block;margin-bottom:5px}.gf-edit-shortcode-form .field-inline{padding-top:10px}.gf-edit-shortcode-form .field-inline label{display:inline-block}.gf-edit-shortcode-form-standard-attrs div{display:inline;margin-right:15px}#gf-edit-shortcode-form-advanced-attrs div{margin-bottom:5px}#gf-edit-shortcode-form-advanced-attrs{margin-left:15px}#TB_ajaxContent{min-height:92%!important}
|
||||
104
wp/wp-content/plugins/gravityforms/css/tooltip.css
Normal file
104
wp/wp-content/plugins/gravityforms/css/tooltip.css
Normal file
@@ -0,0 +1,104 @@
|
||||
/*
|
||||
----------------------------------------------------------------
|
||||
|
||||
tooltip.css
|
||||
Gravity Forms Admin Tooltip Styles
|
||||
http://www.gravityforms.com
|
||||
updated: November 6, 2013 12:42 PM
|
||||
|
||||
Gravity Forms is a Rocketgenius project
|
||||
copyright 2013 Rocketgenius Inc.
|
||||
http: //www.rocketgenius.com
|
||||
this may not be re-distributed without the
|
||||
express written permission of the author.
|
||||
|
||||
NOTE: DO NOT EDIT THIS FILE!
|
||||
THIS FILE IS REPLACED DURING AUTO UPGRADE
|
||||
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.
|
||||
|
||||
----------------------------------------------------------------
|
||||
*/
|
||||
|
||||
.gf_tooltip {
|
||||
|
||||
background: #ECEDF8;
|
||||
border: 1px solid transparent;;
|
||||
border-radius: 50%;
|
||||
box-sizing: border-box;
|
||||
display: inline-block;
|
||||
height: 1rem;
|
||||
line-height: 1rem;
|
||||
margin-left: .5rem;
|
||||
text-align: center;
|
||||
width: 1rem;
|
||||
|
||||
}
|
||||
|
||||
.gf_tooltip svg {
|
||||
|
||||
margin-top: -4px;
|
||||
vertical-align: middle;
|
||||
|
||||
}
|
||||
|
||||
.gf_tooltip:hover {
|
||||
|
||||
border-color: #3E7DA6;
|
||||
|
||||
}
|
||||
|
||||
.ui-tooltip.ui-widget-content {
|
||||
|
||||
background: rgba( 28, 31, 63, 0.9 );
|
||||
box-shadow: 0 4px 10px rgba( 18, 25, 97, 0.0779552 );
|
||||
border-radius: 5px;
|
||||
color: #FFF;
|
||||
font: 400 .8125rem 'Open Sans', sans-serif;
|
||||
line-height: 1.538461538em;
|
||||
max-width: 13.125rem;
|
||||
mix-blend-mode: normal;
|
||||
padding: .625rem 1rem;
|
||||
position: absolute;
|
||||
text-align: center;
|
||||
z-index: 1000;
|
||||
|
||||
}
|
||||
|
||||
.ui-tooltip.ui-widget-content a {
|
||||
color: #FFF;
|
||||
}
|
||||
|
||||
.ui-tooltip.ui-widget-content.arrow-bottom:after {
|
||||
|
||||
border-left: 6px solid transparent;
|
||||
border-right: 6px solid transparent;
|
||||
border-top: 6px solid rgba( 28, 31, 63, 0.9 );
|
||||
bottom: -6px;
|
||||
box-shadow: 0 4px 10px rgba( 18, 25, 97, 0.0779552 );
|
||||
content: '';
|
||||
position: absolute;
|
||||
margin-left: -3px;
|
||||
|
||||
}
|
||||
|
||||
.ui-tooltip.ui-widget-content.arrow-left:after {
|
||||
|
||||
border-bottom: 6px solid transparent;
|
||||
border-right: 6px solid rgba( 28, 31, 63, 0.9 );
|
||||
border-top: 6px solid transparent;
|
||||
box-shadow: 0 4px 10px rgba( 18, 25, 97, 0.0779552 );
|
||||
content: '';
|
||||
left: -6px;
|
||||
margin-top: -6px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
|
||||
}
|
||||
|
||||
.ui-tooltip.ui-widget-content h6 {
|
||||
|
||||
font: inherit;
|
||||
font-weight: 600;
|
||||
margin: 0;
|
||||
|
||||
}
|
||||
1
wp/wp-content/plugins/gravityforms/css/tooltip.min.css
vendored
Normal file
1
wp/wp-content/plugins/gravityforms/css/tooltip.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.gf_tooltip{background:#ecedf8;border:1px solid transparent;border-radius:50%;box-sizing:border-box;display:inline-block;height:1rem;line-height:1rem;margin-left:.5rem;text-align:center;width:1rem}.gf_tooltip svg{margin-top:-4px;vertical-align:middle}.gf_tooltip:hover{border-color:#3e7da6}.ui-tooltip.ui-widget-content{background:rgba(28,31,63,.9);box-shadow:0 4px 10px rgba(18,25,97,.0779552);border-radius:5px;color:#fff;font:400 .8125rem 'Open Sans',sans-serif;line-height:1.538461538em;max-width:13.125rem;mix-blend-mode:normal;padding:.625rem 1rem;position:absolute;text-align:center;z-index:1000}.ui-tooltip.ui-widget-content a{color:#fff}.ui-tooltip.ui-widget-content.arrow-bottom:after{border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid rgba(28,31,63,.9);bottom:-6px;box-shadow:0 4px 10px rgba(18,25,97,.0779552);content:'';position:absolute;margin-left:-3px}.ui-tooltip.ui-widget-content.arrow-left:after{border-bottom:6px solid transparent;border-right:6px solid rgba(28,31,63,.9);border-top:6px solid transparent;box-shadow:0 4px 10px rgba(18,25,97,.0779552);content:'';left:-6px;margin-top:-6px;position:absolute;top:50%}.ui-tooltip.ui-widget-content h6{font:inherit;font-weight:600;margin:0}
|
||||
64
wp/wp-content/plugins/gravityforms/css/ui.tabs.css
Normal file
64
wp/wp-content/plugins/gravityforms/css/ui.tabs.css
Normal file
@@ -0,0 +1,64 @@
|
||||
/*
|
||||
----------------------------------------------------------------
|
||||
|
||||
ui.tabs.css
|
||||
Gravity Forms - admin UI tab styles
|
||||
http://www.gravityforms.com
|
||||
updated: January 3, 2012 11:54 AM
|
||||
|
||||
Gravity Forms is a Rocketgenius project
|
||||
copyright 2012 Rocketgenius Inc.
|
||||
http: //www.rocketgenius.com
|
||||
this may not be re-distributed without the
|
||||
express written permission of the author.
|
||||
|
||||
NOTE: DO NOT EDIT THIS FILE!
|
||||
THIS FILE IS REPLACED DURING AUTO UPGRADE
|
||||
AND ANY CHANGES MADE HERE WILL BE OVERWRITTEN.
|
||||
|
||||
----------------------------------------------------------------
|
||||
*/
|
||||
|
||||
.ui-tabs {
|
||||
padding: 0.2em;
|
||||
zoom: 1
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav {
|
||||
list-style: none;
|
||||
position: relative;
|
||||
padding: 0.2em 0.2em 0
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav li {
|
||||
position: relative;
|
||||
float: left;
|
||||
border-bottom-width: 0 !important;
|
||||
margin: 0 .2em -1px 0;
|
||||
padding: 0
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav li a {
|
||||
float: left;
|
||||
text-decoration: none;
|
||||
padding: 0.5em 1em
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
|
||||
padding-bottom: 1px;
|
||||
border-bottom-width: 0
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
|
||||
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
|
||||
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
|
||||
cursor: text
|
||||
}
|
||||
.ui-tabs .ui-tabs-nav li a,
|
||||
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
|
||||
cursor: pointer
|
||||
}
|
||||
.ui-tabs .ui-tabs-panel {
|
||||
padding: 1em 1.4em;
|
||||
display: block;
|
||||
border-width: 0;
|
||||
background: none
|
||||
}
|
||||
.ui-tabs .ui-tabs-hide {
|
||||
display: none !important
|
||||
}
|
||||
1
wp/wp-content/plugins/gravityforms/css/ui.tabs.min.css
vendored
Normal file
1
wp/wp-content/plugins/gravityforms/css/ui.tabs.min.css
vendored
Normal file
@@ -0,0 +1 @@
|
||||
.ui-tabs{padding:.2em;zoom:1}.ui-tabs .ui-tabs-nav{list-style:none;position:relative;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{position:relative;float:left;border-bottom-width:0!important;margin:0 .2em -1px 0;padding:0}.ui-tabs .ui-tabs-nav li a{float:left;text-decoration:none;padding:.5em 1em}.ui-tabs .ui-tabs-nav li.ui-tabs-selected{padding-bottom:1px;border-bottom-width:0}.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a,.ui-tabs .ui-tabs-nav li.ui-tabs-selected a{cursor:text}.ui-tabs .ui-tabs-nav li a,.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a{cursor:pointer}.ui-tabs .ui-tabs-panel{padding:1em 1.4em;display:block;border-width:0;background:0 0}.ui-tabs .ui-tabs-hide{display:none!important}
|
||||
Reference in New Issue
Block a user