Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- Spasalon Theme Default color scheme css file
- */
- /* Custom Front Page Taglines */
- .home_tagline{ color: #F22853; }
- .home_product_tagline{ color: #4b453f; }
- .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: #f22853; }
- /* submit buttons and search button of widget */
- .contact-form-submit ,.sidebar-btn{ background-color:#f22853; }
- /* 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 #F22853; }
Advertisement
Add Comment
Please, Sign In to add comment