You are here

tripadvisor.css in Search Autocomplete 6.4

/*
 * SEARCH AUTOCOMPLETE (version 7.3-x)
 *
 * Sponsored by:
 * www.axiomcafe.fr
 */

/**
 * THEME NICE ORANGE
 */

/* AUTOCOMPLETE */
.myUI-theme-tripadvisor.myUI-autocomplete {
  position: absolute;
  cursor: default;
}
* html .myUI-theme-tripadvisor.myUI-autocomplete {
  width: 1px; /* without this, the menu expands to 100% in IE6 */
}
.myUI-theme-tripadvisor.myUI-autocomplete-input {
  background-image: url("images/throbber.gif");
  background-position: 100% 4px;
  background-repeat: no-repeat;
}
.myUI-theme-tripadvisor.myUI-autocomplete-loading {
  background-image: url("images/throbber.gif");
  background-position: 100% -16px;
  background-repeat: no-repeat;
}

.myUI-theme-tripadvisor.myUI-widget-content {
  background: none;
  border-radius: 0px;
  color: #2c2c2c;
  border: 1px solid #c8c8c8;
  box-shadow: 2px 2px 2px -1px rgba(128,128,128,0.6);
  position: absolute;
  background-color: #FFFFFF;
  font-family: Arial,Tahoma,"Bitstream Vera Sans",sans-serif;
  font-size: 1em;
}
#myUI-theme-tripadvisor.myUI-menu {
  list-style: none;
  padding: 0px;
  margin: 0;
  display: block;
  float: left;
}
#myUI-theme-tripadvisor.myUI-menu .myUI-menu {
  margin-top: -3px;
}
#myUI-theme-tripadvisor.myUI-menu .myUI-menu-item {
  margin: 0;
  padding: 0;
  float: left;
  clear: left;
  width: 100%;  
  line-height: 14px;
  font-size: 12px;
}
#myUI-theme-tripadvisor.myUI-menu .myUI-menu-item a {
  text-decoration: none;
  display: block;
  padding: 0;
}
#myUI-theme-tripadvisor.myUI-menu .myUI-menu-item a {
  font-weight: normal;
  margin: -1px;
}

/* Interaction States */
#myUI-theme-tripadvisor .myUI-state-hover {
  background: none;
  border: none;
  border-radius: 0px;
  background-color: #99CC66;
  color: #FFFFFF;
}
#myUI-theme-tripadvisor .myUI-autocomplete-fields {
  padding: 5px 6px;
}
#myUI-theme-tripadvisor .myUI-autocomplete-fields.first {
  border-top: 1px solid #D3E0BB;
}
#myUI-theme-tripadvisor .myUI-autocomplete-field-title {
text-align: left;
}
#myUI-theme-tripadvisor .myUI-autocomplete-field-term {
  font-weight: bold;
}
#myUI-theme-tripadvisor .myUI-autocomplete-field-group {
  background-position: right top;
  background-repeat: no-repeat;
  color: #589442;
  float: right;
}

File

css/custom_styles/tripadvisor.css
View source
  1. /*
  2. * SEARCH AUTOCOMPLETE (version 7.3-x)
  3. *
  4. * Sponsored by:
  5. * www.axiomcafe.fr
  6. */
  7. /**
  8. * THEME NICE ORANGE
  9. */
  10. /* AUTOCOMPLETE */
  11. .myUI-theme-tripadvisor.myUI-autocomplete {
  12. position: absolute;
  13. cursor: default;
  14. }
  15. * html .myUI-theme-tripadvisor.myUI-autocomplete {
  16. width: 1px; /* without this, the menu expands to 100% in IE6 */
  17. }
  18. .myUI-theme-tripadvisor.myUI-autocomplete-input {
  19. background-image: url("images/throbber.gif");
  20. background-position: 100% 4px;
  21. background-repeat: no-repeat;
  22. }
  23. .myUI-theme-tripadvisor.myUI-autocomplete-loading {
  24. background-image: url("images/throbber.gif");
  25. background-position: 100% -16px;
  26. background-repeat: no-repeat;
  27. }
  28. .myUI-theme-tripadvisor.myUI-widget-content {
  29. background: none;
  30. border-radius: 0px;
  31. color: #2c2c2c;
  32. border: 1px solid #c8c8c8;
  33. box-shadow: 2px 2px 2px -1px rgba(128,128,128,0.6);
  34. position: absolute;
  35. background-color: #FFFFFF;
  36. font-family: Arial,Tahoma,"Bitstream Vera Sans",sans-serif;
  37. font-size: 1em;
  38. }
  39. #myUI-theme-tripadvisor.myUI-menu {
  40. list-style: none;
  41. padding: 0px;
  42. margin: 0;
  43. display: block;
  44. float: left;
  45. }
  46. #myUI-theme-tripadvisor.myUI-menu .myUI-menu {
  47. margin-top: -3px;
  48. }
  49. #myUI-theme-tripadvisor.myUI-menu .myUI-menu-item {
  50. margin: 0;
  51. padding: 0;
  52. float: left;
  53. clear: left;
  54. width: 100%;
  55. line-height: 14px;
  56. font-size: 12px;
  57. }
  58. #myUI-theme-tripadvisor.myUI-menu .myUI-menu-item a {
  59. text-decoration: none;
  60. display: block;
  61. padding: 0;
  62. }
  63. #myUI-theme-tripadvisor.myUI-menu .myUI-menu-item a {
  64. font-weight: normal;
  65. margin: -1px;
  66. }
  67. /* Interaction States */
  68. #myUI-theme-tripadvisor .myUI-state-hover {
  69. background: none;
  70. border: none;
  71. border-radius: 0px;
  72. background-color: #99CC66;
  73. color: #FFFFFF;
  74. }
  75. #myUI-theme-tripadvisor .myUI-autocomplete-fields {
  76. padding: 5px 6px;
  77. }
  78. #myUI-theme-tripadvisor .myUI-autocomplete-fields.first {
  79. border-top: 1px solid #D3E0BB;
  80. }
  81. #myUI-theme-tripadvisor .myUI-autocomplete-field-title {
  82. text-align: left;
  83. }
  84. #myUI-theme-tripadvisor .myUI-autocomplete-field-term {
  85. font-weight: bold;
  86. }
  87. #myUI-theme-tripadvisor .myUI-autocomplete-field-group {
  88. background-position: right top;
  89. background-repeat: no-repeat;
  90. color: #589442;
  91. float: right;
  92. }