<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * ==============================================
 * Skin for oXygen generated WebHelp.
 * ==============================================
 */


/*
 * ------------------------------------------------------------------
 *  
 * Fonts.
 *  
 */
@import url(https://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,700,700italic);
body{
    font-family: 'Lato', sans-serif;
}

/*
 * ------------------------------------------------------------------
 *  
 * Publication titles
 *  
 */
.wh_publication_title &gt; a{
    color: black;
    font-size: 1.7em;
    font-weight: 900;
}

/*
 * ------------------------------------------------------------------
 *  
 * Link to the index.
 * 
 */
 .wh_indexterms_link a span{
    display:none;
}

/*
 * ------------------------------------------------------------------
 *  
 * Tools and navigation
 * 
 */
.wh_tools{
    border-bottom:1px solid silver;
    margin-bottom:0.5em;
}
 
.wh_print_link,
.wh_navigation_links,
.wh_navigation_links .navnext,
.wh_navigation_links .navprev{
}

/*
 * ------------------------------------------------------------------
 *  
 * Search area
 * 
 */

#searchForm &gt; div {
}
.wh_welcome:not(:empty){
    font-size: 2.5em;
    margin: 0 auto;
    padding: 0 0 .5em 0;
    text-shadow: 0 0 8px #ffffff;
    color:black;
}
/* Style differently the search from the main pahge (index.html), make it larger.*/
.wh_search_input{
    display: block;
    padding: 4em;
    margin: 0;
    background: url('resources/green_bgr.jpg') no-repeat;
    background-size: cover;
    box-shadow: 0px 7px 21px -12px rgba(0, 0, 0, 0.3);
}
.wh_search_textfield{
    background-color: #fff;
    padding: 0.3em;
    border:1px solid #86bd5d;
    border-radius: .5em;
}
.wh_search_button{
    color:white;
    background-color: #86bd5d;
    border-radius: 0 .5em .5em 0;
}

/* Render search area for devices smaller than 767px */
@media only screen and (max-width: 767px) {
    .wh_search_input{
        padding: 2em;
    }
}

/* Selected autocomplete item */
.ui-menu-item .ui-state-active {
    background-color: #86bd5d;
    border: none;
    margin: 0;
}

/* Search relative path */
.searchresult li .relativePath a {
    color: #346ec5;
}

/* Search autocomplete icons */
.search-autocomplete-proposal-type-history a,
.search-autocomplete-proposal-type-history a:hover,
.search-autocomplete-proposal-type-history a:visited,
.search-autocomplete-proposal-type-history a:active{
    text-decoration: none;
    color:inherit;
    font-size: 0.8em;
}
.ui-state-active .search-autocomplete-proposal-type-history a,
.ui-state-active .search-autocomplete-proposal-type-history a:hover,
.ui-state-active .search-autocomplete-proposal-type-history a:visited,
.ui-state-active .search-autocomplete-proposal-type-history a:active{
    color: #fff;
}

/* Active search page */
#wh-search-pagination &gt; ul &gt; li.active &gt; a {
    background-color: #99cc00;
}

.pagination&gt;li&gt;a,.pagination&gt;li&gt;span {
    color: #99cc00;
}

.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;a:focus, .pagination&gt;.active&gt;a:hover, .pagination&gt;.active&gt;span, .pagination&gt;.active&gt;span:focus, .pagination&gt;.active&gt;span:hover {
    border-color: #99cc00 !important;
}


/*
 * ------------------------------------------------------------------
 *  
 * Side TOC
 * 
 */
.wh_side_toc a {
    color:#666;
}
.wh_side_toc{
    margin: 2em;
    padding: 1em;
    border-radius: .5em;    
    border:0.2em solid #99cc00;

    font-size: 0.95em;
}
.wh_side_toc &gt; ul{
    list-style-type: none;
    padding-left: 0.5em;
}
.wh_side_toc li{
    margin-top: 0.5em;
}
.wh_side_toc .active &gt; span{
    font-weight: bold;
    color: black;
}

/* A kind of progress, mark the active item with a symbol overlapping a bar */
.wh_side_toc &gt; ul {
    border-left: 2px solid #99cc00;
    margin-left: 1em; 
    padding-left:1.5em; /* leave space for the leaf symbol */
    position:relative;
}

.wh_side_toc .active:before{
    content: "\e103"; /* the leaf symbol */
    font-weight: bold;
    font-family:"Glyphicons Halflings";
    color: #99cc00;
    display:block;
    position:absolute;
    left:-1px;
}

/*
 * ------------------------------------------------------------------
 *  
 * Footer
 * 
 */
.wh_footer{
    font-size:smaller;
    text-align: center;
    padding: 2em;
    border-top: solid 1px #99cc00;
}

/*
 * ------------------------------------------------------------------
 *  
 * Topic content
 * 
 */
.wh_topic_content{
    padding-top: 1em;
    padding-bottom: 1em;
    line-height: 1.6em;
}

.wh_topic_content li{
    margin: 0.5em;
}
.wh_topic_content .ullinks{
    list-style-type: disc;
}

/*
 * ------------------------------------------------------------------
 *  
 * Search results.
 * 
 */
.wh_search_expression{
    font-weight: bold;
}
.wh_search_expression:before,
.wh_search_expression:after{
    content: '"';
}
.searchresult{
    list-style-type: decimal;
}

.searchresult li a{
    font-weight: bold;
}


/*
 * ------------------------------------------------------------------
 *  
 * Index terms.
 * 
 */
.wh_index_terms {
}


</pre></body></html>