Post by Trace on Jul 15, 2007 10:48:10 GMT -5
This is easily one of the best skins I (and my friend slimthug) have ever made. This one is brilliant. At least to me.
I used the same on/off as in Soaring Skies. They just fit this skin perfectly.
slimxephpremade.proboards78.com/
TURN ON TEXT MENUS
Global Headers:
Global Footers
Main Footers
Blank Banner: usera.imagecave.com/trappers/premadebanner.PNG
Background: usera.imagecave.com/trappers/eg/background.PNG
all text-3780a4
links-6F96A1
all backgrounds-ffffff
highlights-ebebeb
border-9c9c9c
on icon: i55.photobucket.com/albums/g144/Bulldawgboy2012/53ekf2g.png
off icon: i55.photobucket.com/albums/g144/Bulldawgboy2012/4tk2y69.png
We made rank images for the heck of it. XD
admin: usera.imagecave.com/trappers/rankadmin.PNG
global mod: usera.imagecave.com/trappers/rankglobalmod.PNG
mod: usera.imagecave.com/trappers/rankmoderator.PNG
star: usera.imagecave.com/trappers/rankmember.PNG
I believe that is it. Please comment on this skin.
THIS SKIN CAN ONLY BE FOUND AT OVERCOMER'S GFX, TECHNO GFX, CRIB FORUMS, AND SLIGHTLY INSANE. IF IT IS FOUND ANYWHERE ELSE, THEN IT DOESN'T FOLLOW THIS COPYRIGHT NOTICE BY THE CREATORS OF THIS SKIN.
I always wanted to do that.
I used the same on/off as in Soaring Skies. They just fit this skin perfectly.
slimxephpremade.proboards78.com/
TURN ON TEXT MENUS
Global Headers:
<script type="text/javascript">
<!--
/*
Modified text menus coded by Joe/Xylish
Note: in order to use this code, please enable text menus in your pbv4 settings
at Customize Your Forum -> General Settings -> Text Menus and choose "yes"
*/
//Modify within the quotes to the character that you want
schar = "-"
//Please do not edit below here
function Get(tag){
return document.getElementsByTagName(tag)
}
TDNode = Get('td')
spaces = "&nb"+"sp;"+ schar +"&nb"+"sp;"
for(t=0;t<TDNode.length;t++){
if(TDNode[t].className.match(/menubg/i)){
TDNode[t].innerHTML = TDNode[t].innerHTML.replace(new RegExp('&nb'+'sp;','gi'),' ')
TDNode[t].innerHTML = TDNode[t].innerHTML.replace(/\/a>(.+?)<a/gi , '\/a>'+spaces+'<a')
TDNode[t].innerHTML = TDNode[t].innerHTML.replace(/(\[|])/gi,'')
}
}
//-->
</script>
<style type="text/css">
<!--
.titlebg {background-image: url(http://i55.photobucket.com/albums/g144/Bulldawgboy2012/slimthuggrad.jpg); background-repeat: repeat;}
.catbg {background-image: url(http://i55.photobucket.com/albums/g144/Bulldawgboy2012/slimthuggrad.jpg); background-repeat: repeat;}
.newstitlebg {background-image: url(http://i55.photobucket.com/albums/g144/Bulldawgboy2012/slimthuggrad.jpg); background-repeat: repeat;}
.menubg {background-image: url(http://i55.photobucket.com/albums/g144/Bulldawgboy2012/slimthuggrad.jpg); background-repeat: repeat;}
-->
</style>
<!--SMALL FONTS-->
<style type="text/css">
A:link{font-size:10px}
A:visited{font-size:10px}
A:hover{font-size:10px}
BODY{font-size:10px}
TD{font-size:10px}
input{font-size:10px}
textarea{font-size:10px}
select{font-size:10px}
.windowbg{font-size:10px}
.windowbg2{font-size:10px}
.windowbg3{font-size:10px}
.titlebg{font-size:10px}
.text1{font-size:10px}
.catbg{font-size:10px}
font {font-size:10px}
</style>
<!--END SMALL FONTS-->
<style type="text/css">
<!--
textarea, input, select, button
{
border: 1px solid #9c9c9c;
background-color: #ebebeb;
color: #3780a4;
}
-->
</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>
<!--BACKGROUND CENTER-->
<style type="text/css">
<!--
body
{background-position: center top;
background-attachment: fixed;background-repeat: repeat}
-->
</style>
<!--END BACKGROUND CENTER-->
Global Footers
<style type="text/css">
#forumjump{display:none}
</style>
<script type="text/javascript">
/* Xephyr's Forum Resize */
<!--
tablew = document.getElementsByTagName('TABLE');
for(t=0;t<tablew.length;t++) {
if(tablew[t].width=="92%"){
tablew[t].width='700';
}
}
// -->
</script>
<script type="text/javascript">
/* Last Post Column Cell Highlight
Created by hey
Do not repost and keep header intact
*/
//Highlight color
var highlightColor = 'ebebeb';
//0 to link to profile, 1 to link to thread
var linkTarget = '1';
icell = document.getElementsByTagName('TD');
for(t=0;t<icell.length;t++) {
if (icell[t].className=="windowbg2" && icell[t].width=="24%") {
icell[t].onmouseover = function(){this.style.cursor='pointer';this.style.backgroundColor=highlightColor;};
icell[t].onmouseout = function(){this.style.backgroundColor=this.bgColor;};
icell[t].onclick = function(){location = this.getElementsByTagName('a')[linkTarget].href;};}
if(location.href.match(/board=/) && !location.href.match(/action=display/)){
if (icell[t].className=="windowbg2" && icell[t].width=="20%") {
icell[t].onmouseover = function(){this.style.cursor='pointer';this.style.backgroundColor=highlightColor;};
icell[t].onmouseout = function(){this.style.backgroundColor=this.bgColor;};}}}
</script>
<center>Skin by SlimThug and Xephyr</center>
Main Footers
<script type="text/javascript">
<!--
/*Remove forum name board customization
By iAlex
May be reposted and reproduced - Open Source*/
var iTopicName="Topics"; //Name of Topics
var iPostsName="Posts"; //Name of Posts
var iTd=document.getElementsByTagName('td')
for(i=0;i<iTd.length;i++){
if(iTd.item(i).className.match(/titlebg/) && iTd.item(i).getElementsByTagName('b').item(0).innerHTML.match(/^Forum Name$/) && iTd.item(i).colSpan=="2"){
iTd.item(i).parentNode.style.display='none';
}
if(iTd.item(i).className.match(/windowbg/) && iTd.item(i).width=="1%" && iTd.item(i).vAlign=="middle" && iTd.item(i+1).width=="1%" && iTd.item(i).align=="center"){
var iTopics=document.createTextNode(iTopicName);
var iPosts=document.createTextNode(iPostsName);
var iSpace=document.createElement('br');
var iSpace2=document.createElement('br');
iTd.item(i).appendChild(iSpace);
iTd.item(i).appendChild(iTopics);
iTd.item(i+1).appendChild(iSpace2);
iTd.item(i+1).appendChild(iPosts);
}
}
//-->
</script>
<script>
//remove info center icons
var InfoIcon=document.getElementsByTagName("TD")
for(t=0;t<InfoIcon.length;t++){
if(InfoIcon[t].className.match("windowbg") && InfoIcon[t].width=="20" && InfoIcon[t].vAlign=="middle"){
InfoIcon[t].style.display="none"
}}
</script>
Blank Banner: usera.imagecave.com/trappers/premadebanner.PNG
Background: usera.imagecave.com/trappers/eg/background.PNG
all text-3780a4
links-6F96A1
all backgrounds-ffffff
highlights-ebebeb
border-9c9c9c
on icon: i55.photobucket.com/albums/g144/Bulldawgboy2012/53ekf2g.png
off icon: i55.photobucket.com/albums/g144/Bulldawgboy2012/4tk2y69.png
We made rank images for the heck of it. XD
admin: usera.imagecave.com/trappers/rankadmin.PNG
global mod: usera.imagecave.com/trappers/rankglobalmod.PNG
mod: usera.imagecave.com/trappers/rankmoderator.PNG
star: usera.imagecave.com/trappers/rankmember.PNG
I believe that is it. Please comment on this skin.
THIS SKIN CAN ONLY BE FOUND AT OVERCOMER'S GFX, TECHNO GFX, CRIB FORUMS, AND SLIGHTLY INSANE. IF IT IS FOUND ANYWHERE ELSE, THEN IT DOESN'T FOLLOW THIS COPYRIGHT NOTICE BY THE CREATORS OF THIS SKIN.
I always wanted to do that.