Ultimate Graphics
March 29, 2024, 03:19:12 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 ... 4 5 [6] 7 8 ... 11
76  Skinning / Themed / PS2 Theme! on: January 10, 2008, 04:09:42 pm
This is the New PS2 Skin!

Preview!!!

Please Add this to your Footers!
Code:
<center>Skin Created by <b>deathwilldie</b>.  Find more great Skins at <a href="http://ultimategraphics.smfforfree3.com"><u>Ultimate Graphics</u></a></center>

CSS
Code:
/* Normal, standard links. */
a:link
{
color: #0078FC;
text-decoration: none;
}
a:visited
{
color: #0078FC;
text-decoration: none;
}
a:hover
{
color: #8AA9CD;
text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #0078FC;
text-decoration: none;
}
a.nav:hover
{
color: #8AA9CD;
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: #747474;
font-size: small;
font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
background-color: #000000;
             background:  url(http://www.styleyourforum.com/data/24/css0.png);
             background-position: center center;
             background-repeat: repeat;
  margin: auto;
             width: 750px;
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%;
color: #000000;
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: #3f3f3f;
border: 1px solid #747474;
        border-top:1px dashed #747474;
        border-bottom:1px dashed #747474;
        border - left: 1px dashed #747474;
        border - right: 1px dashed #747474;
margin: 1px;
padding: 1px;
font-size: x-small;
line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
color: #000000;
background-color: #3f3f3f;
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 #747474;
        border-top:1px dashed #747474;
        border-bottom:1px dashed #747474;
        border - left: 1px dashed #747474;
        border - right: 1px dashed #747474;
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: #747474;
background-color: #2b2b2b;
}
.windowbg2
{
color: #747474;
background-color: #272727;
}
.windowbg3
{
color: #747474;
background-color: #2b2b2b;
}
/* 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://www.styleyourforum.com/data/24/css1.png) #272727 repeat-x;
border-bottom: solid 1px #292929;
border-top: solid 1px #292929;
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://www.styleyourforum.com/data/24/css2.png) #272727 repeat-x;
color: #000000;
text-align: center;
        padding:0px 10px 9px 3px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://www.styleyourforum.com/data/24/css2.png) #272727 repeat-x;
color: #000000;
text-align: center;
        padding:0px 10px 9px 3px;

}
.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: #000000;
padding: 0px;
}

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

/* 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://www.styleyourforum.com/data/24/css4.png) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://www.styleyourforum.com/data/24/css4.png) left bottom repeat-x;
}
.maintab_last
{
background: url(http://www.styleyourforum.com/data/24/css4.png) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://www.styleyourforum.com/data/24/css7.png) left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://www.styleyourforum.com/data/24/css7.png) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://www.styleyourforum.com/data/24/css7.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://www.styleyourforum.com/data/24/css4.png) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://www.styleyourforum.com/data/24/css4.png) repeat-x;
}
.mirrortab_last
{
background: url(http://www.styleyourforum.com/data/24/css4.png) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://www.styleyourforum.com/data/24/css7.png) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://www.styleyourforum.com/data/24/css7.png) repeat-x;
}
.mirrortab_active_last
{
background: url(http://www.styleyourforum.com/data/24/css7.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://www.styleyourforum.com/data/24/collapse.gif

Some None

Code:
http://www.styleyourforum.com/data/24/new_none.gif

Some New

Code:
http://www.styleyourforum.com/data/24/new_some.gif

No New Posts

Code:
http://www.styleyourforum.com/data/24/off.gif

New Posts

Code:
http://www.styleyourforum.com/data/24/on.gif

Sub New

Code:
http://www.styleyourforum.com/data/24/on2.gif
77  Graphics Help / Photoshop Tutorials / Re: 28 Top Photoshop Keyboard Shortcuts on: December 30, 2007, 11:32:24 am
No problem.  I know it will help some people.  When I was first learning photoshop I used this.
78  Front Desk / News / Two Affiliate Places? on: December 24, 2007, 09:03:52 pm
I have added another Affiliate box at the bottom of the page.  The other one I have is now for recommended sites that I will add it to.  The other affiliate box is for any of the members forum.  To get into that box you must PM me your Affiliate Code so it can be added.  I will only take 10 affiliates.  So if you want to be in it hurry up and PM me your code!
79  Front Desk / News / Re: Just some news on: December 24, 2007, 07:58:33 am
You don't any more and I am done with it.
80  Front Desk / News / Just some news on: December 23, 2007, 08:18:33 pm
Right Now I am going through the Show Off part of the forum and merging topics that are started by the same member.  So just a reminder everyone will have only one topic in it.  It just makes it easier to look through the graphics and stuff like that.  I am not sure if I will be able to finish it all tonight though.
81  Front Desk / Rules / Re: Rules! on: December 22, 2007, 05:17:43 pm
I just don't want them to be used like ever post.
82  Front Desk / Rules / Re: Rules! on: December 21, 2007, 01:07:04 pm
Ah thanks for pointing that out.  I there is now a rule about that.
83  Front Desk / Rules / Re: Rules! on: December 21, 2007, 11:23:22 am
NO, u don't, i just wanted to make sure i can lol
No we do need a rule about no swearing.
84  Front Desk / Rules / Re: Rules! on: December 20, 2007, 09:36:34 pm
Oh yea I need to add that.
85  Front Desk / News / Re: Rules Just Added. on: December 20, 2007, 08:52:57 pm
Well I don't think that I should delete the users because most people wont do that...But I will open it up for people to post anything that they think should be added.
86  Front Desk / News / Rules Just Added. on: December 20, 2007, 01:00:05 pm
Well I was trying to see how long I could go without adding rules but as I can see we started to need them because we have been getting more members.  Now that they are added I expect you to follow them.
87  Front Desk / Rules / Rules! on: December 20, 2007, 12:57:20 pm
First of all I would like to thank you for reading the rules because most people don't.  Because you have read them you are least likely to get banned!

Now for the rules.

1. Accepting The Terms Of Service & Use

This is an "Agreement" between you and Ultimate Graphics. You agree that your usage of this board and/or services binds you to the terms set forth within this document and to any changes made to it .

2. Content thats NOT Allowed

You may not post, upload, link to, or e-mail any content that contains, promotes, instructs about, or provides prohibited content of the like listed below:

1. Content that infringes upon any rights [ex. MP3s and ROMs] (including, but not limited to, copyrights and trademarks)
2. Abusive, threatening, defamatory, racist, or obscene
3. Viruses or any other harmful computer software
4. False Information or libel
5. Spam, chain letters, or Pyramid schemes
6. Gambling or Illicit drugs
7. Terrorism
8. Hacking or cheating for internet/online games
9. ****, Roms, CD-Keys, Cracks, Passwords, or Serial Numbers
10. Pornography, nudity, or sexual material of any kind
11. Excessive profanity
12. Invasive of privacy or impersonation of any person/entity
13. Hacking materials or information.

3. Spamming!
There will be no Spamming allowed what so ever.  If you spam you will be banned! Period.

4. Double Posting
1. Your not able to double post at all.  There is only one place that your allowed to and that is in the Show Off Section.  If you do it any were else your post will be deleted.
2. The Moderators are able to double post ONLY if its necessary.

5. Notice
1. If you RIP Graphics (Steal and say it was yours) you will be banned right on the spot.  There are no excuses what so ever.
1.1 That means Taking off Copyrights or editing without permission.
2. If you are Banned for any reason don't even try to come back to the forum.  Don't ask someone to help you get unbanned because its not going to happen.  Once you are Banned its Final.
3. There shall be no Swearing.  You are able to censor it but otherwise don't swear.
4. No Flaming other members.  Meaning don't say that their Graphic that they made is Horrible or something like that.  Give some advice on how they can improve.
5. Do Not Advertise your forum by PM.  If you do that you will get an automatic ban mainly because thats why we have an adverting section to the forum.
88  Front Desk / News / Some good news on: December 19, 2007, 10:00:56 am
I have been working on my domain name for one of my forums and I thought that I should have it also go to here.  So I did.  Now if you do mosthighkingdom.com/ug  you will be redirected to here!
89  Graphics Help / Photoshop Tutorials / Re: Link Tutorial on: December 10, 2007, 11:05:31 pm
This was a fun sig and tutorial to make.  Its not to hard either.
90  Graphics Help / Photoshop Tutorials / Re: Border Tut on: December 10, 2007, 11:04:42 pm
Great tutorial.  Thanks for posting.
Pages: 1 ... 4 5 [6] 7 8 ... 11
Affiliates
Our Code
Free Rice Angelicum Role Play
Ultimate Graphics