CSS style Documentation
Naming conventions
- Unprefixed class names should be treated as global / a component
- Class names prefixed with an underscore are local to a component
- Class names prefixed with a dash indicate an attribute of a component
Component list
- wallpaper-image
-
Used in wiki pages. The background image should be set using a dedicated
styletag per page. This is because using CSS custom properties with parallax effect updates using JavaScript will trigger reloads of the background image on every scroll. - card
-
Used to create short blurbs which visually appear as a "card" on the page.
- chara-infobox
-
Component list:
- _image: is a div containing an
img - _info: is a list
- _param
- _value
- _image: is a div containing an
- chara-colorbox
-
- _color-entry
- _color
- _hex
- show-menu
-
Mobile only