Assignment 1
Consider what kind of changes would fit in with your world's themes, genre, and other foundational points\
The world has been slow and sparsely populated for a long time. So it has something akin to a post-apocalyptic world, except this one happened gradually. The big change is the silver rain. These magical comets are still changing the flora, fauna and climate directly, but that in turn has effects on the people living there. The world is dropped in a moment of rapid exploration and development. So race meeting each other. clans coming out of isolation. People trying to settle in new places and power and trade dynamics are rapidly evolving.
Assignment 2
Based on this, decide how many prompts you'll go for during Summer Camp. Then, download the pledge document and fill it accordingly!
I'll aim for at least
copper (8), and hopefully a bit more. perhaps even Silver (don't know how to insert a pdf here)
Assignment 3
Get your categories and tags organized!
My summercamp tag will be, as usual: 'challenge' and 'summercamp24' .
My categories are alrady quite nicely to my liking. I could do like a relations-map? not sure how though.
Assignment 4
Take a look at your meta, primer, and any other high-level document and update it according to the current state of your world
I like these 'recurring themes'
- Taming the wild
- Finding warmth amidsts the cold (metaphorically and literally)
- Discovery of beauty amidsts danger
- Perseverence and acceptance of setbacks
- Community and harmony
For CSS styling help ask chatGPT!
and use the pallette on the right of the page while viewing the article. to change things on-the-fly.
I like this article for layout! https://www.worldanvil.com/w/etrea/a/bounty-of-the-sea-festival-ritual
To fix the dark background for pages without side-bars, use the following css:
.article-content-left .user-css-vignette {
background: url('https://wa-cdn.nyc3.cdn.digitaloceanspaces.com/assets/themes/rust/images/PaperTexture.png') no-repeat center center;
background-size: cover;
border: 4px var(--border-color) solid;
box-shadow: var(--box-shadow
padding: 14px;
}
WA explanation of Character "epic" features:
The Quick CSS Guide for Heroes
All CSS rules in this box will automatically be wrapped under the .wrapper-content selector.
Do not use commas ",". Using commas in your selectors will cause issues with your CSS.
If you want to use comments, use and do in IN your selectors not out
You have the right to change anything you want in your character's page including World Anvil structure, but the Udans will take no responsibility for breaking your character!
Examples
To affect the .wrapper-content directly do not use any selector, the selector will be applied automatically.
{
background: #000000;
color: #ffffff;
}
To change the background color of most of the boxes
.ibox-content {
background-color: #ff00ff !important;
}
If I do use the dark background, this is a nice font text color to use:
.user-css.template-article {
color: Cornsilk;
}
some heading ideas:
.user-css .article-title h1 {
padding-top: 10px;
padding-bottom: 15px;
line-height: 0.9em;
margin-top: 20px;
margin-bottom: 5px;
}
.user-css h4 {
color: DarkTurquoise;
font-family: Alegreya SC, serif;
font-weight: 700;
font-size: 28px;
margin: 0;
line-height: 1.3em;
}
.user-css.template-article {
color: Cornsilk;
}
Current CSS copy-pasta from the right global palette:
.user-css-col-md-8 article-content-left {
background: var(--box-background
border: var(--box-border
box-shadow: var(--box-shadow
padding: 14px;
}
.col-md-8.article-content-left {
position: relative;
left: 25px;
width: calc(66.6667% - 25px
}
.col-md-4 {
position: relative;
left: 25px;
width: calc(33.3333% - 10px
}
.col-md-12 {
padding-left: 25px;
padding-right: 25px;
box-sizing: border-box;
}
h4.article-subheading {
font-size: 22px;
margin-left: 15px;
border-bottom: 2px solid #ccc;
padding-bottom: 5px;
}
h1.m-b-0 {
font-size: 75px;
}
.aloud {
position: relative;
padding-left: 50px;
padding-right: 50px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(128, 128, 128, 0.2
border: 2px solid #3498db;
color: #2c3e50;
background-image: url(https://wa-cdn.nyc3.cdn.digitaloceanspaces.com/user-data/production/02d52de0-64b0-4430-96c4-215239fbb7cd/uploads/images/5a908c336ba8dc2edb12254b4a028a44.png'
background-repeat: no-repeat;
background-position: bottom right;
background-size: 50px 50px;
}
.aloud::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 50px;
height: 50px;
background-image: url('https://wa-cdn.nyc3.cdn.digitaloceanspaces.com/user-data/production/02d52de0-64b0-4430-96c4-215239fbb7cd/uploads/images/5a908c336ba8dc2edb12254b4a028a44.png'
background-size: 50px 50px;
background-repeat: no-repeat;
transform: scaleX(-1) scaleY(-1
}
// .article-content-left .user-css-vignette { background: var(--box-background
border: var(--box-border
box-shadow: var(--box-shadow
padding: 14px;
}
.user-css b, .user-css-extended b {
color: RGB(174, 44, 0
}
Comments