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>
gaydads interactive presents...
http://rhinocap.net/extras/sftopic/sandfall.png[/img]
HTML:
<div class="topicheading">
HTML:
</div>
HTML:
<blockquote>
It led to revolution.
HTML:
</blockquote>
HTML:
<div class="topicheading">
HTML:
</div>
HTML:
<blockquote>
Serren Kraye is unable to get beyond his past. His family, exiles Issa and Ismael Sturge, was captured and executed by the old government a year before the revolution. Haunted by the loss, Serren has been aimlessly wandering Arizca ever since, searching for a purpose to will the hole in his heart. He lives on the pit fights, brutal gladiatorial combat for the sole purpose of entertaining the wealthy. He hasn't thought about revenge...until now.
By chance, Serren encounters the Dune Knight, the mercenary whom he blames for the execution of Issa and Ismael. Stealing a piece of parchment from the man, he realizes that he has found an ancient map. If the Dune Knight is looking for something, whatever it is, Serren makes it his job to find it first.
HTML:
</blockquote>
HTML:
<div class="topicheading">
HTML:
</div>
HTML:
<blockquote>
Cities are massive and rich with history and detail. Custom NPC animations and character interactions breathe life into the world. Exploration and side quests expand Arizca beyond the focal cities in the storyline. The atmosphere of Sandfall is the defining element of the gameplay experience.
HTML:
</blockquote>
HTML:
<div class="topicheading">
HTML:
</div>
HTML:
<blockquote><blockquote>
http://bb.xieke.com/files/sf_serren1.png[/img]
http://bb.xieke.com/files/sf_ice.png[/img]
http://bb.xieke.com/files/sf_dk.png[/img]
http://bb.xieke.com/files/sf_barzhad.png[/img]
http://bb.xieke.com/files/sf_ice.png[/img]
http://bb.xieke.com/files/sf_dk.png[/img]
http://bb.xieke.com/files/sf_barzhad.png[/img]
HTML:
</blockquote></blockquote>
HTML:
<div class="topicheading">
HTML:
</div>
HTML:
<blockquote>
Sandfall: Ruin is my way of developing this battle system and introducing it to the public. Ruin is also one of the many side-stories set in the Sandfall world, taking place one year after the core title, and it follows the character of Jack Iscariot as he deals with his actions during the revolution. Ruin uses the same graphical style, the same battle system, and some of the same locations as the core Sandfall game. It is currently in development and will be released as the first demo of Sandfall itself.
HTML:
</blockquote>
HTML:
<div class="topicheading">
HTML:
</div>
HTML:
<blockquote>
HTML:
</blockquote>
HTML:
<div class="topicheading">
HTML:
</div>
HTML:
<blockquote>
Shooting pots on a test map.
Jack Iscariot in Hazaga.
Screenshots from Sandfall (old version)
Early version of the shooting system.
An area in Caste city. (slightly newer version)
Serren vs Ringo in the pit fight minigame.
Screenshots from Sandfall: Nomad
Ismael in the desert outside of Hazaga.
HTML:
</blockquote>
HTML:
<div class="topicheading">
HTML:
</div>
HTML:
<blockquote>
I'd love as much real feedback and criticism as I can get for this. Any questions or anything, just ask.
:fro: Click here to download! :beard:
HTML:
</blockquote>