Advertise Here

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - miranda lolz

Pages: [1] 2
1
Graphics / Re: Need header banner!
« on: February 17, 2011, 07:58:35 pm »
is this alright?

btw.. do you need any staff on your server. My IGN is miranda lolz

2
Guides and Tutorials / Re: [GUIDE] How to create forum boards
« on: January 22, 2011, 07:14:27 pm »
Thanks :o

3
Guides and Tutorials / Re: [GUIDE] How to set up your background
« on: January 22, 2011, 07:13:30 pm »
Thanks :d

4
Graphics / New sig
« on: January 22, 2011, 07:12:26 pm »
I did a new sig... one of my first :d i did a little fail on it.. im not a new person at ps.. ive had it for a bit lol

5
Guides and Tutorials / Re: [GUIDE] How to edit Forum News
« on: December 21, 2010, 02:37:04 am »
Thanks ^^ i know its short.. but it explains what to do  8)

6
Bugs / Bad Arcade?
« on: December 20, 2010, 12:33:13 am »
Well.. on my friends site, (i code it for him..) I installed the arcade.. I added all the games on there.. and cant play any of them.. No games come up and its like.. Whats going on? so i re add them all and nothing works,,,  >:(

7
General Chat / Boredness
« on: December 20, 2010, 12:29:58 am »
i'm super bored right now.. =\

Um.. yeah.. IM A CUMPUTER NERD! Hehehehe :)  :2funny:

So, what you guys doin?

8
General Chat / Re: So,where is everyone from?
« on: December 20, 2010, 12:27:37 am »
HM.. ive been to maui.. i nearly got my hand scraped off there :P i loved maui.. i wanna go back  :smitten:

9
Stylesheet Codes / [stylesheet] Somewhat cool
« on: December 19, 2010, 11:50:26 pm »
This is my 2nd style (: i hope u guys enjoy it!

Preview: http://www.styleyourforum.com/preview/index.php?styleid=749

Add this into the CSS
Code: [Select]
/* Normal, standard links. */
a:link
{
color: #CC9933;
text-decoration: none;
}
a:visited
{
color: #99FF33;
text-decoration: none;
}
a:hover
{
color: #99CC00;
text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #FFFFFF;
text-decoration: none;
}
a.nav:hover
{
color: #cc3333;
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: #FF9900;
font-size: small;
font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
background-color: #333300;
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: #FF6600;
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: #CC6633;
font-family: verdana, sans-serif;
}

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

/* No image should have a border when linked */
a img
{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
color: #FF6600;
background-color: #003300;
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: #FFCC00;
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: #336699;
}

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

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

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
color: #FF9900;
background-color: #333300;
}
.windowbg2
{
color: #FF9900;
background-color: #000000;
}
.windowbg3
{
color: #FF9900;
background-color: #3333FF;
}
/* 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: #FF6600;
font-style: normal;
background: url(http://images.smfboards.com/Themes2/default/images/titlebg.jpg) #003300 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: #FF6600;
font-style: normal;
}

.titlebg a:hover
{
color: #FF9900;
}
/* 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://images.smfboards.com/Themes2/default/images/catbg.jpg) #000033 repeat-x;
color: #FF6600;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://images.smfboards.com/Themes2/default/images/catbg2.jpg) #333333 repeat-x;
color: #FF6600;
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: #99FF66;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #3333FF;
padding: 0px;
}

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

/* 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: #FF6600;
text-transform: uppercase;
vertical-align: top;
}
.maintab_back, .maintab_active_back
{
color: #FF6600;
text-decoration: none;
font-size:  9px;
vertical-align: top;
padding: 2px 6px 6px 6px;
font-family: tahoma, sans-serif;
}

.maintab_first
{
background: url(http://images.smfboards.com/Themes2/default/images/maintab_first.gif) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://images.smfboards.com/Themes2/default/images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
background: url(http://images.smfboards.com/Themes2/default/images/maintab_last.gif) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://images.smfboards.com/Themes2/default/images/maintab_active_first.gif) left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://images.smfboards.com/Themes2/default/images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://images.smfboards.com/Themes2/default/images/maintab_active_last.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: #66FF00;
text-decoration: none;
}

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

.mirrortab_first
{
background: url(http://images.smfboards.com/Themes2/default/images/mirrortab_first.gif) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://images.smfboards.com/Themes2/default/images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
background: url(http://images.smfboards.com/Themes2/default/images/mirrortab_last.gif) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://images.smfboards.com/Themes2/default/images/mirrortab_active_first.gif) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://images.smfboards.com/Themes2/default/images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
background: url(http://images.smfboards.com/Themes2/default/images/mirrortab_active_last.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: #99FF66;
text-decoration: none;
}

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

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

10
Stylesheet Codes / [STYLESHEET] Randomness
« on: December 19, 2010, 11:29:21 pm »
 
This is my first EVER EVER EVERR style.. I'm sorry if it sucks but... O well... I'm tired right now and yeh :P I know your gonna hate it

Preview Style: http://www.styleyourforum.com/preview/index.php?styleid=748

Add this into your CSS!
Code: [Select]
/* Normal, standard links. */
a:link
{
color: #476C8E;
text-decoration: none;
}
a:visited
{
color: #476C8E;
text-decoration: none;
}
a:hover
{
color: #476C8E;
text-decoration: underline;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #00CC99;
text-decoration: none;
}
a.nav:hover
{
color: #cc3333;
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: #99FFFF;
font-size: small;
font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
background-color: #FFFF33;
margin: 0px;
padding: 12px 30px 4px 30px;

}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
background-color: #66FF00;
color: #006699;
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: #00FF99;
font-family: verdana, sans-serif;
}

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

/* No image should have a border when linked */
a img
{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
color: #009999;
background-color: #00FF66;
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: #FFFF00;
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: #FF9900;
}

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

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

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
color: #CCCC33;
background-color: #00FFFF;
}
.windowbg2
{
color: #FF3300;
background-color: #FF9999;
}
.windowbg3
{
color: #FF3300;
background-color: #99FFFF;
}
/* 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: #FF3300;
font-style: normal;
background: url(http://images.smfboards.com/Themes2/default/images/titlebg.jpg) #99FFFF 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: #FF3300;
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://images.smfboards.com/Themes2/default/images/catbg.jpg) #996699 repeat-x;
color: #FFFFFF;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://images.smfboards.com/Themes2/default/images/catbg2.jpg) #FFFFFF repeat-x;
color: #0033CC;
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: #FF3300;
padding: 0px;
}

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

/* 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: #9900CC;
}


/* 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: #FFFF00;
text-transform: uppercase;
vertical-align: top;
}
.maintab_back, .maintab_active_back
{
color: #FFFF00;
text-decoration: none;
font-size:  9px;
vertical-align: top;
padding: 2px 6px 6px 6px;
font-family: tahoma, sans-serif;
}

.maintab_first
{
background: url(http://images.smfboards.com/Themes2/default/images/maintab_first.gif) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://images.smfboards.com/Themes2/default/images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
background: url(http://images.smfboards.com/Themes2/default/images/maintab_last.gif) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://images.smfboards.com/Themes2/default/images/maintab_active_first.gif) left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://images.smfboards.com/Themes2/default/images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://images.smfboards.com/Themes2/default/images/maintab_active_last.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: #00FF33;
text-decoration: none;
}

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

.mirrortab_first
{
background: url(http://images.smfboards.com/Themes2/default/images/mirrortab_first.gif) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://images.smfboards.com/Themes2/default/images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
background: url(http://images.smfboards.com/Themes2/default/images/mirrortab_last.gif) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://images.smfboards.com/Themes2/default/images/mirrortab_active_first.gif) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://images.smfboards.com/Themes2/default/images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
background: url(http://images.smfboards.com/Themes2/default/images/mirrortab_active_last.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: #339933;
text-decoration: none;
}

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

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

11
Stylesheet Codes / Re: [Stylesheet] sibyl's Pet Dragon
« on: December 18, 2010, 09:21:42 am »
all  you have to do is go to dragcave.net and pick out some eggs :P

12
Guides and Tutorials / [GUIDE] How to edit Forum News
« on: December 02, 2010, 09:23:02 pm »
How to edit forum news.

First, go to Admin Cp

Then. go to the first category "Main"

Then, go to the last option "Edit Forum News"

After that, type whatever you want, do whatever you want to it!

Your finished!

13
Guides and Tutorials / [GUIDE] How to create forum boards
« on: December 02, 2010, 09:15:52 pm »
This is how to create a board for your forum

Go to "Admin CP"

Scroll down until you find the section called "forum"

The first option is named Boards click it...

Add boards if you need to.. Go down till you see a button called "add board"

Put a name and all that...

To add a new Category

Go up untill you see "CREATE NEW CATEGORY"

Click it, select the options you want, and Boom! your done!

14
Guides and Tutorials / [GUIDE] How to set up your background
« on: December 02, 2010, 08:50:22 pm »
This is a guide on how to set up your background!

First, Go to the Admin Control panel and go over to manage styles...

You can Use one of the sample styles, or create your own..

To get one off of here, get the Header/Footer code, and Copy + Paste that into the  header or footer...

Then, go over to "Create" and name your style.. (don't do anything unless you want to make your own) Scroll all the way down and click "Create Style"

Now, Go to "Modify Style" scroll down, and Delete everything thats in the CSS.. Once that is done,

Paste all of the CSS stuff that you got from here, go back and your style Should appear!

Your Done!!!

 

15
Advertise Your Board / OnlineWars Gaming
« on: December 02, 2010, 08:38:25 pm »
Forum Url: onlinewars.tk
Hello, i'm here to tell you about a gaming site... We have been around since april... We have all sorts of stuff to post on... Also, we have gfx and more! Learn to code games, find a great rsps to join! Talk about Runescape, and much other games! chat with friends! Tell your friends and family! Anyone can come! Like us on Facebook! That is on the site.. And much more! find all of it at http://onlinewars.tk

Pages: [1] 2