Forum Url:
http://http://therefresh.smfforfree4..smfforfree4.comHello This Is My First Stylesheet
/* Normal, standard links. */
a:link
{
color: #476C8E;
text-decoration: none;
}
a:visited
{
color: #003366;
text-decoration: none;
}
a:hover
{
color: #0066CC;
text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #FF3300;
text-decoration: none;
}
a.nav:hover
{
color: #FF0000;
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: #3300CC;
font-size: small;
font-family: verdana, sans-serif;
}
/* The main body of the entire forum. */
body
{
background-color: #0099FF;
margin: 0px;
padding: 12px 30px 4px 30px;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
background-color: #0066CC;
color: #000000;
font-family: verdana, sans-serif;
}
input, button
{
font-size: 90%;
}
textarea
{
font-size: 100%;
color: #000000;
font-family: verdana, sans-serif;
}
/* All input elements that are checkboxes or radio buttons. */
input.check
{
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
font-size: 90%;
font-weight: normal;
color: #000000;
font-family: verdana, sans-serif;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
height: 1px;
border: 0;
color: #666666;
background-color: #666666;
}
/* No image should have a border when linked */
a img
{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
color: #FF6600;
background-color: #00CCCC;
border: 1px solid #000000;
margin: 1px;
padding: 1px;
font-size: x-small;
line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
.code
{
color: #000000;
background-color: #dddddd;
font-family: "courier new", "times new roman", monospace;
font-size: x-small;
line-height: 1.3em;
/* Put a nice border around it. */
border: 1px solid #000000;
margin: 1px auto 1px auto;
padding: 1px;
width: 99%;
/* Don't wrap its contents, and show scrollbars. */
white-space: nowrap;
overflow: auto;
/* Stop after about 24 lines, and just show a scrollbar. */
max-height: 24em;
}
/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
color: #003366;
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: #FF0000;
}
/* The main post box - this makes it as wide as possible. */
.editor
{
width: 96%;
}
/* Highlighted text - such as search results. */
.highlight
{
background-color: #0033CC;
font-weight: bold;
color: black;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
color: #0000CC;
background-color: #3333FF;
}
.windowbg2
{
color: #0066CC;
background-color: #0099FF;
}
.windowbg3
{
color: #00FFCC;
background-color: #003366;
}
/* 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: #FF0000;
font-style: normal;
background: url(http://www.smfboards.com/Themes2/default/images/titlebg.jpg) #000000 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: #FF0000;
font-style: normal;
}
.titlebg a:hover
{
color: #404040;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
color: black;
font-style: normal;
text-decoration: underline;
}
.titlebg2 a:hover
{
text-decoration: underline;
}
/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
background: url(http://i26.tinypic.com/20zpk0g.gif) #009999 repeat-x;
color: #333366;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://i26.tinypic.com/20zpk0g.gif) #003366 repeat-x;
color: #0000CC;
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: #0033CC;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #006699;
padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder
{
padding: 1px;
border: 1px solid #006666;
background-color: #FFFFFF;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
font-size: x-small;
font-family: verdana, sans-serif;
}
.middletext
{
font-size: 90%;
}
.normaltext
{
font-size: small;
}
.largetext
{
font-size: large;
}
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage
{
width: 100%;
overflow: auto;
line-height: 1.3em;
}
/* All the signatures used in the forum. If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature
{
width: 100%;
overflow: auto;
padding-bottom: 3px;
line-height: 1.3em;
}
/* Sometimes there will be an error when you post */
.error
{
color: red;
}
/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last
{
color: #FFFFFF;
text-transform: uppercase;
vertical-align: top;
}
.maintab_back, .maintab_active_back
{
color: #FFFFFF;
text-decoration: none;
font-size: 9px;
vertical-align: top;
padding: 2px 6px 6px 6px;
font-family: tahoma, sans-serif;
}
.maintab_first
{
background: url(http://i29.tinypic.com/2dch25x.jpg) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://i31.tinypic.com/1ytrhc.jpg) left bottom repeat-x;
}
.maintab_last
{
background: url(http://i26.tinypic.com/crt6h.gif) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://i28.tinypic.com/29vkx1y.gif) left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://i30.tinypic.com/2s81e9c.jpg) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://i32.tinypic.com/25qamud.gif) left bottom no-repeat;
width: 8px;
}
/* how links behave in main tab. */
.maintab_back a:link , .maintab_back a:visited, .maintab_active_back a:link , .maintab_active_back a:visited
{
color: #0033CC;
text-decoration: none;
}
.maintab_back a:hover, .maintab_active_back a:hover
{
color: #0033FF;
text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
color: #FFFFCC;
text-transform: uppercase;
vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
color: #FFFFCC;
text-decoration: none;
font-size: 9px;
vertical-align: bottom;
padding: 6px 6px 2px 6px;
font-family: tahoma, sans-serif;
}
.mirrortab_first
{
background: url(http://i27.tinypic.com/21l5xci.gif) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://i28.tinypic.com/nwiha9.gif) repeat-x;
}
.mirrortab_last
{
background: url(http://i26.tinypic.com/vqh07m.gif) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://i26.tinypic.com/qpjoyo.gif) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://i30.tinypic.com/2608l6p.gif) repeat-x;
}
.mirrortab_active_last
{
background: url(http://i28.tinypic.com/24liv49.gif) no-repeat;
width: 8px;
}
/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
color: #FFFFFF;
text-decoration: none;
}
.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
color: #FFFF99;
text-decoration: none;
}
/* The AJAX notifier */
#ajax_in_progress
{
background: #32CD32;
color: #FFFFCC;
text-align: center;
font-weight: bold;
font-size: 18pt;
padding: 3px;
width: 100%;
position: fixed;
top: 0;
left: 0;
}
Headers:
<center><body bgcolor="#BCCEE4" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" alink="#A4D3EE" vlink="#A4D3EE">
<table cellspacing="0" bgcolor="#5190ED" valign="top" height="100%" width="750"><tr><td valign="top" height="100%" background="http://i30.tinypic.com/2s7dpcj.jpg" style="padding:25px;border:0px;"></td><td height="100%" valign="top">
<br />
FooterS:
<td align="left" valign="top" background="http://i30.tinypic.com/2s7dpcj.jpg" style="padding:25px;border:0px;"></td></tr></table>
Images:
No new posts: http://i29.tinypic.com/2ag43mc.gif
New posts: http://i30.tinypic.com/2hqy16e.gif
Some New: http://i32.tinypic.com/2clg1j.gif
No New Smaller: http://i32.tinypic.com/4glg1.gif
New Posts Small: http://i27.tinypic.com/1z23pqd.gif
Collapse-http://i28.tinypic.com/9jhcom.gif
Expand-http://i28.tinypic.com/w1g088.jpg
Thats my first stylesheet & code thanks
Preview:
http://i29.tinypic.com/s261pw.jpgFeel Free To Edit Anything
...Regna