The Kyōkai no Rinne Wiki style guide in conjunction with the Kyōkai no Rinne Wiki layout guide documents the standardizing elements used on Kyōkai no Rinne Wiki articles.
Manga References[]
When referencing the manga always use the Shonen Sunday Weekly chapter numbering. This way a consistent cross-reference can be made between any other language translations without confusion.
Kyōkai no Rinne Wiki Color Palette[]
Color | Color Code | Border Color | Usage |
---|---|---|---|
#DD2727 | #AD0000 | ||
#E9DD50 | #B9AD20 | ||
#70A0B5 | #407085 | ||
#808080 gray |
#505050 | ||
#000000 black |
N.A. | Body Text | |
#FFFFFF white |
Various |
Tables[]
Tables included in the body of an article should be formatted at a minimum with:
- A collapsed border of 1 pixel
- Cell padding of no less than 2 pixels
- A bold caption of size 1.25em with the standard table caption colored background padded with an additional 5 pixels at the top. (If applicable.)
More styling information can be added as necessary for controlling width, margins, and text alignment.
Example[]
Heading 1 | Heading 2 |
---|---|
Data 1 | Data 2 |
Data 3 | Data 4 |
Code:
{| border="1" cellpadding="2" style="border-collapse:collapse;" |+ style="background-color:#70A0B5; font-weight:bold; font-size:1.25em; padding-top:5px;" |Table Caption ! Heading 1 ! Heading 2 |- | Data 1 || Data 2 |- | Data 3 || Data 4 |}