SMF For Free Support Forum
Signup For Free Forum
March 12, 2010, 05:26:02 am *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to SMF For Free. The best free SMF Host
 
   Home   Help Search Arcade Gallery Login Register  

Pages: [1]
  Print  
Author Topic: [StyleSheet] Thanksgiving Pie  (Read 995 times)
0 Members and 1 Guest are viewing this topic.
Melody670
SMF For Free Full Member
*
Offline Offline

Posts: 145


View Profile
« on: November 02, 2008, 08:42:25 am »

Forum Url: http://melodystestsite4.smfforfree4.com
Screenshot Thumbnail:


ON:

OFF:

New_some:

New_none:




« Last Edit: November 12, 2008, 09:13:33 am by simply sibyl » Logged
Melody670
SMF For Free Full Member
*
Offline Offline

Posts: 145


View Profile
« Reply #1 on: November 02, 2008, 08:48:58 am »

OMG, I haven't submitted one of these in so long, I can't remember how to post the code..bear with me...lol
Code:
/* Normal, standard links. */
a:link
{
color: #000000;
text-decoration: none;
}
a:visited
{
color: #000000;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}

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

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





/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
color:#5C3317;
font-size: medium;
font-family:arial, verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
background-color: #FEF1B5;
           background-image: url(http://i168.photobucket.com/albums/u196/Melody670/tksgivingwp4.jpg);
           background-attachment:  fixed;
margin: 0px;
padding: 30px 80px 4px 80px;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
color: #000000;
font-family: arial, sans-serif;
}
input, button
{
font-size: 90%;
}

textarea
{
font-size: 100%;
color: #000000;
font-family: arial, 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: 100%;
font-weight: normal;
color: #000000;
font-family: arial, sans-serif;
}

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

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

/* A code block - maybe even PHP ;). */
.code
{
color: #736651;
background-color: #D7CFC0;
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 #A6938E;
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
{
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: #8E6B23;
background-color: #FEF1B5;
}
.windowbg2
{
color: #000000;
background-color: #FDF5E6;
}
.windowbg3
{
color: #000000;
background-color: #FFC125;
}
/* 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
{
font-style: normal;
background: url(http://i168.photobucket.com/albums/u196/Melody670/thskgivingwp3.jpg); repeat-x;
font-family: arial,verdana,sans-serif;
color: #FDF5E6;
                padding-left: 10px;
padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
font-style: normal;
}

.titlebg a:hover
{
color: #FDF5E6;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
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://i168.photobucket.com/albums/u196/Melody670/thskgivingwp3.jpg);
                background-repeat:   repeat-x;
font-family: arial,verdana,sans-serif;
color: #FFFFFF;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://i168.photobucket.com/albums/u196/Melody670/thskgivingwp3.jpg); repeat-x;
color: #fFFFFFF;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #FFE4B5;
}
.catbg, .catbg2
{
font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
font-size: 95%;
color: #FFFFFF;
text-decoration: none;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: #CD7F32;
text-decoration: none;
}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #FCD59C;
}

.catbg3 {
  font-weight:700;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #AC7F24;
padding: 0px;
}

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

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
font-size: x-small;
font-family: arial, 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_active_last
{
color: #FFCC11;
text-transform: uppercase;
           font-weight: bold;
vertical-align: top;
}
.maintab_active_first, .maintab_active_back, .maintab_active_last
{
color: #FFFFFF;
text-transform: uppercase;
           font-weight: bold;
vertical-align: top;
}
.maintab_back
{
color: #FFFFFF;
text-decoration: none;
           font-weight: bold;
font-size:  9px;
vertical-align: top;
padding: 2px 6px 6px 6px;
font-family: arial,verdana,sans-serif;
}

.maintab_active_back
{
color: #FFCC11;
text-decoration: none;
           font-weight: bold;
font-size:  9px;
vertical-align: top;
padding: 2px 6px 6px 6px;
font-family: arial,verdana,sans-serif;
}
.maintab_first
{
background: url(http://i168.photobucket.com/albums/u196/Melody670/thanskgivingON.png) #FFE4B5 repeat-x;
width: 10px;
}
.maintab_back
{
background: url(http://i168.photobucket.com/albums/u196/Melody670/thanskgivingON.png) #FFCC11 repeat-x;
}
.maintab_last
{
background: url(http://i168.photobucket.com/albums/u196/Melody670/thanskgivingON.png) #FFCC11 repeat-x;
width: 8px;
}
.maintab_active_first
{
background: url(http://i168.photobucket.com/albums/u196/Melody670/thanskgivingON.png) #FFCC11repeat-x;
width: 6px;
}
.maintab_active_back
{
background: url(http://i168.photobucket.com/albums/u196/Melody670/thanskgivingON.png) #FFCC11 repeat-x;
}
.maintab_active_last
{
background: url(http://i168.photobucket.com/albums/u196/Melody670/thanskgivingON.png) #FFCC11 repeat-x;
width: 8px;
}

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

.maintab_active_back a:link , .maintab_active_back a:visited
{
color: #FFCC11;
text-decoration: none;
}
.maintab_back a:hover, .maintab_active_back a:hover
{
color: #FFCC11;
text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back,

.mirrortab_active_last
{
color: #FFCC11;
text-transform: uppercase;
           font-weight: bold;
vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
color: #FFCC11;
text-decoration: none;
           font-weight: bold;
font-size: 9px;
vertical-align: bottom;
padding: 6px 6px 2px 6px;
font-family: arial,verdana,sans-serif;
}

.mirrortab_first
{
background: url(http://i168.photobucket.com/albums/u196/Melody670/thanskgivingON.png) #FFCC11 repeat-x;
width: 10px;
}
.mirrortab_back
{
background: url(http://i168.photobucket.com/albums/u196/Melody670/thanskgivingON.png) # FFCC11repeat-x;
}
.mirrortab_last
{
background: url(http://i168.photobucket.com/albums/u196/Melody670/thanskgivingON.png) #FFCC11 repeat-x;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://i168.photobucket.com/albums/u196/Melody670/thanskgivingON.png) #FFCC11 repeat-x;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://i168.photobucket.com/albums/u196/Melody670/thanskgivingON.png) #FFCC11repeat-x;
}
.mirrortab_active_last
{
background: url(http://i168.photobucket.com/albums/u196/Melody670/thanskgivingON.png) #FFCC11repeat-x;
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: #FFCC11;
text-decoration: none;
}

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

/* The AJAX notifier */
#ajax_in_progress
{
background: #32CD32;
color: white;
text-align: center;
font-weight: bold;
font-size: 18pt;
padding: 3px;
width: 100%;
position: fixed;
top: 0;
left: 0;
}
« Last Edit: November 10, 2008, 05:12:48 am by Melody670 » Logged
๖ۣۜۜҳ̸Ҳ̸ҳ
SMF For Free Sponsors
*
Offline Offline

Posts: 822


View Profile
« Reply #2 on: November 03, 2008, 03:26:32 pm »

Gee nice style but i would next time recommend to add a little more to the catogories, as it looks a little plain with the images unsee able Lol nice attempt
Logged
Melody670
SMF For Free Full Member
*
Offline Offline

Posts: 145


View Profile
« Reply #3 on: November 04, 2008, 05:20:14 pm »

Thanks for the suggestion!  Part of the problem is that on my test site, I don't have a lot of categories/boards, so I never really know how it looks until I spring it on my real site, then I tweak it if necessary.  Thanks again for your comment. Smiley
Logged
๖ۣۜۜҳ̸Ҳ̸ҳ
SMF For Free Sponsors
*
Offline Offline

Posts: 822


View Profile
« Reply #4 on: November 05, 2008, 01:48:56 am »

No problem
Logged
Melody670
SMF For Free Full Member
*
Offline Offline

Posts: 145


View Profile
« Reply #5 on: November 10, 2008, 05:15:15 am »

I changed the font color for the child boards.  It should be easier to read now.  Because my test site doesn't have child boards, I don't notice it.  I guess this weekend when I work on another  stylesheet, I will add a couple of child boards so that I can see the full effect. Smiley
Logged
[JeReMy]
SMF For Free Master
*
Offline Offline

Posts: 1174


www.ourhangout.org


View Profile WWW
« Reply #6 on: November 10, 2008, 06:48:19 am »

i think it looks pretty good but i cant make em so congrats  Cool
Logged

Melody670
SMF For Free Full Member
*
Offline Offline

Posts: 145


View Profile
« Reply #7 on: November 11, 2008, 02:55:24 am »

ty Jeremy Smiley  This actually isn't my best work, but thought it would give people some variety. Smiley
Logged


Pages: [1]
  Print  
 
Jump to:  



Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC
ServerBeach Coupon
Page created in 0.365 seconds with 15 queries. (Pretty URLs adds 0.135s, 2q)