what comes with the wind will go with the water
#1
[html]
Shae's Archives


          ¤ denotes active thread
          ! denotes important thread
               14 Active Threads
               3 Finished Threads

Replies are generally posted within 2-3 days of duration from a player's post (and sometimes sooner), so please let me know if our thread is in need of priority, or if I need to slow down some. Also, I do not save uncompleted threads.

A l a e    S i d h e
  1. what comes with the wind goes with the water (04 APR) — Saul Stormbringer; Butterfly's Susurrus, DdM
  2. there's no oxygen again (06 APR) — Saul Stormbringer; Aza'real's Path, DdM
  3. ¤ five days from home (14 APR) — Ookami; Arachnea's Revenge
  4. ¤ if i die today, will they care tomorrow? (14 APR) — Mizu Kuin; Piety Cementary, Halifax
  5. i know my ship is coming in (15 APR) — Jaden Ohanzee; Whisper Beach
  6. ¤ amaranthine (18 APR) — Delilah Grace; Oberon's Spring, DdM
  7. ¤ Faces Blur By (18 APR) — Shanta Wanagi; AniWaya Borders, AW
  8. ¤ There's Power in the Pause (19 APR) — Caspa Al-Fateh; Shattered Coast
  9. ¤ Forty Six and Two (22 APR) — Eris Eternity; Quartz Shoreline
  10. ¤ I could never stay awake through the dark (25 APR) — Ezra Rosen; Shattered Coast
  11. Lady on the water (26 APR) — Pack Meeting; Dahlia de Mai
  12. ¤ Soften the Brute (03 MAY) — Saluce Tremblay; Wolfville, DdM
  13. ¤ in your multitude (09 MAY) — Roran Wolf; Dahlian Borders, DdM
  14. ¤ Finding No One (09 MAY) — Silvano Sadira; Dahlian Borders, DdM
  15. ¤ Temples Made Out of Paper (26 MAY) — Barret; Sable Et Rivages
  16. ¤ I Won't Listen (31 MAY) — Aeron Ganesa; Inferni Borders, IF
  17. ¤ As The Future Repeats Today (01 JUN) — Gideon Stormbringer; St. Pepin's Vineyards; Ddm



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 character and you plan to customise each one, *PLEASE* remember to change your class names from .char to your character's name or another unique identification, otherwise your CSSes will overlap and it will be bad.*/
.char-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*/
.char-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.*/
.char-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? */
.char-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.*/
.char-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.*/
.char-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.*/
.char-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 character 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.*/
.char-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*/
.char-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. */
.char-header {font-family:georgia, serif; font-size:22px; text-transform:uppercase; letter-spacing:1px; font-weight:bold; }
/*Controls the "Character Name" part's font and etc.*/
.char-title {width:50%; float:left;}
/* Makes the part with your character name and the notes beneath it float to the left. You can change this to right, just remember to set char-notes float to left. */
.char-notes {float:right; width:50%;}
/*Makes your character notes float to the right. You can change this to left, just remember to set char-post float to right too.*/
.char-list {clear:both; padding-top:10px;}
/*This makes your list clear the title and character 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]
#2
[html]
Word of the Day

          10 words completed
          90 words to goal


<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 character and you plan to customise each one, *PLEASE* remember to change your class names from .char to your character's name or another unique identification, otherwise your CSSes will overlap and it will be bad.*/
.char-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*/
.char-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.*/
.char-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? */
.char-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.*/
.char-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.*/
.char-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.*/
.char-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 character 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.*/
.char-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*/
.char-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. */
.char-header {font-family:georgia, serif; font-size:22px; text-transform:uppercase; letter-spacing:1px; font-weight:bold; }
/*Controls the "Character Name" part's font and etc.*/
.char-title {width:50%; float:left;}
/* Makes the part with your character name and the notes beneath it float to the left. You can change this to right, just remember to set char-notes float to left. */
.char-notes {float:right; width:50%;}
/*Makes your character notes float to the right. You can change this to left, just remember to set char-post float to right too.*/
.char-list {clear:both; padding-top:10px;}
/*This makes your list clear the title and character 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]
  • 04/18/11 - Corybantic
    "There was no need for Alae to have a corybantic attitude about stuffing her leather bound pack..."
  • 04/19/11 - Akimbo
    "Coming to a stop, her arms rested akimbo upon her hips..."
  • 04/25/11 - Marginalia
    "...and the scribbled marginalia of these books that seemed to offer some sensible insight as to how this world worked..."
  • 04/28/11 - Polymorphous
    "Endurance was always essential for survival, especially for a polymorphous species as the Luperci..."
  • 05/01/11 - Epigamic
    "If Luperci were a little more epigamic in their pelt colors, the world could certainly be a much more vibrant place"
  • 06/01/11 - Catarrh
    "...shrouded in a catarrh of overgrowth of every weed and plant imaginable that could take their claim there in the unoccupied lands."
  • 06/02/11 - Intestable
    "As her presence was suddenly intestable to the first move of Saul before her based on rank and seniority within Dahlia..."
  • 06/03/11 - Decolate
    "the most transfixing thing about her was the decollete of a necklace that bore two fangs and what looked like the remnants of a child's… paw?"
  • 06/06/11 - Pecksniffian
    "As much as natural instinct guided their underlying actions and subconscious, Saul wasn't anyone to have a pecksniffian attitude..."
  • 06/17/11 - Abut
    "The conversation regarding Star's parents came to abut, as Star didn't have any more to contribute to the consideration of her family."


Forum Jump: