...
Css |
---|
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; }body{background-color:#CCCCCC !important;} @media only screen and (max-width: 600px){ /* Screen of a Mobile Device */ body{background-color:#CCCCCC !important;} .webguide-block {float:none !important;display:block; 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> |
...