Ultimate Graphics
March 28, 2024, 11:07:00 am
Welcome, Guest. Please login or register.

Login with username, password and session length
 
  Home Help Search Arcade Recommended Sites Staff List Login Register  
  Show Posts
Pages: [1] 2 3 ... 11
1  Front Desk / News / Users, We Need Some Help :) on: February 17, 2009, 04:25:19 pm
One of my favorite forums that is hosted on zetaboards (the only forum I like on zetaboards) is having a Referral Competition.

Here is the topic telling you about it:
ZBCode Community Contest

The contest works like this:
Quote
Choco tells John about ZBCode. John goes and signs up and posts in the referral topic so the staff know that John was referred by Choco.

John posts 4 times by the end of the contest.

Choco gets 5+2=7 points.

Remember, you have to post in the referral topic, with the users name that referred you there.
For the name, I would but me(Agent Moose), since I am the one who is referring you to it Tongue

Anyway, please read through the ZBCode Community Contest topic and do what it says Smiley  If we get first place, we get a free domain name.

 - Agent Moose
2  Front Desk / News / Revolution X on: October 29, 2008, 11:31:52 pm
http://revolutionx.smfforfree3.com

Revolution X is a great new forum for anything you need for your SMF For Free forum.  We have codes Graphics and Themes for your forums. 

This is the new forum that Me, Agent Moose and Celebrus have made.  So yea...it would be cool if you joined it Tongue

http://revolutionx.smfforfree3.com
3  Front Desk / News / Re: Your able to view... on: October 08, 2008, 11:41:21 pm
I like this Orange themed skin...nice job DWD
Why thank you Cheesy  I got the idea from a Theme for windows.  It was the Zune theme.
4  Front Desk / News / Re: Your able to view... on: October 02, 2008, 07:09:37 pm
Its here just for you guys to look at for the resources and that good stuff.
5  Graphics Help / Photoshop Tutorials / Re: Graphic Size Guide on: September 29, 2008, 09:15:19 pm
This has now been moved so everyone can see it if they need it.  Also if you want you can use it on your own forum.
6  Front Desk / News / Your able to view... on: September 29, 2008, 08:05:35 pm
You are now able to view the Skin Index and the tutorial areas.  Your not able to post in them though.  Just thought this might help, also someone suggested for me to do this so I am.
7  Skinning / Themed / GTA IV on: July 25, 2008, 04:22:09 pm
Must add to Headers
Code:
<body bgcolor="#4a4a4a" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" alink="#000000" vlink="#000000">

<table cellspacing="0" bgcolor="#4a4a4a" valign="top" height="100%" width="820"><tr><td valign="top" height="100%" background="http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/GTAIV/bgleft.png" style="padding:25px;border:0px;"></td><td height="100%" valign="top">
<br />



Must add to your footers
Code:
<td align="left" valign="top" background="http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/GTAIV/bgright.png" style="padding:25px;border:0px;"></td></tr>
<center>GTA IV Theme created by <b>deathwilldie</b> of <a href='http://smcodes.smfforfree3.com'>SMCodes</a>

CSS
Code:
/* Normal, standard links. */
a:link
{
color: #828282;
text-decoration: none;
}
a:visited
{
color: #ffffff;
text-decoration: none;
}
a:hover
{
color: #000000;
text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #828282;
text-decoration: none;
}
a.nav:hover
{
color: #000000;
text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
color: #000000;
font-size: small;
font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
background-color: #333333;
  margin: auto;
             width: 815px;
padding-top: 12px;
             padding-bottom:  4px;

}


/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
background-color: ;
color: #000000;
font-family: verdana, sans-serif;
}
input, button
{
font-size: 90%;
}

textarea
{
font-size: 100%;
             background:  url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/GTAIV/wpbg.png);
             background-position: center center;
             background-repeat: repeat;
color: #d0d0d0;
background-color: #1F3857;
font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
font-size: 90%;
font-weight: normal;
color: #000000;
font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
height: 1px;
border: 0;
color: #666666;
background-color: #666666;
}

/* No image should have a border when linked */
a img
{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
color: #000000;
background-color: #D7DAEC;
border: 1px solid #000000;
margin: 1px;
padding: 1px;
font-size: x-small;
line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
color: #000000;
background-color: #dddddd;
font-family: "courier new", "times new roman", monospace;
font-size: x-small;
line-height: 1.3em;
/* Put a nice border around it. */
border: 1px solid #000000;
margin: 1px auto 1px auto;
padding: 1px;
width: 99%;
/* Don't wrap its contents, and show scrollbars. */
white-space: nowrap;
overflow: auto;
/* Stop after about 24 lines, and just show a scrollbar. */
max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
color: #000000;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: x-small;
line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
background-color: yellow;
font-weight: bold;
color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
color: #ffffff;
background-color: #565656;
}
.windowbg2
{
color: #ffffff;
background-color: #454545;
}
.windowbg3
{
color: #ffffff;
background-color: #565656;
}
/* the today container in calendar */
.calendar_today
{
background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
color: black;
font-style: normal;
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/GTAIV/titlebg.png) #adadad repeat-x;
border-bottom: solid 1px #9BAEBF;
border-top: solid 1px #FFFFFF;
padding-left: 10px;
padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: black;
font-style: normal;
}

.titlebg a:hover
{
color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
color: black;
font-style: normal;
text-decoration: underline;
}


.titlebg2 a:hover
{
text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/GTAIV/catbg1.png) #88A6C0 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/GTAIV/catbg1.png) #A1BFD9 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #375576;
}
.catbg, .catbg2
{
font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-size: 95%;
color: white;
text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: white;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #ADADAD;
padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
padding: 1px;
border: 1px solid #696969;
background-color: #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
font-size: x-small;
font-family: verdana, sans-serif;
}
.middletext
{
font-size: 90%;
}
.normaltext
{
font-size: small;
}
.largetext
{
font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
width: 100%;
overflow: auto;
line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
width: 100%;
overflow: auto;
padding-bottom: 3px;
line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
color: white;
text-transform: uppercase;
vertical-align: top;
}
.maintab_back, .maintab_active_back
{
color: white;
text-decoration: none;
font-size:  9px;
vertical-align: top;
padding: 2px 6px 6px 6px;
font-family: tahoma, sans-serif;
}

.maintab_first
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/GTAIV/notactive.png) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/GTAIV/notactive.png) left bottom repeat-x;
}
.maintab_last
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/GTAIV/notactive.png) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/GTAIV/Active.png) left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/GTAIV/Active.png) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/GTAIV/Active.png) left bottom no-repeat;
width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
color: white;
text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
color: #e0e0ff;
text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
color: white;
text-transform: uppercase;
vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
color: white;
text-decoration: none;
font-size: 9px;
vertical-align: bottom;
padding: 6px 6px 2px 6px;
font-family: tahoma, sans-serif;
}

.mirrortab_first

{

background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/GTAIV/notactivemir.png) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/GTAIV/notactivemir.png) repeat-x;
}

.mirrortab_last
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/GTAIV/notactivemir.png) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/GTAIV/miroractive.png) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/GTAIV/miroractive.png) repeat-x;
}
.mirrortab_active_last
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/GTAIV/miroractive.png) no-repeat;
width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
color: white;
text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
color: #e0e0ff;
text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
background: #32CD32;
color: white;
text-align: center;
font-weight: bold;
font-size: 18pt;
padding: 3px;
width: 100%;
position: fixed;
top: 0;
left: 0;
}

Images
Expand/Collapse
Code:
http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/collaps.png

Some old

Code:
http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/GTAIV/someold.png

Some New

Code:
http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/GTAIV/somenew.png

No New Posts

Code:
http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/GTAIV/Nonew.png

New Post

Code:
http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/GTAIV/newpost.png

Sub New Post

Code:
http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/GTAIV/newpost.png
8  Skinning / Dark Skins / Oasis on: July 25, 2008, 04:09:04 pm
Forum Url: http://smcodes.smfforfree3.com
Here is a style sheet I was going to use for Ultimate Graphics.  But now that its not open anymore Im going to let anyone use it Cheesy






Preview!

Please put this into your footers
Code:
<center>Oasis was Created by <b>deathwilldie</b></center>


CSS
Code:
/*Oasis was created by deathwilldie*/
div.post A
{
           Color:#036bc4;
}

/* News Fader Font Color */

#smfFadeScroller, #smfFadeScroller,  #smfFadeScroller a:visited, #smfFadeScroller a:link
{           color: #FFFFFF;
             text-decoration:  none;

}

/* Normal, standard links. */
a:link
{
color: #ffffff;
text-decoration: none;
}
a:visited
{
color: #ffffff;
text-decoration: none;
}
a:hover
{
color: #036bc4;
text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #036bc4;
text-decoration: none;
}
a.nav:hover
{
color: #035ba8;
text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
color: #d0d0d0;
font-size: small;
font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
background-color: #000000;
             background:  url(http://209.85.62.24/128/195/0/f112743/bg1.png);
             background-position: center center;
             background-repeat: repeat;
  margin: auto;
             width: 715px;
padding-top: 12px;
             padding-bottom:  4px;


}

/*Oasis was Created by deathwilldie*/
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
font-size: 100%;
color: #d0d0d0;
background-color: #505050;
font-family: verdana, sans-serif;
}
button
{
background-color: ;
color: #000000;
font-family: verdana, sans-serif;
}

input, button
{
font-size: 90%;
}

textarea
{

font-size: 100%;
             background:  url();
             background-position: center center;
             background-repeat: repeat;
color: #d0d0d0;
background-color: #505050;
font-family: verdana, sans-serif;

}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
font-size: 90%;
font-weight: normal;
color: #000000;
font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
height: 1px;
border: 0;
color: #666666;
background-color: #666666;
}

/* The Big Text */
h1
{
        background-color:#313131;
        background-repeat:repeat-x;
        padding:4px 15px;
        border: 1px solid #505050;
       
}

/* No image should have a border when linked */
a img
{
border: 0;
}

/* A quote, perhaps from another post. */
.quote
{
color: #036bc4;
background-color: #222222;
border: 1px solid #000000;
margin: 1px;
padding: 1px;
font-size: x-small;
line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
color: #036bc4;
background-color: #222222;
font-size: x-small;
line-height: 1.3em;
/* Put a nice border around it. */
border: 1px solid #000000;
margin: 1px auto 1px auto;
padding: 1px;
width: 99%;
/* Don't wrap its contents, and show scrollbars. */
white-space: nowrap;
overflow: auto;
/* Stop after about 24 lines, and just show a scrollbar. */
max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
color: #036bc4;
background: url(http://img91.imageshack.us/img91/3033/thinzj4.gif) repeat-x;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: x-small;
line-height: 1.2em;
        margin: 3px;
        margin-bottom: 6px;
        padding: 3px;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
background-color: yellow;
font-weight: bold;
color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
        background: url(http://i75.photobucket.com/albums/i288/deathwilldie/UG/Fatallity/windowbg1.png) repeat-x;
color: #FFFFFF;
background-color: #303030;
}
.windowbg2
{
        background: url(http://i75.photobucket.com/albums/i288/deathwilldie/UG/Fatallity/windowbg1.png) repeat-x;
color: #FFFFFF;
background-color: #404040;
}
.windowbg3
{
color: #FFFFFF;
background-color: #313031;
}
/* the today container in calendar */
.calendar_today
{
background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
color: #d0d0d0;
font-style: normal;
background-color: black;
background: url(http://i75.photobucket.com/albums/i288/deathwilldie/UG/Fatallity/windowbg1.png) repeat-x;
padding-left: 10px;
padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: #d0d0d0;
font-style: normal;
}
.titlebg a:hover
{
color: #717171;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
color: #d0d0d0;
font-style: normal;
text-decoration: underline;
}

.titlebg2 a:hover
{
text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
        height:20px;
background: url(http://i75.photobucket.com/albums/i288/deathwilldie/UG/Oasis/catbg.png) #333333 repeat-x;
        padding: 10px 5px 3px 107px !important;
        vertical-align:middle;
        font-weight:bold
color: #333333;
}
.catbg2 , tr.catbg2 td
{
        height:20px;
background: url(http://i75.photobucket.com/albums/i288/deathwilldie/UG/Oasis/catbg.png) #333333 repeat-x;
        padding: 8px 5px 3px 100px !important;
        vertical-align:middle;
        font-weight:bold;
color: #333333;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #333333;
}
.catbg, .catbg2
{
font-weight: bold;
             horizontal-align:  center;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-size: 95%;
color: white;
text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: white;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
            color: #d0d0d0;
background-color: #505050;
padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
padding: 1px;
border: 1px solid #333333;
background-color: #333333;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
font-size: x-small;
font-family: verdana, sans-serif;
}
.middletext
{
font-size: 90%;
}
.normaltext
{
font-size: small;
}
.largetext
{
font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
width: 100%;
overflow: auto;
line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
width: 100%;
overflow: auto;
padding-bottom: 3px;
line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
color: white;
text-transform: uppercase;
vertical-align: top;
               
}
.maintab_back, .maintab_active_back
{
color: white;
text-decoration: none;
font-size:  9px;
vertical-align: top;
               
padding: 2px 6px 6px 6px;
font-family: tahoma, sans-serif;
}

.maintab_first
{
background: url(http://i75.photobucket.com/albums/i288/deathwilldie/UG/Oasis/notactive.png) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://i75.photobucket.com/albums/i288/deathwilldie/UG/Oasis/notactive.png) left bottom repeat-x;
}
.maintab_last
{
background: url(http://i75.photobucket.com/albums/i288/deathwilldie/UG/Oasis/notactive.png) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://i75.photobucket.com/albums/i288/deathwilldie/UG/Oasis/active.png) left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://i75.photobucket.com/albums/i288/deathwilldie/UG/Oasis/active.png) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://i75.photobucket.com/albums/i288/deathwilldie/UG/Oasis/active.png) left bottom no-repeat;
width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
color: white;
text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
color: #e0e0ff;
text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
color: white;
text-transform: uppercase;
vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
color: white;
text-decoration: none;
font-size: 9px;
vertical-align: bottom;
padding: 6px 6px 2px 6px;
font-family: tahoma, sans-serif;
}

.mirrortab_first
{
background: url(http://i75.photobucket.com/albums/i288/deathwilldie/UG/Oasis/notactivemir.png) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://i75.photobucket.com/albums/i288/deathwilldie/UG/Oasis/notactivemir.png) repeat-x;
}
.mirrortab_last
{
background: url(http://i75.photobucket.com/albums/i288/deathwilldie/UG/Oasis/notactivemir.png) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://i75.photobucket.com/albums/i288/deathwilldie/UG/Oasis/Activemir.png) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://i75.photobucket.com/albums/i288/deathwilldie/UG/Oasis/Activemir.png) repeat-x;
}
.mirrortab_active_last
{
background: url(http://i75.photobucket.com/albums/i288/deathwilldie/UG/Oasis/Activemir.png) no-repeat;
width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
color: white;
text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
color: #e0e0ff;
text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
background: #32CD32;
color: white;
text-align: center;
font-weight: bold;
font-size: 18pt;
padding: 3px;
width: 100%;
position: fixed;
top: 0;
left: 0;
}
/*Oasis Was created by deathwilldie*/



Images

Expand/collaps
Code:
http://i225.photobucket.com/albums/dd64/ugrequests/UG%20Stuff/collaps.png

Some None

Code:
http://i75.photobucket.com/albums/i288/deathwilldie/UG/Oasis/nonew.png

Some New

Code:
http://i75.photobucket.com/albums/i288/deathwilldie/UG/Oasis/new.png

No New Posts

Code:
http://i75.photobucket.com/albums/i288/deathwilldie/UG/Oasis/nonew.png

New Posts

Code:
http://i75.photobucket.com/albums/i288/deathwilldie/UG/Oasis/new.png

Under Icon Images find this image:

Replace with this:

Code:
http://i75.photobucket.com/albums/i288/deathwilldie/UG/Oasis/stats3.png

Find online image under Icon Images and replace with this:

Code:
http://i75.photobucket.com/albums/i288/deathwilldie/UG/Oasis/online1.png
9  Skinning / Dark Skins / Reborn on: July 25, 2008, 04:08:20 pm
I decided to make a style with purple and this is what came to mind.



View Live preview here!

Please add to your Footers
Code:
<center>Reborn was created by <b>deathwilldie</b></center>

CSS
Code:
/*Reborn Created by deathwilldie*/
/*Links In a Post*/
div.post A
{
           Color:#df16c1;
}

/* News Fader Font Color */

#smfFadeScroller a:visited, #smfFadeScroller a:link
{           color: #FFFFFF;
             text-decoration:  none;

}

/* Normal, standard links. */
a:link
{
color: #df16c1;
text-decoration: none;
}
a:visited
{
color: #ffffff;
text-decoration: none;
}
a:hover
{
color: #951281;
text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #df16c1;
text-decoration: none;
}
a.nav:hover
{
color: #951281;
text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
color: #d0d0d0;
font-size: small;
font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
background-color: #000000;
             background:  url(http://209.85.62.24/15/122/0/f120108/background2.png);
             background-position: center center;
             background-repeat: repeat;
  margin: auto;
             width: 802px;
padding-top: 12px;
             padding-bottom:  4px;

}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
font-size: 100%;
color: #d0d0d0;
background-color: #505050;
font-family: verdana, sans-serif;
}
button
{
background-color: ;
color: #000000;
font-family: verdana, sans-serif;
}

input, button
{
font-size: 90%;
}

textarea
{

font-size: 100%;
             background:  url();
             background-position: center center;
             background-repeat: repeat;
color: #d0d0d0;
background-color: #505050;
font-family: verdana, sans-serif;

}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
font-size: 85%;
font-weight: normal;
color: #000000;
font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
height: 1px;
border: 0;
color: #666666;
background-color: #666666;
}

/* The Big Text */
h1
{
        background-color:#313131;
        background-repeat:repeat-x;
        padding:4px 15px;
        border: 1px solid #df16c1;
       
}

/* No image should have a border when linked */
a img
{
border: 0;
}

/* A quote, perhaps from another post. */
.quote
{
color: #df16c1;
background-color: #222222;
border: 1px solid #000000;
margin: 1px;
padding: 1px;
font-size: x-small;
line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
color: #df16c1;
background-color: #222222;
font-size: x-small;
line-height: 1.3em;
/* Put a nice border around it. */
border: 1px solid #000000;
margin: 1px auto 1px auto;
padding: 1px;
width: 99%;
/* Don't wrap its contents, and show scrollbars. */
white-space: nowrap;
overflow: auto;
/* Stop after about 24 lines, and just show a scrollbar. */
max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
color: #df16c1;
background: url(http://img91.imageshack.us/img91/3033/thinzj4.gif) repeat-x;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: x-small;
line-height: 1.2em;
        margin: 3px;
        margin-bottom: 6px;
        padding: 3px;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
background-color: yellow;
font-weight: bold;
color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
color: #FFFFFF;
background-color: #313131;
}
.windowbg2
{
color: #FFFFFF;
background-color: #272727;
}
.windowbg3
{
color: #FFFFFF;
background-color: #313131;
}
/* the today container in calendar */
.calendar_today
{
background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
color: #ffffff;
font-style: normal;
background-color: black;
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/reborn/titlebg.png) repeat-x;
padding-left: 1px;
padding-right: 1px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: #d0d0d0;
font-style: normal;
}
.titlebg a:hover
{
color: #717171;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
color: #d0d0d0;
font-style: normal;
text-decoration: underline;
}

.titlebg2 a:hover
{
text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{

        height:16px;
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/reborn/purplecatbg.png) #131313;
        padding: 1px 1px 10px 1px !important;
        color: #3b3b3b;
text-align: center;
}
.catbg2 , tr.catbg2 td
{
        height:16px;
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/reborn/purplecatbg.png); 
        padding: 1px 1px 10px 1px !important;
              background-color: #131313;
color: #3b3b3b;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #181818;
}
.catbg, .catbg2
{
font-weight: bold;
             horizontal-align:  center;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-size: 60%;
color: #3b3b3b;
text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: #3b3b3b;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #3b3b3b;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
            color: #d0d0d0;
background-color: #505050;
padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
padding: 1px;
border: 1px solid #3b3b3b;
background-color: #2b2b2b;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
font-size: x-small;
font-family: verdana, sans-serif;
}
.middletext
{
font-size: 90%;
}
.normaltext
{
font-size: small;
}
.largetext
{
font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
width: 100%;
overflow: auto;
line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
width: 100%;
overflow: auto;
padding-bottom: 3px;
line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
color: white;
text-transform: uppercase;
vertical-align: top;
               
}
.maintab_back, .maintab_active_back
{
color: white;
text-decoration: none;
font-size:  9px;
vertical-align: top;
               
padding: 2px 6px 6px 6px;
font-family: tahoma, sans-serif;
}

.maintab_first
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/reborn/tabfirst1.png) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/Blueness/tabback.png) left bottom repeat-x;
}
.maintab_last
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/reborn/tabback1.png) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/reborn/activetab.png) left bottom no-repeat;

width: 6px;
}
.maintab_active_back
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/reborn/activetab.png) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/reborn/activetab.png) left bottom no-repeat;
width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
color: white;
text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
color: #e0e0ff;
text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
color: white;
text-transform: uppercase;
vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
color: white;
text-decoration: none;
font-size: 9px;
vertical-align: bottom;
padding: 6px 6px 2px 6px;
font-family: tahoma, sans-serif;
}

.mirrortab_first
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/reborn/mirtabfirst.png) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/Blueness/tabbackmir.png) repeat-x;
}
.mirrortab_last
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/reborn/mirtablast1.png) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/reborn/activetabmir.png) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/reborn/activetabmir.png) repeat-x;
}
.mirrortab_active_last
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/reborn/activetabmir.png) no-repeat;
width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
color: white;
text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
color: #e0e0ff;
text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
background: #32CD32;
color: white;
text-align: center;
font-weight: bold;
font-size: 18pt;
padding: 3px;
width: 100%;
position: fixed;
top: 0;
left: 0;
}

Images

Collapse/expand
Code:
http://i225.photobucket.com/albums/dd64/ugrequests/UG%20Stuff/collaps.png

No New Some

Code:
http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/reborn/nopostsome.png

New Some

Code:
http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/reborn/newpostsome.png

No New posts

Code:
http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/reborn/noposts.png

New Posts

Code:
http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/reborn/newpost.png

New Sub Posts

Code:
http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/reborn/subnew.png
10  Skinning / Dark Skins / Blueness on: July 25, 2008, 04:07:29 pm
Live Preview Here!

Please add to your footers
Code:
<center>Blueness was created by <b>deathwilldie</b></center>


CSS
Code:
/*Links In a Post*/
div.post A
{
           Color:#0a55f1;
}

/* News Fader Font Color */

#smfFadeScroller a:visited, #smfFadeScroller a:link
{           color: #FFFFFF;
             text-decoration:  none;

}

/* Normal, standard links. */
a:link
{
color: #0a55f1;
text-decoration: none;
}
a:visited
{
color: #ffffff;
text-decoration: none;
}
a:hover
{
color: #0c45bd;
text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #0a55f1;
text-decoration: none;
}
a.nav:hover
{
color: #0c45bd;
text-decoration: underline;
}

/* Tables should show empty cells. */
table
{
empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
color: #d0d0d0;
font-size: small;
font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
background-color: #000000;
             background:  url(http://209.85.62.24/15/122/0/f119039/background.png);
             background-position: center center;
             background-repeat: repeat;
  margin: auto;
             width: 784px;
padding-top: 12px;
             padding-bottom:  4px;

}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea
{
font-size: 100%;
color: #d0d0d0;
background-color: #505050;
font-family: verdana, sans-serif;
}
button
{
background-color: ;
color: #000000;
font-family: verdana, sans-serif;
}

input, button
{
font-size: 90%;
}

textarea
{

font-size: 100%;
             background:  url();
             background-position: center center;
             background-repeat: repeat;
color: #d0d0d0;
background-color: #505050;
font-family: verdana, sans-serif;

}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
font-size: 90%;
font-weight: normal;
color: #000000;
font-family: verdana, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
height: 1px;
border: 0;
color: #666666;
background-color: #666666;
}

/* The Big Text */
h1
{
        background-color:#313131;
        background-repeat:repeat-x;
        padding:4px 15px;
        border: 1px solid #505050;
       
}

/* No image should have a border when linked */
a img
{
border: 0;
}

/* A quote, perhaps from another post. */
.quote
{
color: #0a55f1;
background-color: #222222;
border: 1px solid #000000;
margin: 1px;
padding: 1px;
font-size: x-small;
line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
color: #0a55f1;
background-color: #222222;
font-size: x-small;
line-height: 1.3em;
/* Put a nice border around it. */
border: 1px solid #000000;
margin: 1px auto 1px auto;
padding: 1px;
width: 99%;
/* Don't wrap its contents, and show scrollbars. */
white-space: nowrap;
overflow: auto;
/* Stop after about 24 lines, and just show a scrollbar. */
max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
color: #0a55f1;
background: url(http://img91.imageshack.us/img91/3033/thinzj4.gif) repeat-x;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: x-small;
line-height: 1.2em;
        margin: 3px;
        margin-bottom: 6px;
        padding: 3px;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
color: red;
}

/* The main post box - this makes it as wide as possible. */
.editor
{
width: 96%;
}

/* Highlighted text - such as search results. */
.highlight
{
background-color: yellow;
font-weight: bold;
color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
color: #FFFFFF;
background-color: #313131;
}
.windowbg2
{
color: #FFFFFF;
background-color: #272727;
}
.windowbg3
{
color: #FFFFFF;
background-color: #313131;
}
/* the today container in calendar */
.calendar_today
{
background-color: #FFFFFF;
}

/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td
{
color: #d0d0d0;
font-style: normal;
background-color: black;
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/Blueness/titlebg2.png) repeat-x;
padding-left: 10px;
padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: #d0d0d0;
font-style: normal;
}
.titlebg a:hover
{
color: #717171;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
color: #d0d0d0;
font-style: normal;
text-decoration: underline;
}

.titlebg2 a:hover
{
text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{

        height:20px;
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/Blueness/Catbgtest.png) #181818;
        padding: 10px 1px 1px 1px !important;
        color: #ffffff;
text-align: center;
}
.catbg2 , tr.catbg2 td
{
        height:20px;
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/Blueness/Catbgtest.png); 
        padding: 10px 1px 1px 1px !important;
              background-color: #181818;
color: #ffffff;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #181818;
}
.catbg, .catbg2
{
font-weight: bold;
             horizontal-align:  center;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-size: 95%;
color: white;
text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: white;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
            color: #d0d0d0;
background-color: #505050;
padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
padding: 1px;
border: 1px solid #181818;
background-color: #181818;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
font-size: x-small;
font-family: verdana, sans-serif;
}
.middletext
{
font-size: 90%;
}
.normaltext
{
font-size: small;
}
.largetext
{
font-size: large;
}


/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
width: 100%;
overflow: auto;
line-height: 1.3em;
}

/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
width: 100%;
overflow: auto;
padding-bottom: 3px;
line-height: 1.3em;
}

/* Sometimes there will be an error when you post */
.error
{
color: red;
}


/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
color: white;
text-transform: uppercase;
vertical-align: top;
               
}
.maintab_back, .maintab_active_back
{
color: white;
text-decoration: none;
font-size:  9px;
vertical-align: top;
               
padding: 2px 6px 6px 6px;
font-family: tahoma, sans-serif;
}

.maintab_first
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/Blueness/tabback.png) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/Blueness/tabback.png) left bottom repeat-x;
}
.maintab_last
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/Blueness/tabback.png) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/Blueness/activetab.png) left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/Blueness/activetab.png) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/Blueness/activetab.png) left bottom no-repeat;
width: 8px;
}

/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
color: white;
text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
color: #e0e0ff;
text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
color: white;
text-transform: uppercase;
vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
color: white;
text-decoration: none;
font-size: 9px;
vertical-align: bottom;
padding: 6px 6px 2px 6px;
font-family: tahoma, sans-serif;
}

.mirrortab_first
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/Blueness/tabbackmir.png) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/Blueness/tabbackmir.png) repeat-x;
}
.mirrortab_last
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/Blueness/tabbackmir.png) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/Blueness/activetabmir.png) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/Blueness/activetabmir.png) repeat-x;
}
.mirrortab_active_last
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/Blueness/activetabmir.png) no-repeat;
width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
color: white;
text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
color: #e0e0ff;
text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
background: #32CD32;
color: white;
text-align: center;
font-weight: bold;
font-size: 18pt;
padding: 3px;
width: 100%;
position: fixed;
top: 0;
left: 0;
}


Images
Collaps/Expand
Code:
http://i225.photobucket.com/albums/dd64/ugrequests/UG%20Stuff/collaps.png

Some No New

Code:
http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/Blueness/someold.png

Some New

Code:
http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/Blueness/somnew.png

New Posts

Code:
http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/Blueness/old.png

No New Posts

Code:
http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/Blueness/new.png
11  Front Desk / News / Using as Skin Tests on: July 21, 2008, 09:55:17 pm
Using as Skin Tests. 

Code:
code

Quote
quote

http://google.com
12  Front Desk / News / Re: Closing the forum soon on: July 18, 2008, 01:43:34 pm
I should be able to get on your forum Xstinct more than I have been.
13  Front Desk / News / Closing the forum soon on: July 15, 2008, 06:34:55 pm
Well as you can see I am going to be closing the forum down soon.  This is because I mainly don't feel like running a forum anymore.  Also the Activity here is almost gone because in the past 3 days there hasn't been 1 single post it seems like.

Those are pretty much all the reasons.  So if you need any graphics for your forum you should start requesting for it soon.

I will Probably close this forum down in about 2 or 3 days. 

So sorry for the members that did get on here.   I will probably not make another forum after this one.  But I will be on the Support forum still making StyleSheets.
14  Front Desk / News / Re: Retiring from Staff on: July 15, 2008, 05:40:58 pm
Well you have been a great staff member and you have been here sense the beginning of this forum also.  I might close down this forum soon.  I haven't seen any new posts in the last 3 days.
15  Front Desk / News / Re: Its all good now. on: June 27, 2008, 04:48:00 pm
Sadly yes.  But don't worry it will get done.
Pages: [1] 2 3 ... 11
Affiliates
Our Code
Free Rice Angelicum Role Play
Ultimate Graphics