div.fabTest{
display:none;
}
#custom-content-header{
margin: 5px 0px !important;
}
.wtMenu{
display: none !important;
}
.webguide-wrapper{
margin-top: 40px !important;
}
.secondLine{
margin-top: -100px !important;
margin-bottom: -50px !important;
}
.hide-this{visibility:hidden}
#custom-content-header{
border: 3px solid #ffd617 !important;
}
</style><script>
window.onload =function () { $(".sidebarMenu").hide(); var val = $(".webguide-block a, .webguide-buttons div a"); var num = 0; $(val).each(function (index) { $(this).html($(this).html().replace(/\d\d\./g, "")); $(this).html($(this).html().replace(/.*?\| /g, "")); if ($("#main").size() > 0 && num == 0) { num = 1; if (document.createStyleSheet) { document.createStyleSheet('/wiki/download/attachments/6817322/webguide.css?api=v2'); } else { $("head").append($("<link rel='stylesheet' href='/download/attachments/6817322/webguide.css?api=v2' type='text/css' media='screen' />")); } } }); };
} } }); $(".sidebarMenu").hide();}; </script> |