inherit
123128
0
Feb 3, 2020 13:53:38 GMT -8
Malagrond
Remember, remember the 5th of November.
813
April 2008
malagrond
|
Post by Malagrond on Sept 26, 2008 12:37:05 GMT -8
Preview: malaskin1.proboards.comFeatures: - Cross-browser.
- You can use HTML in the titles.
Main Footer <script> <!-- /* InfoCenter Titles by Malagrond
Do not redistribute without permission. */
var icText = "Info Center"; // Info Center Title var fsText = "Forum Statistics"; // Forum Statistics Title var uoText = "Users Online"; // Users Online Title var uaText = "Active Users In The Past 24 Hours"; // Active Users In The Past 24 Hours Title
// No need to edit below unless support is needed. var allTds = document.getElementsByTagName("td"); for(var i=0;i<allTds.length;i++){ if(allTds.innerHTML.match(/Info Center/gi) && allTds.className == "titlebg" && allTds.align=="center"){ allTds.innerHTML = '<font class="text1">'+icText+'</font>' ; } if(allTds.innerHTML.match(/Forum Statistics/gi) && allTds.className == "catbg"){ allTds.innerHTML = '<font class="cattext" size="2"><b>'+fsText+'</b></font>'; }
if(allTds.innerHTML.match(/Users Online/gi) && allTds.firstChild.className == "cattext"){ allTds.innerHTML = '<font class="cattext" size="2"><b>'+uoText+'</b></font>'; } if(allTds.innerHTML.match(/Active Users In The Past 24 Hours/gi) && allTds.firstChild.className == "cattext"){ allTds.innerHTML = '<font class="cattext" size="2"><b>'+uaText+'</b></font>'; } } --> </script>
EDIT: Corrected missing <b> tags. ~Mala
|
|