.previous_page,.next_page{font-size:1.2em}.previous_page{float:left;clear:left}.next_page{float:right;clear:right}#chapter{line-height:1.5}#chapter table{margin-top:1em;margin-bottom:1em}#chapter table td{padding-left:1em;padding-right:1em;background-color:#eaeaea;border:thin solid white;font-size:80%}td .docbook_option,td .docbook_emphasis{font-size:125%}h3.index{padding-top:10px;border-bottom:medium solid #000;margin-bottom:10px}dl dt{clear:left;float:left;margin:0;font-weight:bold;padding-left:2em;line-height:1.1}dl dd{margin-left:4em;padding-top:0.2em;clear:left;line-height:1.1;white-space:normal}dl dd dl{margin-left:-180px}#outer > #toc{position:fixed;top:35%;left:0;z-index:3000}#outer > #toc img{position:fixed;top:35%;left:0;background-color:#304b66;padding:0.5em;z-index:3000;display:none}#outer > #toc img:hover{cursor:pointer;background-color:#000}#outer > #toc > ul{position:fixed;top:30%;background-color:#fff;min-height:200px;max-height:65%;overflow-y:auto;padding:0.5em 0;border-top:1px solid #bbb;border-bottom:1px solid #bbb;z-index:3000}#outer > #toc a{font-size:1.2em;color:#304b67;text-decoration:none;padding:0 0.5em}#outer > #toc a:hover{color:#000}@media all and (max-width:640px){#outer > #toc{display:none}}(function($){var click_func=function(e){e.stopPropagation();if($('#toc').data('opened')){$('#toc > *').animate({left:'-='+$('#toc > ul').width()+'px'},'fast');$('#toc').removeData('opened');}else{$('#toc > *').animate({left:'+='+$('#toc > ul').width()+'px'},'fast');$('#toc').data('opened',1);}};$('body').click(function(){if($('#toc').data('opened'))$('#toc > img').mousedown();});var type=document.location.pathname.match(/\/doc\/html\/spec_html\/filter/)?'filter':'spec';$.get(type==='spec'?'index_toc.xml':'filter_toc.xml',function(xml){var $ul=$('#toc > ul').remove();var chapter_id=0;$(xml).find('c').each(function(){++chapter_id;var chapter_title=$(this).children('t').text();var chapter_url=$(this).children('u').text();var chapter_li=$('
  • ').append($('').attr({href:chapter_url,title:chapter_title}).text(chapter_id+'. '+chapter_title),$('