Line 144: | Line 144: | ||
qs("#Header").style.opacity = "1"; | qs("#Header").style.opacity = "1"; | ||
qs("div.JC").style.cssText += 'background-color:#FFF !important'; | qs("div.JC").style.cssText += 'background-color:#FFF !important'; | ||
− | qsa(".JC # | + | qsa(".JC #intro h1:not([data-later]), .JC #intro h1:not([data-later]) b").forEach(function(e) { |
e.style.color = "#FFF" | e.style.color = "#FFF" | ||
}); | }); | ||
setTimeout(function() { | setTimeout(function() { | ||
− | qsa(".JC h1:not([data-later]), .JC h1:not([data-later]) b").forEach(function(e) { | + | qsa(".JC #intro h1:not([data-later]), .JC #intro h1:not([data-later]) b").forEach(function(e) { |
e.style.display = "none" | e.style.display = "none" | ||
}); | }); |
Revision as of 22:29, 31 October 2017