You are here

full paper brown.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 FULL PAPER BROWN
  */ 

  
/* 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 PAPER GINGER
 *
 * 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-full-paper-brown { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; border: 1px solid #d9d6c4; background: #eceadf url(images/ui-bg_fine-grain_10_eceadf_60x60.png) 50% 50% repeat; color: #1f1f1f; }
#ui-theme-full-paper-brown. a { color: #1f1f1f; }

/* Interaction states */
#ui-theme-full-paper-brown .ui-state-hover { border: 1px solid #654b24; background: #654b24 url(images/ui-bg_fine-grain_65_654b24_60x60.png) 50% 50% repeat; font-weight: bold; color: #ffffff; }
#ui-theme-full-paper-brown .ui-state-hover a, #ui-theme-full-paper-brown .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }

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

File

css/full paper brown.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 FULL PAPER BROWN
  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 PAPER GINGER
  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-full-paper-brown { font-family: Verdana,Arial,sans-serif; font-size: 1.1em; border: 1px solid #d9d6c4; background: #eceadf url(images/ui-bg_fine-grain_10_eceadf_60x60.png) 50% 50% repeat; color: #1f1f1f; }
  69. #ui-theme-full-paper-brown. a { color: #1f1f1f; }
  70. /* Interaction states */
  71. #ui-theme-full-paper-brown .ui-state-hover { border: 1px solid #654b24; background: #654b24 url(images/ui-bg_fine-grain_65_654b24_60x60.png) 50% 50% repeat; font-weight: bold; color: #ffffff; }
  72. #ui-theme-full-paper-brown .ui-state-hover a, #ui-theme-full-paper-brown .ui-state-hover a:hover { color: #ffffff; text-decoration: none; }
  73. /* Corner radius */
  74. #ui-theme-full-paper-brown .ui-corner-all { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; -khtml-border-top-left-radius: 5px; border-top-left-radius: 5px; }
  75. #ui-theme-full-paper-brown .ui-corner-all { -moz-border-radius-topright: 5px; -webkit-border-top-right-radius: 5px; -khtml-border-top-right-radius: 5px; border-top-right-radius: 5px; }
  76. #ui-theme-full-paper-brown .ui-corner-all { -moz-border-radius-bottomleft: 5px; -webkit-border-bottom-left-radius: 5px; -khtml-border-bottom-left-radius: 5px; border-bottom-left-radius: 5px; }
  77. #ui-theme-full-paper-brown .ui-corner-all { -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -khtml-border-bottom-right-radius: 5px; border-bottom-right-radius: 5px; }