Post by Smangii on May 6, 2007 14:22:15 GMT -5
Wow, this is old ... Using default colors from ProBoards v4, this was a skin I made that sort of "enhanced" the default, plain version. VERY TRENDsleeperD!!!!!
TO INSTALL IMAGES:
- Right Click on the images below and save them to your computer
- Host the images on an image host, whether it be Photobucket, Imageshack, or Tinypic, etc.
- Copy the URLs of the images into the codes provided below. There are spaces designed for each image.
TO INSTALL COLORS:
- Go to the Admin Panel --> Skins/Forum Colors --> Modify Skin
- Select the skin you want to use (usually default)
- CLICK HERE and type each color in the same boxes.
THE IMAGES
Background Image
Main Box Head Image
Main Box Background Image
Main Box Base Image
Category Gradient -
Title Gradient -
No New Posts Icon -
New Posts Icon -
Information Orb -
Birthdays Orb -
Events Orb -
Users Online Orb -
GLOBAL HEADERS:
GLOBAL FOOTERS:
dEphauLt Skin - By Smangii
© Slightly Insane & Extreme Data 2007
Do NOT repost this skin | Do NOT remove any copyright | Do NOT edit anything
|| View Preview ||
© Slightly Insane & Extreme Data 2007
Do NOT repost this skin | Do NOT remove any copyright | Do NOT edit anything
|| View Preview ||
TO INSTALL IMAGES:
- Right Click on the images below and save them to your computer
- Host the images on an image host, whether it be Photobucket, Imageshack, or Tinypic, etc.
- Copy the URLs of the images into the codes provided below. There are spaces designed for each image.
TO INSTALL COLORS:
- Go to the Admin Panel --> Skins/Forum Colors --> Modify Skin
- Select the skin you want to use (usually default)
- CLICK HERE and type each color in the same boxes.
THE IMAGES
Background Image
Main Box Head Image
Main Box Background Image
Main Box Base Image
Category Gradient -
Title Gradient -
No New Posts Icon -
New Posts Icon -
Information Orb -
Birthdays Orb -
Events Orb -
Users Online Orb -
GLOBAL HEADERS:
<style type="text/css">
.titlebg {
background-image: url(TITLE GRADIENT URL HERE);
}
.catbg, .menubg {
background-image: url(CATEGORY GRADIENT URL HERE);
}
.windowbg, .windowbg2 {
border-top: 1px solid #FFFFFF;
}
body {
background-image: url(BACKGROUND IMAGE URL HERE);
background-position: center center;
background-repeat: repeat-y;
background-color: #F2F2F2;
}
</style>
<script type="text/javascript">
/* Border-Around-Forum using Images - by Smangii */
var hi = "MAIN BOX HEAD IMAGE URL HERE";
var mi = "MAIN BOX BACKGROUND IMAGE URL HERE";
var bi = "MAIN BOX BASE IMAGE URL HERE";
document.write('<table width="720" cellspacing="0" cellpadding="0" align="center"><tr><td width="100%"><img src="'+hi+'"></td></tr><tr><td align="center" width="100%" style="background-image: url('+mi+');">')
</script>
GLOBAL FOOTERS:
<script type="text/javascript">
<!--
table = document.getElementsByTagName('table');
for(i = 0; i < table.length; i ++) {
with(table[i]) {
if(width == '92%') {
width = '700';
}}}
//-->
</script>
<script>
document.write('<a href="http://smangii.proboards78.com"><font size="1" font color="#4080b0">dEphauLt by Smangii © Slightly Insane</font></a></td></tr><tr><td width="100%"><img src="'+bi+'"></td></tr></table>')
</script>