Post by Kaila on Apr 27, 2007 14:53:29 GMT -5
Ok I really like this one.
Preview
Title and menu bar
Cat bar
Background
Forum colours
Background colour: 990000
Text Color: CC9933
Link Color: 996600
Active Link Color: 996633
Visited Link Color: 996600
Title Background Color: 993333
Title Text Color: CC9933
Category Background Color: 993333
Category Text Color: CC9933
News Title Background Color: CC9900
News Title Text Color: 990033
News Background Color: 990000
News Text Color: CC9933
Window Background 1 & 2: 990000
Highlights: 990000
Table Border Color: CC9933
Popup window colours
Background Color/Title background colour: 990000
Text Color/Title text colour: CC9933
codes
Global header
Global footer
Preview
Title and menu bar
Cat bar
Background
Forum colours
Background colour: 990000
Text Color: CC9933
Link Color: 996600
Active Link Color: 996633
Visited Link Color: 996600
Title Background Color: 993333
Title Text Color: CC9933
Category Background Color: 993333
Category Text Color: CC9933
News Title Background Color: CC9900
News Title Text Color: 990033
News Background Color: 990000
News Text Color: CC9933
Window Background 1 & 2: 990000
Highlights: 990000
Table Border Color: CC9933
Popup window colours
Background Color/Title background colour: 990000
Text Color/Title text colour: CC9933
codes
Global header
<style type="text/css">
<!--
.titlebg {background-image: url(http://i16.tinypic.com/400v7tu.jpg); background-repeat: repeat;}
-->
</style>
<style type="text/css">
<!--
.catbg {background-image: url(http://i11.tinypic.com/43ouqtk.jpg); background-repeat: repeat;}
-->
</style>
<style type="text/css">
<!--
.menubg {background-image: url(http://i16.tinypic.com/400v7tu.jpg); background-repeat: repeat;}
-->
</style>
<script type="text/javascript">
//Move "Hey X, you have X" around welcome table
//wooper
var Position = "3"; //set the position. 1 is above everything, 2 is above menu, 3 is below menu
var pm = document.getElementsByTagName('TD')[2];
var hey = pm.getElementsByTagName("FONT")[0].innerHTML;
pm.style.display="none";
if(Position == "1")
{
var cell = document.getElementsByTagName("TABLE")[1].insertRow(0).insertCell(0);
}
if(Position == "2")
{
var cell = document.getElementsByTagName("TABLE")[1].insertRow(1).insertCell(0);
}
if(Position == "3")
{
var cell = document.getElementsByTagName("TABLE")[3].insertRow(1).insertCell(0);
}
cell.colSpan = "2";
cell.align= "center";
cell.height="50";
cell.className = "windowbg";
cell.innerHTML = hey;
</script>
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='900';
}
// -->
</script>