You are here

nice green.css in Search Autocomplete 7.3

/*
 * SEARCH AUTOCOMPLETE (version 7.3-x)
 *
 * @authors
 * Miroslav Talenberg (Dominique CLAUSE) <http://www.axiomcafe.fr/contact>
 *
 * Sponsored by:
 * www.axiomcafe.fr
 */
 
 /**
  * THEME CUSTOM
  */ 

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

/************************************************************/
/*******     MAKE YOUR CUSTOM CHANGES IN HERE     ***********/  
  
/* Component containers */
#ui-theme-nice-green {  font-family: segoe ui, 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; }
#ui-theme-nice-green a { color: #312e25; }

/* Corner radius */
#ui-theme-nice-green .ui-corner-all { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -khtml-border-top-left-radius: 6px; border-top-left-radius: 6px; }
#ui-theme-nice-green .ui-corner-all { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -khtml-border-top-right-radius: 6px; border-top-right-radius: 6px; }
#ui-theme-nice-green .ui-corner-all { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -khtml-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
#ui-theme-nice-green .ui-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 */
#ui-theme-nice-green .ui-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; }
#ui-theme-nice-green .ui-state-hover a, #ui-theme-nice-green .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }

File

css/nice green.css
View source
  1. /*
  2. * SEARCH AUTOCOMPLETE (version 7.3-x)
  3. *
  4. * @authors
  5. * Miroslav Talenberg (Dominique CLAUSE)
  6. *
  7. * Sponsored by:
  8. * www.axiomcafe.fr
  9. */
  10. /**
  11. * THEME CUSTOM
  12. */
  13. /******* DO NOT CHANGE ANYTHING IN HERE : have a look at the end of css file ***********/
  14. /* AUTOCOMPLETE : */
  15. .ui-autocomplete { position: absolute; cursor: default; }
  16. * html .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */
  17. .ui-autocomplete-input {
  18. background-image: url("images/throbber.gif");
  19. background-position: 100% 4px;
  20. background-repeat: no-repeat;
  21. }
  22. .ui-autocomplete-loading {
  23. background-image: url("images/throbber.gif");
  24. background-position: 100% -16px;
  25. background-repeat: no-repeat;
  26. }
  27. .ui-menu {
  28. list-style:none;
  29. padding: 2px;
  30. margin: 0;
  31. display:block;
  32. float: left;
  33. }
  34. .ui-menu .ui-menu {
  35. margin-top: -3px;
  36. }
  37. .ui-menu .ui-menu-item {
  38. margin:0;
  39. padding: 0;
  40. zoom: 1;
  41. float: left;
  42. clear: left;
  43. width: 100%;
  44. }
  45. .ui-menu .ui-menu-item a {
  46. text-decoration:none;
  47. display:block;
  48. padding:.2em .4em;
  49. line-height:1.5;
  50. zoom:1;
  51. }
  52. .ui-menu .ui-menu-item a {
  53. font-weight: normal;
  54. margin: -1px;
  55. }
  56. /************************************************************/
  57. /******* MAKE YOUR CUSTOM CHANGES IN HERE ***********/
  58. /* Component containers */
  59. #ui-theme-nice-green { font-family: segoe ui, 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; }
  60. #ui-theme-nice-green a { color: #312e25; }
  61. /* Corner radius */
  62. #ui-theme-nice-green .ui-corner-all { -moz-border-radius-topleft: 6px; -webkit-border-top-left-radius: 6px; -khtml-border-top-left-radius: 6px; border-top-left-radius: 6px; }
  63. #ui-theme-nice-green .ui-corner-all { -moz-border-radius-topright: 6px; -webkit-border-top-right-radius: 6px; -khtml-border-top-right-radius: 6px; border-top-right-radius: 6px; }
  64. #ui-theme-nice-green .ui-corner-all { -moz-border-radius-bottomleft: 6px; -webkit-border-bottom-left-radius: 6px; -khtml-border-bottom-left-radius: 6px; border-bottom-left-radius: 6px; }
  65. #ui-theme-nice-green .ui-corner-all { -moz-border-radius-bottomright: 6px; -webkit-border-bottom-right-radius: 6px; -khtml-border-bottom-right-radius: 6px; border-bottom-right-radius: 6px; }
  66. /* Interaction States */
  67. #ui-theme-nice-green .ui-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; }
  68. #ui-theme-nice-green .ui-state-hover a, #ui-theme-nice-green .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }