Post by Moldy Cheese on Feb 28, 2008 20:43:11 GMT -5
Moldy Cheese did not make this skin. Lockdown made it and has let me repost.
W00t My newest skin
Preview
Banner: i3.photobucket.com/albums/y51/lockdown92/Ble%20Sophistication/banner1.gif
Off:http://i3.photobucket.com/albums/y51/lockdown92/Ble%20Sophistication/off.gif
On:http://i3.photobucket.com/albums/y51/lockdown92/Ble%20Sophistication/on.gif
G Headers
G Footers
M Footers
W00t My newest skin
Preview
Banner: i3.photobucket.com/albums/y51/lockdown92/Ble%20Sophistication/banner1.gif
Off:http://i3.photobucket.com/albums/y51/lockdown92/Ble%20Sophistication/off.gif
On:http://i3.photobucket.com/albums/y51/lockdown92/Ble%20Sophistication/on.gif
G Headers
<style type="text/css" media="all" />
<!--a:hover {
text-decoration: none;
color: 6696ad;
}
//-->
</style>
<script type="text/javascript">
<!--
//Images to text
var TextSize = "10"
var TextColor = "79afc9"
var TextFont = "Verdana, Arial"
var TextFontBold = "N"
var ImgAr = new Array();
ImgAr[0] = new Array("/menu/home.gif", "Home");
ImgAr[1] = new Array("/menu/help.gif", "Help");
ImgAr[2] = new Array("/menu/search.gif", "Search");
ImgAr[3] = new Array("/menu/members.gif", "Members");
ImgAr[4] = new Array("/menu/calendar.gif", "Calendar");
ImgAr[5] = new Array("/menu/admin.gif", "Admin");
ImgAr[6] = new Array("/menu/profile.gif", "Profile");
ImgAr[7] = new Array("/menu/logout.gif", "Logout");
ImgAr[8] = new Array("/menu/login.gif", "Login");
ImgAr[9] = new Array("/menu/register.gif", "Register");
for(a=0;a<ImgAr.length;a++){
for(i=0;i<document.images.length;i++){
if(document.images[i].src.indexOf(ImgAr[a][0])!=-1){
if(TextFontBold.toLowerCase()=="y"){
Ob = "<b>";
Cb = "</b>"
} else {
Ob = "";
Cb = "";
}
document.images[i].parentNode.innerHTML = "<font face='" + TextFont + "' color='" + TextColor + "' style='font-size: " + TextSize + "px;'>" + Ob + ImgAr[a][1] + Cb + "</font>"
}
}
}
//-->
</script>
<style type="text/css"> BODY {background-image: url(http://i3.photobucket.com/albums/y51/lockdown92/Ble%20Sophistication/bg.gif); background-position: center top; background-repeat: fixed-y;} </style>
<style type="text/css">
<!--
.titlebg {background-image: url(http://i3.photobucket.com/albums/y51/lockdown92/Ble%20Sophistication/catbg.gif); background-repeat: repeat;}
-->
</style>
<style type="text/css">
<!--
.menubg {background-image: url(http://i3.photobucket.com/albums/y51/lockdown92/Ble%20Sophistication/catbg.gif); background-repeat: repeat;}
-->
</style>
<style type="text/css">
<!--
.catbg {background-image: url(http://i3.photobucket.com/albums/y51/lockdown92/Ble%20Sophistication/catbg.gif); background-repeat: repeat;}
-->
</style>
<script type="text/javascript">
<!--
document.getElementsByTagName('font')[1].style.display="none";
//-->
</script>
<script type="text/javascript">
<!--
document.getElementsByTagName('td')[2].style.display="none";
//-->
</script>
G Footers
<script>
// change board width
borderWidth = document.getElementsByTagName('table');
for (bw=0;bw<borderWidth.length;bw++) {
if (borderWidth[bw].width=='92%') {
borderWidth[bw].width='700';
}}
// -->
</script>
<center><b>Brown Sophistication Skin by Lockdown of <a href="http://dx5.proboards77.com/index.cgi">DX5 Skins</a></b></center>
M Footers
<script type='text/javascript'>
/* Category Splitter Final Release by Scorpian
Version 2 - Image behind category and below boards
http://roddyinnov.proboards75.com */
/*=== Edit These ===*/
var headImg = 'http://i3.photobucket.com/albums/y51/lockdown92/Ble%20Sophistication/head.gif'; // URL of head image
var headImgHeight = '25'; // Height of head Image
var headAlign = 'center'; // Align Head Image to left, center, or right
var baseImg = 'http://i3.photobucket.com/albums/y51/lockdown92/Ble%20Sophistication/base.gif'; // URL of base image
/*=== Do Not Edit ===*/
var riTable = document.getElementsByTagName('table');
var newHTMLstart = "<table width='100%' cellspacing='0' cellpadding='0' border='0'><tr><td><table width='100%' cellspacing='1' cellpadding='4' class='bordercolor' border='0'><tr>";
var newHTMLcat = "<table width='100%' cellspacing='0' cellpadding='0' border='0' style='background-image:url("+headImg+");'><tr><td align='"+headAlign+"' height='"+headImgHeight+"'>";
var newHTMLend = "</table></td></tr></table><center><img src='"+baseImg+"'/></center><div style='height:35;'></div>";
var newStuff = '</table></td></tr></table>';
if(location.href.match(/action=home$/i) || !location.href.match(/action=/i)){
for(a=0; a<riTable.length; a++){
if(riTable[a].cellPadding == 4 && riTable[a].cellSpacing == 1 && riTable[a-1].className == "bordercolor"&& riTable[a].rows[0].cells[0].firstChild.firstChild && riTable[a].rows[0].cells[0].firstChild.firstChild.innerHTML == "Forum Name"){
for(b=0; b<riTable[a].rows.length; b++){
if(riTable[a].rows[b].cells[0].colSpan == 5 && riTable[a].rows[b].cells[0].className == 'catbg' && riTable[a].rows[b].cells[0].align != 'right'){
newStuff += newHTMLcat + riTable[a].rows[b].cells[0].innerHTML + '</td></tr></table>';
newStuff += newHTMLstart;
newStuff += '<tr>' + riTable[a].rows[0].innerHTML + '</tr>';
for(c=1; c<riTable[a].rows.length; c++){
if(riTable[a].rows[b+c]){
if(riTable[a].rows[b+c].cells[0].className == 'windowbg'){
newStuff += '<tr>' + riTable[a].rows[b+c].innerHTML + '</tr>';
}else{
newStuff += newHTMLend;
break;
}
}else{
newStuff += newHTMLend;
break;
}
}
}
}
var newTab = riTable[a].parentNode;
riTable[a-1].style.backgroundColor = 'transparent';
newTab.innerHTML = newTab.innerHTML.replace(newTab.innerHTML,newStuff);
break;
}
}
}
</script>