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.


Topics - doggiedoo86

Pages: [1] 2
1
Advertise Your Board / forumrp
« on: July 02, 2009, 03:34:20 pm »
Forum Url: http://forumrp.smfforfree.com
This is a roleplaying forum. We pretend we have jobs, buy food, commit crimes  :uglystupid2: :uglystupid2:

Join today!

2
General Chat / Question about features..
« on: February 22, 2009, 06:23:38 am »
http://Http://aerohosting.x91.info/forum

How do i add all the festures smf has? I need them to finish the forum

3
General Support / How to sorta shrink it?
« on: January 04, 2009, 11:58:54 am »
Forum Url: http://gamedevlopement.smfforfree.com
hey i want to make the width of my forum smaller can someone help?

Here is the code i am using for my theam:
Code: [Select]
/* Normal, standard links. */
a:link, a:visited
{
color: #5F594F;
text-decoration: none;
}
a:hover
{
                   color: #A7A093;
text-decoration: underline;
}

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

/* Tables should show empty cells. */
table
{
empty-cells: show;
}
/* The main body of the entire forum. */
body
{
background: white;
margin: 0;
padding: 0;
}
/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
color: #000000;
font-size: small;
font-family: Trebuchet, sans-serif;
}



/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
color: #000000;
font-family: Trebuchet, sans-serif;
border: 1px solid #aaa;
}
input, button
{
font-size: 90%;
}

textarea
{
font-size: 100%;
color: #000000;
font-family: Trebuchet, 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: Trebuchet, 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: #D8E0D8;
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: #D8E0D8;
font-family: "Comic Sans MS", "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: #E3E6E1;
}
.windowbg2
{
color: #000000;
background-color: #F2F5F0;
}
.windowbg3
{
color: #000000;
background-color: #E1E8E0;
}
/* 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
{
background-color: #E3E6E1;
padding-left: 10px;
padding-right: 10px;

}
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg a:link, .titlebg a:visited, .titlebg2, tr.titlebg2 th, tr.titlebg2 td, .titlebg2 a:link, .titlebg2 a:visited
{
color: #000000;
font-style: normal;
}
.titlebg a:hover
{
color: #dfdfdf;
}
/* 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:  #A7A093;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: #A7A093;
color: #777765;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #777765;
}
.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
{

padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
padding: 1px;

background-color: #FFFFFF;
}

/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext
{
font-size: x-small;
font-family: Trebuchet, 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
{
color: black;
text-transform: uppercase;
vertical-align: top;
}
.maintab_back
{
color: black;
text-decoration: none;
font-size:  10px;
vertical-align: top;
padding: 2px 6px 6px 6px;
font-family: tahoma, sans-serif;
}
.maintab_active_first, .maintab_active_back, .maintab_active_last
{
color: black;
text-transform: uppercase;
vertical-align: top;
}
 .maintab_active_back
{
color: black;
text-decoration: none;
font-size:  10px;
vertical-align: top;
padding: 2px 6px 4px 6px;
font-family: tahoma, sans-serif;
}
.maintab_first
{

width: 10px;
}
.maintab_back
{

}
.maintab_last
{
width: 8px;
}
.maintab_active_first
{
width: 6px;
}
.maintab_active_back
{
           border-bottom:  3px solid #B1B9AB;
}
.maintab_active_last
{
width: 8px;
}

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

.maintab_back a:hover
{
color: #A7AC96;
text-decoration: none;
}
.maintab_active_back a:link , .maintab_active_back a:visited
{
color: #000000;
text-decoration: none;
}

.maintab_active_back a:hover
{
color: #868C70;
text-decoration: none;
}

/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last
{
color: black;
text-transform: uppercase;
vertical-align: top;
}
.mirrortab_back
{
color: black;
text-decoration: none;
font-size: 10px;
vertical-align: bottom;
padding: 6px 6px 2px 6px;
font-family: tahoma, sans-serif;
}

.mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
color: black;
text-transform: uppercase;
vertical-align: top;
}
 .mirrortab_active_back
{
color: black;
text-decoration: none;
font-size: 10px;
vertical-align: bottom;
padding: 6px 6px 2px 6px;
font-family: tahoma, sans-serif;
}

.mirrortab_first
{
width: 10px;
}
.mirrortab_back
{
}
.mirrortab_last
{
width: 6px;
}
.mirrortab_active_first
{
width: 6px;
}
.mirrortab_active_back
{
}
.mirrortab_active_last
{
width: 8px;
}

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

.mirrortab_back a:hover
{
color: #A7AC96;
text-decoration: none;
}


.mirrortab_active_back a:link , .mirrortab_active_back a:visited
{
color: #000000;
text-decoration: none;
}

.mirrortab_active_back a:hover
{
color: #868C70;
text-decoration: none;
}

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

/* ################################### */

#left
{
background: url(http://s102.photobucket.com/albums/m105/mysmileyplace/scribbles/leftbg.jpg) repeat-y white;
margin: auto;
}
#right
{
background: url(http://s102.photobucket.com/albums/m105/mysmileyplace/scribbles/rightbg.gif) repeat-y top right;
}
#top
{
background: url(http://tinypic.com/view.php?pic=sf9ix2&s=5) repeat-x;
}
#topleft
{
background: url(http://i102.photobucket.com/albums/m105/mysmileyplace/scribbles/topleft-1.jpg) no-repeat;
}
#topright
{
background: url(http://s102.photobucket.com/albums/m105/mysmileyplace/scribbles/logo.jpg) no-repeat top right;
}
#main
{
padding: 90px 105px 20px 150px;
}

4
General Support / Can we add ad's to our site for money?
« on: January 04, 2009, 09:34:19 am »
Forum Url: http://gamedevlopement.smfforfree.com
hey i want to add ad's to my forum but i also need money from it. Is it possible? I only want the money to my paypal. Not mailed or anything.

5
Graphics / [Request] graphic loading screen
« on: January 04, 2009, 09:30:48 am »
Forum Url: http://gamedevlopement.smfforfree.com
I need a loading screen for my game if you can help post a good graphic. The game name is year 900, It is about swords and shields.
Join the forum for a picture of the game..

6
General Support / How do i review reported post?
« on: January 04, 2009, 09:03:15 am »
Forum Url: http://http://gamedevlopement.smfforfree.com
I want to know how to view reported post.

7
Advertise Your Board / Game Developement!! - New! Name our game
« on: January 03, 2009, 09:12:18 pm »
Currently coding with realm crafter.

If anyone would like to help code we need the following done ; Characters , Weapons , Items , Quest idea's , and quest development.

We have many postions open. You can also code a game linking our forums to it.

Anyone that helps will get special permissions sign up quick!

http://gamedevlopement.smfforfree.com/

Note i am currently working on the forums. I would like to ask you to bear with me.

If you would like to test our games please sign up as a beta tester when all the staff comes together we will talk.

We may need a host, or someone to code php.

We are also asking for small donations via paypal. (Not sure if asking for donations is breaking rules just remove or tell me :) )

We would enjoy you to come along with us even not as a staff member and give us idea's.

This could help us finish our game fast with better item's and much more!

You can find us at: http://gamedevlopement.smfforfree.com/

When you sign-up you can pm me or just post in the "Sign-up" board to request becoming a staff member. We will also ask for you to post what job (all this will be on the forums :) just to let you "none" readers huh read.. :) )

If you would enjoy getting updates on our game please join.

SPECIAL OFFER!

This first 20 people who sign up will get free membership for a limited time when we get members server up.

Also anyone who donates $5+ will also get membership for 1 yr and maybe more.

Selected staff will get admin.

SIGN UP AT: http://gamedevlopement.smfforfree.com/index.php?PHPSESSID=704ce4055ba21a4b300f74c9c2c2f3db&action=register

More special offers for the first people!

We have money in our game to  ::) *COUGH* join today and maybe get extra 10 gold *cough*

Also any staff members must have realm crafter or can get it at realmcrafter.com

This is a limited time offer!

DO NOT GET DEMO AS WE WILL NO ACCEPT YOU

8
Advertise Your Board / Deadliest Catch (show , Game )
« on: January 02, 2009, 09:51:41 am »
Forum Url: http://deadliestcatch.smfforfree.com
This site is for the fans of deadliest catch and that want to talk about it or get help because you don't get something.

More info later
http://deadliestcatch.smfforfree.com/
Remember! Give every forum a chance!

9
General Support / Cant see my forum stats
« on: July 29, 2008, 08:21:05 am »
Forum Url: http://combatpro.smfforfree4.com
Well i want to see my stats. And i can't can someone help me? please  ::)

10
Advertise Your Board / CombatPro
« on: July 26, 2008, 01:09:38 pm »
Forum Url: http://combatpro.smfforfree.com
We are currently looking for staff that know a lot about games!

Please go to the forum to apply

Also we are now adding games! Please post or PM me!!

Please read the "request game" annoucment!

11
General Support / What did i do wrong?
« on: July 09, 2008, 06:22:56 pm »
Forum Url: http://http://wwwgamingrs2servermopar.smfforfree3.com
http://wwwgamingrs2servermoparsc.smfforfree3.com/
What did i do? It's been fine for about 1 year. Now this poped up!! Please help..

12
General Support / "Welcome message"
« on: December 23, 2007, 03:46:29 pm »
Hi some boards have it where there is a welcome message when a new member joins.. I want it to do that..

13
Advertise Your Board / Card Sales
« on: August 23, 2007, 08:57:52 am »
Forum Url: http://cardsellers.smfforfree3.com
We sell Them To You. Can't ship yet :) go to figure out a away. Also we pay only Runescape 2 Cash. :)


Has offcial price list!! Come and join!

14
General Support / How do i get a e-mail system...
« on: August 21, 2007, 12:54:59 pm »
Forum Url: http://wwwgamingrs2servermoparsc.smfforfree3.com
Please help i want a e-mail system but how??

15
Stylesheet Codes / [Stylesheet] The Blue And Green Devil
« on: August 20, 2007, 05:31:22 pm »
Forum Url: http://wwwgamingrs2servermoparsc.smfforfree3.com
Hey i got bord and made this bad Back Ground! i may be using it on my forums!  :2funny:

Code: [Select]
/* Normal, standard links. */
a:link
{
color: #CC0000;
text-decoration: none;
}
a:visited
{
color: #000000;
text-decoration: none;
}
a:hover
{
color: #00CC00;
text-decoration: underline;
}

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

/* The main body of the entire forum. */
body
{
background-color: #00CC00;
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: #D7DAEC;
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: #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: #009900;
background-color: #00CCFF;
}
.windowbg2
{
color: #006600;
background-color: #0099FF;
}
.windowbg3
{
color: #006600;
background-color: #0000FF;
}
/* 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: #990000;
font-style: normal;
background: url(http://www.smfboards.com/Themes2/default/images/titlebg.jpg) #33FFFF 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: #990000;
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.smfboards.com/Themes2/default/images/catbg.jpg) #009900 repeat-x;
color: #33CCFF;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://www.smfboards.com/Themes2/default/images/catbg2.jpg) #FFFF00 repeat-x;
color: #00FF00;
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: #00FFFF;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #ADADAD;
padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
padding: 1px;
border: 1px solid #696969;
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: url(http://www.smfboards.com/Themes2/default/images/maintab_first.gif) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://www.smfboards.com/Themes2/default/images/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
background: url(http://www.smfboards.com/Themes2/default/images/maintab_last.gif) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://www.smfboards.com/Themes2/default/images/maintab_active_first.gif) left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://www.smfboards.com/Themes2/default/images/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://www.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: 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: url(http://www.smfboards.com/Themes2/default/images/mirrortab_first.gif) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://www.smfboards.com/Themes2/default/images/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
background: url(http://www.smfboards.com/Themes2/default/images/mirrortab_last.gif) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://www.smfboards.com/Themes2/default/images/mirrortab_active_first.gif) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://www.smfboards.com/Themes2/default/images/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
background: url(http://www.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: 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;
}

Pages: [1] 2