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.


Messages - deathwilldie

Pages: [1] 2 3 4 ... 52
1
Graphics / Re: deathwilldie's graphics
« on: March 20, 2021, 01:22:51 am »


It's been a long time!  Here is one I did just while messing around.  I don't really do any graphics anymore at all and unfortunately lost touch of how to do a lot of things.

2
Stylesheet Codes / [Stylesheet] Cantable
« on: October 22, 2015, 10:10:22 pm »
Forum Url: http://www.styleyourforum.com/preview/index.php?styleid=794
A long forgotten style sheet I created over 6 years ago.  It was my final one I've ever created but I didn't quite get to finish.
I wanted to get the very bottom to go all the way to the end of the screen but never was able to get it to repeat correctly.  
I also tried to get all of the images on the board to be custom, but that took too much time and I never finished it.

Also in the headers there is a place for a banner.  That is where you can place a banner for your site.

I hope you guys enjoy it.

View Live Preview: Link

Add To Very Top of Headers
Code: [Select]
<script src="/jquery.js"></script>
<div id="toparea"><div id="topbox" class="wrapper"></div></div>
<div id="mainarea"><div id="header" class="wrapper"></div>
<div id="mainframe"><div id="topframe"><div id="topframe2"><div id="topframe3"></div></div></div></div></div>
<div id="bodyframe"><div id="bodyframe2"><div id="menuinner"></div>
<div class="logo"><img src="http://i75.photobucket.com/albums/i288/deathwilldie/rX/cantable/banner2.png" alt="RevolutionX" /></div>

Add To Top of Footers
Code: [Select]
<center><b>Cantable</b> Created by <b>deathwilldie</b> of <a href="http://www.revolutionx.smfforfree3.com">Revolution X</a></center>
</div></div><div id="bottomframe" onload="News();"><div id="bottomleft"><div id="bottomright"></div></div></div></div>

Add To Very Bottom of Footers
Code: [Select]
</div></div>
CSS
Code: [Select]
/*Links In a Post*/
div.post A
{
color: #C50F1C;
}

#footerarea a
{
color: #242424;
}
/* Normal, standard links. */
a:link
{
color: #C50F1C;
text-decoration: none;
}
a:visited
{
color: #C50F1C;
text-decoration: none;
}
a:hover
{
color: #840811;
text-decoration: underline;
}

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

/* The main body of the entire forum. */
body
{

background: url(http://www.styleyourforum.com/data/794/css0.png) repeat-x #242424;
margin: auto;
        Width: 1004px;
        padding-top:0;
}

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

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

textarea
{

font-size: 100%;
             background:  url();
             background-position: center center;
             background-repeat: repeat;
color: #9A9898;
background-color: #FFFFFF;
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: #9A9898;
font-family: verdana, sans-serif;
}

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

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

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

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

/* A code block - maybe even PHP ;). */
.code
{
color: #840811;
background-color: #FFFFFF;
font-size: x-small;
line-height: 1.3em;
/* Put a nice border around it. */
border: 1px solid #D6D6D6;
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
{
display: none;
color: #840811;
background: url(http://www.styleyourforum.com/data/794/css1.png) 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: #8B8B8B;
background-color: #E8E8E8;
}
.windowbg2
{
color: #8B8B8B;
background-color: #EEEEEE;
}
.windowbg3
{
color: #8B8B8B;
background-color: #EEEEEE;
}
/* 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: #8B8B8B;
font-style: normal;
background-color: black;
background: url(http://www.styleyourforum.com/data/794/css2.png) repeat-x center center;
padding-left: 1px;
padding-right: 1px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: #8B8B8B;
font-style: normal;
}
.titlebg a:hover
{
color: #8B8B8B;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
color: #8B8B8B;
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/794/css3.png) #F4F4F4 center center;
        color: #F4F4F4;
}
.catbg2 , tr.catbg2 td
{
background: url(http://www.styleyourforum.com/data/794/css3.png) center center;  
              background-color: #F4F4F4;
color: #F4F4F4;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #CED0CD;
}
.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: #840811;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
            color: #d0d0d0;
background-color: #CED0CD;
padding: 0px;
}
/*Created by deathwilldie*/
/* This is used on tables that should just have a border around them. */
.tborder
{
padding: 1px;
border: 1px solid #F4F4F4;
background-color: #F4F4F4;
}


/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */

.smalltext
{
font-size: x-small;
}
.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;
}

/*Created by deathwilldie*/
/* 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: lowercase;
vertical-align: top;
                
}
.maintab_back, .maintab_active_back
{
color: #B5B5B5;
text-decoration: none;
font-size:  9px;
vertical-align: center;
padding: 10px 6px 10px 6px;
font-family: tahoma, sans-serif;
}

.maintab_first
{
background: url(http://www.styleyourforum.com/data/794/css5.png) left bottom no-repeat;
width: 12px;
}
.maintab_back
{
background: url(http://www.styleyourforum.com/data/794/css6.png) left bottom repeat-x;
}
.maintab_last
{
background: url(http://www.styleyourforum.com/data/794/css7.png) left bottom no-repeat;
width: 25px;
}
.maintab_active_first
{
background: url(http://www.styleyourforum.com/data/794/css8.png) left bottom no-repeat;
width: 30px;
}
.maintab_active_back
{
background: url(http://www.styleyourforum.com/data/794/css6.png) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://www.styleyourforum.com/data/794/css8.png) left bottom no-repeat;
width: 30px;
}
/*Created by deathwilldie*/
/* how links behave in main tab. */
.maintab_back a:visited , .maintab_active_back a:visited , .maintab_back a:link
{
color: #B5B5B5;
text-decoration: none;
}
.maintab_active_back a:link
{
color: #B3101B;
text-decoration: none;
}

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

.mirrortab_first
{
background: url(http://www.styleyourforum.com/data/794/css5.png) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://www.styleyourforum.com/data/794/css6.png) repeat-x;
}
.mirrortab_last
{
background: url(http://www.styleyourforum.com/data/794/css7.png) no-repeat;
width: 25px;
}
.mirrortab_active_first
{
background: url(http://www.styleyourforum.com/data/794/css8.png) no-repeat;
width: 45px;
}
.mirrortab_active_back
{
background: url(http://www.styleyourforum.com/data/794/css8.png) repeat-x;
}
.mirrortab_active_last
{
background: url(http://www.styleyourforum.com/data/794/css8.png) no-repeat;
width: 45px;
}

/* 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: #B3101B;
text-decoration: none;
}

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

/* The AJAX notifier */
#ajax_in_progress
{
background: #168ACC;
color: white;
text-align: center;
font-weight: bold;
font-size: 18pt;
padding: 3px;
width: 100%;
position: fixed;
top: 0;
left: 0;
}
#footerarea
{
       margin-top: -130px;
}
* html body /* for IE */
{
text-align: center;
}
#mainframe
{
text-align: left;
margin: 0 auto 0 auto;
}


.wrapper {
width: 960px;
margin: 0 auto;
padding: 0;
}

#toparea {

}

#topbox {
background: url() 50% 0 no-repeat;
height: 0px;
}
#topframe
{
background: url(http://www.styleyourforum.com/data/794/css17.png) repeat-x top right;

}
#topframe2
{
background: url(http://www.styleyourforum.com/data/794/css18.png) no-repeat top right;

}
#topframe3
{
background: url(http://www.styleyourforum.com/data/794/css19.png) no-repeat top left;
padding-left: 165px;
height: 222px;
}
#bodyframe
{
background: url(http://www.styleyourforum.com/data/794/css20.png) #efefef repeat-y top right;
padding-right: 100px;
}
#bodyframe2
{
padding-left: 100px;
background: url(http://www.styleyourforum.com/data/794/css21.png) repeat-y top left;
}
#bottomleft
{
background: url(http://www.styleyourforum.com/data/794/css22.png) no-repeat bottom left;
padding-left: 165px;
height: 150px;
}
#bottomframe
{
width: 1004px;
background: url(http://www.styleyourforum.com/data/794/css23.png) repeat-x bottom left;

}
#bottomright
{
background: url(http://www.styleyourforum.com/data/794/css24.png) no-repeat bottom right;
padding-right: 165px;
height: 150px;
}
div.logo
{
opacity:0.7;
text-align:center;
position:relative;
top:-80px;
}

Images
Old Post

Code: [Select]
http://www.styleyourforum.com/data/794/off.gifNew Post

Code: [Select]
http://www.styleyourforum.com/data/794/on.gifOn2

Code: [Select]
http://www.styleyourforum.com/data/794/on2.gifIco_info

Code: [Select]
http://www.styleyourforum.com/data/794/ico_info.gifIco_login

Code: [Select]
http://www.styleyourforum.com/data/794/ico_login.gifIco_Online

Code: [Select]
http://www.styleyourforum.com/data/794/ico_online.gif
UserOff

Code: [Select]
http://www.styleyourforum.com/data/794/useroff.gifUserOn

Code: [Select]
http://www.styleyourforum.com/data/794/useron.gifWWW

Code: [Select]
http://www.styleyourforum.com/data/794/www.gifWWW_sm

Code: [Select]
http://www.styleyourforum.com/data/794/www_sm.gifAIM

Code: [Select]
http://www.styleyourforum.com/data/794/aim.gifBuddy_UserOff

Code: [Select]
http://www.styleyourforum.com/data/794/buddy_useroff.gifBuddy_UserOn

Code: [Select]
http://www.styleyourforum.com/data/794/buddy_useron.gifCollapse

Code: [Select]
http://www.styleyourforum.com/data/794/collapse.gifConstruction

Code: [Select]
http://www.styleyourforum.com/data/794/construction.gifEmail_sm

Code: [Select]
http://www.styleyourforum.com/data/794/email_sm.gifExpand

Code: [Select]
http://www.styleyourforum.com/data/794/expand.gifIM_off

Code: [Select]
http://www.styleyourforum.com/data/794/im_off.gifIM_on

Code: [Select]
http://www.styleyourforum.com/data/794/im_on.gif

3
General Chat / Just wanted to pop in.
« on: December 06, 2012, 09:39:18 pm »
It's been a long while since I've been on here.  I wonder who all is on here who I may remember.  Also, how are all of you doing?!

4
Stylesheet Codes / Re: [Stylesheet] Hit the Floor
« on: June 03, 2011, 12:35:29 pm »
Wow, that looks great!

5
Graphics / Re: deathwilldie's graphics
« on: October 07, 2010, 09:13:17 pm »
I haven't posted here in a long while, mainly because I haven't had an image to post cause I haven't been making them.  I kinda lost interest in graphics, but I'll post one here whenever I make on still.  Here is my newest :)


7
Stylesheet Codes / Re: [stylesheet] Off the Chain {animated}
« on: January 14, 2010, 12:59:33 am »
This is pretty good.  I'll probably see what i could do about customizing it :P 

8
Stylesheet Codes / Re: [Stylesheet] V4
« on: January 14, 2010, 12:56:49 am »
Just a kind suggestion, but if you 'glassed' up the title and category images, it would be full of win and not appear dullish :)
This is not intended as an insult, merely constructive criticism.
I was thinking about doing something like that when I made the theme, but we just wanted it to look simple.  The gloss would have made it look great though :P

9
Stylesheet Codes / Re: [Stylesheet] V4
« on: January 13, 2010, 12:52:07 pm »
Moose, I think you should release the code, but make sure they know they can mess up their forum if they do it wrong.

Insert: awesome, glad to know you got it working :)

10
Graphics / Re: deathwilldie's graphics
« on: January 12, 2010, 11:40:45 pm »
This is my most recent graphic I have made.  I made it around Christmas time. 
http://i75.photobucket.com/albums/i288/deathwilldie/creative/whitechristmas.png

11
Stylesheet Codes / Re: [Stylesheet] V4
« on: January 12, 2010, 11:32:44 pm »
@ InsertName: I am trying to make themes, but I just haven't had an idea of one in months.  Whats the link to your forum?  I need to see exactly what you mean.

@Andrew: Yupp, I was gonna release the very first one I made for RX but that was my best theme I have ever made, and i kinda wanna keep it to myself :P

12
Stylesheet Codes / [Stylesheet] V4
« on: January 10, 2010, 10:59:30 pm »
This is the final theme Revolution X had.  Enjoy :)



View Live Preview: Link

Add To Very Top of Headers
Code: [Select]
<div class="Agent_Moose">
<div class="Celebrus">

Add To Top of Footers
Code: [Select]
<center><b>V4</b> Created by <b>deathwilldie</b> of <a href="http://www.revolutionx.smfforfree3.com">Revolution X</a></center>
Add To Very Bottom of Footers
Code: [Select]
</div></div>
CSS
Code: [Select]
/*Forum Icons*/
.tborder .bordercolor .windowbg[valign='top'][width='6%'][rowspan='2']
{
        vertical-align:middle;
}
/* White & Gray background */
.Agent_Moose
{
background-color: #FFFFFF;
padding: 5px 6px 5px 6px;
}
.Celebrus
{
background-color: #DEDEDE;
padding: 5px 6px 100px 6px;
}
#footerarea
{
       margin-top: -100px;
}
div.nav
{
padding: 3px 5px 3px 0px;
}

/* Normal, standard links. */
a:link
{
color: #4D4D4D;
text-decoration: none;
}
a:visited
{
color: #4D4D4D;
text-decoration: none;
}
a:hover
{
color: #E5A01C;
text-decoration: none;
}

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

/* 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: #4d4d4d;
  margin: auto;
             width: 860px;
padding: 12px 30px 4px 30px;

}

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

textarea
{
background: #FFFFFF url() no-repeat scroll right bottom;
font-size: 100%;
color: #666666;
font-family: verdana, sans-serif;
border: 1px solid #888888;
}


textarea:focus, textarea.focus
{
background: #FFFFFF url() no-repeat scroll right bottom;
font-size: 100%;
color: #222222;
font-family: verdana, sans-serif;
border: 1px solid #f8b432;
}

/* 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: #DDDDDD;
border: 1px solid #4d4d4d;
margin: 1px;
padding: 2px;
font-size: x-small;
line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
color: #000000;
background-color: #dddddd;
font-size: x-small;
line-height: 1.3em;
/* Put a nice border around it. */
border: 0px solid #000000;
margin: 1px auto 1px auto;
padding: 2px;
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/617/css2.png) #050504 repeat-x;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: x-small;
line-height: 1.2em;
padding: 2px;
}
.quoteheader a:link
{
color: #ffffff;
}

/* 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;
font-decoration: italic;
}

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

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

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
color: #000000;
background-color: #ededed;
}
.windowbg2
{
color: #000000;
background-color: #f2f2f2;
}
.windowbg3
{
color: #000000;
background-color: #f2f2f2;
}

/* 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: #FEFEFE;
font-style: normal;
background: url(http://www.styleyourforum.com/data/617/css2.png) #050504 repeat-x;
border-bottom: solid 1px #9BAEBF;
border-top: solid 1px #FFFFFF;
padding-left: 10px;
padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: #FAFAFA;
font-style: normal;
}

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

.titlebg2 a:hover
{
color: #404040;
}

/* 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/617/css4.png) #DC9812 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://www.styleyourforum.com/data/617/css4.png) #DC9812 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #375576;
}
.catbg, .catbg2
{
font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-size: 95%;
color: white;
text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: white;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #000000;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #ADADAD;
padding: 0px;
}

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

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


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

/* Post Links */
div.post a
{
color: #000000;
font-weight: bold;
text-decoration: underline, italic;
}
div.post a:hover
{
color: #E5A01C;
font-weight: bold;
text-decoration: underline, italic;
}

/* 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/617/css6.png) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://www.styleyourforum.com/data/617/css6.png) left bottom repeat-x;
}
.maintab_last
{
background: url(http://www.styleyourforum.com/data/617/css6.png) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://www.styleyourforum.com/data/617/css6.png) left bottom no-repeat;

width: 6px;
}
.maintab_active_back
{
background: url(http://www.styleyourforum.com/data/617/css6.png) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://www.styleyourforum.com/data/617/css6.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: #000000;
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/617/css12.png) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://www.styleyourforum.com/data/617/css12.png) repeat-x;
}
.mirrortab_last
{
background: url(http://www.styleyourforum.com/data/617/css12.png) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://www.styleyourforum.com/data/617/css12.png) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://www.styleyourforum.com/data/617/css12.png) repeat-x;
}
.mirrortab_active_last
{
background: url(http://www.styleyourforum.com/data/617/css12.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: #000000;
text-decoration: none;
}

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

Images
Old Post

Code: [Select]
http://www.styleyourforum.com/data/617/off.gifNew Post

Code: [Select]
http://www.styleyourforum.com/data/617/on.gifOn2

Code: [Select]
http://www.styleyourforum.com/data/617/on2.gifIco_info

Code: [Select]
http://www.styleyourforum.com/data/617/ico_info.gifIco_login

Code: [Select]
http://www.styleyourforum.com/data/617/ico_login.gifIco_Online

Code: [Select]
http://www.styleyourforum.com/data/617/ico_online.gif

13
General Chat / Re: SMF For Free Store Mod v2
« on: November 10, 2009, 01:26:25 am »
Well of course!  It would be nice if it is organized by the user number instead of the user name.  It would just make things easier if a member changes their username.

14
Graphics / Re: deathwilldie's graphics
« on: September 21, 2009, 10:29:19 pm »
Its been a while since I posted something.  I have two new images here :)

http://i75.photobucket.com/albums/i288/deathwilldie/illustrator/vectorname.png

http://i75.photobucket.com/albums/i288/deathwilldie/illustrator/openbook.png

I am learning how to use Adobe Illustrator.  Its quite hard.  I can't do a lot of things because my computer isn't good enough.

15
Graphics / Re: deathwilldie's graphics
« on: July 07, 2009, 12:58:08 am »
I got a new image.  Its part of my collection that I have been making.  I'm just trying to make more depth images that are bigger than sigs but not as big as wall papers.

http://i75.photobucket.com/albums/i288/deathwilldie/creative/bubleheart.png

Pages: [1] 2 3 4 ... 52