You are here

classic.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;
}

/* make even odd distinction */
#ui-theme-classic .ui-menu-item-odd {
	background-color: #eeeeee;
}
#ui-theme-classic .ui-menu-item-even { }

/* Component containers */
#ui-theme-classic { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
#ui-theme-classic a { color: #333333; }

/* Corner radius */
#ui-theme-classic .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-classic .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-classic .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-classic .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-classic .ui-state-hover { font-weight: normal; border: none; background-image: none; background-color: #0A246A; color: white; }

File

css/classic.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. /* make even odd distinction */
  57. #ui-theme-classic .ui-menu-item-odd {
  58. background-color: #eeeeee;
  59. }
  60. #ui-theme-classic .ui-menu-item-even { }
  61. /* Component containers */
  62. #ui-theme-classic { font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif; font-size: 1.1em; }
  63. #ui-theme-classic a { color: #333333; }
  64. /* Corner radius */
  65. #ui-theme-classic .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; }
  66. #ui-theme-classic .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; }
  67. #ui-theme-classic .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; }
  68. #ui-theme-classic .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; }
  69. /* Interaction States */
  70. #ui-theme-classic .ui-state-hover { font-weight: normal; border: none; background-image: none; background-color: #0A246A; color: white; }