SMF For Free Support Forum
Signup For Free Forum
December 05, 2008, 12:38:19 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: more layouts?  (Read 926 times)
0 Members and 1 Guest are viewing this topic.
jennybird55
SMF For Free Member
*
Offline Offline

Posts: 33


View Profile
« on: January 23, 2008, 04:05:34 pm »

i already looked at all the ones stickied at the top of this board. but does anyone have any other holiday ones that i could use the code on? thanks! i dont really want to try and make all new ones.
Logged
simply sibyl
Female Type
Global Moderator
*
Offline Offline

Posts: 9429


Please do not PM for Support


View Profile WWW
« Reply #1 on: January 23, 2008, 04:07:11 pm »

i already looked at all the ones stickied at the top of this board. but does anyone have any other ones that i could use the code on? thanks! i dont really want to try and make all new ones.

Did you see all the new ones?   I added 3 more to the Holiday Stylesheet last nite (they are new) and another a day or so before that.
Logged

jennybird55
SMF For Free Member
*
Offline Offline

Posts: 33


View Profile
« Reply #2 on: January 23, 2008, 04:08:36 pm »

i just looked at all of them today. they are so cute, but i like the more plain ones just with pink and red kind of colors. but we have a few ppl complaining that the pink is too bright! Sad
Logged
jennybird55
SMF For Free Member
*
Offline Offline

Posts: 33


View Profile
« Reply #3 on: January 23, 2008, 04:11:08 pm »

i love the one that is the 2nd vday one you posted in the sticky. is there anyway that i can make it a lighter pink?
Logged
simply sibyl
Female Type
Global Moderator
*
Offline Offline

Posts: 9429


Please do not PM for Support


View Profile WWW
« Reply #4 on: January 23, 2008, 04:15:51 pm »

i love the one that is the 2nd vday one you posted in the sticky. is there anyway that i can make it a lighter pink?

It could be lightened... but doing so means redoing all of the graphics, changing the fonts as they would not show up well on it.    Actually I would have to totally redo a lot (most all) of it in order to keep some of the "depth" to some areas.  Some of the graphics I am not thinking would work out well lightened.

Could do the background lighter I suppose but the font issue will have to be fixed
Logged

Nutz
Style Designer
****
Offline Offline

Posts: 267


Aloha from Maui


View Profile
« Reply #5 on: January 23, 2008, 04:16:51 pm »

Different hues of pink to try in place of #FF6EB4

# d65e98
# f379b4
# eb81b4
Logged

jennybird55
SMF For Free Member
*
Offline Offline

Posts: 33


View Profile
« Reply #6 on: January 23, 2008, 04:18:01 pm »

aww well i dont want you to have to change a whole thing for me. i didnt know if it was something simple that i could do myself. are there no other layouts available for message boards?
Logged
simply sibyl
Female Type
Global Moderator
*
Offline Offline

Posts: 9429


Please do not PM for Support


View Profile WWW
« Reply #7 on: January 23, 2008, 04:21:35 pm »

aww well i dont want you to have to change a whole thing for me. i didnt know if it was something simple that i could do myself. are there no other layouts available for message boards?

Only the ones you see listed here in that section.

If you have an idea of what you would like made for your forum you could leave a request in the Stylesheet Board.
Give some thought to what you would like so people have an idea where to go with it.  Color Preferences, do you have a theme, things like that.   Lots of people make them so Im sure someone would do one for you.
« Last Edit: January 23, 2008, 04:23:21 pm by simply sibyl » Logged

jennybird55
SMF For Free Member
*
Offline Offline

Posts: 33


View Profile
« Reply #8 on: January 23, 2008, 04:27:34 pm »

all i really want is the pink one that you made, only in a duller pink. like this color....#C48189. its on this board that your saying i should post and ask?
Logged
simply sibyl
Female Type
Global Moderator
*
Offline Offline

Posts: 9429


Please do not PM for Support


View Profile WWW
« Reply #9 on: January 23, 2008, 04:30:10 pm »

all i really want is the pink one that you made, only in a duller pink. like this color....#C48189. its on this board that your saying i should post and ask?

I'll see what I can do and will let you know ..
Logged

simply sibyl
Female Type
Global Moderator
*
Offline Offline

Posts: 9429


Please do not PM for Support


View Profile WWW
« Reply #10 on: January 23, 2008, 06:53:01 pm »

jennybird, I used the background image you pmed me about..  Hope that you like this:



on, off, new_none, new_some images
http://i102.photobucket.com/albums/m105/mysmileyplace/val2/on.gif
http://i102.photobucket.com/albums/m105/mysmileyplace/val2/off.gif
http://i102.photobucket.com/albums/m105/mysmileyplace/val2/new_some.gif
http://i102.photobucket.com/albums/m105/mysmileyplace/val2/new_none.gif

collapse, expand images:
http://i102.photobucket.com/albums/m105/mysmileyplace/val2/collapse.gif
http://i102.photobucket.com/albums/m105/mysmileyplace/val2/expand.gif

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

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #000000;
text-decoration: none;
}
a.nav:hover
{
color: #DD5B77;
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: #ECA6B6;
             background-image: url(http://i102.photobucket.com/albums/m105/mysmileyplace/val2/valbg.gif);
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: #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: #ECBCCA;
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: #ECBCCA;
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-color: #EA9DAE;
}
.windowbg2
{
color: #000000;
background-color: #F5DDE3;
}
.windowbg3
{
color: #000000;
background-color: #F5DDE3;
}
/* the today container in calendar */
.calendar_today
{
background-color: #F5DDE3;
}

/* 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: #EA9DAE;
border-bottom: solid 1px #E993A7;
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:  #E58398;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background:  #E58398;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #E993A7;
}
.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: #ECBCCA;
padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
padding: 1px;
border: 1px solid #E58398;
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: white;
text-transform: uppercase;
vertical-align: top;
}
.maintab_back, .maintab_active_back
{
color: white;
text-decoration: none;
font-size:  9px;
vertical-align: top;
padding: 2px 6px 6px 6px;
font-family: tahoma, sans-serif;
}

.maintab_first
{
background: #E58398;
             border-left:  solid 1px #FFFFFF;
             border-bottom:  solid 1px #FFFFFF;
width: 10px;
             height: 20px;
}
.maintab_back
{
background: #E58398;
             border-bottom:  solid 1px #FFFFFF;
             height: 20px;
}
.maintab_last
{
background: #E58398;
             border-right: solid 1px #FFFFFF;
             border-bottom: solid 1px #FFFFFF;
width: 8px;
              height: 20px;
}
.maintab_active_first
{
background: #EA9DAE;
             border-left:  solid 1px #FFFFFF;
             border-bottom:  solid 1px #FFFFFF;
width: 6px;
}
.maintab_active_back
{
background: #EA9DAE;
              border-bottom:  solid 1px #FFFFFF;
                       background-image: url(http://i102.photobucket.com/albums/m105/mysmileyplace/val2/on.gif);
background-repeat: no-repeat;   
width: 30px; height:30px;
opacity:0.41;
filter:alpha(opacity=80)

}
.maintab_active_last
{
background: #EA9DAE;
             border-right:  solid 1px #FFFFFF;
             border-bottom: solid 1px #FFFFFF;
width: 8px;
}

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

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

.mirrortab_first
{
background: #E58398;
             border-top:  solid 1px #FFFFFF;
             border-left:  solid 1px #FFFFFF;
width: 10px;
}
.mirrortab_back
{
background: #E58398;
             border-top:  solid 1px #FFFFFF;
}
.mirrortab_last
{
background: #E58398;
             border-top:  solid 1px #FFFFFF;
             border-right:  solid 1px #FFFFFF;
width: 6px;
}
.mirrortab_active_first
{
background: #EA9DAE;
             border-top:  solid 1px #FFFFFF;
             border-left:  solid 1px #FFFFFF;
width: 6px;
}
.mirrortab_active_back
{
background: #EA9DAE;
             border-top:  solid 1px #FFFFFF;
}
.mirrortab_active_last
{
background: #EA9DAE;
             border-top:  solid 1px #FFFFFF;
             border-right: solid 1px #FFFFFF;
width: 8px;
}

/* how links behave in mirror tab. */
.mirrortab_back a:link , .mirrortab_back a:visited, .mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
color: white;
text-decoration: none;
}

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

Logged

jennybird55
SMF For Free Member
*
Offline Offline

Posts: 33


View Profile
« Reply #11 on: January 23, 2008, 10:37:18 pm »

omg its so perfect. youre way too sweet!!! i appreciate it!
Logged
simply sibyl
Female Type
Global Moderator
*
Offline Offline

Posts: 9429


Please do not PM for Support


View Profile WWW
« Reply #12 on: January 23, 2008, 10:51:24 pm »

omg its so perfect. youre way too sweet!!! i appreciate it!

super!  I'm happy that you like it  Wink
Logged

mom
SMF For Free Member
*
Offline Offline

Posts: 56


PogoBabies


View Profile WWW
« Reply #13 on: November 09, 2008, 08:12:53 am »

This is really sweet and simple... I do love it!
Logged

I am strong...so bring it on!


Pages: [1]
  Print  
 
Jump to:  

cheap low cost web hosting reviews

Powered by SMF 1.1.7 | SMF © 2006-2008, Simple Machines LLC
ServerBeach Coupon
Page created in 0.564 seconds with 18 queries.