We hope you enjoy your visit.

You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.


Join our community!


If you're already a member please log in to your account to access all of our features:

Username:   Password:
Add Reply
My Skin.; By Gargoyle14
Topic Started: Jan 25 2010, 08:32 AM (45 Views)
Reid
Member Avatar
È una trappola!

This topic has been moved from our official support board.

Originally posted by: Gargoyle14
My Skin.
 
Code Name: Green and brown
I've been working on this skin for a long time and I finally finished.
Preview?

Ok I changed the forum to my test forum. hope you enjoy :)

Meta Tags:
Quote:
 
<style>
<!--
body {
scrollbar-face-color: #000000;
scrollbar-shadow-color: #303030;
scrollbar-highlight-color: #668B8B;
scrollbar-3dlight-color: #ffff80
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #668B8B;
scrollbar-arrow-color: #668B8B;
}
-->
</style>


Javascript
Quote:
 
<style type="text/css">
<!--
body { background-image: url(http://mercury.walagata.com/w/gargoyle134/AGDtur.jpg) !important;
background-attachment: fixed !important;
}
-->
</style>



<script>
function colorNames(iUser,iColor,iGColor){
for (s=0;s<document.links.length;s++){
if (document.links.innerText==iUser){
document.links.style.color=iColor;
document.links.style.filter=glow(color=iGColor,strength=whateverstrengthyouwant);
}}}
colorNames("username2","FF0000","660000")
colorNames("username1","00FF00","006600")
</script>


<script language="JavaScript">
<!-- //Javascript.

function openWindow(url, name, width, height) {
mywin = window.open(url, name, 'width=' + width + ',height=' + height + ',toolbar=0,location=1,directories=0,status=0,menubar=0,scrollbars=1,resizable=0')
}

// -->

<!-- Please note that the variables set to 1 (toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1) can be changed to 0 in order to remove say, the toolbar, or the scrollbars. The name variable isn't really useful unless you've more complex JavaScripts on your page, that need to take windows into consideration. I'll just let it stay anyway. -->
</script>


Header and Body
Quote:
 
<script language="JavaScript">
<!--
var affiliate=1
function HighlightAll(theField) {
var tempval=eval("document."+theField)
tempval.focus()
tempval.select()
if (document.all&&affiliate==1){
therange=tempval.createTextRange()
therange.execCommand("Copy")
window.status="Copy the affiliate code!"
setTimeout("window.status=''",1800)
}
}
nereidFadeTimers = new Object();
nereidFadeObjects = new Object();
function nereidFade(object, destOp, rate, delta){
if (!document.all)
return
if (object != "[object]"){
setTimeout("nereidFade("+object+","+destOp+","+rate+","+delta+")",0);
return;
}
clearTimeout(nereidFadeTimers[object.sourceIndex]);
diff = destOp-object.filters.alpha.opacity;
direction = 1;
if (object.filters.alpha.opacity > destOp){
direction = -1;
}
delta=Math.min(direction*diff,delta);
object.filters.alpha.opacity+=direction*delta;
if (object.filters.alpha.opacity != destOp){
nereidFadeObjects[object.sourceIndex]=object;
nereidFadeTimers[object.sourceIndex]=setTimeout("nereidFade(nereidFadeObjects["+object.sourceIndex+"],"+destOp+","+rate+","+delta+")",rate);
}
}
-->
</script>
<center>
<table style="border: black 1px solid" border="0" width='92%' cellspacing='0' cellpadding='0'>
<!-- made by Nadim for yahoo, edited by MalcomTalcum for InvisionFree
s7.invisionfree.com/malcomtalcum/index.php
Do not remove copyright -->
<td colspan="3" class="catbg" style="border-bottom: black 1px solid" height="25">
&nbsp;All Game Discussion
</td>
<tr>
<td class="windowbg" width="1%">
<br />
<form name="test">
</form>
</td>
<td class="windowbg2" style="border-left: black 1px solid">
<center><a href="javascript:HighlightAll('test.select1')"><img src=" http://mercury.walagata.com/w/gargoyle134/bluegrad.jpg" width="88" height="31" border="0"></a></center>
</td>
<td height="100%" width="80%" class="windowbg2" style="border-left: black 1px solid"><center><b><u>News/Notes:</center></u></b>
<marquee direction='left' scrollamount='2' scrolldelay='1' onmouseover="this.stop()" onmouseout="this.start()">
<!--Start Mini Banners-->
WELLCOME! I hope you enjoy your stay here.<!--End Mini Banners-->
</td>
</tr>
</table>
</center>


<body bgcolor='#FFFFFF' leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" alink='#000000' vlink='#000000'>
<% BOARD HEADER %>
<% NAVIGATION %>
<% BOARD %>
<% STATS %>


Footer
Quote:
 
<script>
//Simple Money Code created by Webworldx - iF
//Get some good skins @ www.ifskins.com!
var mSide = document.getElementsByTagName('td');
for(a=0;a<mSide.length;a++){
if (mSide[a].className=="post2" || mSide[a].className=="post1") {
if (mSide[a].innerHTML.match("Posts: ")) {

var tPosts = mSide[a].innerText
tPosts = tPosts.split("\n")
for (i=0;i<tPosts.length;i++){ if (tPosts.match("Posts: ")){ var PostCount=tPosts.substring(7)}}
PostCount=PostCount.replace(",","")
var theMoney = PostCount * 15
if(!mSide[a].width){mSide[a].innerHTML+="Money: $" + theMoney}
}}}
</script>



<script>
/*
Adding NaviBar Links
By Webworldx
*/
var aLink=new Array()
aLink[0]='<img src="http://i6.ifrm.com/815/88/upload/p497627.gif" border="0" alt="" width="14" height="16" />&nbsp;<a href="http://s7.invisionfree.com/Fornuto_Net_Forums/index.php??act=SR&f=39">Arcade</a>'

var uCell = document.getElementsByTagName('TD')
for (i=0;i<uCell.length;i++){
if (uCell.align=="right" && uCell.innerHTML.match("act=calendar") && uCell.innerHTML.match("act=Help")){
var addLink=""
for (j=0;j<aLink.length;j++){
addLink+=aLink[j]+" &nbsp; &nbsp;&nbsp;"
}

uCell.innerHTML=addLink+uCell.innerHTML
}}
</script>


Finally the CSS

Code:
 
html { overflow-x: hidden; overflow-y: auto; }

#ipbwrapper { text-align:left; width:95%; margin-left:auto;margin-right:auto }
#ipbwrapper img { vertical-align:middle; border: 0px }

form { display:inline; }
img { vertical-align:middle; border:0px }
BODY { font-family: Verdana, Tahoma; Arial; sans-serif; font-size: 13px; color: #000; margin: px px px px; background-image: url(http://mercury.walagata.com/w/gargoyle134/AGDtur.jpg) }
TABLE, TR, TD { font-family: Verdana, Tahoma; Arial; sans-serif; font-size: 13px; color: #000; }
a:link, a:visited, a:active { text-decoration: underline; color: #000 }
a:hover { color: #000; text-decoration:none }

fieldset.search { padding:6px; line-height:150% }
label { cursor:pointer; }

img.attach { border:2px outset #EEF2F7;padding:2px }

.googleroot { padding:6px; line-height:130% }
.googlechild { padding:6px; margin-left:30px; line-height:130% }
.googlebottom, .googlebottom a:link, .googlebottom a:visited, .googlebottom a:active { font-size:11px; color: #3A4F6C; }
.googlish, .googlish a:link, .googlish a:visited, .googlish a:active { font-size:14px; font-weight:bold; color:#00D; }
.googlepagelinks { font-size:1.1em; letter-spacing:1px }
.googlesmall, .googlesmall a:link, .googlesmall a:active, .googlesmall a:visited { font-size:10px; color:#434951 }

li.helprow { padding:0px; margin:0px 0px 10px 0px }
ul#help { padding:0px 0px 0px 15px }

option.cat { font-weight:bold; }
option.sub { font-weight:bold;color:#555 }
.caldate { text-align:right;font-weight:bold;font-size:11px;color:#000;background-color:#668B8B; background-image: url(http://);padding:4px;margin:0px }

.warngood { color:green }
.warnbad { color:red }

#padandcenter { margin-left:auto;margin-right:auto;text-align:center;padding:14px 0px 14px 0px }

#profilename { font-size:28px; font-weight:bold; }
#calendarname { font-size:22px; font-weight:bold; }

#photowrap { padding:6px; }
#phototitle { font-size:24px; border-bottom:1px solid black }
#photoimg { text-align:center; margin-top:15px }

#ucpmenu { line-height:150%;width:22%; border:1px solid #4A708B;background-color: #668B8B; background-image: url(http://) }
#ucpmenu p { padding:2px 5px 6px 9px;margin:0px; }
#ucpcontent { background-color: #668B8B; background-image: url(http://); border:1px solid #4A708B;line-height:150%; width:auto }
#ucpcontent p { padding:10px;margin:0px; }

#ipsbanner { position:absolute;top:1px;right:5%; }
#logostrip { border:1px solid #4A708B;background-color: #000;background-image:url(http://);padding:0px;margin:0px; }
/* Skin Created using the AIO CSS Generator at http://ifskinzone.net/main.php */
#submenu { border:1px solid #4A708B;background-color: #4A708B; background-image: url(http://); font-size:10px;margin:3px 0px 3px 0px;color:#000;font-weight:bold;}
#submenu a:link, #submenu a:visited, #submenu a:active { font-weight:bold;font-size:10px;text-decoration: none; color: #000; }
#userlinks { border:1px solid #4A708B; background-color: #4A708B; background-image: url(http://) }

#navstrip { font-weight:bold;padding:6px 0px 6px 0px; }

.activeuserstrip { background-color:#4A766E; background-image: url(http://); padding:6px }

.pformstrip { background-color: #; background-image: url(http://mercury.walagata.com/w/gargoyle134/AGDsocom4.jpg); color:#000;font-weight:bold;padding:7px;margin-top:1px }
.pformleft { background-color: #fff; background-image: url(http://); padding:6px; margin-top:1px;width:25%; border-top:1px solid #4A708B; border-right:1px solid #4A708B; }
.pformleftw { background-color: #fff; background-image: url(http://); padding:6px; margin-top:1px;width:40%; border-top:1px solid #4A708B; border-right:1px solid #4A708B; }
.pformright { background-color: #fff; background-image: url(http://); padding:6px; margin-top:1px;border-top:1px solid #4A708B; }

.post1 { background-color: #fff; background-image: url(http://) }
.post2 { background-color: #fff; background-image: url(http://) }
.postlinksbar { background-color:#668B8B;padding:7px;margin-top:1px;font-size:10px; background-image: url(http://) }

.row1 { background-color: #668B8B; background-image: url(http://) }
.row2 { background-color: #668B8B; background-image: url(http://) }
.row3 { background-color: #668B8B; background-image: url(http://) }
.row4 { background-color: #668B8B; background-image: url(http://) }

.darkrow1 { background-color: #668B8B; background-image: url(http://); color:#000; }
.darkrow2 { background-color: #; background-image: url(http://mercury.walagata.com/w/gargoyle134/AGDsocom4.jpg); color:#000; }
.darkrow3 { background-color: #668B8B; background-image: url(http://); color:#000; }

.hlight { background-color: #fff; background-image: url(http://) }
.dlight { background-color: #fff; background-image: url(http://) }

.titlemedium { font-weight:bold; color:#000; padding:7px; margin:0px; background-color: #4A766E; background-image: url(http://) }
.titlemedium a:link, .titlemedium a:visited, .titlemedium a:active { text-decoration: underline; color: #000 }

.maintitle { vertical-align:middle;font-weight:bold; color:#000; letter-spacing:1px; padding:8px 0px 8px 5px; background-color: #; background-image: url(http://mercury.walagata.com/w/gargoyle134/AGDsocom4.jpg) }
.maintitle a:link, .maintitle a:visited, .maintitle a:active { text-decoration: none; color: #000 }
.maintitle a:hover { text-decoration: none }

.plainborder { border:1px solid transparent;background-color:transparent }
.tableborder { border:1px solid #4A708B;background-color:#4A708B; padding:0px; margin:0px; width:100% }
.tablefill { border:1px solid #4A708B;background-color:#fff; background-image: url(http://);padding:6px; }
.tablepad { background-color:#fff; background-image: url(http://);padding:6px }
.tablebasic { width:100%; padding:0px 0px 0px 0px; margin:0px; border:0px }

.wrapmini { float:left;line-height:1.5em;width:25% }
.pagelinks { float:left;line-height:1.2em;width:35% }

.desc { font-size:10px; color:#000 }
.edit { font-size: 9px }

.signature { font-size: 10px; color: #339 }
.postdetails { font-size: 10px }
.postcolor { font-size: 12px; line-height: 160% }

.normalname { font-size: 12px; font-weight: bold; color: #003 }
.normalname a:link, .normalname a:visited, .normalname a:active { font-size: 12px }
.unreg { font-size: 11px; font-weight: bold; color: #900 }

.searchlite { font-weight:bold; color:#F00; background-color:#FF0 }

#QUOTE { font-family: Verdana, Arial; font-size: 11px; color: #000; background-color: #; background-image: url(http://); border: 1px solid #4A708B; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px }
#CODE { font-family: Courier, Courier New, Verdana, Arial; font-size: 11px; color: #000; background-color: #; background-image: url(http://); border: 1px solid #4A708B; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px }

.copyright { font-family: Verdana, Tahoma, Arial, Sans-Serif; font-size: 9px; line-height: 12px }

.codebuttons { font-size: 10px; font-family: verdana, helvetica, sans-serif; vertical-align: middle }
.forminput, .textinput, .radiobutton, .checkbox { font-size: 11px; font-family: verdana, helvetica, sans-serif; vertical-align: middle }

.thin { padding:6px 0px 6px 0px;line-height:140%;margin:2px 0px 2px 0px;border-top:1px solid #4A708B;border-bottom:1px solid #4A708B }

.purple { color:purple;font-weight:bold }
.red { color:red;font-weight:bold }
.green { color:green;font-weight:bold }
.blue { color:blue;font-weight:bold }
.orange { color:#F90;font-weight:bold }


hope you enjoy :D
Offline Profile Quote Post Goto Top
 
1 user reading this topic (1 Guest and 0 Anonymous)
« Previous Topic · Codes & Modifications · Next Topic »
Add Reply