Post by Trace on Apr 19, 2007 16:40:31 GMT -5
goodpremadelol.proboards107.com/index.cgi
^^note the URL^^
PUT TEXT MENUS ON. Admin < General Settings < Text Menus
CODES:
GLOBAL HEADER
GLOBAL FOOTER
MAIN FOOTER
COLORS
All Bg's= CCFF99
Window BG 1+2+Both Popup BG's= D9FFB3
Text= 284D00
Links= 4F9900
Table Border= 428000
Highlights= E6FFCC
IMAGES
ON= i55.photobucket.com/albums/g144/Bulldawgboy2012/offgreen.jpg
OFF= i55.photobucket.com/albums/g144/Bulldawgboy2012/ongreen.jpg
I apologize for not making a background.
^^note the URL^^
PUT TEXT MENUS ON. Admin < General Settings < Text Menus
CODES:
GLOBAL HEADER
<style type="text/css">
<!--
body {
background-position: center center;
background-repeat: repeat-y;
}
a, a:link, a:hover, a:visited, font {
font-size: 11px;
}
//-->
</style>
<script type="text/javascript">
<!--
document.getElementsByTagName('td').item(2).style.display="none";
//-->
</script>
<script type="text/javascript">
<!--
document.getElementsByTagName('font').item(1).style.display="none";
//-->
</script>
<script type="text/javascript">
<!--
/* Fix Text Menu by california */
var begin='';
var divider=' ';
var end='';
var menu=document.getElementsByTagName("td")[5].firstChild;
var mlink=menu.getElementsByTagName("a");
for(i=0;i<mlink.length;i++)
mlink[i].innerHTML=mlink[i].innerHTML.replace(/[\[\]]/g,'');
var newmenu=menu.innerHTML.replace(/>(&nb{1}sp;|\s)</gi,'>'+divider+'<');
var middle = newmenu.replace(/&nb{1}sp;\s?$/gi,'');
menu.innerHTML=begin+middle+end;
// -->
</script>
<style type="text/css">
<!--
.titlebg {background-image: url(http://i55.photobucket.com/albums/g144/Bulldawgboy2012/zssevm.gif); background-repeat: repeat;}
-->
</style>
<style type="text/css">
<!--
.catbg {background-image: url(http://i55.photobucket.com/albums/g144/Bulldawgboy2012/zsseg7.gif); background-repeat: repeat;}
-->
</style>
<style type="text/css">
<!--
.menubg {background-image: url(http://i55.photobucket.com/albums/g144/Bulldawgboy2012/zsseg7.gif); background-repeat: repeat;}
-->
</style>
GLOBAL FOOTER
<script type="text/javascript">
<!--
fWidth = document.getElementsByTagName('table');
for(t=0; t<fWidth.length; t++) {
if(fWidth[t].width=="92%")
fWidth[t].width='700';
}
// -->
</script>
<center>Skin by Xephyr of <a href="http://forums.dx5.com">DX5 Skins</a></center>
MAIN FOOTER
<script type="text/javascript">
<!--
/* Created by Jay.
Divided Categories with Head/Base Images
http://ngmaster.proboards21.com
This code may not be redistributed without permission.
Please leave this header intact at all times. */
var headBaseSettings = [
['http://i55.photobucket.com/albums/g144/Bulldawgboy2012/head-1.png'], // head image
['http://i55.photobucket.com/albums/g144/Bulldawgboy2012/base-1.png'], // base image
['25'] // gap size
];
var getTR = document.getElementsByTagName('tr');
if (window.location.href.match(/com(\/$|\/index\.c\wi\??($|\w{6}=home)$)$/)) {
for (var i = 1; i < getTR.length; i ++) {
if (getTR.item(i).firstChild.colSpan == 2 && getTR.item(i).firstChild.firstChild.className == 'titletext' && getTR.item(i).firstChild.innerHTML.match(/>Forum Name</)) {
var titleBase = document.createElement('img');
titleBase.src = headBaseSettings[1];
var cloneTitle = getTR.item(i).cloneNode(true).innerHTML;
}
if (getTR.item(i).firstChild.colSpan == 5 && getTR.item(i).firstChild.className == 'catbg' && getTR.item(i).firstChild.align != 'right') {
var cloneTarget = getTR.item(i).getElementsByTagName('td')[0].cloneNode(true).innerHTML;
var newTab = '<td id="del"></td></tr></table>' + (getTR.item(i - 1).innerHTML.match(/>Forum Name</)? '' : '<img src="' + headBaseSettings[1] + '" /><div style="height: ' + headBaseSettings[2] + 'px;"></div>') + '<img src="' + headBaseSettings[0] + '" style="vertical-align: bottom;" /><table width="100%" cellspacing="1" cellpadding="4" class="bordercolor"><tr><td class="catbg" colspan="6">' + cloneTarget + '</td></tr><tr id="frow">';
eval("(getTR.item(i - 1).innerHTML.match(/>Forum Name</)? getTR.item(i).parentNode.parentNode.parentNode.parentNode.parentNode.insertRow(-1).insertCell(-1).appendChild(titleBase) : '')");
getTR.item(i).parentNode.className = 'bordercolor';
with (getTR.item(i).parentNode.parentNode.parentNode) {
parentNode.parentNode .parentNode.style.backgroundColor = 'transparent';
innerHTML = innerHTML.replace(getTR.item(i).cloneNode(true).innerHTML, newTab + cloneTitle);
}
}
if (getTR.item(i).firstChild.id == 'del' || (getTR.item(i).id != 'frow' && getTR.item(i).getElementsByTagName('td')[0].className == 'titlebg' && getTR.item(i).getElementsByTagName('td')[0].innerHTML.match(/>Forum Name</))) {
getTR.item(i).style.display = 'none';
}
}
}
//-->
</script>
<script type='text/javascript'>
/* Info Center head/base images by Scorpian
Version 1 - Images above and below table
http://roddyinnov.proboards75.com */
/*=== Edit These ===*/
var headImg = 'http://i55.photobucket.com/albums/g144/Bulldawgboy2012/head-1.png'; // URL of head image
var baseImg = 'http://i55.photobucket.com/albums/g144/Bulldawgboy2012/base-1.png'; // URL of base image
/*=== Do Not Edit ===*/
var riTable = document.getElementsByTagName('table');
if(location.href.match(/action=home/i) || !location.href.match(/(action|board)=/i)){
for(x=0; x<riTable.length; x++){
if(riTable[x].cellSpacing == 1 && riTable[x].cellPadding == 4 && riTable[x].rows[0].cells[0].innerHTML.match(/Info\sCenter/i)){
var newHTML = "<img src='"+headImg+"'/><table width='100%' cellspacing='1' cellpadding='4' border='0' class='bordercolor'>";
newHTML += riTable[x].innerHTML
newHTML += "</table><img src='"+baseImg+"'/>";
var theTable = riTable[x].parentNode;
theTable.parentNode.parentNode.parentNode.style.backgroundColor = 'transparent';
theTable.innerHTML = theTable.innerHTML.replace(theTable.innerHTML,newHTML);
}
}
}
</script>
COLORS
All Bg's= CCFF99
Window BG 1+2+Both Popup BG's= D9FFB3
Text= 284D00
Links= 4F9900
Table Border= 428000
Highlights= E6FFCC
IMAGES
ON= i55.photobucket.com/albums/g144/Bulldawgboy2012/offgreen.jpg
OFF= i55.photobucket.com/albums/g144/Bulldawgboy2012/ongreen.jpg
I apologize for not making a background.