Guest User

Untitled

a guest
Apr 21st, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. /*
  2. Spasalon Theme Default color scheme css file
  3. */
  4.  
  5. /* Custom Front Page Taglines */
  6. .home_tagline{ color: #F22853; }
  7. .home_product_tagline{ color: #4b453f; }
  8. .spa_tag{ background: url("../../images/spa-tag.png") no-repeat scroll 0 0 transparent; }
  9. .spa_tag span{ color: #D61841; }
  10. .spa_tag span p{ color: #9C253E; }
  11.  
  12. /* Contact Template colors */
  13. .contact-header,.phone-no{ color: #f22853; }
  14.  
  15. /* submit buttons and search button of widget */
  16. .contact-form-submit ,.sidebar-btn{ background-color:#f22853; }
  17.  
  18. /* Widget Search Button hover color*/
  19. .sidebar-btn:hover,.sidebar-btn:focus { color: #ffffff;text-decoration: none;background: #3b3f41; }
  20.  
  21. /* contact form input fields focus colors*/
  22. textarea:focus,
  23. input[type="text"]:focus,
  24. input[type="password"]:focus,
  25. input[type="datetime"]:focus,
  26. input[type="datetime-local"]:focus,
  27. input[type="date"]:focus,
  28. input[type="month"]:focus,
  29. input[type="time"]:focus,
  30. input[type="week"]:focus,
  31. input[type="number"]:focus,
  32. input[type="email"]:focus,
  33. input[type="url"]:focus,
  34. input[type="search"]:focus,
  35. input[type="tel"]:focus,
  36. input[type="color"]:focus,
  37. .uneditable-input:focus {
  38. border-color: rgba(242, 40, 83, 0.9);
  39.  
  40. /* IE6-9 */
  41.  
  42. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(242, 40, 83, 0.9);
  43. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(242, 40, 83, 0.9);
  44. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(242, 40, 83, 0.9);
  45. }
  46. /* Sidebar Widgets Color schemes */
  47. .widgettitle,#widget-title{ background: none repeat scroll 0 0 #F2F2F2; border-left: 4px solid #F22853; }
Advertisement
Add Comment
Please, Sign In to add comment