HTML:
<style>
.navBar
{
background-color: #D5D0C6;
background-position: top left;
background-repeat: repeat-x;
height: 25px;
text-align: left;
}
.mainNav
{
line-height: 25px;
vertical-align: middle;
text-align: center;
color: #372D23;
}
.mainNav a
{
color: #372D23;
font-weight: bold;
text-decoration: none;
padding-bottom: 1px;
}
.mainNav a:link, .mainNav a:visited, .mainNav a:active
{
color: #372D23;
font-weight: bold;
margin-right: 10px;
margin-left: 10px;
text-decoration: none;
font-size: 11px;
}
.mainNav a:hover
{
border-bottom: 1px solid #372D23;
}
/**
BIG WHITE BG
**/
.butts
{
background-color: #ffffff;
border: 1px solid #766552;
border-top: 0px;
padding-left: 25px;
padding-right: 25px;
padding-bottom: 25px;
}
/* Normal, standard links. */
a:link, a:visited, a:active
{
color: #403021;
text-decoration: none;
}
a:hover
{
color: #009933;
text-decoration: underline;
}
/* By default (td, body..) use verdana in black. */
body, td, th , tr
{
font-family: Verdana, Tahoma, Sans-serif, serif;
font-size: small;
color: #372D23;
}
/* The main body of the entire forum. */
body
{
background-color: #E3E3E3;
background-image: url("http://rhinocap.net/extras/sftopic/bg.png");
margin: 0;
padding: 0;
margin-top: 10px;
}
/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button
{
color: #000000;
font-family: verdana, sans-serif;
}
input, button
{
font-size: 90%;
}
textarea
{
font-size: 100%;
color: #000000;
font-family: verdana, sans-serif;
}
/* All input elements that are checkboxes or radio buttons. */
input.check
{
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select
{
font-size: 90%;
font-weight: normal;
color: #000000;
font-family: verdana, sans-serif;
}
/* Standard horizontal rule.. (, etc.) */
hr, .hrcolor
{
height: 1px;
border: 0;
color: #B0BFCE;
background-color: #B0BFCE;
}
/* No image should have a border when linked */
a img{
border: 0;
}
/* This is the blank html box for ads or whatever. */
#blank-box
{
/* Add styles here */
text-align: center;
margin: 4px 0 4px 0; /* top right bottom left; hide of no content */
}
/* A quote, perhaps from another post. */
.quote
{
color: #000000;
background-color: #ffffff;
border-top: 0px;
border-left: 4px solid #565962;
border-right: 1px solid #565962;
border-bottom: 1px solid #565962;
font-size: 11px;
margin: 0 auto 1px auto;
padding: 1px;
font-size: x-small;
line-height: 1.4em;
padding-top: 3px;
padding-bottom: 3px;
}
/* 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, .windowbg td
{
color: #000000;
background-color: #D5D0C6;
border-right: 1px solid #D5D0C6;
border-top: 1px solid #D5D0C6;
}
.windowbg2, .windowbg2 td
{
color: #000000;
background-color: #f0f0f0;
border-right: 1px solid #f0f0f0;
border-top: 1px solid #f0f0f0;
}
.windowbg3, .windowbg3 td
{
color: #000000;
background-color: #e8e8e8;
}
.windowbgpinned, .windowbgpinned td
{
color: #000000;
background-color: #D5D0C6;
}
.windowbg2pinned, .windowbg2pinned td
{
color: #000000;
background-color: #f0f0f0;
}
label
{
color: #000000;
}
/* This is the colored bar seperating each post */
.postsep
{
background-color: #babfc5;
height: 0px;
font-size: 1px;
line-height: 1px;
padding: 0;
margin: 0;
}
/* BADGES */
.badges img
{
margin-top: 5px;
}
/* the today container in calendar */
.calendar_today
{
background-color: #FFFFFF;
color: #000000;
font-weight: bold;
}
/* 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, .titlebg2 td
{
color: #ffffff;
font-style: normal;
background-color: #766552;
font-weight: bold;
font-size: 11px;
border-top: 0px solid #766552;
border-right: 0px solid #766552;
border-bottom: 0px solid #766552;
border-left: 0px solid #766552;
padding-left: 10px;
padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited
{
font-weight: bold;
color: #ffffff;
font-style: normal;
}
.titlebg a:hover
{
color: #1088cd;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited, td.titlebg table tr td a:hover
{
color: #ffffff;
font-style: normal;
text-decoration: underline;
}
.titlebg2 a:hover
{
text-decoration: underline;
color: #1088cd;
}
/* 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, td.catbg , tr.catbg td , .catbg3 , tr.catbg3 td
{
background-image: url([url=http://rhinocap.net/extras/sftopic/catbg.png]http://rhinocap.net/extras/sftopic/catbg.png[/url]);
background-color: #7E91A3;
background-position: top left;
background-repeat: repeat-x;
color: #ffffff;
height: 30px
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
border-width: 0px 0px 0px 0px;
border-style: solid;
border-color: #394B5B;
}
.catbg2 , tr.catbg2 td, td.catbg2
{
background-image: url([url=http://rhinocap.net/extras/sftopic/catbg.png]http://rhinocap.net/extras/sftopic/catbg.png[/url]);
background-color: #7E91A3;
background-position: top left;
background-repeat: repeat-x;
color: #ffffff;
height: 30px
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
border-width: 0px 0px 0px 0px;
border-style: solid;
border-color: #394B5B;
}
.catbg, .catbg2, .catbg3
{
background-repeat: repeat-x;
}
.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;
}
.cat-whiteText
{
color: #ffffff;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor
{
background-color: #766552;
padding: 0px;
}
/* This is the border arround the topic posts and quick reply. */
.displayborder
{
padding: 0px;
border: 1px solid #766552;
}
/* This is the gridline color for the lines between boards and topics. */
.gridlineBorder
{
background-color: #766552;
padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder
{
padding: 0px;
border: 1px solid #766552;
background-color: #766552;
}
.tborder td
{
/* color: #000000;*/
}
/* 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;
}
fieldset.spoiler
{
border: 1px dashed gray;
}
fieldset.spoiler > legend
{
font-size: 1.2em;
}
div.spoilerheader a
{
font-family: sans-serif;
font-size: 1.1em;
font-weight: bold;
}
div.spoilerheader input
{
background-color: #cececc;
color: #3e3e33;
font: 0.9em sans-serif;
}
div.spoilerbody
{
color: #0f0f0f;
border: 1px dotted gray;
padding: 1em;
margin: 1em;
}
fieldset.spoiler div.spoilerbody
{
border: 0px;
padding: 0em;
}
/* Sometimes there will be an error when you post */
.error{
color: red;
}
.topicheading
{
background-image: url([url=http://rhinocap.net/extras/sftopic/catbg.png]http://rhinocap.net/extras/sftopic/catbg.png[/url]);
background-color: #7E91A3;
background-position: top left;
background-repeat: repeat-x;
color: #ffffff;
height: 30px
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
border-width: 0px 0px 0px 0px;
border-style: solid;
border-color: #394B5B;
}
</style>
http://rhinocap.net/extras/sftopic/sandfall.png[/img]
hope
Character Sign-Ups are Closed.
HTML:
<div class="topicheading">
HTML:
</div>
HTML:
<blockquote>
It will lead to revolution.
HTML:
</blockquote>
HTML:
<div class="topicheading">
HTML:
</div>
HTML:
<blockquote>
Characters and events from this story will become a part of the canon Sandfall universe. Depending on the role you play and how things wind up, there is a good chance that your character will be mentioned in the Sandfall game; may even be a visible NPC.
HTML:
</blockquote>
HTML:
<div class="topicheading">
HTML:
</div>
HTML:
<blockquote>
Familiarty with Sandfall's canon is not required; only that you understand the general landscape and setting, including its technology, architecture, etc. Anything regarding canon that needs to be addressed I can take care of. Wumpi also knows a lot of details and has access to our secret Sandfall database. In addition, the Pacatl fathergod of the world, the all-knowing Tezcacoatl, knows about Arizca and the world of the Sandfall series more intimately than any. For the most part regarding anything about the Sandfall world and the storyline, ask on irc in #rmxp. Even if Wumpi or myself aren't around, I'm sure that enough people are there who have overheard our conversations and can shine some light on a subject.
HTML:
</blockquote>
HTML:
<div class="topicheading">
HTML:
</div>
HTML:
<blockquote>
Tezcacoatl and Wumpi will be helping me with the process of approving/disapproving/refining characters. What does this mean? It's more than a yes/no? Yeah- we expect some good characters that fit well into the world that we have created, and we expect a serious characters from members who plan to stick around and really participate in something worthwhile. In most cases, I imagine that we will suggest that you revise your characters in a number of ways; but I doubt that, if everybody who joins is serious, there will be any blatant denials of entries. Mostly, if we ask you to revise something, it's not a fault of yours, but simply something that wouldn't fit into the world we have established, so don't take any offense.
This is a list of things to help keep you on track with creating your characters:
- Everybody in the world is human. Absolutely no elves, dwarves or the like.
- Exiles are common in the time period this story takes place in. Exiles are made by committing a crime, or automatically by being the offspring of another exile (paternally- if your mother was an exile you can be adopted into a city as long as you aren't raised by her). All exiles are branded with an particular recognizable brand- the brand, in various sizes, is on different parts of their bodies, often reflecting the severity of their crime (for example, one man who murdered a child was branded on his eyeball, most are branded on their chests or backs). Those born into exile who have not been branded are sought out by bounty hunters to be captured, branded, and released back into the desert.
- There is no open religion in Arizca. It is taboo to openly discuss religion or faith. This isn't to say people don't have beliefs- most do, but they are kept private between the person and the God(s) he or she believes in. In Seyenne and Pacatl, there are developed religions (ask if you need to know).
- There is no magic. Magic is dead in the world. Simple as that.
- The nation is based on the American Wild West and Southwest Native Americans with elements of the Middle East. Pacatl is based on native Mesoamerican cultures: Maya, Aztec, Inca, etc, with some hints of African tribes. Seyenne is based around antebellum/victorian America. That should be clear enough, I hope.
- Any specific questions, go ahead and ask. You'll likely learn more as things go on.
Rough map of Arizca
- Caste is the former capitol (current capitol in the time of this story). It is very divided into nobles and peasants. The palace is located here.
- Shaw will become the new capitol after the revolution. It is the most "modernized" and clean city, and is considered the home of technology.
- Jelbediz is a massive outdoor market city, formed at the crossroads at the center of Arizca.
- Hazaga is a city that is built into a carved-out plateau. The only way to access it is through caves in the mountainside. Ruins of ancient Arizca surround Hazaga; and it is home to a noteworthy university and many scholars.
- Ash Fall lies at the southern tip of the Sandfall. It is home to a large tower which serves as a tourist attraction of sorts; you can climb to the top and look north over the whole sandfall.
- There are a number of small towns on the roads between the major cities, called crosstowns. These have names and significant development to them. There are also small farms and single homes and nameless communities throughout the desert, often formed by exiles.
HTML:
</blockquote>
HTML:
<div class="topicheading">
HTML:
</div>
HTML:
<blockquote>
- Name
- Age (don't make this unrealistic)
- Appearance (the more detail the better: drawings are great)
- Weapon(s) (remember the technology here: steampunk/wild west)
- Talents/Hobbies
- Occupation
- Hometown (one of the ones listed above or a desert outpost)
- Social Class (noble, middle, peasant, exile)
- History/backstory (childhood, adolescence, etc)
- Current story (as of where the story would begin)
HTML:
</blockquote>
Good luck, have fun. Go ahead and start posting up your characters- the beginnings of the storyline will come from what kind of people we have to work with, and from there we can take it wherever it goes. I'll be submitting my own character soon. For now, like I said, Wumpi, myself and the mysterious Tezcacoatl will be helping set things up.
Of course, any questions go ahead and post here.