Loreleice's Virtual Writing Pad

Style guide

This serves as a visual guide for this blog's post and page layout. It will be updated over time.

Last modified: 2 weeks, 5 days ago



Language

This blog is mostly written in English. Both American and British variants are used, with more emphasis in the former. Philippine English terms may pop up occasionally.

General rules

  1. Contractions must be avoided unless they are part of a quote or a title for a published work.
  2. Gender-neutral terms should be used when referring to a person or a group of people.
  3. For possessive forms, the extra s after the apostrophe is omitted in words and names ending in s.
Example:

Do not forget to pick up your parents' balikbayan boxes as soon as possible. You will be surprised about the stuff inside that package.


Short forms

Use the <abbr> tag to add dotted underlines to any unfamiliar short forms, especially abbreviations and acronyms. This is not needed for short forms that are already well-known in daily life (like TV, CD, and DVD) and the Internet world (like HTML, CSS, RSS, and AI).

Example:

WYSIWYG, so IDK if you have any clothes or food inside that package.


Published works

Names of published works (books, movies, TV shows, songs, etc.) are usually italicized. Depending on the language, these can be written using the title or sentence cases.

Here are the general rules for such titles:

  1. Books come before the author. While periodicals (like magazines and academic journals) are exempt from this rule, the articles inside them must follow this similar format.
  2. Movies can be followed by their released year in parentheses.
  3. TV shows often use the season-episode format instead of the year in parentheses. Seasons and episodes can either be shortened (S1E1) or written in full (Season 1, Episode 1).
  4. Music tracks and albums come after the artist or group name. If they are mentioned in a sentence or paragraph, they must follow the same format as books.
  5. Transliterations from non-Latin scripts come after their original names. They must be enclosed in square brackets.
Examples:
  1. BookStainless Longganisa by Bob Ong
  2. MovieFinding Nemo (2003)
  3. TV showThe Office (US) S5E9
  4. Song → Lady Gaga - Poker Face / Poker Face by Lady Gaga
  5. Foreign title → Golden Bomber - 女々しくて [Memeshikute]

Typography

Fonts

Basic formatting

This is a sample paragraph with a justified text alignment. It can be bolded or italicized... It can also be bolded in italics or italicized in bold. It can even be underlined struck through. (This is a tangent. Seriously, what is the point of this?)


Color palette

Hex code Color preview
#12323D
#336D80
#69A0B2
#90BBCA
#C2D9E1
#666666
#A9A9A9
#C6C6C6
#F2F2F2

The provided colors are also used in my personal website.


Post structure

Headings

Headings are usually written in sentence case, though there are some exceptions like proper names (like people and places) and titles of published works.

Level 1 headings should be used for titles, while Level 2 and 3 are reserved for main headings and subheadings, respectively. However, Level 4 to 6 are rarely used in a normal post.

Level 1

Level 2

Level 3

Level 4

Level 5
Level 6

Published dates

Published dates follow the month-day-year format, and these are shortened (with the month having the first three letters and the day having a trailing zero) in blog posts and lists.

Prefaces

Short prefaces may be added depending on the nature of a blog post or page.

Archived posts

This post was originally published on...

Posts marked with make_discoverable: false

While this post is hidden from Bear Blog's discovery feed, it may still appear on your RSS feed and elsewhere.

Disclaimers

Disclaimer: Since this was posted on April Fools' Day 2026, this was originally a regular page disguised as a blog post. It has omitted the date right after the page title.

CW: [Insert any relevant warning/s here]

Lists

Lists can be bulleted, numbered, or both. While these can be indented as many times as possible, these are typically limited to two or three times for accessibility reasons.

Bulleted list (single-level)

Bulleted list (multilevel)

Numbered list (single-level)

  1. This is the first step.
  2. This is the second step.

Numbered list (multi-level)

  1. This is the only step.
    1. Here goes extra information about the only step.
      1. Here goes even more extras for that step.

Mixed list

  1. This is the only item.
    • Here goes an important detail about the item.
    • Here goes another detail about the item.

Tables

Tables can be used to display and organize data. Their rows are hoverable for accessibility purposes.

External sources must be added right under the table. These should be linked to a relevant website or a printed publication.

Name Species Catch rate
Pichu Tiny Mouse Pokémon 35.2%
Pikachu Mouse Pokémon 35.2%
Raichu Mouse Pokémon 17.5%

Source: Bulbapedia

Block quotes

Block quotes should be italicized and indented on both sides. They have a slightly thick line on the left side, and they must be followed by their original sources. Published dates can be added for online sources, especially in the open web.

Life hack: Keep your youthful whimsy by still hitting the annoying mouth smack, followed by contented sigh combo after drinking a refreshing beverage.

― Crimzon Ruze on Bluesky (July 21, 2026)

Codes

Codes can be integrated within the text or made as a separate element. These are intended for tags in blog posts and web design elements, as well as code snippets.

Taking my adaptation of Sylvia's code snippet (via Vince Blog's image caption guide) for my image styling as an example...

img {
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
    border: 8px solid #f2f2f2;
    box-shadow: 0px 0px 2px #666;
}

Images

Images can be embedded within posts (in any format except WebP) or linked individually to their corresponding URLs. Although these are not needed in most cases, these are required in posts with the #gallery tag.

A photo of a sleeping ginger cat.

A photo of a sleeping ginger cat, taken from my Nikon DSLR camera.

Pixel art and 88x31 buttons do not use the bordered image styling. They must be tagged under <img class="web-graphic"> and have a pixelated rendering to achieve a crisp image quality.

Tiny pixel bear inspired by my blog's aesthetics.

Info boxes

Info boxes can be added to provide tips, examples, and supplementary information. These are tagged with <div class="info-box"> and can be placed anywhere within a post or page.

Tips
  1. If you have upgraded your Bear Blog account, you can embed custom HTML elements (such as this one) within posts and pages. You can even style them within the embedded code or set them in your Themes page.
  2. If your web hosting service (Neocities, Nekoweb, etc.) or static site generator (Hugo, Jekyll, etc.) already supports HTML and CSS out of the box, you can disregard the previous message. Just use your preferred coding software or your web host's built-in code editor instead. Then, copy the following code inside the collapsible.
Info box styling
.info-box {
    padding: 25px;
    border-radius: 10px;
    background-color: #6b9fb1;
    color: #f2f2f2;
    box-shadow: 0px 0px 10px inset #336d80;
}

Footnotes

Footnotes may be appended to provide extra information and talk about outdated statements. They can be used for define an unfamiliar term within the post or page.

  1. This is a normal footnote.

  2. Unfamiliar term → definition

Citations

Citations are written in the APA format. These are treated similarly as normal footnotes, except they do not use numbered lists.

Taking one citation from a post about my favorite unconventional animal...

Grolier Incorporated. (1995). Grolier encyclopedia of knowledge (International ed., Vol. 17, pp. 312-313). Grolier Incorporated.


Permalinks for this blog are always written in lowercase. These should not have any accented letters at all. Hyphens must be added for permalinks with more than two words.

Example:

Shortened versions of long titles must still convey a similar meaning as their original counterparts.

Example:

Definite and indefinite articles are often omitted for conciseness.

Examples: