You are here

nice orange.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 NICE ORANGE
  */ 

  
  
/* 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;
}

/*!
 * jQuery UI Autocomplete 1.8.22
 *
 * LIGHTNESS THEME
 *
 * Copyright 2012
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
  
/* Component containers */
#ui-theme-nice-orange { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
#ui-theme-nice-orange a { color: #333333; }

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

/* Interaction States */
#ui-theme-nice-orange .ui-state-hover { border: 1px solid #fbcb09; background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #c77405; }

File

css/nice orange.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 NICE ORANGE
  12. */
  13. /* AUTOCOMPLETE
  14. ----------------------------------*/
  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. * jQuery UI Autocomplete 1.8.22
  58. *
  59. * LIGHTNESS THEME
  60. *
  61. * Copyright 2012
  62. * Dual licensed under the MIT or GPL Version 2 licenses.
  63. * http://jquery.org/license
  64. *
  65. * http://docs.jquery.com/UI/Theming/API
  66. */
  67. /* Component containers */
  68. #ui-theme-nice-orange { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; border: 1px solid #dddddd; background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
  69. #ui-theme-nice-orange a { color: #333333; }
  70. /* Corner radius */
  71. #ui-theme-nice-orange .ui-corner-all { -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; }
  72. #ui-theme-nice-orange .ui-corner-all { -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; }
  73. #ui-theme-nice-orange .ui-corner-all { -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; }
  74. #ui-theme-nice-orange .ui-corner-all { -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; }
  75. /* Interaction States */
  76. #ui-theme-nice-orange .ui-state-hover { border: 1px solid #fbcb09; background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x; font-weight: normal; color: #c77405; }