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
HTML:
<blockquote>
"Where did they go?"
"Couldn't say." Claude made it clear that he had more interest in a stain in the wood on the bar counter. It'd been there for as long as he could remember, and it wasn't the first time that he had pretended to clean it off. The noble officers never seemed to notice, or at least they never said anything about it.
"Archer Cross and his friends. They were here last night and they just left this morning. Where did they go?"
"Couldn't say. Only know the name from wanted posters and from your own mouth." Claude brought up the rag to his pronounced mustache and wiped the tip of the bristly black hair. "Yup, General, can't say that I've ever met a fella by that name."
General Tota wasn't a man to slam his fists or yell. His patience was well-known and by far considered one of his greatest strengths. Despite this, he had a tendency of betraying his inward anger by turning bright red in the face. It was an amusing sight to Claude- he expected the portly general to start yelling and trembling any moment now, but Tota kept a calm tone to his voice and demeanor despite the visible fury beneath his skin. "They likely gave you fake names." He held up a crude sketch of the three exiles he was looking for. "This man in the center is Archer Cross. The big savage with the glasses is his partner Barzhad Judhan. The bald chap here only recently joined their group; his name is Jack Iscariot and it is vital that he is not allowed loose in Caste. The three of them are dangerous."
The sketches were horrible renditions of the exiles that Claude knew. The three of them had horrible charcoal grimaces, while Claude had rarely seen such expressions on their usually-smiling faces. He had to admit, the artist had done a good job of making the group look menacing. Barzhad was a big man, but his belly in the picture was gone and he seemed like more like a giant. Claude had only met Jack for the first time the night before, but he remembered the blank and almost confused look that he believed to be a permanent fixture in the exile's eyes. Instead, the drawing had him staring down with a fiery rage appropriate for a criminal.
"I'm not familiar with any of these fellows," Claude said simply.
"My men chased them out o this very building early this morning."
"Your men did indeed chase some customers out of my tavern early this morning. But not these men."
Tota slid a second sketch onto the counter. A beautiful young woman drawn with a look of utter hopelessness in her eyes. "This woman is the daughter of a noble. Her name is Amelia Cheres, and she was kidnapped by the men that you claim to not know."
Claude didn't know the details of what had happened between Amelia and Archer, but he remembered a hooded female following him to his rented room the night before. He had seen her eyes when she first entered his tavern and asked if she could sit at a table without buying anything. Of course Claude had said yes--she seemed alone and fragile, but he remembered that she certainly didn't look as helpless as she was presented in the picture. In fact, she looked far more threatening in person.
"Can't say that I've seen her, either. And I would definitely remember a pretty face like that." Claude pushed the picture back aross the bar counter.
"I see that my work here is done, Mister North," General Tota said simply. He turned and strode out of the building, leaving the pictures on the counter.
When the portly soldier was out of sight, Claude absently dropped the cloth on a ledge behind him and picked up the two sketches. He looked from the first to the second, shaking his head slightly. "She was a noble, huh... I hope Archer knows what he's gotten himself into this time."
The day was young to Claude and his business, being only mid-afternoon. The tavern was empy, and a total mess after the events of the previous night and early in the morning. Those noble soldiers really didn't know how to clean up after themselves. Claude set to straightening things out before the rush.
HTML:
</blockquote>