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 - -Sя.Sharp

Pages: 1 2 [3] 4 5 6 7
32
Graphics / Nature -Sig
« on: October 30, 2008, 08:39:02 pm »

Comments appreciated.

33
Graphics / Strength is Power
« on: October 26, 2008, 10:34:56 pm »
New "Strength" there are 3 versions, which do you like the best?
v1


v2


v3


c&c please and which do you like the best?

34
Graphics / Vector Sig x 2
« on: October 26, 2008, 01:13:40 pm »
Forum Url: http://revolutionx.smfforfree3.com
These are two new signatures I made today, these are the first of mine involving "Vector" style and brushes.
Click on the title to go to the tutorial.

Wolf


Pika tutorial can be made if asked.


And this was made for the first annual SOTW on Aetus Designs and submissions end tomorrow, the 27th.
This is not my best work.


visit my photobucket. thanks.

35
Graphics / Guardian Angel
« on: October 12, 2008, 10:58:23 pm »
Dedicated to Abby...


I'll be your guardian angel, will you be mine?

Post your thoughts.

36
Stylesheet Codes / [Stylesheet] Orange N' Black
« on: October 12, 2008, 06:24:31 pm »
Requested on Aetus Designs and the request topic is here its based on orange and black. All images were made by me.


Preview


The CSS
Code: [Select]
/* News Fader Font and link Colors */

#smfFadeScroller
{
color: #ff9933;
text-decoration: none;
}

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

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

#smfFadeScroller a:hover
{
color: #ff9933;
text-decoration: underline;
}



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

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

.post a:link, .post v:link
{
color: #ff9933;
text-decoration: none;
}

/* Tables should show empty cells. */
table
{
empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
color: #ffffff;
font-size: small;
font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
background-color: #000000;
                background-image:  url();
                background-position:  top-center;
                background-repeat: no-repeat;
                background-attachment: top-center;
                margin: 0;
padding: 120px 100px 4px 100px;

}

/* 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: white:

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: none;
color: none;
background-color: none;
}

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

.geshi
{
color: #ffffff;
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: #ffffff;
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: #ffffff;
background-color: #666666;
}
.windowbg2
{
color: #ffffff;
background-color: #413839;
}
.windowbg3
{
color: #ffffff;
background-color: #413839;
}
/* the today container in calendar */
.calendar_today
{
background-color: #413839;
}

/* 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: white;
font-style: italic;
background: url(http://www.styleyourforum.com/data/197/css0.png) repeat-x;
border-bottom: solid 1px #000000;
border-top: solid 1px #000000;
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: #000000;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
background: url (http://www.styleyourforum.com/data/197/css1.gif)
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: orange;
                background-image: url(http://www.styleyourforum.com/data/197/css0.png);
                background-position:  top left;
                background-repeat:  repeat;
color: #000000;
padding-left: 10px
padding-top: 3px;
padding-right: 10px;
}
.catbg2 , tr.catbg2 td
{
background: #15262B;
                background-image: url(http://www.styleyourforum.com/data/197/css1.gif);
                background-position:  top left;
                background-repeat:  repeat;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
}
.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: #ffffff;
}
/* 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 none;
background-color: none;
}

/* 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: orange;
text-transform: uppercase;
vertical-align: top;
               
}
.maintab_back, .maintab_active_back
{
color: orange;
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.styleyourforum.com/data/197/css4.png) left bottom no-repeat;
width: 10px;
}
.maintab_back
{
background: url(http://www.styleyourforum.com/data/197/css4.png) left bottom repeat-x;
}
.maintab_last
{
background: url(http://www.styleyourforum.com/data/197/css4.png) left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background: url(http://www.styleyourforum.com/data/197/css4.png) left bottom no-repeat;
width: 6px;
}
.maintab_active_back
{
background: url(http://www.styleyourforum.com/data/197/css4.png) left bottom repeat-x;
}
.maintab_active_last
{
background: url(http://www.styleyourforum.com/data/197/css4.png) 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: orange;
text-decoration: none;
}

.maintab_back a:hover, .maintab_active_back a:hover
{
color: grey;
text-decoration: none;
}
/* definitions for the mirror tab */
.mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last
{
color: orange;
text-transform: uppercase;
vertical-align: top;
}
.mirrortab_back, .mirrortab_active_back
{
color: orange;
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.styleyourforum.com/data/197/css4.png) no-repeat;
width: 10px;
}
.mirrortab_back
{
background: url(http://www.styleyourforum.com/data/197/css4.png) repeat-x;
}
.mirrortab_last
{
background: url(http://www.styleyourforum.com/data/197/css4.png) no-repeat;
width: 6px;
}
.mirrortab_active_first
{
background: url(http://www.styleyourforum.com/data/197/css4.png) no-repeat;
width: 6px;
}
.mirrortab_active_back
{
background: url(http://www.styleyourforum.com/data/197/css4.png) repeat-x;
}
.mirrortab_active_last
{
background: url(http://www.styleyourforum.com/data/197/css4.png) 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: orange;
text-decoration: none;
}

.mirrortab_back a:hover, .mirrortab_active_back a:hover
{
color: grey;
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;
}

I have no new, new images but they are meant for the requested site.
You may use them, though, if you'd like. I will work on some new ones for all to use.

New Post


Code: [Select]
http://i536.photobucket.com/albums/ff322/Sharp2Shot/Stylesheets/new-1.png
No New Post


Code: [Select]
http://i536.photobucket.com/albums/ff322/Sharp2Shot/Stylesheets/NOnew-1.png
REQUIRED Add this to your footer.
Code: [Select]
<div class="smalltext"><a href="http://aetus.net">Theme by Aetus Designs</a></div></center>

37
Graphics / cd: Sorrow
« on: October 09, 2008, 07:26:50 pm »
This is "Sorrow" I kinda like it, I very loosely followed this tutorial.

Without further ado,

"Sorrow"


Criticize. Compliment. Cherish.

38
Graphics / [REQUEST] Hurricane
« on: October 04, 2008, 10:39:25 am »
Hey guys, I need to make a hurricane logo. Can someone please try this...
Details:
Note: Hurricane should be yellow.
Try 2 designs-
One outlined in blue the other no outline but very haphazard hurricane feeder bands one beginning at 10 o’clock and the other at 4 o’clock.
Use this drawing in the middle:
http://i218.photobucket.com/albums/cc7/bunnypal911/Dire_Wolf.gif

Thanks!

39
Graphics / Neon - Test
« on: September 28, 2008, 02:29:22 pm »
Just got elements and was messing around in it. This isn't great nor good but hey, I don't care.




40
General Chat / Displacement
« on: September 25, 2008, 08:17:25 pm »

Most of you will not read this all. I suggest you do. This is something, worth reading, worth knowing, worth helping.

Have you every heard of displacement? Do you know what is happening in Northern Uganda? Recently a group called the Invisible Children visited my high school. This group of students have heard the call for help from the Uganda people.


Invisible Children

Motivated by the unseen war in Northern Uganda, Invisible Children was created by three young filmmakers with a singular mission:
To use the power of stories to change lives around the world.
Our Team
The core team of people at Invisible Children is a dynamic, youthful bunch, passionate about the children of Northern Uganda. Visit the Team page to learn a little more about each department and who's responsible for what in our one–of–a–kind organization.
Our Network
Bringing people and organizations together is at the root of Invisible Children's movement. From politicians to other NGO's, we have lined up a network of partners to make the best impact in Northern Uganda. Learn more about our partners and how we work together.


THE WAR IN NORTHERN UGANDA
A HISTORY OF AFRICA’S LONGEST RUNNING WAR

The war in northern Uganda has been called the most neglected humanitarian emergency in the world today. For the past 23 years, the Lord’s Resistance Army (LRA) and the Government of Uganda (GoU) have been waging a war that has left nearly two million innocent civilians caught in the middle. The GoU's attempt to protect its citizens from this rebel militia has largely failed, leaving an entire generation of youth that has never known peace. 

The LRA rebel movement can be traced back to a woman named Alice Lakwena. In the 1980s, Lakwena believed the Holy Spirit spoke to her and ordered her to overthrow the Ugandan government for being unjust to the Acholi. Lakwena and her followers, known as the Holy Spirit Movement, gained momentum as resentment toward the government increased. When Lakwena was exiled and no clear leader of the movement was left, Joseph Kony, who claimed to be Lakwena’s cousin, took control and transformed Lakwena’s rebel army into the LRA.

Kony’s LRA did not receive the same support as the Holy Spirit Movement because of their extreme tactics. With dwindling support for their cause and heightened government offensives, the rebels resorted to abducting children and indoctrinating them into their ranks. It is estimated that more than 90% of the LRA’s troops were abducted as children.

In 1996, as a response to the LRA attacks in the villages, the Ugandan government forcibly evicted thousands from their homes, relocating them into overcrowded camps in hopes of providing protection. But over a decade later roughly 1 million individuals still live in these camps and struggle to survive among the effects of abject poverty, rampant disease, and near-certain starvation.

In recent years more and more international attention has been focused on this crisis. In 2001, the US Patriot Act officially declared the LRA to be a terrorist organization - a huge step in drawing attention to the conflict and the atrocities committed by the LRA. In 2004, Congress passed the Northern Uganda Crisis Response Act, the first piece of American legislation to address this disaster. And in 2005, the International Criminal Court (ICC) issued arrest warrants for Joseph Kony and four of his top commanders.

Pressure from the international community (especially from EU and Canada) plus a strong desire to realize peace has brought the Government of Uganda and the LRA to the negotiating table on numerous occasions, though they have yet to find a peaceful resolution. The most recent talks commenced in Juba, Sudan in July 2006, and a Cessation of Hostilities Agreement was signed the following month. In July 2007, in response to an increased concern for peace in northern Uganda by the American people, the US appointed Tim Shortley, Senior Advisor for Conflict Resolution to Assistant Secretary of State Jendayi Frazer, with his immediate focus on northern Uganda; this action solidified the US’s commitment to end this conflict peacefully. That same year, the United Kingdom solidified their commitment to peace by allocating Ł70 million in aid, while Germany committed to increasing aid to Uganda by 25% by October 2010. Canada later became more than an international supporter of the peace process in February 2008 by joining the peace talks as an official observer (though the Canadian officer on the ground has since been removed from the region).

At this point in time, the Cessation of Hostilities Agreement has expired, the Final Peace Agreement (FPA) has yet to be signed and rebel leader Joseph Kony’s intentions have yet to be clarified. Without any resolution to the war, many of the displaced are hesitant to return home without any assurance that they will not be displaced once again.

In light of this ambiguity, Invisible Children is committed to seeking sustainable solutions to foster an environment that encourages peace. We are supporting and equipping a generation ravaged by war so that they can finally know peace. Our programs address the need for access to education and economic development through three innovative programs on the ground.

UGANDA TODAY

Since Invisible Children: Rough Cut was filmed in 2003, night commuting has ended for the children of northern Uganda. For the past two years, the region has been closer to peace than ever before. From June 2006 to March 2008 in Juba, Sudan, the Lord’s Resistance Army (LRA) and the Government of Uganda (GoU) engaged in a series of peace talks in order to end the conflict. These peace talks, supported by special envoys from the United States and other nations, allowed for the longest period of peace in northern Uganda’s 23-year war.

The Juba Peace Talks developed with hopeful constancy, and concluded in March of 2008 with the Final Peace Agreement (FPA) ready for the signature of Joseph Kony and President Museveni. However, in April of 2008, Kony twice failed to appear and sign the FPA and officially ended the Juba talks mediated by the Southern Sudanese government. Joseph Kony’s stated reasons for not signing the FPA were a vague understanding of the treaty’s systems regarding post-conflict justice and an apprehension toward ICC warrants for him and four other LRA leaders. Since the collapse of the peace talks, the LRA has been active in the Democratic Republic of Congo (DRC), Central African Republic (CAR) and southern Sudan, drawing widespread disapproval from the international community and igniting a new urgency to end what has become a complex regional conflict.

In the last two years, an estimated 800,000 of the 1.8 million displaced have returned to their homes.  But that leaves one million people currently living in the Internally Displaced Persons (IDP) camps. While the majority desires to return home, the issues surrounding their return are complex. Some have been displaced for more than a decade, and their former way of life is all but gone. Access to clean water, economic opportunities, health centers, and education are a pressing concern for all, and even more so for the many who contemplate returning to resource-barren villages.

This is a preview of Sunday, a 15 year old boy who has been displace. When the group visited we watch the story of Sunday.

http://www.youtube.com/watch?v=XNxnHMZ3Pnk

If you have been moved. Stand up. Cry out. Its your time, to be displaced. Help the displaced of Northern Uganda, help Invisible Children. Help their cause.

Invisible Children- Website
InvisibleChildren- Youtube
Displaced- Photos and Videos

http://www.youtube.com/watch?v=ZQd09coG_j0π




41
Graphics / Reach Out
« on: September 14, 2008, 12:24:58 am »
Reach Out


Reach Out v2


Reach Out v3


Thoughts?

42
Graphics / Everquest Antonia
« on: September 13, 2008, 11:26:34 pm »


Thoughts?

43
Graphics / Tropical Sig
« on: September 13, 2008, 02:35:35 pm »
Tropical


Original image-
http://are.berkeley.edu/~perloff/PHOTO/VIEW/clouds3.jpg

Anything that should be different? Post your thoughts.

44
Graphics / Abstract/ Gloomy
« on: September 04, 2008, 11:53:37 pm »
I was with friends during Hurricane Gustav evacuation and felt kinda of gloomy. So I made this...



The original picture
http://upload.wikimedia.org/wikipedia/commons/8/81/Waves_lajolla.jpg


45
Stylesheet Codes / [Stylesheet] Clean Blue
« on: August 27, 2008, 10:50:11 pm »
Cleanly done a professional light blue and white style.
 
Copyright 2008, chrisdor.

Style/CSS
Live Preview


CSS

Code: [Select]
/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
color: #43BFC7;
text-decoration: none;
}
a.nav:hover
{
color: #43BFC7/;
text-decoration:
}

/* Tables should show empty cells. */
table
{
empty-cells: show;
}

/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
color: #43BFC7;
font-size: small;
font-family: verdana, sans-serif;
}

/* The main body of the entire forum. */
body
{
background-color: #666666;
background-image: url();
margin: auto;
             width: 784px;
padding-top: 12px;
             padding-bottom:  4px;
}

/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
background-color: #666362
color: #ffffff;
font-family: verdana, sans-serif;
}
input, button
{
font-size: 90%;
}

textarea
{
font-size: 100%;
background: #ffffff url() repeat-x bottom;
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: #F3EBD7;
background-color: #F3EBD7;
}

/* No image should have a border when linked */
a img
{
border: 0;
}
/* A quote, perhaps from another post. */
.quote
{
color: #000000;
background-color: #3399CC;
border: 1px dotted #74C272;
margin: 1px;
padding: 1px;
font-size: small;
line-height: 1.4em;
}

/* A code block - maybe even PHP ;). */
.code
{
color: #000000;
background-color: #D7DAEC;
font-family: "courier new", "times new roman", monospace;
font-size: small;
line-height: 1.3em;
/* Put a nice border around it. */
border: 1px dotted #74C272;
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: #D7DAEC;
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: Cyan;






}

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

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

/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg
{
color: #000000;
background :#ffffff
}
.windowbg2
{
color: #000000;
background: #ffffff
}
.windowbg3
{
color: #000000;
background: #ffffff
}
/* 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: #7DD3D8;
font-style: normal;
background-image: url(http://www.styleyourforum.com/data/125/css0.png);
                background-position:  top left;
                background-repeat: repeat;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
;

}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color:#ffffff ;
font-style: norma;l

}

.titlebg a:hover
{
color: #ffffff;

}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited
{
color: #ffffff;
font-style: normal;
text-decoration: ;

}

.titlebg2 a:hover
{
text-decoration: ;

}


/* 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: #7DD3D8;
font-style: normal;
background-image: url(http://www.styleyourforum.com/data/125/css0.png);
                background-position:  top left;
                background-repeat: repeat;
color: #ffffff;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}
.catbg2 , tr.catbg2 td
{
background-image: url(http://www.styleyourforum.com/data/125/css0.png);
color: #ffffff;
padding-left: 10px;
text-align: center;
padding-right: 10px;
}
.catbg, .catbg2, .catbg3
{
background-image: url(http://www.styleyourforum.com/data/125/css0.png);
border-bottom: solid 1px #00000;

}
.catbg, .catbg2
{
background-image: url(http://www.styleyourforum.com/data/125/css0.png);
font-weight: bold;
;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited
{
background-image: url(http://www.styleyourforum.com/data/125/css0.png);
font-size: 95%;
color: #Ffffff;
text-decoration: none;
;
}
.catbg a:link, .catbg a:visited , .catbg2 a:link, .catbg2 a:visited
{
color: #ffffff;
text-decoration: none;

}
.catbg a:hover, .catbg2 a:hover, .catbg3 a:hover
{
color: #fffff;

}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-image: url(http://www.styleyourforum.com/data/125/css0.png);
padding: 0px;
}

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

/* 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: uperrcase;
vertical-align: top;
}
.maintab_back, .maintab_active_back
{
color: #039da7;
text-decoration: uperrcase;
text-weight: bold;
font-size:  12px;
vertical-align: top;
padding: 4px 7px 7px 7px;
font-family: DejaVu Serif Bold;
margin: auto;
                width: 60px;
padding-top: 10px;
             padding-bottom:  4px;
}

.maintab_first
{
background-image: url(http://www.styleyourforum.com/data/125/css0.png); left bottom no-repeat;
width: 8px;
}
.maintab_back
{
background-image: url(http://www.styleyourforum.com/data/125/css0.png); left bottom repeat-x;
}
.maintab_last
{
background-image: url(http://www.styleyourforum.com/data/125/css0.png); left bottom no-repeat;
width: 8px;
}
.maintab_active_first
{
background-image: url(http://www.styleyourforum.com/data/125/css0.png); left bottom no-repeat;
width: 8px;
}
.maintab_active_back
{
background-image: url(http://www.styleyourforum.com/data/125/css0.png); left bottom repeat-x;
}
.maintab_active_last
{
background-image: url(http://www.styleyourforum.com/data/125/css0.png); 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: #ffffff;
text-decoration: none;
}

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

.mirrortab_first
{
background-image: url(http://www.styleyourforum.com/data/125/css0.png); no-repeat;
width: 10px;
}
.mirrortab_back
{
background:#039da7 repeat-x;
}
.mirrortab_last
{
background-image: url(http://www.styleyourforum.com/data/125/css0.png); no-repeat;
width: 10px;
}
.mirrortab_active_first
{
background-image: url(http://www.styleyourforum.com/data/125/css0.png); no-repeat;
width: 8px;
}
.mirrortab_active_back
{
background-image: url(http://www.styleyourforum.com/data/125/css0.png); repeat-x;
}
.mirrortab_active_last
{
background-image: url(http://www.styleyourforum.com/data/125/css0.png); no-repeat;
width: 10px;
}

/* 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: #039da7;
text-decoration: none;
}

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

New Post:

Code: [Select]
http://uploadsonline.com/images/ng1pwqm8r5eqlsyaal.png
No New Post:


Code: [Select]
http://uploadsonline.com/images/ph0461b3hok9c608zwyu.png
New Some:


Code: [Select]
http://uploadsonline.com/images/x0wp4zhh1ygdehj751us.png
Sub New:

Code: [Select]
http://uploadsonline.com/images/utd3gt0dazjsy3zd6e.png
(note: that these are meant to be used as the directory icons as well)


The below is EXPECTED to be in your code if you use this stylesheet.

New Footers Code:
Code: [Select]
<center>
<div class="bigtext"><a href="http://hidden-designers.com">Theme by +Sharp</a></div></center>


Pages: 1 2 [3] 4 5 6 7