SMF For Free Support Forum
Signup For Free Forum
November 21, 2008, 08:05:03 pm *
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: [request]Clarkstown Soccer  (Read 806 times)
0 Members and 1 Guest are viewing this topic.
mario
SMF For Free Full Member
*
Offline Offline

Posts: 103


po po po po po po pooooooo po po po po po po poo


View Profile WWW
« on: May 29, 2008, 06:09:38 pm »

hi guys i play on a travel team and i wanna make a forum for my team to be organized so i was wondering if someone can make me a stylesheet using this pic and if its to big rescale it if u cant i will and if it can be tiles plz
« Last Edit: May 31, 2008, 01:02:17 pm by mario » Logged


mario
SMF For Free Full Member
*
Offline Offline

Posts: 103


po po po po po po pooooooo po po po po po po poo


View Profile WWW
« Reply #1 on: June 03, 2008, 10:07:48 pm »

i know its double post but nobody is replying so im gonna double post someone plz help me!
Logged


mario
SMF For Free Full Member
*
Offline Offline

Posts: 103


po po po po po po pooooooo po po po po po po poo


View Profile WWW
« Reply #2 on: June 06, 2008, 11:26:16 pm »

cmon guys please someone make this for me plz at least some1 reply
Logged


LaundryLady
Global Moderator
*
Offline Offline

Posts: 3082


Multi-Tasking Maven


View Profile WWW
« Reply #3 on: June 07, 2008, 06:56:28 am »

Mario, it looks like they are all either too busy or don't want to take it on.  Have you tried doing it yourself?
Logged
mario
SMF For Free Full Member
*
Offline Offline

Posts: 103


po po po po po po pooooooo po po po po po po poo


View Profile WWW
« Reply #4 on: June 07, 2008, 08:18:29 am »

idk how to even make a backround and idk how make it into tiles but they dont seem to busy  because they do it for other people besides me
Logged


LaundryLady
Global Moderator
*
Offline Offline

Posts: 3082


Multi-Tasking Maven


View Profile WWW
« Reply #5 on: June 07, 2008, 08:33:25 am »

Remember that everyone here that helps do these stylesheets are volunteers.  This is a busy time of year for most people what with end of school projects, vacations starting, work, travel and everything we all do. Lots of us have real lives that do take precedence all else.

Here's some excellent information on making stylesheets.

Admin > Manage Styles
Click Create Style
Type a name for the new style in the box - scroll to the bottom and save
Click Modify Style
Choose the style you created - click Pick Style
Scroll to the bottom - erase all of the existing css in the box - paste the new code in.
Click Modify Style
To use your new style choose it in the dropdown menu from Manage Styles.
   
Stylesheet Making Tips/Helpful Links
   
How to put a background image on your forum
   
   
I would suggest that you make ONE test forum where you can practice all you want and not mess up your regular forum.  You can make many different stylesheets just using the one forum.
   
Logged
mario
SMF For Free Full Member
*
Offline Offline

Posts: 103


po po po po po po pooooooo po po po po po po poo


View Profile WWW
« Reply #6 on: June 09, 2008, 07:12:17 pm »

i know how to do that -.- Angry create my own stylesheet idk -.- read
Logged


simply sibyl
Global Moderator
*
Offline Offline

Posts: 9133


Please do not PM me for Support


View Profile WWW
« Reply #7 on: June 09, 2008, 07:17:48 pm »

mario  - that is why LL gave you some links to places that have information to help you to learn how to make one.
If you would rather wait for someone to make one for you please be patient.   We are all volunteers here and there are many many requests.
Logged

mario
SMF For Free Full Member
*
Offline Offline

Posts: 103


po po po po po po pooooooo po po po po po po poo


View Profile WWW
« Reply #8 on: June 13, 2008, 11:08:10 pm »

i did check those out =\ none helped very much
Logged


Shimmy Shabby
SMF For Free Full Member
*
Online Online

Posts: 142



View Profile
« Reply #9 on: June 15, 2008, 02:05:55 am »

Ill try and do this Smiley. im not that great at making stylesheets tho. Hope you like what i give you  Smiley
Logged



Shimmy Shabby
SMF For Free Full Member
*
Online Online

Posts: 142



View Profile
« Reply #10 on: June 15, 2008, 10:54:53 pm »

Its a little hard on the eyes.
Code:
/* News Fader Font and link Colors */

#smfFadeScroller
{
background-color: #FF0000;
color: #FFFFFF;
text-decoration: none;
}

#smfFadeScroller a:link
{
color: #0000FF;
text-decoration: underline;
}

#smfFadeScroller a:visited
{
color: #0000CD;
text-decoration: underline;
}

#smfFadeScroller a:hover
{
color: #000080;
font-weight: bold;
text-decoration: underline;
}

/* Normal, standard links. */
a:link
{
color: #191970;
text-decoration: none;
}
a:visited
{
color: #0000FF;
text-decoration: none;
}
a:hover
{
color: #4876FF;
text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #0000CD;
text-decoration: none;
}
a.nav:hover
{
font-weight: bold;
color: #0000FF;
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
{
color: #000000;
background-color: #FF0000;
background-image: url(http://i304.photobucket.com/albums/nn176/KollinBrist/Forums/CLARKSTOWN_Patch.gif);
font-size: small;
font-family: verdana, arial, helvetica, sans-serif;
margin: 1px;
padding: 12px 30px 4px 30px;

}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
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: 8pt;
font-weight: normal;
color: #000000;
font-family: verdana, arial, helvetica, sans-serif;
}

/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor
{
color: #0000FF;
background-color: transparent;
}

/* No image should have a border when linked */
a img
{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
color: #FFFFFF;
background-color: #FF0000;
border: 1px solid #0000FF;
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: #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: #0000FF;
}

/* 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;
text-decoration: underline;
color: black;
}

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
color: #FFFFFF;
background-color: #FF0000;
}
.windowbg2
{
color: #FF0000;
background-color: #FFFFFF;
}
.windowbg3
{
color: #FFFFFF;
background-color: #FF0000;
}
/* 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: #FF0000;
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: 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: #0000FF;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: #0000FF;
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: transperent;
}

/* 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
{
color: #0000FF;
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: #FF0000;
             border-left:  1px solid #FFFFFF;
             border-bottom:  1px solid #FFFFFF;
width: 10px;
}
.maintab_back
{
background: #FF0000;
             border-bottom:  1px solid #FFFFFF;
}
.maintab_last
{
background: #FF0000;
             border-right: 1px solid #FFFFFF;
             border-bottom: 1px solid #FFFFFF;
width: 8px;
}
.maintab_active_first
{
background: #FF0000;
             border-left:  1px solid #FFFFFF;
             border-bottom:  1px solid #FFFFFF;
width: 6px;
}
.maintab_active_back
{
background: #FF0000;
              border-bottom:  1px solid #FFFFFF;
             
}
.maintab_active_last
{
background: #FF0000;
             border-right:  1px solid #FFFFFF;
             border-bottom: 1px solid #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: white;
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: #FF0000;
             border-top:  1px solid #FFFFFF;
             border-left:  1px solid #FFFFFF;
width: 10px;
}
.mirrortab_back
{
background: #FF0000;
             border-top:  1px solid #FFFFFF;
}
.mirrortab_last
{
background: #FF0000;
             border-top:  1px solid #FFFFFF;
             border-right:  1px solid #FFFFFF;
width: 6px;
}
.mirrortab_active_first
{
background: #FF0000;
             border-top:  1px solid #FFFFFF;
             border-left:  1px solid #FFFFFF;
width: 6px;
}
.mirrortab_active_back
{
background: #FF0000;
             border-top:  1px solid #FFFFFF;
}
.mirrortab_active_last
{
background: #FF0000;
             border-top:  1px solid #FFFFFF;
             border-right: 1px solid #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;
}

/* 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: October 30, 2008, 10:53:03 pm by Shimmy Shabby » Logged





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.274 seconds with 18 queries.