| Current Path : /var/www/cesa.co.za/autosuggest/css/ |
| Current File : /var/www/cesa.co.za/autosuggest/css/autosuggest_inquisitor.css |
/*
================================================
autosuggest, inquisitor style
================================================
*/
body
{
position: relative;
}
div.autosuggest
{
position: absolute;
background: #ffffff;
border: 1px solid #325eab;
border-radius: 4px;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
padding: 0;
z-index: 1000;
}
div.autosuggest div.as_header,
div.autosuggest div.as_footer
{
display: none; /* Remove the old header/footer styling */
}
div.autosuggest div.as_header div.as_corner,
div.autosuggest div.as_footer div.as_corner
{
position: absolute;
top: 0;
left: 0;
height: 6px;
width: 6px;
background-image: url(img_inquisitor/ul_corner_tl.gif);
background-position: top left;
background-repeat: no-repeat;
}
div.autosuggest div.as_footer div.as_corner
{
background-image: url(img_inquisitor/ul_corner_bl.gif);
}
div.autosuggest div.as_header div.as_bar,
div.autosuggest div.as_footer div.as_bar
{
height: 6px;
overflow: hidden;
background-color: #333;
}
div.autosuggest ul
{
list-style: none;
margin: 0;
padding: 0;
overflow-y: auto;
overflow-x: hidden;
background-color: #ffffff;
max-height: 250px;
border-radius: 4px;
}
div.autosuggest ul li
{
color: #333333;
padding: 0;
margin: 0;
text-align: left;
border-bottom: 1px solid #f0f0f0;
}
div.autosuggest ul li:last-child
{
border-bottom: none;
}
div.autosuggest ul li a
{
color: #333333;
display: block;
text-decoration: none;
background-color: transparent;
position: relative;
padding: 0;
width: 100%;
font-size: 12px;
transition: background-color 0.2s ease;
}
div.autosuggest ul li a:hover
{
background-color: #f0f5ff;
}
div.autosuggest ul li.as_highlight a
{
color: #333333;
background-color: #e6eeff;
}
div.autosuggest ul li a span
{
display: block;
padding: 8px 12px;
font-weight: normal;
}
div.autosuggest ul li a span small
{
font-weight: normal;
font-size: 11px;
color: #666666;
display: block;
margin-top: 2px;
}
div.autosuggest ul li.as_highlight a span small
{
color: #333333;
font-size: 11px;
}
div.autosuggest ul li.as_warning
{
font-weight: normal;
text-align: center;
color: #666666;
padding: 8px 12px;
}
div.autosuggest ul em
{
font-style: normal;
color: #325eab;
font-weight: bold;
}
/* Remove old corner images and positioning */
div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
display: none;
}