Advertise Here

Author Topic: [Stylesheet] Autumn  (Read 5827 times)

0 Members and 1 Guest are viewing this topic.

Offline Shimmy Shabby

  • SMF For Free Full Member
  • *
  • Posts: 143
    • View Profile

  • Total Badges: 15
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
[Stylesheet] Autumn
« on: September 15, 2008, 07:17:45 pm »
A conversion of Hoochie Coochie Man's Autumn Theme.
You can find a demo of the original theme here.

Live Demo

Full Page ScreenShot



You MUST Include the header and footer.

Header
Code: [Select]
<br />
<br />
<br />
<div id="outer">
<div id="header">
<div id="headercontent">
<h1><a href="FORUMURL">FORUMNAME</a></h1>
<h2>FORUM SLOGAN HERE</h2>
</div>
</div>
<div id="headerpic"></div>

Replace FORUMNAME with the name of your forum and replace FORUM SLOGAN HERE with the slogan/description for your forum. If you dont have one, just delete FORUM SLOGAN HERE and leave it blank. Replace FORUMURL with the URL to your forum, Example: http://myforum.smfforfree*.com.

Footer
Code: [Select]
<div id="footer">
<div class="right">
Original Theme By <a href="http://custom.simplemachines.org/themes/index.php?action=profile;u=118828">Hoochie Coochie Man</a> | Conversion by <a href="http://www.smfsupport.com/support/index.php?action=profile;u=4047">Shimmy Shabby</a>
</div>
</div>
</div>
Do not touch the footers, its credits that MUST be included.

CSS
Code: [Select]
/*Extra Things*/
#footer
{
position: relative;
height: 2.0em;
clear: both;
padding-top: 5.0em;
background: url('http://www.styleyourforum.com/data/153/css0.gif') repeat-x 0.25em;
font-size: 0.86em
}

#footer .left
{
position: absolute;
left: 2em;
bottom: 1.2em;
}

#footer .right
{
position: absolute;
right: 2.0em;
bottom: 1.2em;
}

#headerpic
{
position: relative;
height: 149px;
background: #fff url('http://www.styleyourforum.com/data/153/css1.jpg') repeat-x bottom left;
margin-bottom: 2px
}

#outer
{
z-index: 2;
position: relative;
/*
The width value below controls the overall width of the design. By default it's set to 82%
(so it'll take up 82% of the browser window's width). You can set it to a different percentage
value (70%, 90%, etc.) or even a pixel value (760px, 800px, etc.) to enforce a fixed width.
*/
width: 82%;
border: solid 7px #fff;
background-color: #fff;
margin: 0 auto;
}

#header
{
position: relative;
width: 100%;
height: 9em;
background: #2b2b2b url('http://www.styleyourforum.com/data/153/css2.gif') repeat-x;
margin-bottom: 2px
}

#headercontent
{
position: absolute;
bottom: 0em;
padding: 0em 2.0em 1.3em 2.0em;
}

#headercontent h1
{
font-weight: normal;
font-size: 2.5em;
}
#headercontent h1 a:link, #headercontent h1 a:visited
{
color:#9F9030;
text-decoration:none;
border:none;
}
#headercontent h1 a:hover, #headercontent h1 a:active
{
text-decoration:none;
color:#fff;
border:none;
}
#headercontent h2
{
font-size: 1.0em;
font-weight: normal;
color: #aaa;
}

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

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #000000;
text-decoration: none;
}
a.nav:hover
{
color: #B96D00;
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-image: url('http://www.styleyourforum.com/data/153/css3.gif');
background-color: #000000;
margin: auto;
padding: 0px 0px 35px 0px;
background-attachment: fixed;

}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
background: url('http://www.styleyourforum.com/data/153/css4.gif') #FFFFFF repeat-x;
color: #000000;
font-family: verdana, sans-serif;
}
input, button
{
font-size: 90%;
}

textarea
{
font-size: 100%;
color: #000000;
font-family: verdana, sans-serif;
}

/* All input elements that are checkboxes or radio buttons. */
input.check
{
}

/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
font-size: 90%;
font-weight: normal;
color: #000000;
font-family: verdana, sans-serif;
}

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

/* No image should have a border when linked */
a img
{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
color: #000000;
background-color: #ffffff;
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: #ffffff;
font-family: "courier new", "times new roman", monospace;
font-size: x-small;
line-height: 1.3em;
/* Put a nice border around it. */
border: 1px solid #000000;
margin: 1px auto 1px auto;
padding: 1px;
width: 99%;
/* Don't wrap its contents, and show scrollbars. */
white-space: nowrap;
overflow: auto;
/* Stop after about 24 lines, and just show a scrollbar. */
max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader
{
color: #000000;
text-decoration: none;
font-style: normal;
font-weight: bold;
font-size: x-small;
line-height: 1.2em;
}

/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help
{
cursor: help;
}

/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction
{
color: red;
}

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

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

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
color: #000000;
background: url('http://www.styleyourforum.com/data/153/css5.jpg') #FCFCF4 repeat-x;
}
.windowbg2
{
color: #000000;
background: url('http://www.styleyourforum.com/data/153/css5.jpg') #FCFCF4 repeat-x;
}
.windowbg3
{
color: #000000;
background: url('http://www.styleyourforum.com/data/153/css5.jpg') #FCFCF4 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: black;
font-style: normal;
background: url('http://www.styleyourforum.com/data/153/css8.jpg') #FFFFFF repeat-x;
border-top: solid 1px #FFFFFF;
padding-left: 10px;
padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: black;
font-style: normal;
}

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

.titlebg2 a:hover
{
text-decoration: underline;
}

/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
background: url('http://www.styleyourforum.com/data/153/css9.jpg') #88A6C0 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url('http://www.styleyourforum.com/data/153/css10.jpg') #A1BFD9 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #375576;
}
.catbg, .catbg2
{
font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-size: 95%;
color: white;
text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: white;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #e0e0ff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #FFFFFF;
padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
padding: 1px;
border: 1px solid #FFFFFF;
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,
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
color: #ccc;
vertical-align: top;
}
.maintab_back, .maintab_active_back,
.mirrortab_back, .mirrortab_active_back {
color: #ccc;
text-decoration: none;
font-size:  10px;
font-family: verdana, sans-serif;
padding: 5px 10px 5px 10px;
}

.maintab_first, .mirrortab_first {
display: none;
}

.maintab_back, .mirrortab_back {
background: url('http://www.styleyourforum.com/data/153/css9.jpg') repeat-x;
color: #ccc
}

.maintab_last, .mirrortab_last {
display: none;
}

.maintab_active_first, .mirrortab_active_first {
display: none;
}

.maintab_active_back, .mirrortab_active_back {
background: url('http://www.styleyourforum.com/data/153/css8.jpg') #FFFFFF repeat-x;
}

.maintab_active_last, .mirrortab_active_last {
display: none;
}

/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
color: #000000;
text-decoration: none;
}

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

h1, h2, h3, h4, h5, h6
{
font-family:Georgia, Verdana, Arial, Serif;
}

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

new_none, new_some, off, on, on2
http://www.styleyourforum.com/data/153/new_none.gif
http://www.styleyourforum.com/data/153/new_some.gif
http://www.styleyourforum.com/data/153/off.gif
http://www.styleyourforum.com/data/153/on.gif
http://www.styleyourforum.com/data/153/on2.gif

If you would like to put a banner on there follow these steps.

Look for
Quote
<h1><a href="FORUMURL">FORUMNAME</a></h1>
<h2>FORUM SLOGAN HERE</h2>
In the headers and replace that with
Code: [Select]
<img src="URLTOYOURIMG" />Replace URLTOYOURIMG with the url to your image(ex: http://www.myimage.com/img101.png)
« Last Edit: September 16, 2008, 06:17:42 pm by Shimmy Shabby »


Offline simply sibyl

  • Helpers
  • *
  • Posts: 14347
  • On hiatus
    • View Profile
    • The Tent Dwellers

  • Total Badges: 31
    Badges: (View All)
    Level 6 Poll Voter Webmaster Arcade Highscore Windows User
Re: [Stylesheet] Autumn
« Reply #1 on: September 15, 2008, 07:26:30 pm »
Shimmy Shabby  super job with the remake...  well done!

Offline Shimmy Shabby

  • SMF For Free Full Member
  • *
  • Posts: 143
    • View Profile

  • Total Badges: 15
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Stylesheet] Autumn
« Reply #2 on: September 15, 2008, 07:29:18 pm »
Thanks a ton sibyl! =) i liked doing this remake, it was so fun and the theme is so gorgeous!
« Last Edit: September 16, 2008, 06:27:12 pm by Shimmy Shabby »


Offline After Dark

  • SMF For Free Member
  • *
  • Posts: 44
    • View Profile
    • After Dark

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Stylesheet] Autumn
« Reply #3 on: September 15, 2008, 08:55:52 pm »
Really great looking.Fresh and clean great job.

Offline Suki The Saluki

  • SMF For Free Sponsors
  • *
  • Posts: 827
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Stylesheet] Autumn
« Reply #4 on: October 18, 2008, 01:36:00 pm »
Really really cool! looks awesome with my site and i cant wait to release it  ;D

Offline Shimmy Shabby

  • SMF For Free Full Member
  • *
  • Posts: 143
    • View Profile

  • Total Badges: 15
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Stylesheet] Autumn
« Reply #5 on: October 18, 2008, 02:02:50 pm »
Thanks! Gl with your site.


Offline Suki The Saluki

  • SMF For Free Sponsors
  • *
  • Posts: 827
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Stylesheet] Autumn
« Reply #6 on: October 18, 2008, 02:03:48 pm »
Thanks, its looking fairly good with the style, any chance you could make another one but for xmas? that would be great!  8)

Offline Shimmy Shabby

  • SMF For Free Full Member
  • *
  • Posts: 143
    • View Profile

  • Total Badges: 15
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Stylesheet] Autumn
« Reply #7 on: October 18, 2008, 02:18:01 pm »
Yea, i was gonna make a winter one... I forgot about it though =p. So, yes.


Offline Suki The Saluki

  • SMF For Free Sponsors
  • *
  • Posts: 827
    • View Profile

  • Total Badges: 14
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Stylesheet] Autumn
« Reply #8 on: October 18, 2008, 02:21:39 pm »
Awesome looking foward to it. again nice theme, a few edits and it would be a halloween theme type  :D

Offline smalltowngirlzbb

  • SMF For Free Full Member
  • *
  • Posts: 114
    • View Profile

  • Total Badges: 13
    Badges: (View All)
    Topic Starter Combination Level 3 Level 2 Level 1
Re: [Stylesheet] Autumn
« Reply #9 on: September 03, 2009, 07:55:25 pm »
Forum Url: pattizzzzyandrboard
Ooohh This is pretty :)

I snagged to use this after Halloween !!  Thanks a bunch!!

"Demented and Sad, But Social." --John Bender
The Breakfast Club: a John Huges Film-RIP

Offline Jalokim

  • SMF For Free Member
  • *
  • Posts: 49
  • Pm me if you like your forum to be reviewed
    • View Profile

  • Total Badges: 10
    Badges: (View All)
    Topic Starter Combination Level 2 Level 1 10 Posts
Re: [Stylesheet] Autumn
« Reply #10 on: September 05, 2009, 05:59:05 am »
nice and thanks! 8)

 

Related Topics

  Subject / Started by Replies Last post
0 Replies
4007 Views
Last post March 10, 2007, 03:18:15 pm
by Crasy
12 Replies
10533 Views
Last post October 14, 2009, 12:07:58 pm
by i feel pure
0 Replies
2581 Views
Last post March 24, 2008, 07:59:51 am
by sweet_candygirl23
6 Replies
4279 Views
Last post November 08, 2008, 08:14:26 pm
by [JeReMy]
3 Replies
1005 Views
Last post October 09, 2008, 01:46:48 pm
by Suki The Saluki