You are here

nice green.css in Search Autocomplete 6.4

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

/**
 * THEME CUSTOM
 */


/*******     DO NOT CHANGE ANYTHING IN HERE : have a look at the end of css file ***********/
/* AUTOCOMPLETE  : */
.myUI-theme-nice-green.myUI-autocomplete {
  position: absolute;
  cursor: default;
}
* html .myUI-theme-nice-green.myUI-autocomplete {
  width: 1px; /* without this, the menu expands to 100% in IE6 */
}
.myUI-theme-nice-green.myUI-autocomplete-input {
  background-image: url("images/throbber.gif");
  background-position: 100% 4px;
  background-repeat: no-repeat;
}
.myUI-theme-nice-green.myUI-autocomplete-loading {
  background-image: url("images/throbber.gif");
  background-position: 100% -16px;
  background-repeat: no-repeat;
}
.myUI-theme-nice-green.myUI-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}
.myUI-theme-nice-green.myUI-menu .myUI-menu {
  margin-top: -3px;
}
.myUI-theme-nice-green.myUI-menu .myUI-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.myUI-theme-nice-green.myUI-menu .myUI-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}
.myUI-theme-nice-green.myUI-menu .myUI-menu-item a {
  font-weight: normal;
  margin: -1px;
}

/************************************************************/
/*******     MAKE YOUR CUSTOM CHANGES IN HERE     ***********/

/* Component containers */
#myUI-theme-nice-green {
  font-family: segoe myUI, Arial, sans-serif;
  font-size: 1.1em;
  border: 1px solid #dfd9c3;
  background: #f5f3e5 url(images/ui-bg_highlight-hard_100_f5f3e5_1x100.png) 50% top repeat-x;
  color: #312e25;
}
#myUI-theme-nice-green a {
  color: #312e25;
}

/* Corner radius */
#myUI-theme-nice-green .myUI-corner-all {
  -moz-border-radius-topleft: 6px;
  -webkit-border-top-left-radius: 6px;
  -khtml-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
}
#myUI-theme-nice-green .myUI-corner-all {
  -moz-border-radius-topright: 6px;
  -webkit-border-top-right-radius: 6px;
  -khtml-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}
#myUI-theme-nice-green .myUI-corner-all {
  -moz-border-radius-bottomleft: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -khtml-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
#myUI-theme-nice-green .myUI-corner-all {
  -moz-border-radius-bottomright: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -khtml-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* Interaction States */
#myUI-theme-nice-green .myUI-state-hover {
  border: 1px solid #327e04;
  background: #67b021 url(images/ui-bg_highlight-soft_25_67b021_1x100.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #ffffff;
}
#myUI-theme-nice-green .myUI-state-hover a,
#myUI-theme-nice-green .myUI-state-hover a:hover {
  color: #ffffff;
  text-decoration: none;
}

File

css/custom_styles/nice green.css
View source
  1. /*
  2. * SEARCH AUTOCOMPLETE (version 7.3-x)
  3. *
  4. * Sponsored by:
  5. * www.axiomcafe.fr
  6. */
  7. /**
  8. * THEME CUSTOM
  9. */
  10. /******* DO NOT CHANGE ANYTHING IN HERE : have a look at the end of css file ***********/
  11. /* AUTOCOMPLETE : */
  12. .myUI-theme-nice-green.myUI-autocomplete {
  13. position: absolute;
  14. cursor: default;
  15. }
  16. * html .myUI-theme-nice-green.myUI-autocomplete {
  17. width: 1px; /* without this, the menu expands to 100% in IE6 */
  18. }
  19. .myUI-theme-nice-green.myUI-autocomplete-input {
  20. background-image: url("images/throbber.gif");
  21. background-position: 100% 4px;
  22. background-repeat: no-repeat;
  23. }
  24. .myUI-theme-nice-green.myUI-autocomplete-loading {
  25. background-image: url("images/throbber.gif");
  26. background-position: 100% -16px;
  27. background-repeat: no-repeat;
  28. }
  29. .myUI-theme-nice-green.myUI-menu {
  30. list-style: none;
  31. padding: 2px;
  32. margin: 0;
  33. display: block;
  34. float: left;
  35. }
  36. .myUI-theme-nice-green.myUI-menu .myUI-menu {
  37. margin-top: -3px;
  38. }
  39. .myUI-theme-nice-green.myUI-menu .myUI-menu-item {
  40. margin: 0;
  41. padding: 0;
  42. zoom: 1;
  43. float: left;
  44. clear: left;
  45. width: 100%;
  46. }
  47. .myUI-theme-nice-green.myUI-menu .myUI-menu-item a {
  48. text-decoration: none;
  49. display: block;
  50. padding: .2em .4em;
  51. line-height: 1.5;
  52. zoom: 1;
  53. }
  54. .myUI-theme-nice-green.myUI-menu .myUI-menu-item a {
  55. font-weight: normal;
  56. margin: -1px;
  57. }
  58. /************************************************************/
  59. /******* MAKE YOUR CUSTOM CHANGES IN HERE ***********/
  60. /* Component containers */
  61. #myUI-theme-nice-green {
  62. font-family: segoe myUI, Arial, sans-serif;
  63. font-size: 1.1em;
  64. border: 1px solid #dfd9c3;
  65. background: #f5f3e5 url(images/ui-bg_highlight-hard_100_f5f3e5_1x100.png) 50% top repeat-x;
  66. color: #312e25;
  67. }
  68. #myUI-theme-nice-green a {
  69. color: #312e25;
  70. }
  71. /* Corner radius */
  72. #myUI-theme-nice-green .myUI-corner-all {
  73. -moz-border-radius-topleft: 6px;
  74. -webkit-border-top-left-radius: 6px;
  75. -khtml-border-top-left-radius: 6px;
  76. border-top-left-radius: 6px;
  77. }
  78. #myUI-theme-nice-green .myUI-corner-all {
  79. -moz-border-radius-topright: 6px;
  80. -webkit-border-top-right-radius: 6px;
  81. -khtml-border-top-right-radius: 6px;
  82. border-top-right-radius: 6px;
  83. }
  84. #myUI-theme-nice-green .myUI-corner-all {
  85. -moz-border-radius-bottomleft: 6px;
  86. -webkit-border-bottom-left-radius: 6px;
  87. -khtml-border-bottom-left-radius: 6px;
  88. border-bottom-left-radius: 6px;
  89. }
  90. #myUI-theme-nice-green .myUI-corner-all {
  91. -moz-border-radius-bottomright: 6px;
  92. -webkit-border-bottom-right-radius: 6px;
  93. -khtml-border-bottom-right-radius: 6px;
  94. border-bottom-right-radius: 6px;
  95. }
  96. /* Interaction States */
  97. #myUI-theme-nice-green .myUI-state-hover {
  98. border: 1px solid #327e04;
  99. background: #67b021 url(images/ui-bg_highlight-soft_25_67b021_1x100.png) 50% 50% repeat-x;
  100. font-weight: normal;
  101. color: #ffffff;
  102. }
  103. #myUI-theme-nice-green .myUI-state-hover a,
  104. #myUI-theme-nice-green .myUI-state-hover a:hover {
  105. color: #ffffff;
  106. text-decoration: none;
  107. }