Code:
- <style type="text/css">
- <!--
- .titlebg {background-image: url(http://i23.photobucket.com/albums/b392/poetryladycat/poetryladycat3/poetryladycat6/poetryladycat9/skiesgrad2.jpg); background-repeat: repeat;}
- -->
- </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>
- <style type="text/css">
- <!--
- body
- {
- background-position: top center;
- background-repeat: repeat-y;
- background-attachment: fixed;
- }
- -->
- </style>
-
- <style type="text/css">
- <!--
- .catbg {background-image: url(http://i23.photobucket.com/albums/b392/poetryladycat/poetryladycat3/poetryladycat6/poetryladycat9/skiesgrad1.jpg); background-repeat: repeat;}
- -->
- </style>
- <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>
- <!--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-->
Code:
- <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>
-
- <script type="text/javascript">
- <!--
- /* Created by Jay.
- Divided Categories with Head/Base Images
-
- [url]http://ngmaster.proboards21.com[/url]
- This code may not be redistributed without permission.
- Please leave this header intact at all times. */
-
-
- var headBaseSettings = [
- ['http://i23.photobucket.com/albums/b392/poetryladycat/poetryladycat3/poetryladycat6/poetryladycat9/skieshead.png'], // head image
- ['http://i23.photobucket.com/albums/b392/poetryladycat/poetryladycat3/poetryladycat6/poetryladycat9/skiesbase.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(/>Codes With Graphics & Stuff</)? getTR.item(i).parentNode.parentNode.parentNode.parentNode.parentNode.insertRow(-1).insertCell(-1).appendChild(titleBase) : '')");
- getTR.item(i).parentNode.className = '005270';
- with (getTR.item(i).parentNode.parentNode.parentNode) {
- parentNode.parentNode .parentNode.style.backgroundColor = '67c7c8';
- 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(/>Codes With Graphics & Stuff</))) {
- getTR.item(i).style.display = 'none';
- }
- }
- }
-
- //-->
- </script>