River Bank Theme

RIVER BANK THEME

rating: +19+x

How do I use this theme?

Put this line at the top of your page. This theme is tied to the River Canon, but feel free to use it for whatever you'd like.

[[include :wanderers-library:component:river-bank-theme]]

Examples

Animated River Headers can be created by adding the code below.

[[module CSS]]
:root{
--river-text-content: "content goes here";
}
[[/module]]
[[=]]
[[div_ class="rivertext"]]
+ content goes here
[[/div]]
[[/=]]

The same content should be added to both the —river-text-content variable and inside of the rivertext div. Make sure to add the "+ " symbol and space in front of the content inside of the rivertext div and the quotations around the content in the —river-text-content variable. This text can be used multiple times on one page, but can only display one message per page. If it doesn't look right, you probably typed something too long.

Resulting in this:

RIVER BANK THEME

A horizontal rule can be created with 5 hyphens "-----" and extends across the whole page if it's not placed inside anything (eg a blockquote). The lines separating sections of this document are horizontal rules.


I have edited the texture of the default fancyhr to match this theme. It is available as usual with "-----" enclosed in a "fancyhr" class div, like so:

[[div_ class="fancyhr"]]
-----
[[/div]]

Resulting in this:


I also altered the texture of the fancyborder. That can be created like this.
[[div_ class="fancyborder"]]
content goes here
[[/div]]

Titles can be created by putting between 1-6 plus "+" at the start of the line

This is a tab view.

This is a blockquote, created by putting "> " at the start of each line.
More text


That's a horizontal rule
These

Are

Nested

Blockquotes1

This is a table
You should know how to make these
already

The small title font and Body font is Lato.
The large title font is Amatic SC.
The UI font is Dosis.
The header and animated text font is Yanone Kaffeesatz.

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License