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 - Kimmie

Pages: [1] 2 3 4 5
1
General Chat / Anyone know where I can find...
« on: September 16, 2007, 11:21:25 pm »
an online translator for Romanian to English? Or an online Romanian dictionary?

2
Try this on your forum. You can put it pretty much anywhere. Headers, Footers, Board Description, News Box.    8) .... Its a streaming player - you pick the artist you want to listen to - just type the bands name in the box and click search.

Use the Finetune Player to stream dynamic playlists of music based on an artist or a tag. Become a member of Finetune.com to create your own custom playlists!


Here is the code for it...

Code: [Select]
<object type="application/x-shockwave-flash" id="" allowNetworking="all" allowScriptAccess="always" allowFullScreen="true" height="300" width="233" id="" align="middle" data="http://downloads.thespringbox.com/web/wrapper.php?file=Finetune Player.sbw">

<param name="allowNetworking" value="all" />

<param name="allowScriptAccess" value="always" />

<param name="allowFullScreen" value="true" />

<param name="movie" value="http://downloads.thespringbox.com/web/wrapper.php?file=Finetune Player.sbw" />

<param name="flashvars" value="param_username=finetune&" />

<param name="quality" value="high" />

<param name="wmode" value="transparent" />

<param name="bgColor" value="0x000000" />

</object>

<div style="font:11px/12px arial;width:233px; text-align:center;"><a href="http://www.springwidgets.com/widgetize/92/?param_username=finetune&&width=233&height=300" target="_blank">Get this widget!</a></div>


Enjoy!!  8)

3
General Support / SMF Smilies
« on: July 09, 2007, 07:59:38 pm »
There was an issue about this already posted somewhere but I couldnt seem to find it. Someone mentioned not being able to add all the SMF smilies. They were right. They are not all available to install anymore. There are 10 that are just simply missing from the list now.  :-\. I just installed them on a new forum I am working on (server 3) and here are the ones that are missing:

 :2funny: - 2funny.gif
 :buck2: - buck2.gif
 :coolsmiley: - coolsmiley.gif
 :crazy2: - crasy2.gif
 :idiot2: - idiot2.gif
 :knuppel2: - knuppel2.gif
 :smiley6600: - smiley6600.gif
 :smitten: - smitten.gif
 :tickedoff: - tickedoff.gif
 :uglystupid2: - uglystupid.gif

SMF, is there any way we can get these back?

4
On server 2,3 forums, all I get is a blank page. On Server 1 only half the page loads (everything pretty much but the css code).

image of server 3 create style page:

   


image of server 2 create style page:


   


Image of modify stylesheet page server 2:


   


5
Stylesheet Codes / [Stylesheet] Country Blue
« on: July 02, 2007, 02:29:18 pm »







CSS Code:

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: #000000;
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: #000000;
font-size: small;
font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
background-color: #E5E5E8;
             background-image: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Country%20Chic/CountryForumImage10.jpg);
             background-repeat: repeat;
             background-attachment: fixed;
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: #000000;
             background-image: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Country%20Chic/titlebg1.gif);
background-color: #ECEDF3;
}
.windowbg2
{
color: #000000;
background-color: #FFFFFF;
}
.windowbg3
{
color: #000000;
background-color: #DEE5F2;
}
/* 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: black;
font-style: normal;
             background-color: #FAFBF5;
             background-image: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Country%20Chic/titlebg1.gif);
             background-repeat: repeat;
border-bottom: solid 1px #FAFBF5;
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: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Country%20Chic/CountryForumImage8.jpg) #85A2CE repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Country%20Chic/CountryForumImage8.jpg) #85A2CE repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #ACB9DB;
}
.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: #ADADAD;
padding: 0px;
}

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

/* 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://i56.photobucket.com/albums/g174/KimmieB_01/Country%20Chic/maintab_first.gif) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Country%20Chic/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Country%20Chic/maintab_last.gif) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Country%20Chic/maintab_active_first.gif) left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Country%20Chic/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Country%20Chic/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://i56.photobucket.com/albums/g174/KimmieB_01/Country%20Chic/mirrortab_first.gif) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Country%20Chic/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Country%20Chic/mirrortab_last.gif) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Country%20Chic/mirrortab_active_first.gif) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Country%20Chic/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Country%20Chic/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;
}

6
General Discussion / Forum upgraded to 1.1.3 Today
« on: June 28, 2007, 09:30:09 pm »
SMF.....

I just noticed the forums are being upgraded to 1.1.3 but I didnt see any announcement about it. I havent noticed anything different about the forum, but I havent checked in every nook and cranny yet  :D. Were there any significant changes that we need to be aware of?

7
General Chat / Anyone watch Wrestling...
« on: June 28, 2007, 12:18:41 am »
Such a sad, sad story - and only makes me want to strongly URGE you youngsters, NOT to take any kind of steroids when you get into sports, etc. It always ends up bad. Everything from not being able to play professional sports, to THIS:

NEWS STORY


Quote
FAYETTEVILLE, Georgia (CNN) -- The discovery of anabolic steroids in pro-wrestler Chris Benoit's home has raised speculation that the performance-enhancing drugs may be linked to his death and the killings of his wife and young son.

The 40-year-old champion strangled his wife, Nancy Benoit, and suffocated his 7-year-old son Daniel, authorities said, before he hanged himself on a portable weight machine inside his lavish home outside Atlanta. Police have said no motive has been determined.

"A lot of prescription medication" was found in the home, including anabolic steroids, said Fayette County Sheriff Lt. Tommy Pope.

But authorities were still waiting on toxicology reports, which could take several weeks, to determine what, if any, medication was found in the bodies.

Chris Benoit was a pro-wrestler for 22 years and star of World Wrestling Entertainment, which strongly denounced any suggestion that steroid use could be connected to the tragedy.

The WWE said Benoit tested negative for drugs during an independently administered evaluation on April 10.

CNN Medical Correspondent Dr. Sanjay Gupta said Wednesday that it may never be known whether the deaths were linked to steroids or so-called "roid-rage."

"The drugs said to be found in the home are a synthetic form of testosterone," Gupta said. "A lot of people use it to build muscle mass, but there are longstanding known relationships between the steroids and roid rage. It could lead to psychosis and anti-social behavior and depression."

But the WWE said evidence gathered in the investigation indicates "deliberation, not rage."

"The wife's feet and hands were bound and she was asphyxiated, not beaten to death," said a statement posted on the company's Web site. "By the account of the authorities, there were substantial periods of time between the death of the wife and the death of the son, again suggesting deliberate thought, not rage."

Investigators found the bodies of Nancy and Daniel Benoit with Bibles placed next to them, authorities have said. "The presence of a Bible by each is also not an act of rage," said the WWE.

Former professional wrestler Del Wilkes said athletes use steroids to gain strength and size, which are key to success in the wrestling world. But he warned that the drugs sometimes come with "moments of uncontrollable rage."

"You can feel it coming on but there's nothing you can do about it," Wilkes said. "The next thing you know, a minor argument has gone into a full-fledged rage, when you've got your hands around somebody's neck. You're in a fight and doing things you wouldn't normally do."

Wilkes also said the drugs can also cause "tremendous" depression "when guys are coming off steroids after they've been on it for a long period of time."

An official who is part of the investigation told CNN that Benoit's name was on receipts that indicated he had purchased shipments of anabolic steroids and human growth hormones from Signature Pharmacy, an Orlando, Florida, facility that is at the center of a nationwide investigation into the sale of illegal steroids.

As the investigation unfolded Wednesday, details about events inside the home began to emerge.

Needle marks were found in Daniel's arm, said Fayette County District Attorney Scott Ballard. He said authorities suspect "that the boy had been taking growth hormones for quite some time," and are hoping to prove that with toxicology. The boy, Ballard said, was diagnosed with a form of dwarfism.

Daniel was found face down on his bed, but authorities said they do not know whether he was sleeping when he was killed. Ballard said authorities believe the child was asphyxiated using a choke hold. Benoit hung himself using the cord on a portable weight machine, Ballard said.

Ballard said Nancy Benoit's body was found face down on the floor in an upstairs family room, wrapped in a blanket with her feet and wrists bound and blood under her head.

Two days before Benoit and his family were found dead, the wrestler told co-workers by phone his wife and son were sick with food poisoning and he had been having a stressful day, according to the WWE.

Chris Benoit left no suicide note, Pope said, but had sent text messages to a co-worker early Sunday, which was received several hours later. He refused to divulge the contents of the messages.

The WWE, however, said the five text messages were sent to co-workers between 3:51 a.m. and 3:58 a.m. using both Chris Benoit's and Nancy Benoit's cell phones. Four of them were the Benoits' address; the fifth said that the family's dogs were in the enclosed pool area and noted a garage side door was open.

The WWE said it made numerous attempts to contact Chris Benoit at his home and at Atlanta-area hospitals. At 12:30 p.m. on Monday, it learned of the text messages and contacted police, the statement said.

"In a community like this, it's just bizarre to have a murder-suicide, certainly involving the death of a 7-year-old child," Ballard told reporters. "I think that's what I'm struck by most ... there's a 7-year-old boy who is dead."

Chris Benoit once had been arrested on a charge of driving under the influence in another Fayette County jurisdiction, authorities said, but had no other criminal record.

CNN learned that divorce papers for the couple were filed in Fayette County in 2003, but the divorce never took place. Ballard said it was his understanding that a protection order was sought in 2003, but later dismissed. He had he had not seen the filings.


8
General Support / Unable to Connect to Database error
« on: June 28, 2007, 12:08:02 am »
Connection Problems
Sorry, SMF For Free was unable to connect to the database. This may be caused by the server being busy. Please try again later


(problem is on server 1 - servers 2,3 are up).  :(

9
Suggestions / Suggestions for support members..
« on: June 27, 2007, 07:18:13 pm »
When you post an image, please remember to make it a clickable thumbnail image instead of the full image. We have several members who are using dialup/slower connections, and have trouble loading pages with large images. If you need help on how to do this, here is a helpful guide for people who use ImageShack or Photobucket.

http://www.smfsupport.com/support/guides_and_tutorials/how_to_post_thumbnails-t4206.0.html

If you use another image hosting site and you need help, post a topic in the general support area and soneone will be glad to help.

Thanks      :)

Kimmie

10
General Support / Ad Free Credit Balance Incorrect
« on: June 27, 2007, 06:39:55 am »
SMF, I noticed last night that my ad free credits balance is way lower then it should be. Two days ago I had over 56,000 left, and today I only have 44,849 (roughly a 12,000 credit drop). I have a hit counter on my site in my footers so it records every visit to every page, and according to it, I have only had approx 700 visitors in those two days (which is about average).  :-\

Is there any way you can check on this to see if you show a significant decrease - or do you even have a way of being able to tell?

Thanks  :)

11
Guides and Tutorials / [Guide] Arcade
« on: June 26, 2007, 01:28:08 am »
Arcade Guide for SMF Arcade 2.0.11

IMPORTANT:
Make sure to go to Admin > Permissions and set the permissions for each of your Membergroups so they can access/use the Arcade


Settings Page


Admin > Admin Arcade > Settings

To install the Arcade: Click Install Now

Put a checkmark in the  "Enabled" box

Games Per Page - Set the number of games you want per page here
Scores Per Page - Set the number of scores per page you want here

Cheating check mode - Recommended Setting: Basic (Warning Only)
Side of information box - Choose left or right

Permission Mode  - read carefully as it can effect whether your members can access the games or not.
 
If set to "none" will use the Boards Permissions 
If  set to "Category Only" or "Category or Game"  you will need to change the Category permissions.
For Category permissions go to "Categories" and click on the little + next to the category you have created.
This will show the membergroups that have permission to access that category.


Maximum scores - Maximum scores that will be stored per member. (0 means unlimited)
Enable Post Count / Post Per Day Check - If you want to use this put a checkmark in the box.
If the above is enabled set the following as you want them:
Cumulative post needed to play   - cumulative posts needed to play games
Posts per day needed to play   - the number of posts per day they need in order to play games

SAVE SETTINGS


Categories


Admin > Admin Arcade > Categories

You can make Categories for your Games here.
Type a name for the category in the box -  Click Save Changes
Click  "more" to make more categories.

IMPORTANT:
If  You set Permissions Mode on the Settings Page to "Category Only" or "Category or Game"  you will need to change the Category permissions.
Click on the little + next to the category you have created.
This will show the membergroups that have permission to access that category.


Games


Admin > Admin Arcade > Games
Click the Install tab

Put a checkmark next to the game you want to install  (just do one at a time)

Click "install selected" (the top of the two boxes at the bottom)

On the screen that comes up - click install



IMPORTANT:
Make sure to go to Admin > Permissions and modify the permissions for each of your Membergroups so they can access/use the Arcade

Permissions Settings:

View Arcade - May access Arcade and use basic features like search and view highscores
Play on Arcade -  Allows member to play on arcade, in games which he/she has rights to
Administrate arcade -  Arcade Administarator can Install/Edit/Delete game, Delete scores and edit settings for arcade
Use Favorites feature -  Allows member to favorite and unfavorite games
Save scores - Allows users to save their scores.
Allow to comment/edit comment -Allows user to edit comments, own or any
Rate games - Allows users to rate games.

12
Suggestions / SMF - Is there any way...
« on: June 25, 2007, 06:56:01 pm »
we could have our forums show this instead of "unknown action" - like it is here on support?  :smitten:


13
General Chat / Request from Kimmie
« on: June 23, 2007, 11:10:16 pm »
I know alot of you wont care about what I am about to post, but for those of you who do, could you please send some prayers out to my dear friend Matt's family, and a TON of his friends (including myself), who is in a huge need of them right now?


I have known Officer Matt Lovejoy for over 16 years and he was one of my dear friends. He suffered a heart attack last month, leaving him without oxygen about 40 minutes while rescuers tried to save him. Matt was in a coma until yesterday, when he passed away at the young age of 34.  :'(

Matt was probably one of the most kindest, giving, most generous, people you could ever meet. I have known him since my, now almost 17yr old daughter was just a baby - and I can still see him playing with her and helping her learn to walk. My ex husband (who is on the same police force as Matt), used to bring Matt home all the time for supper. Matt always said my cooking was "just like mama used to make").  :-\


Murfreesboro, Tennessee Officer Mattew Allen Lovejoy
Jan. 28, 1973 - June 22, 2007



Thanks.

14
Stylesheet Codes / [Stylesheet] Light Green
« on: June 13, 2007, 08:07:51 pm »




Images:




CSS Code:

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

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #0D741D;
text-decoration: none;
}
a.nav:hover
{
color: #00DF00;
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: #8DF39D;
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: #E3F7E7;
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: #EEEEEE;
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: #D8F2DD url(http://i56.photobucket.com/albums/g174/KimmieB_01/Light%20Green/windowbg.gif) repeat-y;
}
.windowbg2
{
color: #000000;
background: #FAFFFB url(http://i56.photobucket.com/albums/g174/KimmieB_01/Light%20Green/windowbg2.gif) repeat-x;
}
.windowbg3
{
color: #000000;
background: #BAF5C4 url(http://i56.photobucket.com/albums/g174/KimmieB_01/Light%20Green/windowbg3.gif) repeat-y;
}
/* 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: black;
font-style: normal;
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Light%20Green/titlebg.gif) #BAF5C4 repeat-x;
border-bottom: solid 1px #87AB8C;
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: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Light%20Green/catbg.gif) #66C677 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Light%20Green/catbg.gif) #66C677 repeat-x;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
border-bottom: solid 1px #0D4C1A;
}
.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: #DDFCF2;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #C1D3C1;
padding: 0px;
}

/* This is used on tables that should just have a border around them. */
.tborder
{
padding: 1px;
border: 1px solid #4DB45D;
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://i56.photobucket.com/albums/g174/KimmieB_01/Light%20Green/maintab_first.gif) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Light%20Green/maintab_back.gif) left bottom repeat-x;
}
.maintab_last
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Light%20Green/maintab_last.gif) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Light%20Green/maintab_active_first.gif) left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Light%20Green/maintab_active_back.gif) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Light%20Green/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: #DDFCF2;
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://i56.photobucket.com/albums/g174/KimmieB_01/Light%20Green/mirrortab_first.gif) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Light%20Green/mirrortab_back.gif) repeat-x;
}
.mirrortab_last
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Light%20Green/mirrortab_last.gif) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Light%20Green/mirrortab_active_first.gif) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Light%20Green/mirrortab_active_back.gif) repeat-x;
}
.mirrortab_active_last
{
background: url(http://i56.photobucket.com/albums/g174/KimmieB_01/Light%20Green/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: #DDFCF2;
text-decoration: none;
}

/* The AJAX notifier */
#ajax_in_progress
{
background: #5371AD url(http://i56.photobucket.com/albums/g174/KimmieB_01/Light%20Green/loading.gif) repeat-x;
color: white;
text-align: center;
font-weight: bold;
font-size: 18pt;
padding: 3px;
width: 100%;
position: fixed;
top: 0;
left: 0;
}



15
Go here to watch it live (you need Real Player to view it):

http://www.nasa.gov/multimedia/nasatv/


(If you dont have Real Player, you can get it here: http://www.real.com/ )

Pages: [1] 2 3 4 5