init commit

master
Rachel Fae Fox (foxiepaws) 2019-08-05 19:19:45 -04:00
commit 630595369b
9 changed files with 6173 additions and 0 deletions

119
characters.yml Normal file
View File

@ -0,0 +1,119 @@
characters:
- nick: foxiepaws
overrides:
css:
color:
background: "#c3c6db"
text: "#fff"
navbg: "#a3a8c6"
navfg: "#ccc"
navhoverfg: "#fff"
homepagebg: "#c3c6db"
homepagefg: "#fff"
homepagehoverbg: "#a3a8c6"
homepagehoverfg: "#fff"
style: |
body {
font-weight: 500
}
name: Allie Fox
images:
homepage: foxiepaws_avatar-transparent.png
avatar: foxiepaws_avatar.jpg
ref: foxiepaws_ref.png
description: |
Allie is an apparently cute red fox vixen with a black tipped tail. She's a
capable hacker and spellcaster, and is never without her laptop or phone. Some
of her other skills include limited shapeshifting and sailing.
general:
attr:
age: 21
gender: Female
type: Varies
alignment: True Neutral
class: Tech Sorceress
species: Red Fox
height: 5'8" (anthro)
build: Average
color:
- location: body and face
text: orange
hex: "#d76828"
- location: primary hair color
text: orange-blonde
hex: "#ec9243"
- location: hair highlights
text: blonde
hex: "#f1d389"
- location: eyes
text: Blue
hex: "#4259e0"
- location: neck, chest, inside ears and face
text: white
hex: "#f6f0e0"
- location: tail tips, ear tips, and paws
text: black
hex: "#61424c"
- location: Pawpads
text: purps!
hex: "#cb909e"
appearance: |
Allie is an anthro red fox vixen, Her build is slightly tall and a little bit
chubby. She keeps her orange-blonde hair long
and messy, with much lighter highlights.
personality: |
Allie is an incredibly opinionated vixen, but can be extremely caring to
people that she likes. She can be quite awkward, not catching common social
cues, but still tries her best.
attire: |
Allie for the most part wears practical clothes, Jeans and nerdy t-shirts,
however she loves getting dressed up when she does feel like it. She prefers
darker colours for the most part but has quite a varied wardrobe.
She is almost never without her laptop, it and other gear stashed away in her
bag ready to be pulled out at any moment.
skills: |
Allie is very skilled with tech and field potion brewing, can sail boats, and
repair most anything.
magic: |
Allie is a limited shape-shifter, unable to change certain attributes like her
physical sex or shift to an entirely different taxonomic order unassisted. Her tail
occasionally will secrete a black liquid latex substance, able to cover and mould
other people into totally new forms.
- nick: fluffyfox
hidden: true
description: |
You see a red fox vixen standing before you, she looks cute enough, but there's something not right...
general:
attr:
gender: Female
species: Red Fox
appearance: |
Fluffy is a red fox vixen, approximately 5 feet, 7 inches tall with a fairly well built frame. She's a little
bit on the pudgy side, but not so much as to be unhealthy. One could call her, delightfully snuggly! She
is an anthropomorphic fox, and looks quite humanoid in her torso, arms, and hips, however her foot
paws are very much digigrade and quite feral looking. Her hand paws are more anthropomorphic in
nature, though still with fox claws and pads where they should be, her fingers a bit stubbier than a
humans owing to their paw like nature. If you look closely, you'd see that the pads are almost heart
shaped.
Her fur can
be misleading at times. She never actually blows her coat for the summer months, so during the
warmest part of the year she often gets seen as being overweight! Despite this she wouldn't have it any
other way, its why she's called Fluffy after all! The worst part of it all is having to seek out cool shady
places and chillier environments just to keep cool.
attire: |
She most commonly wears cargo shorts and a tank top, with laced sandals on her footpaws.

8
config.yml Normal file
View File

@ -0,0 +1,8 @@
siteroot: /home/allie/mycbase
public: public
views: views
dsn: yaml://%siteroot%/characters.yml
site:
name: charbase
imgdir: /assets/img

5967
public/assets/css/bootstrap.css Executable file

File diff suppressed because it is too large Load Diff

5
public/assets/css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

74
public/assets/css/template.css Executable file
View File

@ -0,0 +1,74 @@
body {
padding-top: 50px;
font-family: 'Gudea', sans-serif;
}
.starter-template {
padding: 40px 15px;
text-align: center;
}
.sheet-header {
margin-top: 3em;
}
.clearfix {
clear: both;
}
.sheet-header img {
height: 10em;
float: left;
margin-right: 1em;
}
.sheet-header #title {
margin-top: 0em;
float: left;
}
.dl-emu {
margin-bottom: 5em;
}
.pair {
display: block;
float: left;
max-width: 15em;
height: 3em;
margin-top: 1em;
margin-left: 1em;
}
.dl-emu-key {
font-weight: bold;
margin-right: 1em;
}
.dl-emu-value {
max-width: 10em;
}
.refsheet img {
display: block;
margin-left: auto;
margin-right: auto
}
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
background-color: inherit;
}
.footer .container .text-muted {
margin: 20px 0;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 191 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 KiB