proud of my scars
#2
[html]

POST LOG

Both ongoing and archived threads are listed here. Threads that have died due to inactivity will not be listed unless they were of a significant length or the other member wants to assume that it happened. I also no longer keep track of actual dates, as it only stresses me out; I do, however, try to keep thread order. Feel free to assume what you want about the dates!
2011 :: New to 'Souls
  1. desperate measures (August) Ongoing.

    After failing to hunt mountain goats, Vesper meets a luperci man.


  2. thwarted (September)

    Vesper exchanges idle taunts with a luperci woman, who looks down on her for being formless. The woman does give her useful warnings, however, and they part without violence.


  3. hunting the hawk (September) Ongoing.

    Vesper pursues a hawk with the intent to catch it, but when someone calls the bird away, she realizes that it is owned by a luperci: Niro Takekuro.


  4. as the pendulum swings (September) Ongoing.

    Vesper meets another loner, an oddly tattooed dog named Toby.


  5. face your fears (September) Ongoing.

    While nervously watching the falls, Vesper notices a young luperci.


  6. season's end (September)

    During a dreadful storm, Vesper meets another loner, Evane. They share a less than civil conversation before suggesting a fight the next time they meet.


  7. what sorcery is this? (September)

    Vesper has a fight with a car horn her first time in Halifax, where she also meets a pair of wolves. Zalen, a luperci, discusses the machine and the folly of acting human. A girl named Blind shows up looking for some assistance, as she's new to the area. Three is a crowd, however, and so they split ways.


  8. i'd settle for less (September) Ongoing.

    Evane and Vesper meet again, and the wolf seems to be hiding something...


  9. meadow and the moon (September) Ongoing.

    A very chatty luperci disrupts Vesper.

  10. the poetry of dead fish (September) Ongoing.

    While dreaming, Vesper is attacked by a cat. Promptly, she gives chase, only to find out that the cat has protection...


  11. what was that noise? (September) Ongoing.

    Vesper meets up with Blind again.


  12. greet the dawn (September) Ongoing.

    Vesper climbs the mountains to see the sunrise.


  13. another sacrifice will make us pure (September) Ongoing.

    Curious of the clan territory, Vesper watches the borders.


  14. two quarters and a heart down (September) Ongoing.

    Lonely in Halifax.

Very Simple Character Archive by Sie!
<style>
.vsca-credit { width:95%; margin:0 auto; font-family:georgia, serif; font-size:10px; text-transform:uppercase; letter-spacing:.05px; text-align:right;}
/*Just some general notes: You can use this to keep track of your Word of the Day or game points, too. It counts them automatically for you, then. 8D An example of this can be found in Sie's postlog (http://www.soulsrpg.com/ipb/index ... st&p=95421). Please feel free to quote the post and lift that example, though I swear there's nothing different about that code than the code provided here! Also, remember, if you use the basic DIV shell in multiple posts, you only need to include the CSS once! That's it! And then you can control all of your archives with one CSS, if you please! If not, and you want multiple different layouts for each vespacter and you plan to customise each one, *PLEASE* remember to change your class names from .vesp to your vespacter's name or another unique identification, otherwise your CSSes will overlap and it will be bad.*/
.vesp-archive {width:95%; margin:0 auto; font-family:'times new roman', times, serif; font-size:14px;}
/* Main DIV control. This controls your base text. If you want a background or border, you can add them here. You can combine this with my pure css table tutorial, sort of, and set a background image with padding to make it pretty, if you want. Big Grin*/
.vesp-archive li {padding:2px 0px; margin:0px; list-style-type: decimal-leading-zero; font-weight:bold;}
/*This controls the list items and gives them 2px padding on the top and bottom, 0px padding to the left and right, and a leading zero on the list numbers. It also makes the font weight of the numbers bold.*/
.vesp-archive li em {font-family:georgia, serif; font-size:12px; letter-spacing:-.1px; line-height:16px; font-style:normal; font-weight:normal; }
/*This is so that we can use a different text/font weight/color/etc for our numbers, and have our actual list item content text differ from the numbers. COOL RITE? */
.vesp-archive ol { list-style-position:inside; padding:0px; margin:0px; }
/* This sets the position of the numbers inside; you can also have them display outside, if you like, which will push all of the text over to the right and separate out the numbers to the left slightly. I wouldn't mess with the padding or margin unless you want to add spacing around your archive list.*/
.vesp-archive p {text-indent:25px; margin:0px; padding:0px; }
/*Gives your paragraphs a text indent. I generally only would wrap the thread description with a paragraph tag. If you want to give your thread description a little padding or margin or something, you can adjust those values.*/
.vesp-archive-warn {color:#AA0000; font-weight:bold;} /*Mature thread warning text color and weight. Please remember to mark your mature threads in their titles, the first post with the provided warnings, (http://www.soulsrpg.com/ipb/index ... t&p=107437), and in profiles, archives, and post logs. Anywhere you can give people a heads up about a mature thread is good.*/
.vesp-archive li a {text-transform:lowercase;}
/*Controls the links used in your list items. If you want all of them to display upper or lowercase, I would recommend setting it via CSS rather than manually typing it in capitalized or all lowercase, because it is far, far easier to go back and change things later if you use CSS to set such things. Smile I typed all of the thread titles in my vespacter archives as properly capitalized and just set the links to display as lowercase. Remember, the fact that the a tag is declared after the li tag means that only links within your list items will change; any links outside of this (e.g., where the Wiki Profile / Detailed Profile links are) are not affected.*/
.vesp-post {font-size:15px; color:#8C0404;}
/*If you want to use the little symbols, this controls their color and size. I like for the symbols to stick out from the rest of the text, hence the color. They also don't look very good at smaller sizes, that is why they are set for 15px. Feel free to experiment, of course. :3*/
.vesp-archive .separator { font-family:'times new roman', times, serif; font-size:17px; text-transform:uppercase; border-bottom:1px dotted #000000; font-weight:bold; text-align:right; padding-right:10%;}
/*This is the separator control. Font variables and so forth. A note for the separators, you have to place them WITHIN a list item tag (li) in order for them to function properly for every instance except the first one, which is placed outside of the first ordered list tag (ol). An example of this has been done for you--please remember this, otherwise the separators are liable to break something somehow and you will have to rescue your codez and it will not be fun. */
.vesp-header {font-family:georgia, serif; font-size:22px; text-transform:uppercase; letter-spacing:1px; font-weight:bold; }
/*Controls the "Vespacter Name" part's font and etc.*/
.vesp-title {width:50%; float:left;}
/* Makes the part with your vespacter name and the notes beneath it float to the left. You can change this to right, just remember to set vesp-notes float to left. */
.vesp-notes {float:center; width:100%;}
/*Makes your vespacter notes float to the right. You can change this to left, just remember to set vesp-post float to right too.*/
.vesp-list {clear:both; padding-top:10px;}
/*This makes your list clear the title and vespacter notes divs. Don't touch this.;P You can change the padding so that there is a different amount between the thread list and your upper two divs; beyond that leave this part alone.*/
</style>[/html]


Messages In This Thread

Forum Jump: