cortejo
Version:
WordPress magazine/blog site with integrated CRM and e-commerce functionality
104 lines (102 loc) • 4.93 kB
CSS
/*
Theme Name: MaxWP
Customizer styles
*/
li#accordion-section-sc_maxwp_upgrade > h3.accordion-section-title{
background:#0085ba ;
color:#fff ;
}
li#accordion-section-sc_maxwp_upgrade > h3.accordion-section-title:hover{
background:#ff0000 ;
color:#fff ;
}
li#accordion-section-sc_maxwp_upgrade > h3.accordion-section-title:after{
color:#fff ;
}
li#accordion-section-sc_maxwp_upgrade > h3.accordion-section-title:before{
font-family:FontAwesome;
content:"\f07a";
padding:0;
margin-right:5px;
display:none;
}
li#accordion-section-sc_maxwp_upgrade > h3.accordion-section-title button.accordion-trigger{
background: #0085ba ;
color: #fff ;
}
li#accordion-section-sc_maxwp_upgrade > h3.accordion-section-title button.accordion-trigger:hover,li#accordion-section-sc_maxwp_upgrade > h3.accordion-section-title button.accordion-trigger:active,li#accordion-section-sc_maxwp_upgrade > h3.accordion-section-title button.accordion-trigger:focus{
background: #ff0000 ;
color: #fff ;
}
.maxwp-customizer-pro-features{
margin:10px 0 15px;
list-style:none;
}
.maxwp-customizer-pro-features li{
padding:4px 0;
margin:0 0 6px 0;
}
.maxwp-customizer-pro-features li i{
color:#3cb371;
}
.maxwp-customizer-pro-upgrade{
font-family:"Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif;
font-size:13px ;
font-style:normal ;
line-height:18px;
color:#fff ;
text-decoration:none;
text-shadow:0 0 2px rgba(0,0,0,0.2);
display:inline-block;
height:19px;
padding:5px 10px ;
border:1px solid;
border-color:#2d86b6 #24659e #255796;
-webkit-border-radius:21px;
-moz-border-radius:21px;
border-radius:21px;
-webkit-box-shadow:0 1px 1px rgba(255,255,255,0.2) inset,0 1px 1px rgba(1,4,8,0.2);
-moz-box-shadow:0 1px 1px rgba(255,255,255,0.2) inset,0 1px 1px rgba(1,4,8,0.2);
box-shadow:0 1px 1px rgba(255,255,255,0.2) inset,0 1px 1px rgba(1,4,8,0.2);
background-color:#52b6ec;
*zoom:1;
filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FF52B6EC',endColorstr='#FF2E75CE');
background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#52b6ec),color-stop(100%,#2e75ce));
background-image:-webkit-linear-gradient(top,#52b6ec 0%,#2e75ce 100%);
background-image:-moz-linear-gradient(top,#52b6ec 0%,#2e75ce 100%);
background-image:-o-linear-gradient(top,#52b6ec 0%,#2e75ce 100%);
background-image:-webkit-gradient(linear,left top,left bottom,from(#52b6ec),to(#2e75ce));
background-image:linear-gradient(top,#52b6ec 0%,#2e75ce 100%);
text-transform:uppercase ;
}
.maxwp-customizer-pro-upgrade:hover{
text-decoration:none;
border-color:#377cae #175a9c #0c4893;
-webkit-box-shadow:0 1px 1px rgba(255,255,255,0.2) inset,0 1px 1px rgba(5,64,140,0.2);
-moz-box-shadow:0 1px 1px rgba(255,255,255,0.2) inset,0 1px 1px rgba(5,64,140,0.2);
box-shadow:0 1px 1px rgba(255,255,255,0.2) inset,0 1px 1px rgba(5,64,140,0.2);
background-color:#4fa6e4;
*zoom:1;
filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FF4FA6E4',endColorstr='#FF1462C4');
background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#4fa6e4),color-stop(100%,#1462c4));
background-image:-webkit-linear-gradient(top,#4fa6e4 0%,#1462c4 100%);
background-image:-moz-linear-gradient(top,#4fa6e4 0%,#1462c4 100%);
background-image:-o-linear-gradient(top,#4fa6e4 0%,#1462c4 100%);
background-image:-webkit-gradient(linear,left top,left bottom,from(#4fa6e4),to(#1462c4));
background-image:linear-gradient(top,#4fa6e4 0%,#1462c4 100%);
}
.maxwp-customizer-pro-upgrade:active{
border-color:#094b84 #094b84 #0f4585;
-webkit-box-shadow:0 1px 1px rgba(241,243,247,0.2),0 0 20px rgba(0,0,0,0.5) inset;
-moz-box-shadow:0 1px 1px rgba(241,243,247,0.2),0 0 20px rgba(0,0,0,0.5) inset;
box-shadow:0 1px 1px rgba(241,243,247,0.2),0 0 20px rgba(0,0,0,0.5) inset;
background-color:#1c7ec9;
*zoom:1;
filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FF1C7EC9',endColorstr='#FF2395D9');
background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0%,#1c7ec9),color-stop(100%,#2395d9));
background-image:-webkit-linear-gradient(top,#1c7ec9 0%,#2395d9 100%);
background-image:-moz-linear-gradient(top,#1c7ec9 0%,#2395d9 100%);
background-image:-o-linear-gradient(top,#1c7ec9 0%,#2395d9 100%);
background-image:-webkit-gradient(linear,left top,left bottom,from(#1c7ec9),to(#2395d9));
background-image:linear-gradient(top,#1c7ec9 0%,#2395d9 100%);
}