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;
}
.webguide-homepage .sidebarMenu{
display: none !important;
}
.hide-this{visibility:hidden}
#custom-content-header{
border: 3px solid #ffd617 !important;
}
@media only screen @mediaand (max-width: 550px800px) {
body .header /* Screen of a Mobile Device */
h1#title-text{
font-size:25px;
}
#breadcrumbs, #breadcrumbs *, #breadcrumbs a{
font-size:12px
}
.header{
padding:0.5em !important;
}
#full-height-container #main #content{
padding-left:0;
}
.webguide-block {
float:none !important;
display:block;
width:100%;
padding-left: 0;
min-height: auto;
margin: 10px !important;
height: auto !important;
}
.webguide-wrapper{height: auto}
#custom-header{font-size:10px}
}
</style><script> window.onload = function () { 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' />")); } } }); };AJS.$(window).load(function(){$(".sidebarMenu").hide();}) </script> |