<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 
    Document   : sphinxsearch
    Created on : Mar 3, 2011, 9:14:06 AM
    Author     : Ivinco
    Description:
        Custom stylesheet for the sphinx search forms.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

/*
Styles for search form on the sidebar
*/
#searchbar ul li,
#searchbar ul li:hover{
    background-image: none;
}

#searchbar #searchform {
    width: 100%;
}
#searchbar #sphinx_sinput {
    width: 170px;
}
#searchbar #submit {
    float: right;
    padding: 3px 2px 4px 4px;
}

/*
Styles for search form on the top of search page
*/

#searchpanel ul li,
#searchpanel ul li:hover{
    background-image: none;
}

ul.page-numbers li
{
display: inline;
list-style-type: none;
padding-right: 5px;
}</pre></body></html>