Post by EMOcore on Sept 20, 2007 15:19:51 GMT -5
Vanilla Cream
Skinned by EMOcore
Live Preview
Download the Images!
The Colors
Background, All Grad BG's, Window BG's: f1f5e5
All Text, Title Text: c0bca1
Category Text, Links: 98967e
Window Highlights: f1f5e7
Border: 98967e
The Codes
Global Header:
Global Footer:
Main Footer:
So this is my first skin in a VERY long time. Hope you like it!
Skinned by EMOcore
Live Preview
Download the Images!
The Colors
Background, All Grad BG's, Window BG's: f1f5e5
All Text, Title Text: c0bca1
Category Text, Links: 98967e
Window Highlights: f1f5e7
Border: 98967e
The Codes
Global Header:
<style type="text/css">
<!--
.titlebg {background-image: url(GRADIENT 1 HERE); background-repeat: repeat;}
-->
</style>
<style type="text/css">
<!--
.catbg {background-image: url(GRADIENT 2 HERE); background-repeat: repeat;}
-->
</style>
<style type="text/css">
<!--
.menubg {background-image: url(GRADIENT 2 HERE); background-repeat: repeat;}
-->
</style>
<style type="text/css">
<!--
.newstitlebg {background-image: url(GRADIENT 2 HERE); background-repeat: repeat;}
-->
</style>
<STYLE type="text/css">
<!--
BODY
{
background-position:center top;
background-repeat:repeat-y;
}
-->
</style>
<script language=javascript>
<!--
var PMLogoCell = document.getElementsByTagName("TD")[1]; PMLogoCell.removeChild(PMLogoCell.lastChild)
document.getElementsByTagName('tr')[1].deleteCell(1);
-->
</script>
Global Footer:
<script language="JavaScript">
var boardwidth = document.getElementsByTagName('TABLE');
for(i=0;i<boardwidth.length;i++) {
if(boardwidth[i].width=="92%"){
boardwidth[i].width='728 px';}}
</script>
<script language="JavaScript">
<!--
if(location.href.match(/com\/?((index\.cgi)?\??(action=(logout|home))?(#.+)?)?$/)){
var select = document.getElementsByTagName("SELECT");
for(var p=0;p<select.length;p++){
if(select[p].innerHTML.match(/forum jump/i)){
select[p].style.display="none";
}
}
}
-->
</script>
Main Footer:
<script type="text/javascript">
/* Created by Hechizero
Change catbg and titlebg rows order v1.0 B - Edited to make it work with PBv4
This code may not redistributed without the express permission from its creator.
This header must stay intact at all times. */
if (window.location.href.match(/\.com(\/(index\.cgi(\?(action=home)?|#\w+)?)?)?$/i)) {
var trs=document.getElementsByTagName('tr');
for (var h=0;h<trs.length;h++) {
if (trs[h].cells.length>1 && trs[h].cells[0].className=='titlebg' && trs[h+1].cells[0].className=='catbg') {
trs[h].parentNode.insertBefore(trs[h+1],trs[h]);
}
}
}
</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>
So this is my first skin in a VERY long time. Hope you like it!