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 - RyanA

Pages: [1] 2 3 4 5
1
Stylesheet Codes / [Stylesheet]BeDazzled
« on: December 29, 2010, 11:45:07 pm »
Yup.  A little bit more colorful than what I generally do....


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

Skin with Buttons can be found at Styleyourform: http://www.styleyourforum.com/styles/BeDazzled_753.php



Code: [Select]
/* Created by RyanA */
/* Normal, standard links. */
a:link
{
color: #999999;

text-decoration: none;
}
a:visited
{
color: #999999;
text-decoration: none;
}
a:hover
{
color: #AF6147;
text-decoration: underline;
}

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

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

/* By default (td, body..) use garamond in black. */
body, td, th , tr
{
color: #cccccc;
font-size: normal;
font-family: Palatino Linotype, san serif, ariel;
}

/* The main body of the entire forum. */
body
{
background-color: #FFCC66;




background-image: url(http://www.styleyourforum.com/data/753/css0.jpg
);
        background-repeat: repeat;
        background-attachment: fixed;
margin: 0px;
padding: 10px 45px 10px 45px;

}










         

     




/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
background-color:#FDDDAC;
color: #410A03;
font-family: Book Antiqua, Bookman Old Style;
}
input, button
{
font-size: 95%;
}

textarea
{
font-size: 95%;
color: #410A03
font-family: Book Antiqua, Bookman Old Style, 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: #410a03;
font-family: Book Antiqua, Bookman Old Style;
}

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

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

/* A code block - maybe even PHP ;). */
.code
{
color: #410a03;
background-color: #FDDDAC;
font-family: "courier new", "times new roman", monospace;
font-size: small;
line-height: 1.3em;
/* Put a nice border around it. */
border: 1px solid #FFCC66;
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: #410a03;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: 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: #cccccc;

background-color: #000000;
}
.windowbg2
{
color: #cccccc;

background-color: #000000;
}
.windowbg3
{
color: #999999;
background-color: #410A03;
background: url(------) #410A03 repeat-x;
}
/* the today container in calendar */
.calendar_today
{
background-color: #FDDDAC;
}

/* 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: #000000;
font-style: normal;
background: url(http://www.styleyourforum.com/data/753/css1.jpg) #000000;
border-bottom: solid 1px #;
border-top: solid 1px #FFCC66;
padding-left: 10px;
padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: #35230A;
font-style: normal;
}

.titlebg a:hover
{
color: #35230A;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
color: #cccccc;
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(---) #000000 repeat-x;
color: #972819;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(---) #000000 repeat-x;
color: #972819;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #FFCC66;
}
.catbg, .catbg2
{
font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-size: 95%;
color: #972819;
text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: #972819;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #cccccc;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #COCOCO;
padding: 0px;
}

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

/* Default font sizes: small (10pt), normal (12pt), and large (14pt). */
.smalltext
{
font-size: small;
font-family: garamond, georgia, serif;
}
.middletext
{
font-size: 95%;
}
.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: 1px;
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: #FFCC66;
text-transform: uppercase;
vertical-align: top;
}
.maintab_back, .maintab_active_back
{
color: #FFCC66;
text-decoration: none;
font-size:  10px;
vertical-align: top;
padding: 1px 6px 6px 6px;
font-family: tahoma, sans-serif;
}

.maintab_first
{
background: #000000;
             border-left:  1px solid #FFCC66;
             border-bottom:  1px solid #FFCC66;
width: 10px;
}
.maintab_back
{
background: #000000;
             border-bottom:  1px solid #FFCC66;
}
.maintab_last
{
background: #000000;
             border-right: 1px solid #FFCC66;
             border-bottom: 1px solid #FFCC66;
width: 8px;
}
.maintab_active_first
{
background: #000000;
             border-left:  1px solid #FFCC66;
             border-bottom:  1px solid #FFCC66;
width: 6px;
}
.maintab_active_back
{
background: #000000;
              border-bottom:  1px solid #FFCC66;
             
}
.maintab_active_last
{
background: #000000;
             border-right:  1px solid #FFCC66;
             border-bottom: 1px solid #FFCC66;
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: #FFCC66;
text-decoration: none;
}

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

.mirrortab_first
{
background: #000000;
             border-top:  1px solid #FFCC66;

             border-left:  1px solid #FFCC66;
width: 10px;
}
.mirrortab_back
{
background: #000000;
             border-top:  1px solid #FFCC66;
}
.mirrortab_last
{
background: #000000;
             border-top:  1px solid #FFCC66;
             border-right:  1px solid #FFCC66;
width: 6px;
}
.mirrortab_active_first
{
background: #000000;
             border-top:  1px solid #FFCC66;
             border-left:  1px solid #FFCC66;
width: 6px;
}
.mirrortab_active_back
{
background: #000000;
             border-top:  1px solid #FFCC66;
}
.mirrortab_active_last
{
background: #000000;
             border-top:  1px solid #FFCC66;
             border-right: 1px solid #FFCC66;
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: #FFCC66;
text-decoration: none;
}

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


.tablepad   
{
        background-color: #FDDDAC;
        padding:6px;
        border:1px solid #FDDDAC;
}

2
Stylesheet Codes / [Stylesheet]Wizard's Christmas II
« on: December 29, 2010, 12:47:59 pm »
This is a remake of an old skin I did. I softened up the colors and fixed some things.

PREVIEW:http://www.styleyourforum.com/preview/index.php?styleid=752



Code: [Select]
/* Created by RyanA */
/* Normal, standard links. */
a:link
{
color: #4F2F4F;
text-decoration: none;
}
a:visited
{
color: #4F2F4F;
text-decoration: none;
}
a:hover
{
color: #4F2F4F;
text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #EEE9E9;
text-decoration: none;
}
a.nav:hover
{
color: #EEE9E9;
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: #294242;
font-size: small;
font-family: Book Antiqua, Bookman Old Style;
}

/* The main body of the entire forum. */
body
{
background-color: #6A7872;
background-image: url(http://www.styleyourforum.com/data/752/css0.gif
);
        background-repeat: repeat;
        background-attachment: fixed;
margin: 0px;
padding: 12px 30px 4px 30px;

}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
background-color: ;
color: #294242;
font-family: Book Antiqua, Bookman Old Style;
}
input, button
{
font-size: 90%;
}

textarea
{
font-size: 100%;
color: #294242;
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: Book Antiqua, Bookman Old Style;
}

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

/* 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 #7b5d6b;
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 #7b5d6b;
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: #314A4A;
background-color: #CDC9C9;
}
.windowbg2
{
color: #213636;
background-color: #CDC9C9;
}
.windowbg3
{
color: #8B7B8B;
background-color: #856363;
background: url(---) #deded4 repeat-x;
}
/* 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: #4e3a43;
font-style: normal;
background: url(---) #deded4 repeat-x;
border-bottom: solid 1px #7b5d6b;
border-top: solid 1px #7b5d6b;
padding-left: 10px;
padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: #4e3a4;
font-style: normal;
}

.titlebg a:hover
{
color: white;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
color: #4e3a43;
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/752/css1.gif) #92A399 repeat-x;
color: #4e3a43;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://www.styleyourforum.com/data/752/css1.gif) #92A399 repeat-x;
color: #4e3a43;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #7b5d6b;
}
.catbg, .catbg2
{
font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-size: 95%;
color: #4e3a43;
text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: #785767;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #b28199;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #deded4;
padding: 0px;
}

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

/* 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: #4F2F4F;
text-transform: uppercase;
vertical-align: top;
}
.maintab_back, .maintab_active_back
{
color: #4F2F4F;
text-decoration: none;
font-size:  9px;
vertical-align: top;
padding: 2px 6px 6px 6px;
font-family: tahoma, sans-serif;
}

.maintab_first
{
background: #CDC9C9;
             border-left:  1px solid #7b5d6b;
             border-bottom:  1px solid #7b5d6b;
width: 10px;
}
.maintab_back
{
background: #CDC9C9;
             border-bottom:  1px solid #7b5d6b;
}
.maintab_last
{
background: #CDC9C9;
             border-right: 1px solid #7b5d6b;
             border-bottom: 1px solid #7b5d6b;
width: 8px;
}
.maintab_active_first
{
background: #CDC9C9;
             border-left:  1px solid #7b5d6b;
             border-bottom:  1px solid #7b5d6b;
width: 6px;
}
.maintab_active_back
{
background: #CDC9C9;
              border-bottom:  1px solid #7b5d6b;
             
}
.maintab_active_last
{
background: #CDC9C9;
             border-right:  1px solid #7b5d6b;
             border-bottom: 1px solid #7b5d6b;
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: #4F2F4F;
text-decoration: none;
}

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

.mirrortab_first
{
background: #CDC9C9;
             border-top:  1px solid #7b5d6b;
             border-left:  1px solid #7b5d6b;
width: 10px;
}
.mirrortab_back
{
background: #CDC9C9;
             border-top:  1px solid #7b5d6b;
}
.mirrortab_last
{
background: #CDC9C9;
             border-top:  1px solid #7b5d6b;
             border-right:  1px solid #7b5d6b;
width: 6px;
}
.mirrortab_active_first
{
background: #CDC9C9;
             border-top:  1px solid #7b5d6b;
             border-left:  1px solid #7b5d6b;
width: 6px;
}
.mirrortab_active_back
{
background: #CDC9C9;
             border-top:  1px solid #7b5d6b;
}
.mirrortab_active_last
{
background: #CDC9C9;
             border-top:  1px solid #7b5d6b;
             border-right: 1px solid #7b5d6b;
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: #4F2F4F;
text-decoration: none;
}

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


.tablepad   
{
        background-color: #deded4;
        padding:6px;
        border:1px solid #7b5d6b;
}








3
Stylesheet Codes / [Stylesheet] New Years Night
« on: December 26, 2010, 03:23:08 pm »
Preview: http://www.styleyourforum.com/preview/index.php?styleid=751
Dark blue, violets, pattern background

Full stylesheet with buttons located at Style Your Forum:New Years Night Stylesheet




Code: [Select]
/* Created by RyanA */
/* Normal, standard links. */
a:link
{
color: #262a40;
text-decoration: none;
}
a:visited
{
color: #262a40;
text-decoration: none;
}
a:hover
{
color: #ffffff;
text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #d9d9e4;
text-decoration: none;
}
a.nav:hover
{
color: #d9d9e4;
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: #acaee5;
font-size: small;
font-family: Book Antiqua, Bookman Old Style;
}

/* The main body of the entire forum. */
body
{
background-color: #5c657f;
background-image: url(http://www.styleyourforum.com/data/751/css0.gif
);
        background-repeat: repeat;
        background-attachment: fixed;
margin: 0px;
padding: 12px 30px 4px 30px;

}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
background-color: ;
color: #294242;
font-family: Book Antiqua, Bookman Old Style;
}
input, button
{
font-size: 90%;
}

textarea
{
font-size: 100%;
color: #294242;
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: Book Antiqua, Bookman Old Style;
}

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

/* 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 #303040;
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 #303040;
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: #262a40 ;
background-color: #8f91bf;
}
.windowbg2
{
color: #262a40 ;
background-color: #8f91bf;
}
.windowbg3
{
color: #262a40;
background-color: #8f91bf;
background: url(---) #8f91bf  repeat-x;
}
/* 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: white;
font-style: normal;
background: url(---) #262a40 repeat-x;
border-bottom: solid 1px #303040;
border-top: solid 1px #303040;
padding-left: 10px;
padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: white;
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: white;
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(---) #262a40 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(---) #262a40 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #303040;
}
.catbg, .catbg2
{
font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-size: 95%;
color: white;
text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: white;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #ADADAD;
padding: 0px;
}

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

/* 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: #858da6;
text-transform: uppercase;
vertical-align: top;
}
.maintab_back, .maintab_active_back
{
color: #858da6;
text-decoration: none;
font-size:  9px;
vertical-align: top;
padding: 2px 6px 6px 6px;
font-family: tahoma, sans-serif;
}

.maintab_first
{
background: #303040;
             border-left:  1px solid #303040;
             border-bottom:  1px solid #303040;
width: 10px;
}
.maintab_back
{
background: #303040;
             border-bottom:  1px solid #303040;
}
.maintab_last
{
background: #303040;
             border-right: 1px solid #303040;
             border-bottom: 1px solid #303040;
width: 8px;
}
.maintab_active_first
{
background: #303040;
             border-left:  1px solid #303040;
             border-bottom:  1px solid #303040;
width: 6px;
}
.maintab_active_back
{
background: #303040;
              border-bottom:  1px solid #303040;
              
}
.maintab_active_last
{
background: #303040;
             border-right:  1px solid #303040;
             border-bottom: 1px solid #303040;
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: #858da6;
text-decoration: none;
}

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

.mirrortab_first
{
background: #303040;
             border-top:  1px solid #303040;
             border-left:  1px solid #303040;
width: 10px;
}
.mirrortab_back
{
background: #303040;
             border-top:  1px solid #303040;
}
.mirrortab_last
{
background: #303040;
             border-top:  1px solid #303040;
             border-right:  1px solid #303040;
width: 6px;
}
.mirrortab_active_first
{
background: #303040;
             border-top:  1px solid #303040;
             border-left:  1px solid #303040;
width: 6px;
}
.mirrortab_active_back
{
background: #303040;
             border-top:  1px solid #303040;
}
.mirrortab_active_last
{
background: #303040;
             border-top:  1px solid #303040;
             border-right: 1px solid #303040;
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: #858da6;
text-decoration: none;
}

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


.tablepad    
{
        background-color: #9e98a6;
        padding:6px;
        border:1px solid #303040;
}


4
Stylesheet Codes / [Stylesheet] Winter Fog
« on: December 26, 2010, 01:18:10 pm »
PREVIEW HEREl: http://www.styleyourforum.com/preview/index.php?styleid=750



Full Stylesheet with buttons located at Style Your Forum:  Winter Fog


Code: [Select]
/* Created by RyanA */
/* Normal, standard links. */
a:link
{
color: #4f4b43;
text-decoration: none;
}
a:visited
{
color: #4f4b43;
text-decoration: none;
}
a:hover
{
color: #6f6673;
text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #AFBBB0;
text-decoration: none;
}
a.nav:hover
{
color: #AFBBB0;
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: #294242;
font-size: small;
font-family: Book Antiqua, Bookman Old Style;
}

/* The main body of the entire forum. */
body
{
background-color: #747474;
background-image: url(---
);
        background-repeat: repeat;
        background-attachment: fixed;
margin: 0px;
padding: 12px 30px 4px 30px;

}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
background-color: ;
color: #294242;
font-family: Book Antiqua, Bookman Old Style;
}
input, button
{
font-size: 90%;
}

textarea
{
font-size: 100%;
color: #294242;
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: Book Antiqua, Bookman Old Style;
}

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

/* 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 #9c9c91;
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 #9c9c91;
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: #314A4A;
background-color: #d5c4ae;
}
.windowbg2
{
color: #314A4A;
background-color: #d5c4ae;
}
.windowbg3
{
color: #372000;
background-color: #AFBBB0 ;
background: url(---) #AFBBB0 repeat-x;
}
/* 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: white;
font-style: normal;
background: url(---) #9c9c91 repeat-x;
border-bottom: solid 1px #9c9c91;
border-top: solid 1px #9c9c91;
padding-left: 10px;
padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: white;
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: white;
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(---) #9c9c91 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(---) #9c9c91 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #9c9c91;
}
.catbg, .catbg2
{
font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-size: 95%;
color: white;
text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: white;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #ADADAD;
padding: 0px;
}

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

/* 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: #1d1826;
text-transform: uppercase;
vertical-align: top;
}
.maintab_back, .maintab_active_back
{
color: #1d1826;
text-decoration: none;
font-size:  9px;
vertical-align: top;
padding: 2px 6px 6px 6px;
font-family: tahoma, sans-serif;
}

.maintab_first
{
background: #AFBBB0;
             border-left:  1px solid #9c9c91;
             border-bottom:  1px solid #9c9c91;
width: 10px;
}
.maintab_back
{
background: #AFBBB0;
             border-bottom:  1px solid #9c9c91;
}
.maintab_last
{
background: #AFBBB0;
             border-right: 1px solid #9c9c91;
             border-bottom: 1px solid #9c9c91;
width: 8px;
}
.maintab_active_first
{
background: #AFBBB0;
             border-left:  1px solid #9c9c91;
             border-bottom:  1px solid #9c9c91;
width: 6px;
}
.maintab_active_back
{
background: #AFBBB0;
              border-bottom:  1px solid #9c9c91;
              
}
.maintab_active_last
{
background: #AFBBB0;
             border-right:  1px solid #9c9c91;
             border-bottom: 1px solid #9c9c91;
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: #1d1826;
text-decoration: none;
}

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

.mirrortab_first
{
background: #AFBBB0;
             border-top:  1px solid #9c9c91;
             border-left:  1px solid #9c9c91;
width: 10px;
}
.mirrortab_back
{
background: #AFBBB0;
             border-top:  1px solid #9c9c91;
}
.mirrortab_last
{
background: #AFBBB0;
             border-top:  1px solid #9c9c91;
             border-right:  1px solid #9c9c91;
width: 6px;
}
.mirrortab_active_first
{
background: #AFBBB0;
             border-top:  1px solid #9c9c91;
             border-left:  1px solid #9c9c91;
width: 6px;
}
.mirrortab_active_back
{
background: #AFBBB0;
             border-top:  1px solid #9c9c91;
}
.mirrortab_active_last
{
background: #AFBBB0;
             border-top:  1px solid #9c9c91;
             border-right: 1px solid #9c9c91;
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: #1d1826;
text-decoration: none;
}

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


.tablepad    
{
        background-color: #9e98a6;
        padding:6px;
        border:1px solid #9c9c91;
}

5
General Support / Re: Guest looking at Member's Profile
« on: July 14, 2010, 02:44:32 pm »
If you don't want guests to view your member profiles, you can change their permissions. You can just deselect that option for them.

That IP, if you toss it in Google, does come up as some acne treatment advertiser.

6
General Chat / Re: Another free host goes belly-up
« on: July 14, 2010, 12:21:01 pm »
I think you are right.  I just read some old info on IPB that says it was never intended for free use.

7
General Chat / Another free host goes belly-up
« on: July 14, 2010, 12:10:31 pm »
There is a whirl of talk over a free host (IPBfree) who just completely closed down without out any warning to users.  Whatever caused them to close-up this quick seems to be tied to some sort of legal issue.  The owners keep stating this on their twitter account.  They say it was not their choice and they cannot tell the users what happened because of legal issues.

A lot of forum owners will soon be looking for a new place to rebuild (maybe here!).  But these people have lost everything.  They cannot get to their forums and have lost all content.

Anyone have any ideas on what sorts of legal issues could shut down a free host basically overnight?

8
Stylesheet Codes / [stylesheet] Celtic Blues
« on: August 20, 2009, 03:22:42 pm »





Code: [Select]
/* Created by RyanA */
/* Normal, standard links. */
a:link
{
color: #B7B7B7;

text-decoration: none;
}
a:visited
{
color: #B7B7B7;
text-decoration: none;
}
a:hover
{
color: #B7B7B7;
text-decoration: underline;
}

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

/* The main body of the entire forum. */
body
{
background-color: #000000;




background-image: url(http://www.styleyourforum.com/data/552/css0.gif
);
        background-repeat: repeat;
        background-attachment: fixed;
margin: 0px;
padding: 10px 30px 10px 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: 95%;
}

textarea
{
font-size: 95%;
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: #000000;
background-color: #ffffff;
}

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

/* A code block - maybe even PHP ;). */
.code
{
color: #A37B45;
background-color: #FFFFFF;
font-family: "courier new", "times new roman", monospace;
font-size: small;
line-height: 1.3em;
/* Put a nice border around it. */
border: 1px solid #A37B45;
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: #A37B45;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: 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: #A37B45;

background-color: #333333;
}
.windowbg2
{
color: #A37B45;

background-color: #333333;
}
.windowbg3
{
color: #FFFFFF;
background-color: #000044;
background: url(------) #000044 repeat-x;
}
/* 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: #B7B7B7;
font-style: bold;
background: url(-----) #000000 repeat-x;
border-bottom: solid 1px #;
border-top: solid 1px #A37B45;
padding-left: 5px;
padding-right: 5px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: #B7B7B7;
font-style: normal;
}

.titlebg a:hover
{
color: #B7B7B7;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
color: #B7B7B7;
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(---) #2E2F2F repeat-x;
color: #B7B7B7;
padding-left: 5px;
padding-right: 5px;
}
.catbg2 , tr.catbg2 td
{
background: url(---) #2E2F2F repeat-x;
color: #A37B45;
padding-left: 5px;
padding-right: 5px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #A37B45;
}
.catbg, .catbg2
{
font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-size: 95%;
color: #A37B45;
text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: #A37B45;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #A37B45;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #fffff;
padding: 0px;
}

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

/* Default font sizes: small (10pt), normal (12pt), and large (14pt). */
.smalltext
{
font-size: small;
font-family: Trebuchet MS, verdana, sans-serif;
}
.middletext
{
font-size: 95%;
}
.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: 1px;
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: #A37B45;
text-transform: uppercase;
vertical-align: top;
}
.maintab_back, .maintab_active_back
{
color: #A37B45;
text-decoration: none;
font-size:  10px;
vertical-align: top;
padding: 1px 6px 6px 6px;
font-family: tahoma, sans-serif;
}

.maintab_first
{
background: #000044;
             border-left:  1px solid #000000;
             border-bottom:  1px solid #000000;
width: 10px;
}
.maintab_back
{
background: #000044;
             border-bottom:  1px solid #000000;
}
.maintab_last
{
background: #000044;
             border-right: 1px solid #000000;
             border-bottom: 1px solid #000000;
width: 8px;
}
.maintab_active_first
{
background: #000044;
             border-left:  1px solid #000000;
             border-bottom:  1px solid #000000;
width: 6px;
}
.maintab_active_back
{
background: #000044;
              border-bottom:  1px solid #000000;
             
}
.maintab_active_last
{
background: #000044;
             border-right:  1px solid #000000;
             border-bottom: 1px solid #000000;
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: #A37B45;
text-decoration: none;
}

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

.mirrortab_first
{
background: #000044;
             border-top:  1px solid #000000;

             border-left:  1px solid #000000;
width: 10px;
}
.mirrortab_back
{
background: #000044;
             border-top:  1px solid #000000;
}
.mirrortab_last
{
background: #000044;
             border-top:  1px solid #000000;
             border-right:  1px solid #000000;
width: 6px;
}
.mirrortab_active_first
{
background: #000044;
             border-top:  1px solid #000000;
             border-left:  1px solid #000000;
width: 6px;
}
.mirrortab_active_back
{
background: #000044;
             border-top:  1px solid #000000;
}
.mirrortab_active_last
{
background: #000044;
             border-top:  1px solid #000000;
             border-right: 1px solid #000000;
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: #8B0000;
text-decoration: none;
}

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


.tablepad   
{
        background-color: #B79E75;
        padding:6px;
        border:1px solid #35230A;
}




http://www.styleyourforum.com/data/552/on2.gif


http://www.styleyourforum.com/data/552/off.gif

9
Stylesheet Codes / [Stylesheet] Something Summer
« on: August 20, 2009, 01:47:11 pm »

Preview:



Code: [Select]
/* Created by RyanA */
/* Normal, standard links. */
a:link
{
color: #640E27;

text-decoration: none;
}
a:visited
{
color: #640E27;
text-decoration: none;
}
a:hover
{
color: #640E27;
text-decoration: underline;
}

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

/* The main body of the entire forum. */
body
{
background-color: #E1B378;




background-image: url(http://www.styleyourforum.com/data/551/css0.jpg
);
        background-repeat: repeat;
        background-attachment: fixed;
margin: 0px;
padding: 10px 65px 10px 65px;

}










         

     




/* 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: 95%;
}

textarea
{
font-size: 95%;
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: #000000;
background-color: #ffffff;
}

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

/* A code block - maybe even PHP ;). */
.code
{
color: #462D44;
background-color: #FFFFFF;
font-family: "courier new", "times new roman", monospace;
font-size: small;
line-height: 1.3em;
/* Put a nice border around it. */
border: 1px solid #462D44;
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: #462D44;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: 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: #4D8963;

background-color: #E0CC97;
}
.windowbg2
{
color: #4D8963;

background-color: #E0CC97;
}
.windowbg3
{
color: #462D44;
background-color: #E1B378;
background: url(------) #E1B378 repeat-x;
}
/* 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: #859731;
font-style: bold;
background: url(-----) #E0CC97 repeat-x;
border-bottom: solid 1px #;
border-top: solid 1px #462D44;
padding-left: 5px;
padding-right: 5px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: #859731;
font-style: normal;
}

.titlebg a:hover
{
color: #859731;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
color: #859731;
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(---) #E0CC97 repeat-x;
color: #9DAF72;
padding-left: 5px;
padding-right: 5px;
}
.catbg2 , tr.catbg2 td
{
background: url(---) #E0CC97 repeat-x;
color: #462D44;
padding-left: 5px;
padding-right: 5px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #462D44;
}
.catbg, .catbg2
{
font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-size: 95%;
color: #462D44;
text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: #462D44;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #462D44;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #fffff;
padding: 0px;
}

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

/* Default font sizes: small (10pt), normal (12pt), and large (14pt). */
.smalltext
{
font-size: small;
font-family: Trebuchet MS, verdana, sans-serif;
}
.middletext
{
font-size: 95%;
}
.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: 1px;
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: #462D44;
text-transform: uppercase;
vertical-align: top;
}
.maintab_back, .maintab_active_back
{
color: #462D44;
text-decoration: none;
font-size:  10px;
vertical-align: top;
padding: 1px 6px 6px 6px;
font-family: tahoma, sans-serif;
}

.maintab_first
{
background: #92B173;
             border-left:  1px solid #000000;
             border-bottom:  1px solid #000000;
width: 10px;
}
.maintab_back
{
background: #92B173;
             border-bottom:  1px solid #000000;
}
.maintab_last
{
background: #92B173;
             border-right: 1px solid #000000;
             border-bottom: 1px solid #000000;
width: 8px;
}
.maintab_active_first
{
background: #92B173;
             border-left:  1px solid #000000;
             border-bottom:  1px solid #000000;
width: 6px;
}
.maintab_active_back
{
background: #92B173;
              border-bottom:  1px solid #000000;
             
}
.maintab_active_last
{
background: #92B173;
             border-right:  1px solid #000000;
             border-bottom: 1px solid #000000;
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: #462D44;
text-decoration: none;
}

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

.mirrortab_first
{
background: #92B173;
             border-top:  1px solid #000000;

             border-left:  1px solid #000000;
width: 10px;
}
.mirrortab_back
{
background: #92B173;
             border-top:  1px solid #000000;
}
.mirrortab_last
{
background: #92B173;
             border-top:  1px solid #000000;
             border-right:  1px solid #000000;
width: 6px;
}
.mirrortab_active_first
{
background: #92B173;
             border-top:  1px solid #000000;
             border-left:  1px solid #000000;
width: 6px;
}
.mirrortab_active_back
{
background: #92B173;
             border-top:  1px solid #000000;
}
.mirrortab_active_last
{
background: #92B173;
             border-top:  1px solid #000000;
             border-right: 1px solid #000000;
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: #8B0000;
text-decoration: none;
}

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


.tablepad   
{
        background-color: #B79E75;
        padding:6px;
        border:1px solid #35230A;
}

Buttons:


http://www.styleyourforum.com/data/551/off.gif

http://www.styleyourforum.com/data/551/on.gif

10
Stylesheet Codes / Re: [stylesheet]Daisy Gray
« on: October 30, 2008, 11:35:37 pm »
Hah, Sibyl, you are actually who I've learn the most from. I started to figure out stylesheet codes awhile back by building over yours and seeing what would happen. I just kept changing stuff until I sorted out what went where, though I honestly can't remember half the time. You all would laugh if you saw how many freaking times I have to go back over stuff and try to remember what part of the code changes which font or which title area.

These are cool tools. I'd not seen these before. Handy, indeed.

11
Stylesheet Codes / Re: [stylesheet]Daisy Gray
« on: October 30, 2008, 11:09:56 pm »
Thanks, Deathwilldie.  I don't now much about coding and such, but I have a background in fine arts painting. Colors makes sense to me. I wish all the other stuff did.

12
Stylesheet Codes / [stylesheet]Daisy Gray
« on: October 23, 2008, 01:26:32 pm »






Code: [Select]
/* Created by RyanA */
/* Normal, standard links. */
a:link
{
color: #000000;

text-decoration: none;
}
a:visited
{
color: #000000;
text-decoration: none;
}
a:hover
{
color: #000000;
text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #ffffff;
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: #000000;
font-size: small;
font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
background-color: #616367;




background-image: url(http://i172.photobucket.com/albums/w7/oghma27/eosaprdsy6a.gif
);
        background-repeat: repeat;
        background-attachment: fixed;
margin: 0px;
padding: 10px 30px 10px 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: 95%;
}

textarea
{
font-size: 95%;
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: #000000;
background-color: #ffffff;
}

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

/* A code block - maybe even PHP ;). */
.code
{
color: #DCDCDC;
background-color: #FFFFFF;
font-family: "courier new", "times new roman", monospace;
font-size: small;
line-height: 1.3em;
/* Put a nice border around it. */
border: 1px solid #DCDCDC;
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: #DCDCDC;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: 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: #DCDCDC;

background-color: #848489;
}
.windowbg2
{
color: #DCDCDC;

background-color: #848489;
}
.windowbg3
{
color: #DCDCDC;
background-color: #696B77;
background: url(------) #696B77 repeat-x;
}
/* 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: bold;
background: url(------) #616367 repeat-x;
border-bottom: solid 1px #;
border-top: solid 1px #DCDCDC;
padding-left: 5px;
padding-right: 5px;
}
.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
{
background: url(http://i172.photobucket.com/albums/w7/oghma27/greybar.jpg) #DCDCDC repeat-x;
color: #E1D6C5;
padding-left: 5px;
padding-right: 5px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://i172.photobucket.com/albums/w7/oghma27/greybar.jpg) #DCDCDC repeat-x;
color: #E1D6C5;
padding-left: 5px;
padding-right: 5px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #DCDCDC;
}
.catbg, .catbg2
{
font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-size: 95%;
color: #E1D6C5;
text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: #E1D6C5;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #E1D6C5;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #COCOCO;
padding: 0px;
}

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

/* Default font sizes: small (10pt), normal (12pt), and large (14pt). */
.smalltext
{
font-size: small;
font-family: verdana, sans-serif;
}
.middletext
{
font-size: 95%;
}
.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: 1px;
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: #FFFFFF;
text-transform: uppercase;
vertical-align: top;
}
.maintab_back, .maintab_active_back
{
color: #FFFFFF;
text-decoration: none;
font-size:  10px;
vertical-align: top;
padding: 1px 6px 6px 6px;
font-family: tahoma, sans-serif;
}

.maintab_first
{
background: #1B1D26;
             border-left:  1px solid #000000;
             border-bottom:  1px solid #000000;
width: 10px;
}
.maintab_back
{
background: #1B1D26;
             border-bottom:  1px solid #000000;
}
.maintab_last
{
background: #1B1D26;
             border-right: 1px solid #000000;
             border-bottom: 1px solid #000000;
width: 8px;
}
.maintab_active_first
{
background: #1B1D26;
             border-left:  1px solid #000000;
             border-bottom:  1px solid #000000;
width: 6px;
}
.maintab_active_back
{
background: #1B1D26;
              border-bottom:  1px solid #000000;
             
}
.maintab_active_last
{
background: #1B1D26;
             border-right:  1px solid #000000;
             border-bottom: 1px solid #000000;
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: #FFFFFF;
text-decoration: none;
}

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

.mirrortab_first
{
background: #1B1D26;
             border-top:  1px solid #000000;

             border-left:  1px solid #000000;
width: 10px;
}
.mirrortab_back
{
background: #1B1D26;
             border-top:  1px solid #000000;
}
.mirrortab_last
{
background: #1B1D26;
             border-top:  1px solid #000000;
             border-right:  1px solid #000000;
width: 6px;
}
.mirrortab_active_first
{
background: #1B1D26;
             border-top:  1px solid #000000;
             border-left:  1px solid #000000;
width: 6px;
}
.mirrortab_active_back
{
background: #1B1D26;
             border-top:  1px solid #000000;
}
.mirrortab_active_last
{
background: #1B1D26;
             border-top:  1px solid #000000;
             border-right: 1px solid #000000;
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: #8B0000;
text-decoration: none;
}

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


.tablepad   
{
        background-color: #B79E75;
        padding:6px;
        border:1px solid #35230A;
}




13
Stylesheet Codes / Re: [Stylesheet]Silver and Gold
« on: October 22, 2008, 10:41:06 pm »
Thanks, you guys, for the positive feedback. I'm still learning and trying my best.

14
Stylesheet Codes / [stylesheet] Earth and Fire
« on: October 22, 2008, 06:10:04 pm »



Code: [Select]
/* Created by RyanA */
/* Normal, standard links. */
a:link
{
color: #8B0000;

text-decoration: none;
}
a:visited
{
color: #8B0000;
text-decoration: none;
}
a:hover
{
color: #8B0000;
text-decoration: underline;
}

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

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

/* By default (td, body..) use garamond in black. */
body, td, th , tr
{
color: #8B0000;
font-size: normal;
font-family: garamond, georgia, serif;
}

/* The main body of the entire forum. */
body
{
background-color: #400000;




background-image: url(------
);
        background-repeat: repeat;
        background-attachment: fixed;
margin: 0px;
padding: 10px 30px 10px 30px;

}










         

     




/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
background-color: ;
color: #715A33;
font-family: Book Antiqua, Bookman Old Style;
}
input, button
{
font-size: 95%;
}

textarea
{
font-size: 95%;
color: #715A33;
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: #715A33;
font-family: Book Antiqua, Bookman Old Style;
}

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

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

/* A code block - maybe even PHP ;). */
.code
{
color: #715A33;
background-color: #FFFFFF;
font-family: "courier new", "times new roman", monospace;
font-size: small;
line-height: 1.3em;
/* Put a nice border around it. */
border: 1px solid #715A33;
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: #715A33;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: 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: #3B2108;

background-color: #BBA279;
}
.windowbg2
{
color: #3B2108;

background-color: #BBA279;
}
.windowbg3
{
color: #000000;
background-color: #C1AB80;
background: url(------) #C1AB80 repeat-x;
}
/* 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: #35230A;
font-style: normal;
background: url(http://i172.photobucket.com/albums/w7/oghma27/brownbar.jpg) #B79E75 repeat-x;
border-bottom: solid 1px #;
border-top: solid 1px #715A33;
padding-left: 10px;
padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: #35230A;
font-style: normal;
}

.titlebg a:hover
{
color: #35230A;
}
/* 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
{
background: url(http://i172.photobucket.com/albums/w7/oghma27/redbarjpg4jpgdeep.jpg) #715A33 repeat-x;
color: #E1D6C5;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://i172.photobucket.com/albums/w7/oghma27/redbarflatjpgdk.jpg) #715A33 repeat-x;
color: #E1D6C5;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #715A33;
}
.catbg, .catbg2
{
font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-size: 95%;
color: #E1D6C5;
text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: #E1D6C5;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #E1D6C5;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #COCOCO;
padding: 0px;
}

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

/* Default font sizes: small (10pt), normal (12pt), and large (14pt). */
.smalltext
{
font-size: small;
font-family: garamond, georgia, serif;
}
.middletext
{
font-size: 95%;
}
.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: 1px;
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: #8B0000;
text-transform: uppercase;
vertical-align: top;
}
.maintab_back, .maintab_active_back
{
color: #8B0000;
text-decoration: none;
font-size:  10px;
vertical-align: top;
padding: 1px 6px 6px 6px;
font-family: tahoma, sans-serif;
}

.maintab_first
{
background: #B79E75;
             border-left:  1px solid #715A33;
             border-bottom:  1px solid #715A33;
width: 10px;
}
.maintab_back
{
background: #B79E75;
             border-bottom:  1px solid #715A33;
}
.maintab_last
{
background: #B79E75;
             border-right: 1px solid #715A33;
             border-bottom: 1px solid #715A33;
width: 8px;
}
.maintab_active_first
{
background: #B79E75;
             border-left:  1px solid #715A33;
             border-bottom:  1px solid #715A33;
width: 6px;
}
.maintab_active_back
{
background: #B79E75;
              border-bottom:  1px solid #715A33;
             
}
.maintab_active_last
{
background: #B79E75;
             border-right:  1px solid #715A33;
             border-bottom: 1px solid #715A33;
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: #8B0000;
text-decoration: none;
}

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

.mirrortab_first
{
background: #B79E75;
             border-top:  1px solid #715A33;

             border-left:  1px solid #715A33;
width: 10px;
}
.mirrortab_back
{
background: #B79E75;
             border-top:  1px solid #715A33;
}
.mirrortab_last
{
background: #B79E75;
             border-top:  1px solid #715A33;
             border-right:  1px solid #715A33;
width: 6px;
}
.mirrortab_active_first
{
background: #B79E75;
             border-top:  1px solid #715A33;
             border-left:  1px solid #715A33;
width: 6px;
}
.mirrortab_active_back
{
background: #B79E75;
             border-top:  1px solid #715A33;
}
.mirrortab_active_last
{
background: #B79E75;
             border-top:  1px solid #715A33;
             border-right: 1px solid #715A33;
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: #8B0000;
text-decoration: none;
}

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


.tablepad   
{
        background-color: #B79E75;
        padding:6px;
        border:1px solid #35230A;
}







15
Stylesheet Codes / [stylesheet]Earth and Water
« on: October 22, 2008, 12:49:14 pm »



Code: [Select]
/* Created by RyanA */
/* Normal, standard links. */
a:link
{
color: #396180;

text-decoration: none;
}
a:visited
{
color: #396180;
text-decoration: none;
}
a:hover
{
color: #396180;
text-decoration: underline;
}

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

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

/* By default (td, body..) use garamond in black. */
body, td, th , tr
{
color: #396180;
font-size: normal;
font-family: garamond, georgia, serif;
}

/* The main body of the entire forum. */
body
{
background-color: #2A1604;




background-image: url(------
);
        background-repeat: repeat;
        background-attachment: fixed;
margin: 0px;
padding: 10px 30px 10px 30px;

}










         

     




/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
background-color: ;
color: #715A33;
font-family: Book Antiqua, Bookman Old Style;
}
input, button
{
font-size: 95%;
}

textarea
{
font-size: 95%;
color: #715A33;
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: #715A33;
font-family: Book Antiqua, Bookman Old Style;
}

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

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

/* A code block - maybe even PHP ;). */
.code
{
color: #715A33;
background-color: #FFFFFF;
font-family: "courier new", "times new roman", monospace;
font-size: small;
line-height: 1.3em;
/* Put a nice border around it. */
border: 1px solid #715A33;
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: #715A33;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: 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: #3B2108;

background-color: #BBA279;
}
.windowbg2
{
color: #3B2108;

background-color: #BBA279;
}
.windowbg3
{
color: #211D37;
background-color: #C1AB80;
background: url(------) #C1AB80 repeat-x;
}
/* 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: #35230A;
font-style: normal;
background: url(http://i172.photobucket.com/albums/w7/oghma27/brownbar.jpg) #B79E75 repeat-x;
border-bottom: solid 1px #;
border-top: solid 1px #715A33;
padding-left: 10px;
padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: #35230A;
font-style: normal;
}

.titlebg a:hover
{
color: #35230A;
}
/* 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
{
background: url(http://i172.photobucket.com/albums/w7/oghma27/Darkbrownabr.jpg) #715A33 repeat-x;
color: #E1D6C5;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://i172.photobucket.com/albums/w7/oghma27/Darkbrownabr.jpg) #715A33 repeat-x;
color: #E1D6C5;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #715A33;
}
.catbg, .catbg2
{
font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-size: 95%;
color: #E1D6C5;
text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: #E1D6C5;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #E1D6C5;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #COCOCO;
padding: 0px;
}

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

/* Default font sizes: small (10pt), normal (12pt), and large (14pt). */
.smalltext
{
font-size: small;
font-family: garamond, georgia, serif;
}
.middletext
{
font-size: 95%;
}
.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: 1px;
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: #3B2108;
text-transform: uppercase;
vertical-align: top;
}
.maintab_back, .maintab_active_back
{
color: #3B2108;
text-decoration: none;
font-size:  10px;
vertical-align: top;
padding: 1px 6px 6px 6px;
font-family: tahoma, sans-serif;
}

.maintab_first
{
background: #B79E75;
             border-left:  1px solid #715A33;
             border-bottom:  1px solid #715A33;
width: 10px;
}
.maintab_back
{
background: #B79E75;
             border-bottom:  1px solid #715A33;
}
.maintab_last
{
background: #B79E75;
             border-right: 1px solid #715A33;
             border-bottom: 1px solid #715A33;
width: 8px;
}
.maintab_active_first
{
background: #B79E75;
             border-left:  1px solid #715A33;
             border-bottom:  1px solid #715A33;
width: 6px;
}
.maintab_active_back
{
background: #B79E75;
              border-bottom:  1px solid #715A33;
             
}
.maintab_active_last
{
background: #B79E75;
             border-right:  1px solid #715A33;
             border-bottom: 1px solid #715A33;
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: #3B2108;
text-decoration: none;
}

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

.mirrortab_first
{
background: #B79E75;
             border-top:  1px solid #715A33;

             border-left:  1px solid #715A33;
width: 10px;
}
.mirrortab_back
{
background: #B79E75;
             border-top:  1px solid #715A33;
}
.mirrortab_last
{
background: #B79E75;
             border-top:  1px solid #715A33;
             border-right:  1px solid #715A33;
width: 6px;
}
.mirrortab_active_first
{
background: #B79E75;
             border-top:  1px solid #715A33;
             border-left:  1px solid #715A33;
width: 6px;
}
.mirrortab_active_back
{
background: #B79E75;
             border-top:  1px solid #715A33;
}
.mirrortab_active_last
{
background: #B79E75;
             border-top:  1px solid #715A33;
             border-right: 1px solid #715A33;
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: #35230A;
text-decoration: none;
}

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


.tablepad   
{
        background-color: #B79E75;
        padding:6px;
        border:1px solid #35230A;
}







Pages: [1] 2 3 4 5