...
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; } .hide-this{visibility:hidden} #custom-content-header{ border: 3px solid #ffd617 !important; } </style><script> AJS.$(window.onload = function ).load(function() { $(".sidebarMenu").toggle(); var val = $(".webguide-block a, .webguide-buttons div a"); $(val).each(function (index) { $(this).html($(this).html().replace(/\d\d\./g, "")); $(this).html($(this).html().replace(/.*?\| /g, "")); if ($("#main").size() > 0) { 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' />")); } } }); }; </script> |
...