Initial commit
This commit is contained in:
@ -0,0 +1,315 @@
|
||||
.generate-tab-content {
|
||||
padding: 12px;
|
||||
}
|
||||
#generate_page_header_meta_box .inside {
|
||||
padding: 0;
|
||||
margin:0;
|
||||
}
|
||||
#generate-tabs-container .generate-tabs-menu {
|
||||
position: relative;
|
||||
float: left;
|
||||
list-style: none;
|
||||
width: 180px;
|
||||
line-height: 1em;
|
||||
margin: 0 0 -1px 0;
|
||||
padding: 0;
|
||||
background-color: #fafafa;
|
||||
border-right: 1px solid #eee;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
#generate-tabs-container .generate-tabs-menu li {
|
||||
display: block;
|
||||
position: relative;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
#generate-tabs-container .generate-tabs-menu li a {
|
||||
display: block;
|
||||
margin: 0;
|
||||
padding: 10px;
|
||||
line-height: 20px !important;
|
||||
text-decoration: none;
|
||||
border-bottom: 1px solid #eee;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
#generate-tabs-container .generate-tab {
|
||||
float: left;
|
||||
width: calc( 100% - 180px );
|
||||
margin-left: -1px;
|
||||
border-left: 1px solid #eee;
|
||||
}
|
||||
|
||||
#generate-tabs-container {
|
||||
overflow: hidden;
|
||||
background: #fff;
|
||||
background: linear-gradient( 90deg, #fafafa 0%, #fafafa 180px, #fff 180px, #fff 100% );
|
||||
}
|
||||
|
||||
#generate-tabs-container .generate-current a {
|
||||
position: relative;
|
||||
font-weight: bold;
|
||||
color: #555;
|
||||
background-color: #e0e0e0;
|
||||
}
|
||||
|
||||
#generate-tabs-container label {
|
||||
font-weight: 600;
|
||||
display: inline-block;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
#_meta-generate-page-header-image-background-spacing-unit,
|
||||
#_meta-generate-page-header-left-right-padding-unit {
|
||||
margin: 0;
|
||||
position: relative;
|
||||
top: -2px;
|
||||
left: -4px;
|
||||
line-height: 27px;
|
||||
height: 27px;
|
||||
}
|
||||
|
||||
#generate-tabs-container .or {
|
||||
position: relative;
|
||||
top: 5px;
|
||||
}
|
||||
|
||||
.show-in-excerpt{
|
||||
padding: 0 10px;
|
||||
}
|
||||
|
||||
@media (min-width: 1475px) {
|
||||
.page-header-column {
|
||||
width: 30%;
|
||||
margin-right: 3%;
|
||||
float: left;
|
||||
}
|
||||
.page-header-column.last {
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
.generate-tabs-menu li {
|
||||
display: inline-block;
|
||||
}
|
||||
.generate-tab-content {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#generate-tab-1 {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.generate-current a.button,
|
||||
.generate-tabs-menu li a.button:focus{
|
||||
background: #eee;
|
||||
border-color: #999;
|
||||
-webkit-box-shadow: inset 0 2px 5px -3px rgba(0,0,0,.5);
|
||||
box-shadow: inset 0 2px 5px -3px rgba(0,0,0,.5);
|
||||
-webkit-transform: translateY(1px);
|
||||
-ms-transform: translateY(1px);
|
||||
transform: translateY(1px);
|
||||
}
|
||||
|
||||
#generate-tabs-container .lcs_wrap {
|
||||
display: inline-block;
|
||||
direction: ltr;
|
||||
height: 28px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
#generate-tabs-container .lcs_wrap input {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#generate-tabs-container .lcs_switch {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
width: 24px;
|
||||
height: 16px;
|
||||
border-radius: 8px;
|
||||
background: #ddd;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
|
||||
-webkit-transition: all .2s ease-in-out;
|
||||
-ms-transition: all .2s ease-in-out;
|
||||
transition: all .2s ease-in-out;
|
||||
}
|
||||
#generate-tabs-container .lcs_cursor {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
top: 2px;
|
||||
width: 12px;
|
||||
height: 12px;
|
||||
border-radius: 100%;
|
||||
background: #fff;
|
||||
z-index: 10;
|
||||
|
||||
-webkit-transition: all .2s linear;
|
||||
-ms-transition: all .2s linear;
|
||||
transition: all .2s linear;
|
||||
}
|
||||
#generate-tabs-container .lcs_label {
|
||||
font-family: "Trebuchet MS", Helvetica, sans-serif;
|
||||
font-size: 12px;
|
||||
letter-spacing: 1px;
|
||||
line-height: 18px;
|
||||
color: #fff;
|
||||
font-weight: bold;
|
||||
position: absolute;
|
||||
width: 33px;
|
||||
top: 5px;
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
opacity: 0;
|
||||
|
||||
-webkit-transition: all .2s ease-in-out .1s;
|
||||
-ms-transition: all .2s ease-in-out .1s;
|
||||
transition: all .2s ease-in-out .1s;
|
||||
}
|
||||
#generate-tabs-container .lcs_label.lcs_label_on {
|
||||
left: -70px;
|
||||
z-index: 6;
|
||||
}
|
||||
#generate-tabs-container .lcs_label.lcs_label_off {
|
||||
right: -70px;
|
||||
z-index: 5;
|
||||
}
|
||||
|
||||
|
||||
/* on */
|
||||
#generate-tabs-container .lcs_switch.lcs_on {
|
||||
background: #0073aa;
|
||||
}
|
||||
#generate-tabs-container .lcs_switch.lcs_on .lcs_cursor {
|
||||
left: 10px;
|
||||
}
|
||||
#generate-tabs-container .lcs_switch.lcs_on .lcs_label_on {
|
||||
left: 10px;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
/* off */
|
||||
#generate-tabs-container .lcs_switch.lcs_off {
|
||||
background: #b2b2b2;
|
||||
}
|
||||
#generate-tabs-container .lcs_switch.lcs_off .lcs_cursor {
|
||||
left: 2px;
|
||||
}
|
||||
#generate-tabs-container .lcs_switch.lcs_off .lcs_label_off {
|
||||
right: 10px;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
/* disabled */
|
||||
#generate-tabs-container .lcs_switch.lcs_disabled {
|
||||
opacity: 0.65;
|
||||
filter: alpha(opacity=65);
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
#generate-tabs-container .choose-content-options span {
|
||||
display:block;
|
||||
color:#222;
|
||||
}
|
||||
|
||||
#generate-tabs-container .lcs_wrap + label {
|
||||
font-weight: normal;
|
||||
display: inline;
|
||||
top: -6px;
|
||||
position: relative;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.choose-content-options div {
|
||||
margin-bottom:10px;
|
||||
border-bottom:1px solid #DDD;
|
||||
padding-bottom:10px;
|
||||
}
|
||||
.small {
|
||||
display: block;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.admin-color-light #generate_page_header_meta_box .lcs_switch.lcs_on {
|
||||
background: #04a4cc;
|
||||
box-shadow: 0 0 2px #04a4cc inset;
|
||||
}
|
||||
|
||||
.admin-color-blue #generate_page_header_meta_box .lcs_switch.lcs_on {
|
||||
background: #e1a948;
|
||||
box-shadow: 0 0 2px #e1a948 inset;
|
||||
}
|
||||
|
||||
.admin-color-coffee #generate_page_header_meta_box .lcs_switch.lcs_on {
|
||||
background: #c7a589;
|
||||
box-shadow: 0 0 2px #c7a589 inset;
|
||||
}
|
||||
|
||||
.admin-color-ectoplasm #generate_page_header_meta_box .lcs_switch.lcs_on {
|
||||
background: #a3b745;
|
||||
box-shadow: 0 0 2px #a3b745 inset;
|
||||
}
|
||||
|
||||
.admin-color-midnight #generate_page_header_meta_box .lcs_switch.lcs_on {
|
||||
background: #e14d43;
|
||||
box-shadow: 0 0 2px #e14d43 inset;
|
||||
}
|
||||
|
||||
.admin-color-ocean #generate_page_header_meta_box .lcs_switch.lcs_on {
|
||||
background: #9ebaa0;
|
||||
box-shadow: 0 0 2px #9ebaa0 inset;
|
||||
}
|
||||
|
||||
.admin-color-sunrise #generate_page_header_meta_box .lcs_switch.lcs_on {
|
||||
background: #dd823b;
|
||||
box-shadow: 0 0 2px #dd823b inset;
|
||||
}
|
||||
|
||||
.post-type-generate_page_header #generate_page_header_meta_box .handlediv,
|
||||
.post-type-generate_page_header #generate_page_header_meta_box h2.hndle {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.page-header-content-required {
|
||||
background: #fafafa;
|
||||
border-left: 4px solid #fff;
|
||||
-webkit-box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
|
||||
box-shadow: 0 1px 1px 0 rgba( 0, 0, 0, 0.1 );
|
||||
margin: 5px 0 8px 0;
|
||||
padding: 1px 12px;
|
||||
border-left-color: #00a0d2;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.page-header-content-required p {
|
||||
margin: 0.5em 0;
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.wp-picker-container .wp-color-result.button {
|
||||
height: 24px;
|
||||
margin: 0 6px 6px 0px;
|
||||
padding: 0 0 0 30px;
|
||||
font-size: 11px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.wp-color-result:after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.wp-color-result-text {
|
||||
background: #f7f7f7;
|
||||
border-radius: 0 2px 2px 0;
|
||||
border-left: 1px solid #ccc;
|
||||
color: #555;
|
||||
display: block;
|
||||
line-height: 22px;
|
||||
padding: 0 6px;
|
||||
text-align: center;
|
||||
}
|
@ -0,0 +1,115 @@
|
||||
.generate-combined-header {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.generate-combined-page-header.grid-container .generate-combined-header {
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.separate-containers .inside-article .page-header-below-title,
|
||||
.one-container .inside-article .page-header-below-title {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
.inside-article .page-header-post-image {
|
||||
float: none;
|
||||
margin-right: 0px;
|
||||
}
|
||||
|
||||
.vertical-center-enabled {
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
|
||||
-webkit-box-orient: vertical;
|
||||
-webkit-box-direction: normal;
|
||||
|
||||
-ms-flex-direction: column;
|
||||
-webkit-flex-direction: column;
|
||||
flex-direction: column;
|
||||
|
||||
-webkit-flex-wrap: nowrap;
|
||||
-ms-flex-wrap: nowrap;
|
||||
flex-wrap: nowrap;
|
||||
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.vertical-center-enabled .page-header-content-wrapper {
|
||||
display: -webkit-box;
|
||||
display: -webkit-flex;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
|
||||
-ms-flex-direction: column;
|
||||
-webkit-flex-direction: column;
|
||||
flex-direction: column;
|
||||
|
||||
-webkit-flex-grow: 1;
|
||||
-ms-flex-grow: 1;
|
||||
flex-grow: 1;
|
||||
-webkit-box-flex: 1;
|
||||
|
||||
width: 100%;
|
||||
|
||||
-webkit-box-pack: center;
|
||||
-webkit-justify-content: center;
|
||||
-ms-justify-content: center;
|
||||
justify-content: center;
|
||||
|
||||
-webkit-box-align: center;
|
||||
-webkit-flex-align: center;
|
||||
}
|
||||
|
||||
.vertical-center-enabled .main-navigation,
|
||||
.vertical-center-enabled .secondary-navigation,
|
||||
.vertical-center-enabled .site-header {
|
||||
flex: none;
|
||||
-ms-flex: none;
|
||||
-webkit-flex: none;
|
||||
}
|
||||
|
||||
.nav-below-header .vertical-center-enabled .main-navigation,
|
||||
.nav-above-header .vertical-center-enabled .main-navigation {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.vertical-center-enabled .site-header {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.generate-merged-header .main-navigation {
|
||||
z-index: 99;
|
||||
}
|
||||
|
||||
.generate-merged-header .main-navigation.mobile-header-navigation {
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.generate-merged-header .secondary-navigation {
|
||||
z-index: 98;
|
||||
}
|
||||
|
||||
.generate-content-header {
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
||||
|
||||
.elementor-editor-active .generate-combined-header {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.page-header-content-container:before,
|
||||
.page-header-content-container:after {
|
||||
content: "";
|
||||
display: table;
|
||||
}
|
||||
|
||||
.page-header-content-container:after {
|
||||
clear: both;
|
||||
}
|
1
wp-content/plugins/gp-premium/page-header/functions/css/page-header.min.css
vendored
Normal file
1
wp-content/plugins/gp-premium/page-header/functions/css/page-header.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
.generate-combined-header{position:absolute;width:100%;z-index:1000}.generate-combined-page-header.grid-container .generate-combined-header{left:0;right:0;width:auto}.one-container .inside-article .page-header-below-title,.separate-containers .inside-article .page-header-below-title{margin-top:2em}.inside-article .page-header-post-image{float:none;margin-right:0}.vertical-center-enabled,.vertical-center-enabled .page-header-content-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-ms-flex-direction:column;-webkit-flex-direction:column;flex-direction:column}.vertical-center-enabled{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:100%}.vertical-center-enabled .page-header-content-wrapper{-webkit-flex-grow:1;-ms-flex-grow:1;flex-grow:1;-webkit-box-flex:1;width:100%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-justify-content:center;justify-content:center;-webkit-box-align:center;-webkit-flex-align:center}.vertical-center-enabled .main-navigation,.vertical-center-enabled .secondary-navigation,.vertical-center-enabled .site-header{flex:none;-ms-flex:none;-webkit-flex:none}.nav-above-header .vertical-center-enabled .main-navigation,.nav-below-header .vertical-center-enabled .main-navigation,.vertical-center-enabled .site-header{width:100%}.generate-merged-header .main-navigation{z-index:99}.generate-merged-header .main-navigation.mobile-header-navigation{z-index:100}.generate-merged-header .secondary-navigation{z-index:98}.generate-content-header{background-repeat:no-repeat;background-size:cover}.elementor-editor-active .generate-combined-header{pointer-events:none}.page-header-content-container:after,.page-header-content-container:before{content:"";display:table}.page-header-content-container:after{clear:both}
|
Reference in New Issue
Block a user