Advertise Here

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - deathwilldie

Pages: 1 [2] 3 4 5
16
Suggestions / Ajax Quick reply
« on: October 29, 2008, 03:03:11 pm »
The AJAX quick reply is great and fast but is it possible to make it so the page will reload instead of having it just show the loading bar up top?

The reason is because when posting at times it loads fast and so I don't get to see the loading bar when I press post so I wouldn't know if I posted it or not because the post doesn't show.

It would be cool to make a selection if you want the Ajax quick reply on or just a regular quick reply.

17
Advertise Your Board / Revolution X
« on: October 26, 2008, 11:00:33 am »
Forum Url: http://revolutionx.smfforfree3.com
Revolution X is a brand new forum where you can get Style Sheets, and codes.  Your able to show off anything that you have made or just chat with other members on the forum. 

Later on there will be a section added for Graphics request, Code Request, and possibly Theme requests. 

Right now we are a brand new forum so we are looking for active members to help us out and advertise.

http://revolutionx.smfforfree3.com

18
Stylesheet Codes / [Stylesheet] Quake
« on: October 12, 2008, 11:04:19 pm »
I did this as a request for someone at Aetus.net




Click here for preview



Footers
Code: [Select]
<center>Quake Created by <b>deathwilldie</b> at <a href="http://www.aetus.net">Aetus Designs</a></center>
CSS
Code: [Select]
div.post A
{
           Color:#69840C;
}
/* Normal, standard links. */
a:link
{
color: #ffffff;
text-decoration: none;
}
a:visited
{
color: #ffffff;
text-decoration: none;
}
a:hover
{
color: #69840C;
text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #69840C;
text-decoration: none;
}
a.nav:hover
{
color: #69840C;
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: #69840c;
             background:  url(http://www.styleyourforum.com/data/169/css0.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: #69840C;
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: #69840C;
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: #69840C;
background: url(http://www.styleyourforum.com/data/169/css1.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://www.styleyourforum.com/data/169/css2.png) repeat-x;
color: #FFFFFF;
background-color: #303030;
}
.windowbg2
{
        background: url(http://www.styleyourforum.com/data/169/css2.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://www.styleyourforum.com/data/169/css2.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://www.styleyourforum.com/data/169/css5.png) #333333 repeat-x;
text-align: center;
        font-weight:bold
color: #333333;
}
.catbg2 , tr.catbg2 td
{
        height:20px;
background: url(http://www.styleyourforum.com/data/169/css5.png) #333333 repeat-x;
text-align: center;
        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://www.styleyourforum.com/data/169/css7.png) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://www.styleyourforum.com/data/169/css7.png) left bottom repeat-x;
}
.maintab_last
{
background: url(http://www.styleyourforum.com/data/169/css7.png) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://www.styleyourforum.com/data/169/css10.png) left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://www.styleyourforum.com/data/169/css10.png) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://www.styleyourforum.com/data/169/css10.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/169/css13.png) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://www.styleyourforum.com/data/169/css13.png) repeat-x;
}
.mirrortab_last
{
background: url(http://www.styleyourforum.com/data/169/css13.png) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://www.styleyourforum.com/data/169/css16.png) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://www.styleyourforum.com/data/169/css16.png) repeat-x;
}
.mirrortab_active_last
{
background: url(http://www.styleyourforum.com/data/169/css16.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: #69840C;
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: [Select]
http://www.styleyourforum.com/data/169/collapse.gif
New_None

Code: [Select]
http://www.styleyourforum.com/data/169/new_none.gif
New_Some

Code: [Select]
http://www.styleyourforum.com/data/169/new_some.gif
No New

Code: [Select]
http://www.styleyourforum.com/data/169/off.gif
New Post

Code: [Select]
http://www.styleyourforum.com/data/169/on.gif
Sub Post

Code: [Select]
http://www.styleyourforum.com/data/169/on2.gif

19
General Discussion / Problem with Style Your Forum.
« on: September 29, 2008, 08:54:07 pm »
When I am trying to view previews of the themes it keeps saying No input file specified.

20
Stylesheet Codes / [stylesheet]Hardcore Orange
« on: September 14, 2008, 03:12:38 pm »
Someone wanted me to make an Orange Theme of this so I did.






Live Preview: http://www.styleyourforum.com/preview/index.php?styleid=149


Put this in your Footers
Code: [Select]
<center>Hardcore Orange Created by <b>deathwilldie</b></center>


CSS
Code: [Select]
/* Hardcore Orange Created By deathwilldie */
/* 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: #b15800;
text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #b15800;
text-decoration: none;
}
a.nav:hover
{
color: #ffffff;
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://www.styleyourforum.com/data/149/css0.png);
             background-position: center center;
             background-repeat: repeat;
  margin: auto;
             width: 760px;
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;
       
}
/* Hardcore Orange Created By deathwilldie */
/* No image should have a border when linked */
a img
{
border: 0;
}

/* A quote, perhaps from another post. */
.quote
{
color: #b15800;
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: #b15800;
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: #b15800;
background: url()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: #282828;
}
.windowbg2
{
color: #FFFFFF;
background-color: #333333;
}
.windowbg3
{
color: #FFFFFF;
background-color: #282828;
}
/* 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://www.styleyourforum.com/data/149/css1.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 */
/* Hardcore Orange Created By deathwilldie */
.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
{
background: url(http://www.styleyourforum.com/data/149/css2.png) transparent;
      color: #ffffff;
text-align: center;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://www.styleyourforum.com/data/149/css2.png); 
              background-color: #ffffff;
color: #282828;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px ##282828;
}
.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 #202020;
background-color: #202020;
}

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



Collapse Images
Code: [Select]
http://img80.imageshack.us/img80/7666/transimagelr4.gif
Some None

Code: [Select]
http://www.styleyourforum.com/data/149/new_none.gif
Some New

Code: [Select]
http://www.styleyourforum.com/data/149/new_some.gif
No New Posts

Code: [Select]
http://www.styleyourforum.com/data/149/off.gif
New Posts

Code: [Select]
http://www.styleyourforum.com/data/149/on.gif
Sub New Posts

Code: [Select]
http://www.styleyourforum.com/data/149/on2.gif

21
Stylesheet Codes / [Stylesheet]Quinched
« on: September 14, 2008, 02:27:21 pm »
This is another Style I made in less than one day.




Live Preview: http://www.styleyourforum.com/preview/index.php?styleid=148


This Must go into your Headers
Code: [Select]
<div style="background-color: #292929; padding: 1px 1px 1px 1px;">
<div style="background-color: #292929; padding: 5px 6px 10px 6px;">
<div style='border=1px #292929'>

Please Put this in your Footers
Code: [Select]
<center>Quinched Style Created by <b>deathwilldie</b></center>
CSS
Code: [Select]
/* Quinched Style Made by deathwilldie*/
/*Links In a Post*/
div.post A
{
           Color:#e8e8e8;
}

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

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

/* The main body of the entire forum. */
body
{
        Background: url() Center;
        background-repeat: repeat-x;
        Background-Position: Top;
        Background-Attachment: fixed;
background-color: #1a1a1a;
  margin: auto;
             width: 802px;
padding-top: 12px;
             padding-bottom:  4px;


}
/* Quinched Style Made 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: 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:#2a2a2a;
        background-repeat:repeat-x;
        padding:4px 15px;
        border: 1px solid #424242;
       
}

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

/* A quote, perhaps from another post. */
.quote
{
color: #FFFFFF;
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: #FFFFFF;
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: #FFFFFF;
background: url(http://www.styleyourforum.com/data/148/css0.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: #4a4a4a;
background-color: #2a2a2a;
}
.windowbg2
{
color: #4a4a4a;
background-color: #2a2a2a;
}
.windowbg3
{
color: #4a4a4a;
background-color: #2a2a2a;
}
/* 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://www.styleyourforum.com/data/148/css1.png) repeat-x;
padding-left: 1px;
padding-right: 1px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: #FFFFFF;
font-style: normal;
}
.titlebg a:hover
{
color: #FFFFFF;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
color: #FFFFFF;
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://www.styleyourforum.com/data/148/css2.png) #ffffff;
        color: #ffffff;
text-align: Left;
}
.catbg2 , tr.catbg2 td
{
        height:16px;
background: url(http://www.styleyourforum.com/data/148/css2.png); 
        background-color: #ffffff;
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: 60%;
color: #FFFFFF;
text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: #FFFFFF;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #FFFFFF;
}
/* 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. */
/* Quinched Style Made by deathwilldie*/
.tborder
{
padding: 1px;
border: 1px solid #424242;
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://www.styleyourforum.com/data/148/css4.png) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://www.styleyourforum.com/data/148/css4.png) left bottom repeat-x;
}
.maintab_last
{
background: url(http://www.styleyourforum.com/data/148/css4.png) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://www.styleyourforum.com/data/148/css7.png) left bottom no-repeat;

width: 6px;
}
.maintab_active_back
{
background: url(http://www.styleyourforum.com/data/148/css7.png) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://www.styleyourforum.com/data/148/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/148/css4.png) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://www.styleyourforum.com/data/148/css4.png) repeat-x;
}
.mirrortab_last
{
background: url(http://www.styleyourforum.com/data/148/css4.png) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://www.styleyourforum.com/data/148/css4.png) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://www.styleyourforum.com/data/148/css4.png) repeat-x;
}
.mirrortab_active_last
{
background: url(http://www.styleyourforum.com/data/148/css4.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: #ac4301;
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: [Select]
http://www.styleyourforum.com/data/148/collapse.gif
None_some

Code: [Select]
http://www.styleyourforum.com/data/148/new_none.gif
New_Some

Code: [Select]
http://www.styleyourforum.com/data/148/new_some.gif
No New Post

Code: [Select]
http://www.styleyourforum.com/data/148/off.gif
New Post

Code: [Select]
http://www.styleyourforum.com/data/148/on.gif
Sub Post

Code: [Select]
http://www.styleyourforum.com/data/148/on2.gif

22
Stylesheet Codes / [stylesheet]Phoenix
« on: September 13, 2008, 11:08:20 pm »
Just starting making this one today and I finished it also.  Hope you guys like it :D




Live Preview: Click Here!


Place in your footers
Code: [Select]
<center>Phoenix Theme Created by <b>deathwilldie</b></center>
CSS
Code: [Select]
/*Links In a Post*/
div.post A
{
           Color:#e78042;
}

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

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #e78042;
text-decoration: none;
}
a.nav:hover
{
color: #b44a08;
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: url(http://www.styleyourforum.com/data/146/css0.jpg) Center;
        background-repeat: repeat-x;
        Background-Position: Top;
        Background-Attachment: fixed;
background-color: #222222;
  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 #d46724;
       
}

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

/* A quote, perhaps from another post. */
.quote
{
color: #d46724;
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: #d46724;
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: #d46724;
background: url(http://www.styleyourforum.com/data/146/css1.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://www.styleyourforum.com/data/146/css2.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://www.styleyourforum.com/data/146/css3.png) #ffffff;
        color: #ffffff;
text-align: Left;
}
.catbg2 , tr.catbg2 td
{
        height:16px;
background: url(http://www.styleyourforum.com/data/146/css3.png); 
        background-color: #ffffff;
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: 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://www.styleyourforum.com/data/146/css5.png) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://www.styleyourforum.com/data/146/css6.png) left bottom repeat-x;
}
.maintab_last
{
background: url(http://www.styleyourforum.com/data/146/css7.png) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://www.styleyourforum.com/data/146/css8.png) left bottom no-repeat;

width: 6px;
}
.maintab_active_back
{
background: url(http://www.styleyourforum.com/data/146/css8.png) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://www.styleyourforum.com/data/146/css8.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/146/css11.png) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://www.styleyourforum.com/data/146/css12.png) repeat-x;
}
.mirrortab_last
{
background: url(http://www.styleyourforum.com/data/146/css13.png) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://www.styleyourforum.com/data/146/css14.png) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://www.styleyourforum.com/data/146/css14.png) repeat-x;
}
.mirrortab_active_last
{
background: url(http://www.styleyourforum.com/data/146/css14.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: #ac4301;
color: white;
text-align: center;
font-weight: bold;
font-size: 18pt;
padding: 3px;
width: 100%;
position: fixed;
top: 0;
left: 0;
}


images

Sub_None

Code: [Select]
http://www.styleyourforum.com/data/146/new_none.gif
Sub_New

Code: [Select]
http://www.styleyourforum.com/data/146/new_some.gif
No New Post

Code: [Select]
http://www.styleyourforum.com/data/146/off.gif
New Post

Code: [Select]
http://www.styleyourforum.com/data/146/on.gif
Sub New

Code: [Select]
http://www.styleyourforum.com/data/146/on2.gif

23
Suggestions / Styleyourforum question.
« on: July 24, 2008, 10:13:50 pm »
I was looking at a preview forum on Styleyourforum.com and I realized that it doesn't show the New some/ None Some images.  That's just something I noticed.


Also is styleyourforum preview forums hosted by regular smf of by smfforfree?

24
Stylesheet Codes / [Stylesheet] Reborn
« on: July 23, 2008, 10:27:00 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: [Select]
<center>Reborn was created by <b>deathwilldie</b></center>
CSS
Code: [Select]
/*Reborn was 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://www.styleyourforum.com/data/78/css0.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://www.styleyourforum.com/data/78/css1.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://www.styleyourforum.com/data/78/css2.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://www.styleyourforum.com/data/78/css3.png) #131313;
        padding: 1px 1px 10px 1px !important;
        color: #3b3b3b;
text-align: center;
}
.catbg2 , tr.catbg2 td
{
        height:16px;
background: url(http://www.styleyourforum.com/data/78/css3.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://www.styleyourforum.com/data/78/css5.png) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://www.styleyourforum.com/data/78/css6.png) left bottom repeat-x;
}
.maintab_last
{
background: url(http://www.styleyourforum.com/data/78/css7.png) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://www.styleyourforum.com/data/78/css8.png) left bottom no-repeat;

width: 6px;
}
.maintab_active_back
{
background: url(http://www.styleyourforum.com/data/78/css8.png) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://www.styleyourforum.com/data/78/css8.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/78/css11.png) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://www.styleyourforum.com/data/78/css12.png) repeat-x;
}
.mirrortab_last
{
background: url(http://www.styleyourforum.com/data/78/css13.png) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://www.styleyourforum.com/data/78/css14.png) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://www.styleyourforum.com/data/78/css14.png) repeat-x;
}
.mirrortab_active_last
{
background: url(http://www.styleyourforum.com/data/78/css14.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: [Select]
http://www.styleyourforum.com/data/78/collapse.gif
No New Some

Code: [Select]
http://www.styleyourforum.com/data/78/new_none.gif
New Some

Code: [Select]
http://www.styleyourforum.com/data/78/new_some.gif
No New posts

Code: [Select]
http://www.styleyourforum.com/data/78/off.gif
New Posts

Code: [Select]
http://www.styleyourforum.com/data/78/on.gif
New Sub Posts

Code: [Select]
http://www.styleyourforum.com/data/78/on2.gif

25
Stylesheet Codes / [stylesheet] Blueness
« on: July 22, 2008, 05:49:21 pm »
Live Preview Here!

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

CSS
Code: [Select]
/*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: [Select]
http://i225.photobucket.com/albums/dd64/ugrequests/UG%20Stuff/collaps.png
Some No New

Code: [Select]
http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/Blueness/someold.png
Some New

Code: [Select]
http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/Blueness/somnew.png
New Posts

Code: [Select]
http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/Blueness/old.png
No New Posts

Code: [Select]
http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/Blueness/new.png

26
Stylesheet Codes / [stylesheet] Oasis
« on: July 22, 2008, 02:21:58 am »
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 :D



This is one of my favorite themes that I have made.

Preview: http://www.styleyourforum.com/preview/index.php?styleid=70

Please add to your footers
Code: [Select]
<center>Oasis created by <b>deathwilldie</b> of <a href='http://revolutionx.smfforfree3.com'>Revolution X</a></center>
CSS
Code: [Select]
/*Oasis was created by deathwilldie*/
div.post A
{
           Color:#036bc4;
}
/* 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://www.styleyourforum.com/data/70/css0.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://www.styleyourforum.com/data/70/css1.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://www.styleyourforum.com/data/70/css2.png) repeat-x;
color: #FFFFFF;
background-color: #303030;
}
.windowbg2
{
        background: url(http://www.styleyourforum.com/data/70/css2.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://www.styleyourforum.com/data/70/css2.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://www.styleyourforum.com/data/70/css5.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://www.styleyourforum.com/data/70/css5.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://www.styleyourforum.com/data/70/css7.png) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://www.styleyourforum.com/data/70/css7.png) left bottom repeat-x;
}
.maintab_last
{
background: url(http://www.styleyourforum.com/data/70/css7.png) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://www.styleyourforum.com/data/70/css10.png) left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://www.styleyourforum.com/data/70/css10.png) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://www.styleyourforum.com/data/70/css10.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/70/css13.png) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://www.styleyourforum.com/data/70/css13.png) repeat-x;
}
.mirrortab_last
{
background: url(http://www.styleyourforum.com/data/70/css13.png) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://www.styleyourforum.com/data/70/css16.png) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://www.styleyourforum.com/data/70/css16.png) repeat-x;
}
.mirrortab_active_last
{
background: url(http://www.styleyourforum.com/data/70/css16.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*/

Collapse/Expand
Code: [Select]
http://www.styleyourforum.com/data/70/collapse.gif
New_None

Code: [Select]
http://www.styleyourforum.com/data/70/new_none.gif
New_Some

Code: [Select]
http://www.styleyourforum.com/data/70/new_some.gif
No New

Code: [Select]
http://www.styleyourforum.com/data/70/off.gif
New Post

Code: [Select]
http://www.styleyourforum.com/data/70/on.gif
Sub Post

Code: [Select]
http://www.styleyourforum.com/data/70/on2.gif

27
Stylesheet Codes / [stylesheet] Fatallity
« on: July 16, 2008, 01:47:58 am »
Well this is the last Theme I used for my forum Ultimate Graphics.

Preview!

Please add this to your footers
Code: [Select]
<center>Fatallity Created by <b>deathwilldie</b></center>


Smiles
Here are some smiles that match this theme.  They were made by Simply Sibyl.


While saving them you shouldn't need to rename the files though.

Also here is a tutorial showing how to replace your smiles:
How to replace your Smileys


Or if you want to make your life a bit easier you can use this url that already has the file names right and everything.  You just need to follow the tutorial from step 3.
For the name and URL box you would put Fatallity

For the URL in step 4 you will need to put this URL
Code: [Select]
http://photobucket.com/ugrequests


CSS
Code: [Select]
div.post A
{
           Color:#9e4446;
}
/* Normal, standard links. */
a:link
{
color: #ffffff;
text-decoration: none;
}
a:visited
{
color: #ffffff;
text-decoration: none;
}
a:hover
{
color: #6d2122;
text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #9e4446;
text-decoration: none;
}
a.nav:hover
{
color: #6d2122;
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://www.styleyourforum.com/data/51/css0.png);
             background-position: center center;
             background-repeat: repeat;
  margin: auto;
             width: 758px;
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: #6d2122;
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: #6d2122;
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: #6d2122;
background: url(http://www.styleyourforum.com/data/51/css1.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://www.styleyourforum.com/data/51/css2.png) repeat-x;
color: #FFFFFF;
background-color: #313031;
}
.windowbg2
{
        background: url(http://www.styleyourforum.com/data/51/css2.png) repeat-x;
color: #FFFFFF;
background-color: #313031;
}
.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://www.styleyourforum.com/data/51/css2.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
{
background: url(http://www.styleyourforum.com/data/51/css5.png) #181818;
        color: #ffffff;
text-align: center;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://www.styleyourforum.com/data/51/css5.png); 
              background-color: #181818;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.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://www.styleyourforum.com/data/51/css7.png) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://www.styleyourforum.com/data/51/css7.png) left bottom repeat-x;
}
.maintab_last
{
background: url(http://www.styleyourforum.com/data/51/css7.png) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://www.styleyourforum.com/data/51/css10.png) left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://www.styleyourforum.com/data/51/css10.png) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://www.styleyourforum.com/data/51/css10.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/51/css7.png) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://www.styleyourforum.com/data/51/css7.png) repeat-x;
}
.mirrortab_last
{
background: url(http://www.styleyourforum.com/data/51/css7.png) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://www.styleyourforum.com/data/51/css10.png) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://www.styleyourforum.com/data/51/css10.png) repeat-x;
}
.mirrortab_active_last
{
background: url(http://www.styleyourforum.com/data/51/css10.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


No Some


New Some


No New Posts


New Posts


Sub Posts

28
Stylesheet Requests and Support / Need some ideas/help
« on: June 15, 2008, 08:24:58 pm »
I am working on a stylesheet for my forum and I need help with part of it.

Preview

The image at the very top is what I want all the Catbgs to be like.  But for some reason the padding only works for the first catbg where the banner would go or the part that says UG skin.

So Im wondering if anyone would know how to make the padding work for all the catbg's.

29
Stylesheet Codes / [Stylesheet] AquaAngular
« on: May 01, 2008, 03:45:37 pm »
Forum Url: http://ultimategraphics.smfforfree3.com
AquaAngular is my newest stylesheet and I am making some more that will be more professional looking because I need to be able to make those also :P

Previews:





You Must put this into your headers
Code: [Select]
<body bgcolor='#404040' leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" alink='#000000' vlink='#000000'>
<table align="center" cellspacing="0" cellpadding="0">
<tr>
<td class="bleft" style="background-image: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/aquaangular/sideleft.png)"><img src="http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/aquaangular/sideleft.png"/></td>
<td bgcolor="#404040">

You Must put this into your Footers
Code: [Select]
<div class="titlemedium" align="center" width="100%" style="border:1px solid #252525; border-top:0;"><center>AquaAngular was created by deathwilldie of <a href="http://www.revolutionx.smfforfree3.com">Revolution X</a></div><td class="bleft" style="background-image: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/aquaangular/sider.png)"><img src="http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/aquaangular/sider.png"/></td>
</td></table>


CSS
Code: [Select]
div.post A
{
           Color:#09A8A8;
}
/* Normal, standard links. */
a:link
{
color: #09A8A8;
text-decoration: none;
}
a:visited
{
color: #ffffff;
text-decoration: bold;
}
a:hover
{
color: #ffffff;
text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #ffffff;
text-decoration: none;
}
a.nav:hover
{
color: #09A8A8;
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: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/aquaangular/background.jpg);               
        background-repeat: repeat-x;
background-color: #404040;
  margin: auto;
             width: 855px;
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;
/* AquaAngular Created by deathwilldie of Ultimate Graphics http://ultimategraphics.smfforfree3.com */
}
/* 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: #09A8A8;
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: #09A8A8;
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: #6d2122;
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: #3e3e3d;
}
.windowbg2
{

color: #FFFFFF;
background-color: #40403f;
}
.windowbg3
{
color: #FFFFFF;
background-color: #3e3e3d;
}
/* 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: 22px;
background: url(http://www.styleyourforum.com/data/22/css4.png) #484448 repeat-x;
           padding: 12px 1px 1px 1px !important;
        vertical-align:middle;
color: #333333;
        text-align: center;

}

.catbg2 , tr.catbg2 td
{
        height:22px;
background: url(http://www.styleyourforum.com/data/22/css4.png) #484448 repeat-x;
           padding: 12px 1px 1px 5px !important;
        vertical-align:middle;
color: #333333;
        text-align: center;

}
.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 #404042;
background-color: #404042;
}

/* 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/aquaangular/notactive.png) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/aquaangular/notactive.png) left bottom repeat-x;
}
.maintab_last
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/aquaangular/notactive.png) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/aquaangular/active.png) left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/aquaangular/active.png) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/aquaangular/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/aquaangular/mnotac.png) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/aquaangular/mnotac.png) repeat-x;
}
.mirrortab_last
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/aquaangular/mnotac.png) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/aquaangular/mact.png) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/aquaangular/mact.png) repeat-x;
}
.mirrortab_active_last
{
background: url(http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/aquaangular/mact.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: [Select]
http://i225.photobucket.com/albums/dd64/ugrequests/UG%20Stuff/collaps.png
No New Posts Some

Code: [Select]
http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/aquaangular/nonewpost.png
New Post Some

Code: [Select]
http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/aquaangular/new.png
no New Posts

Code: [Select]
http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/aquaangular/nonewpost.png
New Posts

Code: [Select]
http://i225.photobucket.com/albums/dd64/ugrequests/Other%20Skins/aquaangular/new.png

30
Stylesheet Codes / [Stylesheet] Smooth Blue
« on: April 23, 2008, 04:57:55 pm »
Just a light style I made one day. 

Preview: http://www.styleyourforum.com/preview/index.php?styleid=23

This must be in your Headers
Code: [Select]
<div style="background-color: #DEDEDE; padding: 1px 1px 1px 1px;">
<div style="background-color: #f0f0f0; padding: 5px 6px 10px 6px;">
<div style='border=1px #cfdbe5'><center>Smooth Blue Created by <b>deathwilldie</b> at <a href='http://revolutionx.smfforfree3.com'>Revolution X</a></center></div><script>document.getElementById("footersarea").innerHTML += "</div></div>";</script>

CSS
Code: [Select]
/*Smooth Blue Created by deathwilldie*/
/* Normal, standard links. */
a:link
{
color: #476C8E;
text-decoration: none;
}
a:visited
{
color: #476C8E;
text-decoration: none;
}
a:hover
{
color: #476C8E;
text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #000000;
text-decoration: none;
}
a.nav:hover
{
color: #cc3333;
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: #CFDBe5;
  margin: auto;
             width: 828px;
padding: 12px 30px 4px 30px;

}

/* 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: #D7DAEC;
border: 1px solid #CEDBF5;
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: #000000;
background-color: #ECEDF3;
}
.windowbg2
{
color: #000000;
background-color: #F6F6F6;
}
.windowbg3
{
color: #000000;
background-color: #E0E1E8;
}
/* 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/23/css0.png) #E9F0F6 repeat-x;
border-bottom: solid 1px #CEDBF5;
border-top: solid 1px #CEDBF5;
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/23/css1.png) #88A6C0 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://www.styleyourforum.com/data/23/css1.png) #A1BFD9 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #CEDBF5;
}
.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: #CEDBF5;
padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
padding: 1px;
border: 1px solid #CEDBF5;
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://www.styleyourforum.com/data/23/css3.png) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://www.styleyourforum.com/data/23/css4.png) left bottom repeat-x;
}
.maintab_last
{
background: url(http://www.styleyourforum.com/data/23/css5.png) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://www.styleyourforum.com/data/23/css6.gif) left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://www.styleyourforum.com/data/23/css7.gif) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://www.styleyourforum.com/data/23/css8.gif) 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/23/css9.gif) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://www.styleyourforum.com/data/23/css10.gif) repeat-x;
}
.mirrortab_last
{
background: url(http://www.styleyourforum.com/data/23/css11.gif) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://www.styleyourforum.com/data/23/css12.gif) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://www.styleyourforum.com/data/23/css13.gif) repeat-x;
}
.mirrortab_active_last
{
background: url(http://www.styleyourforum.com/data/23/css14.gif) 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;

Pages: 1 [2] 3 4 5