fix
This commit is contained in:
Vendored
BIN
Binary file not shown.
Vendored
+8
File diff suppressed because one or more lines are too long
Vendored
+20
@@ -0,0 +1,20 @@
|
||||
/* ==========================================================================
|
||||
01. Responsive Options
|
||||
========================================================================== */
|
||||
|
||||
|
||||
/* Responsive Boxed Version */
|
||||
body{ padding-top: 0; }
|
||||
.outter-wrapper{ max-width: 1440px; width: auto;}
|
||||
.wrapper { max-width: 1140px; width: auto;}
|
||||
.feature hr{ opacity: .4; }
|
||||
|
||||
|
||||
|
||||
|
||||
/* Responsive Full Width Version
|
||||
body{ padding: 0em; }
|
||||
.outter-wrapper{ max-width: 100%; width: 100%;}
|
||||
.wrapper { max-width: 1140px; width: auto;}
|
||||
|
||||
*/
|
||||
Vendored
+120
@@ -0,0 +1,120 @@
|
||||
/*
|
||||
* jQuery FlexSlider v2.0
|
||||
* http://www.woothemes.com/flexslider/
|
||||
*
|
||||
* Copyright 2012 WooThemes
|
||||
* Free to use under the GPLv2 license.
|
||||
* http://www.gnu.org/licenses/gpl-2.0.html
|
||||
*
|
||||
* Contributing author: Tyler Smith (@mbmufffin)
|
||||
*/
|
||||
|
||||
|
||||
/* Browser Resets */
|
||||
.flex-container a:active,
|
||||
.flexslider a:active, .flexslider-quote a:active,
|
||||
.flex-container a:focus, .flexslider-quote a:focus,
|
||||
.flexslider a:focus {outline: none;}
|
||||
.slides,
|
||||
.flex-control-nav,
|
||||
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
|
||||
|
||||
/* FlexSlider Necessary Styles
|
||||
*********************************/
|
||||
.flexslider, .flexslider-quote {margin: 0; padding: 0;}
|
||||
.flexslider-quote blockquote{
|
||||
margin-top: 0;
|
||||
}
|
||||
.flexslider .slides > li, .flexslider-quote .slides > li {display: none; -webkit-backface-visibility: hidden; padding-left: 0;} /* Hide the slides before the JS is loaded. Avoids image jumping */
|
||||
.flexslider .slides img {width: 100%; display: block; margin-top: 0; height: auto; }
|
||||
.flex-pauseplay span {text-transform: capitalize;}
|
||||
|
||||
|
||||
/* Clearfix for the .slides element */
|
||||
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
|
||||
html[xmlns] .slides {display: block;}
|
||||
* html .slides {height: 1%;}
|
||||
|
||||
/* No JavaScript Fallback */
|
||||
/* If you are not using another script, such as Modernizr, make sure you
|
||||
* include js that eliminates this class on page load */
|
||||
.no-js .slides > li:first-child {display: block;}
|
||||
|
||||
|
||||
/* FlexSlider Default Theme
|
||||
*********************************/
|
||||
.flexslider, .flexslider-quote {margin: 0 0 20px; position: relative; zoom: 1;}
|
||||
.flexslider-quote {margin: 0 0 20px; position: relative; zoom: 1;}
|
||||
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
|
||||
.loading .flex-viewport {max-height: 300px;}
|
||||
.flexslider .slides {zoom: 1;}
|
||||
.flexslider-quote{
|
||||
text-align: center;
|
||||
}
|
||||
.flexslider .slides li{
|
||||
padding-top: 0;
|
||||
}
|
||||
.flexslider li:before, .flexslider-quote li:before{
|
||||
display: none;
|
||||
}
|
||||
.flexslider ul, .flexslider ol, .flexslider-quote ul, .flexslider-quote ol{
|
||||
margin-left: 0;
|
||||
}
|
||||
.flexslider-quote cite{
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
.carousel li {margin-right: 5px}
|
||||
|
||||
|
||||
/* Direction Nav */
|
||||
.flex-direction-nav {*height: 0; height: 0;}
|
||||
ul.flex-direction-nav li{
|
||||
position: static;
|
||||
}
|
||||
.flex-direction-nav a {
|
||||
margin: -20px 0 0;
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 45%;
|
||||
z-index: 10;
|
||||
cursor: pointer;
|
||||
opacity: .6;
|
||||
-webkit-transition: all .3s ease;
|
||||
background-color: rgba(0, 0, 0, .2);
|
||||
-webkit-border-radius: 100px;
|
||||
border-radius: 100px;
|
||||
color: #fff;
|
||||
font: 24px 'bulletsregular';
|
||||
padding: .2em .5em;
|
||||
}
|
||||
.flex-direction-nav .flex-next {
|
||||
right: 8px;
|
||||
padding: 0.5em 0.5em 0.25em 0.8em;
|
||||
}
|
||||
.flex-direction-nav .flex-prev {
|
||||
left: 8px;
|
||||
padding: 0.5em 0.6em 0.25em 0.7em;
|
||||
}
|
||||
.flexslider:hover .flex-next {right: 8px;}
|
||||
.flexslider:hover .flex-prev { left: 8px;}
|
||||
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
|
||||
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}
|
||||
|
||||
/* Control Nav */
|
||||
.flex-control-nav {width: 100%; position: absolute; bottom: 30px; text-align: center;}
|
||||
.flexslider-quote .flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
|
||||
.flex-control-nav li {margin: 0 4px; display: inline-block; zoom: 1; *display: inline;}
|
||||
.flex-control-paging li a {width: 12px; height: 12px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
|
||||
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
|
||||
.flex-control-paging li a.flex-active { cursor: default; }
|
||||
|
||||
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
|
||||
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
|
||||
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
|
||||
.flex-control-thumbs img:hover {opacity: 1;}
|
||||
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
|
||||
|
||||
@media screen and (max-width: 860px) {
|
||||
.flex-direction-nav .flex-prev {opacity: 1; left: 8px;}
|
||||
.flex-direction-nav .flex-next {opacity: 1; right: 8px; }
|
||||
}
|
||||
+1203
File diff suppressed because it is too large
Load Diff
Vendored
+1484
File diff suppressed because it is too large
Load Diff
Vendored
+19
@@ -0,0 +1,19 @@
|
||||
/* ==========================================================================
|
||||
01. Responsive Options
|
||||
========================================================================== */
|
||||
|
||||
|
||||
/* Responsive Boxed Version
|
||||
body{ padding-top: 0; }
|
||||
.outter-wrapper{ max-width: 1440px; width: auto;}
|
||||
.wrapper { max-width: 1140px; width: auto;}
|
||||
.feature hr{ opacity: .4; }
|
||||
*/
|
||||
|
||||
|
||||
|
||||
/* Responsive Full Width Version */
|
||||
body{ padding: 0em; }
|
||||
.outter-wrapper{ max-width: 100%; width: 100%;}
|
||||
.wrapper { max-width: 1140px; width: auto;}
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
<!DOCTYPE html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||
<title></title>
|
||||
</head>
|
||||
<body></body>
|
||||
</html>
|
||||
Vendored
+2183
File diff suppressed because it is too large
Load Diff
Vendored
+50
@@ -0,0 +1,50 @@
|
||||
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
|
||||
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block}
|
||||
audio,canvas,video{display:inline-block;*display:inline;*zoom:1}
|
||||
audio:not([controls]){display:none;height:0}
|
||||
[hidden]{display:none}
|
||||
html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}
|
||||
html,button,input,select,textarea{font-family:sans-serif}
|
||||
body{margin:0}
|
||||
a:focus{outline:thin dotted}
|
||||
a:active,a:hover{outline:0}
|
||||
h1{font-size:2em;margin:.67em 0}
|
||||
h2{font-size:1.5em;margin:.83em 0}
|
||||
h3{font-size:1.17em;margin:1em 0}
|
||||
h4{font-size:1em;margin:1.33em 0}
|
||||
h5{font-size:.83em;margin:1.67em 0}
|
||||
h6{font-size:.75em;margin:2.33em 0}
|
||||
abbr[title]{border-bottom:1px dotted}
|
||||
b,strong{font-weight:bold}
|
||||
blockquote{margin:1em 40px}
|
||||
dfn{font-style:italic}
|
||||
mark{background:#ff0;color:#000}
|
||||
p,pre{margin:1em 0}
|
||||
code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}
|
||||
pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}
|
||||
q{quotes:none}
|
||||
q:before,q:after{content:'';content:none}
|
||||
small{font-size:80%}
|
||||
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
|
||||
sup{top:-0.5em}
|
||||
sub{bottom:-0.25em}
|
||||
dl,menu,ol,ul{margin:1em 0}
|
||||
dd{margin:0 0 0 40px}
|
||||
menu,ol,ul{padding:0 0 0 40px}
|
||||
nav ul,nav ol{list-style:none;list-style-image:none}
|
||||
img{border:0;-ms-interpolation-mode:bicubic}
|
||||
svg:not(:root){overflow:hidden}
|
||||
figure{margin:0}
|
||||
form{margin:0}
|
||||
fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}
|
||||
legend{border:0;padding:0;white-space:normal;*margin-left:-7px}
|
||||
button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}
|
||||
button,input{line-height:normal}
|
||||
button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}
|
||||
button[disabled],input[disabled]{cursor:default}
|
||||
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}
|
||||
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}
|
||||
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
|
||||
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
|
||||
textarea{overflow:auto;vertical-align:top}
|
||||
table{border-collapse:collapse;border-spacing:0}
|
||||
Vendored
+376
@@ -0,0 +1,376 @@
|
||||
/* ==========================================================================
|
||||
01. Responsive Options
|
||||
========================================================================== */
|
||||
|
||||
|
||||
/* Responsive Boxed Version
|
||||
body{ padding-top: 0; }
|
||||
.outter-wrapper{ max-width: 1440px; width: auto;}
|
||||
.wrapper { max-width: 1140px; width: auto;}
|
||||
.feature hr{ opacity: .4; }
|
||||
*/
|
||||
|
||||
|
||||
|
||||
/* Responsive Full Width Version */
|
||||
body{ padding: 0em; }
|
||||
.outter-wrapper{ max-width: 100%; width: 100%;}
|
||||
.wrapper { max-width: 1140px; width: auto;}
|
||||
|
||||
|
||||
|
||||
|
||||
/* ==========================================================================
|
||||
02. Responsive Colors
|
||||
========================================================================== */
|
||||
|
||||
/* Responsive Nav - Dark Grey */
|
||||
@media only screen and (max-width: 768px) {
|
||||
#nav, #menu-icon.active{
|
||||
background: #282D36;
|
||||
}
|
||||
.widget-footer .widget{
|
||||
border-color: #454c58;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
/* ==========================================================================
|
||||
03. Media Queries 768
|
||||
========================================================================== */
|
||||
@media only screen and (max-width: 768px) {
|
||||
body{
|
||||
padding: 0;
|
||||
}
|
||||
.logo{
|
||||
padding-bottom: 1em;
|
||||
padding-top: .6em;
|
||||
}
|
||||
#nav{
|
||||
display: none;
|
||||
}
|
||||
#nav-wrap {
|
||||
position: relative;
|
||||
padding-bottom: .4em;
|
||||
}
|
||||
#nav li.nav-parent{
|
||||
padding-bottom: 0;
|
||||
}
|
||||
#menu-icon {
|
||||
display: inline-block;
|
||||
cursor: pointer;
|
||||
padding: 10px;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
#menu-icon.active{
|
||||
-webkit-border-radius: 3px 3px 0px 0px;
|
||||
border-radius: 3px 3px 0px 0px;
|
||||
}
|
||||
nav #nav{
|
||||
margin-top: 0;
|
||||
}
|
||||
#nav {
|
||||
clear: both;
|
||||
position: absolute;
|
||||
top: 45px;
|
||||
min-width: 160px;
|
||||
z-index: 10000;
|
||||
padding: 5px;
|
||||
display: none;
|
||||
right: 0px;
|
||||
-webkit-border-radius: 3px 0px 3px 3px;
|
||||
border-radius: 3px 0px 3px 3px;
|
||||
}
|
||||
#nav li {
|
||||
clear: both;
|
||||
float: none;
|
||||
}
|
||||
#nav a, #nav ul a {
|
||||
background: none;
|
||||
display: inline;
|
||||
padding: 0;
|
||||
border: none;
|
||||
}
|
||||
#nav ul {
|
||||
width: auto;
|
||||
position: static;
|
||||
display: block;
|
||||
border: none;
|
||||
background: inherit;
|
||||
-webkit-box-shadow: none;
|
||||
box-shadow: none;
|
||||
}
|
||||
#nav ul li a{
|
||||
padding-left: 0;
|
||||
}
|
||||
#nav li{
|
||||
padding: .2em 0!important;
|
||||
}
|
||||
#nav ul{
|
||||
padding: 0!important;
|
||||
}
|
||||
#nav li > ul li{
|
||||
padding-left: 12px!important;
|
||||
}
|
||||
#nav li > ul li:last-child{
|
||||
padding-bottom: 0!important;
|
||||
}
|
||||
#nav li:hover ul ul{
|
||||
display: block!important;
|
||||
position: relative;
|
||||
left: 0;
|
||||
background: transparent;
|
||||
}
|
||||
#nav li:hover ul ul:before{
|
||||
display: none;
|
||||
}
|
||||
.donate, #nav .donate a:hover{
|
||||
background: transparent;
|
||||
}
|
||||
#masthead{
|
||||
display: block;
|
||||
height: 100%;
|
||||
}
|
||||
.header-container header{
|
||||
padding: 10px 0 5px;
|
||||
}
|
||||
.main-content, .right-aside{
|
||||
width: 100%;
|
||||
float: none;
|
||||
border: none;
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
.main-container{
|
||||
padding: 1px 0 30px;
|
||||
}
|
||||
.right-aside{
|
||||
border-top: 1px solid #cad2d7;
|
||||
margin-top: 25px;
|
||||
}
|
||||
.third, .half, .fourth, .two-thirds, ol.icon-lists li, ul.flag-lists li, .three-fourths, .foot.left, .foot.right, input.half, input.full, .fifth, .two-fifths,
|
||||
.three-fifths, .four-fifths{
|
||||
width: 100%;
|
||||
margin-right: 0%;
|
||||
float: none;
|
||||
}
|
||||
.third, .half, .fourths, .two-third, .three-fourths{
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.right-aside .half, .widget-footer .half, .clearfix.gallery .half, .clearfix.gallery .fourth{
|
||||
width: 49%;
|
||||
margin-right: 2%;
|
||||
float: left;
|
||||
}
|
||||
.last-fold{
|
||||
margin-right: 0!important;
|
||||
}
|
||||
blockquote.third, blockquote.half, blockquote.fourths, blockquote.two-third{
|
||||
width: 100%;
|
||||
}
|
||||
blockquote, blockquote.right, blockquote.left{
|
||||
margin: 0;
|
||||
}
|
||||
ul.archive li{
|
||||
min-width: 28%;
|
||||
}
|
||||
.foot.left, .foot.right{
|
||||
display: block;
|
||||
text-align: center;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
ul.social-link li{
|
||||
border: none;
|
||||
}
|
||||
|
||||
h6.tags.right, h6.date.left{
|
||||
float: none!important;
|
||||
}
|
||||
ul.sitemap{
|
||||
display: inline;
|
||||
width: 100%;
|
||||
}
|
||||
ul.sitemap li{
|
||||
display: block;
|
||||
padding-left: 0;
|
||||
padding: 1px;
|
||||
}
|
||||
.widget-footer .widget{
|
||||
margin-bottom: 30px;
|
||||
padding-bottom: 30px;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 1px;
|
||||
border-right: none;
|
||||
}
|
||||
.widget-footer .widget.last{
|
||||
border: none;
|
||||
margin-bottom: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
.price-feature{
|
||||
top: 0;
|
||||
}
|
||||
.icon-thirds li{
|
||||
width: 48%;
|
||||
}
|
||||
.tab-nav {display: none;}
|
||||
h3.v_nav {
|
||||
height:45px;
|
||||
line-height:45px;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
text-align:center;
|
||||
margin-top: 1px;
|
||||
display: block;
|
||||
cursor: pointer;
|
||||
-webkit-touch-callout: none;
|
||||
-webkit-user-select: none;
|
||||
-khtml-user-select: none;
|
||||
-moz-user-select: none;
|
||||
-ms-user-select: none;
|
||||
user-select: none;
|
||||
border-bottom-style: solid;
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
.tab-content-block {
|
||||
clear:both;
|
||||
position:relative;
|
||||
width: 100%;
|
||||
background: #fff;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
h3.v_nav:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
h3.v_active {
|
||||
background: #FBFBFB;
|
||||
z-index:50;
|
||||
}
|
||||
hr{
|
||||
margin: 1.75em 0;
|
||||
}
|
||||
ul.timeline{
|
||||
width: 98%;
|
||||
padding-left: 2%;
|
||||
}
|
||||
ul.timeline > li{
|
||||
width: 100%;
|
||||
float: none!important;
|
||||
}
|
||||
.vert-line{
|
||||
left: 1px;
|
||||
}
|
||||
ul.timeline > li:nth-child(2n+1):before{
|
||||
border-color:#fff #e2e2e2 #fff #fff!important;
|
||||
left: -14px;
|
||||
right: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/* ==========================================================================
|
||||
04. Media Queries 600
|
||||
========================================================================== */
|
||||
@media only screen and (max-width: 600px) {
|
||||
|
||||
.backstretch{
|
||||
opacity: 0.2;
|
||||
}
|
||||
.cta.two-third{
|
||||
width: 100%;
|
||||
margin-right: 0%;
|
||||
float: none;
|
||||
}
|
||||
.main table{
|
||||
border-left: 1px solid #cad2d7;
|
||||
border-right: 1px solid #cad2d7;
|
||||
border-top: none;
|
||||
border-bottom: none;
|
||||
}
|
||||
.feature-heading{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* ==========================================================================
|
||||
05. Media Queries 480
|
||||
========================================================================== */
|
||||
@media only screen and (max-width: 480px) {
|
||||
|
||||
input[type=text], input[type=email], input[type=password], textarea, a.btn, input[type=button], input[type=submit]{
|
||||
padding: 10px 2%;
|
||||
width: 96%;
|
||||
}
|
||||
a.btn, input[type=button]{
|
||||
text-align: center;
|
||||
}
|
||||
a.small-btn{
|
||||
font-size: 14px;
|
||||
padding: .4em 2%;
|
||||
}
|
||||
a.xsmall-btn{
|
||||
font-size: 12px;
|
||||
padding: .2em 2%;
|
||||
}
|
||||
iframe{
|
||||
max-height: 320px;
|
||||
}
|
||||
#menu-icon{
|
||||
display: block!important;
|
||||
padding-left: 3%!important;
|
||||
padding-right: 3%!important;
|
||||
width: 94%!important;
|
||||
}
|
||||
.header-container header{
|
||||
text-align: center;
|
||||
}
|
||||
.logo{
|
||||
float: none;
|
||||
}
|
||||
.header-container nav{
|
||||
float: none;
|
||||
|
||||
}
|
||||
#nav{
|
||||
padding-left: 3%!important;
|
||||
padding-right: 3%!important;
|
||||
width: 94%!important;
|
||||
left: 0;
|
||||
}
|
||||
.hide-480{
|
||||
display: none;
|
||||
}
|
||||
.thumb-gallery .third{
|
||||
width: 100%;
|
||||
}
|
||||
.icon-thirds li{
|
||||
width: 100%;
|
||||
float: none;
|
||||
}
|
||||
ul.timeline > li:before, .vert-line{
|
||||
display: none;
|
||||
}
|
||||
ul.timeline{
|
||||
width: 100%;
|
||||
padding-left: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* ==========================================================================
|
||||
06. Media Queries 1140
|
||||
========================================================================== */
|
||||
@media only screen and (max-width: 1140px) {
|
||||
.wrapper { width: 100%; }
|
||||
}
|
||||
Vendored
+167
@@ -0,0 +1,167 @@
|
||||
.demo_changer{
|
||||
z-index: 900;
|
||||
position: fixed;
|
||||
left: -195px;
|
||||
top: 178px;
|
||||
font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
|
||||
}
|
||||
|
||||
|
||||
.line {
|
||||
border-bottom: 1px solid #efefef;
|
||||
clear: both;
|
||||
margin: 20px !important;
|
||||
}
|
||||
|
||||
|
||||
span a {color:#7F7F7F;
|
||||
font-weight: 300;
|
||||
padding: 0;
|
||||
font-size:11px;
|
||||
margin: 20px;
|
||||
text-align: center;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
|
||||
span a:hover,
|
||||
span a:active {opacity:1; color:#7F7F7F;
|
||||
}
|
||||
|
||||
|
||||
.demo_changer .demo-icon{
|
||||
background: url(../img/switcher.png) no-repeat scroll center center #ffc602;
|
||||
-webkit-box-shadow: 2px 0px 6px 0px rgba(0, 0, 0, .1);
|
||||
box-shadow: 4px 0px 6px 0px rgba(0, 0, 0, .1);
|
||||
cursor: pointer;
|
||||
float: right;
|
||||
height: 44px;
|
||||
width: 44px;
|
||||
-webkit-border-radius: 0px 4px 4px 0px;
|
||||
border-radius: 0px 4px 4px 0px;
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.form_holder p {color:#7F7F7F;}
|
||||
.demo_changer .form_holder {
|
||||
background: #ffc602;
|
||||
padding: 2px;
|
||||
float: right;
|
||||
-webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .1);
|
||||
box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, .1);
|
||||
width: 190px;
|
||||
-webkit-border-radius: 0px 0px 4px 0px;
|
||||
border-radius: 0px 0px 4px 0px;
|
||||
}
|
||||
.demo_changer .form_holder .inner{
|
||||
background: #ffffff;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
padding: 10px 15px;
|
||||
}
|
||||
|
||||
.demo_changer .form_holder p{
|
||||
padding:0 20px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.demo_changer .form_holder input{
|
||||
width: 55px;
|
||||
border-radius: 0 10px 10px 0;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.demo_changer .form_holder form{
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
.color_display_2 {
|
||||
clear: both;
|
||||
color: #FFFFFF;
|
||||
display: inline-block;
|
||||
font-size: 12px;
|
||||
width:31px !important;
|
||||
height:31px;
|
||||
margin-bottom: 7px;
|
||||
padding: 4px 10px;
|
||||
text-align: center;
|
||||
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
|
||||
text-transform: uppercase;
|
||||
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.29);
|
||||
}
|
||||
|
||||
.color_display_2 a{
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.color_display_2 a:focus,
|
||||
.color_display_2 a:hover {
|
||||
color: #ededed !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
.predefined_styles{
|
||||
padding:0 20px;
|
||||
}
|
||||
.sw-heading{
|
||||
font-size: 11px;
|
||||
text-transform: uppercase;
|
||||
border-bottom: 1px solid #dadada;
|
||||
margin-bottom: 1.2em;
|
||||
padding-bottom: .7em;
|
||||
}
|
||||
.styleswitch{
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.styleswitch.reset{
|
||||
background: url(../img/bullet.png) no-repeat 0 4px;
|
||||
padding-left: 12px;
|
||||
color: #333;
|
||||
margin-top: 1em;
|
||||
margin-right: 0;
|
||||
}
|
||||
.predefined_styles{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.predefined_styles li{
|
||||
list-style-type: none;
|
||||
background: url(../img/bullet.png) no-repeat 0 4px;
|
||||
padding-left: 12px;
|
||||
margin-bottom: .75em;
|
||||
}
|
||||
.predefined_styles li a{
|
||||
color: #333;
|
||||
font-weight: bold;
|
||||
}
|
||||
.styleswitch.reset:hover, .predefined_styles li a:hover, .predefined_styles li a.active{
|
||||
color: #ffc602;
|
||||
}
|
||||
.sw-btn{
|
||||
background: #ffc602;
|
||||
-webkit-border-radius: 4px;
|
||||
border-radius: 4px;
|
||||
color: #ffffff;
|
||||
font-weight: bold;
|
||||
width: 100%;
|
||||
padding-top: .5em;
|
||||
padding-bottom: .5em;
|
||||
text-align: center;
|
||||
display: block;
|
||||
}
|
||||
.sw-btn:hover{
|
||||
background: #333;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1024px) {
|
||||
.demo_changer{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user