/* Spasalon Theme Default color scheme css file */ /* link hover colors */ a:hover,#flex_new h4 a:hover, a:focus,#sidebar ul li a:hover { color: #9295CA;text-decoration: none; } .navbar-inverse .nav > li > a:focus, .navbar-inverse .nav > li > a:hover { color: #ffffff;background-color: #9295CA; } .navbar-inverse .nav .active > a, .navbar-inverse .nav .active > a:hover { color: #ffffff; background-color: #9295CA; } .dropdown-menu{ background-color: #4b453f; } .dropdown-menu > li > a { border-bottom: 1px solid #57514A;color: #d2cbc4; } .dropdown-submenu .dropdown-menu a{ background: #4b453f; } .dropdown-submenu .dropdown-menu > li > a:hover, .dropdown-submenu .dropdown-menu > li > a:focus { background: #393530; } .navbar-inverse .nav li.dropdown.open > .dropdown-toggle, .navbar-inverse .nav li.dropdown.active > .dropdown-toggle, .navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle { color: #ffffff; background-color: #9295CA; } .current_page_item .dropdown-toggle .caret{border-bottom-color:#fff !important;border-top-color:#fff !important;} /* Custom Front Page Taglines */ .home_tagline{ color: #9295CA; } .home_product_tagline{ color: #4b453f; } /* change pink strip color from here */ .pink-container { background: none repeat scroll 0 0 #9295CA; } .pink-container p{ border-left: 1px solid #F05D7D;color: #FCCED7; } .spa_tag{ background: url("../../images/spa-tag.png") no-repeat scroll 0 0 transparent; } .spa_tag span{ color: #D61841; } .spa_tag span p{ color: #9C253E; } /* Contact Template colors */ .contact-header,.phone-no{ color: #9295CA; } /* submit buttons and search button of widget */ .contact-form-submit ,.sidebar-btn{ background-color:#9295CA; } /* Widget Search Button hover color*/ .sidebar-btn:hover,.sidebar-btn:focus { color: #ffffff;text-decoration: none;background: #3b3f41; } /* contact form input fields focus colors*/ textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus { border-color: rgba(242, 40, 83, 0.9); /* IE6-9 */ -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(242, 40, 83, 0.9); -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(242, 40, 83, 0.9); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(242, 40, 83, 0.9); } /* Sidebar Widgets Color schemes */ .widgettitle,#widget-title{ background: none repeat scroll 0 0 #F2F2F2; border-left: 4px solid #9295CA; }