sakura CSS

CSS Source

1 Text

1.1 Headings

1.1.1 Heading 4

1.1.1.1 Heading 5
1.1.1.1.1 Heading 6

Top

1.2 Paragraphs

A paragraph (from the Greek paragraphos, “to write beside” or “written beside”) is a self-contained unit of a discourse in writing dealing with a particular point or idea. A paragraph consists of one or more sentences. Though not required by the syntax of any language, paragraphs are usually an expected part of formal writing, used to organize longer prose.

Top

1.3 Blockquotes

A block quotation (also known as a long quotation or extract) is a quotation in a written document, that is set off from the main text as a paragraph, or block of text.

It is typically distinguished visually using indentation and a different typeface or smaller size quotation. It may or may not include a citation, usually placed at the bottom.

Said no one, ever.

Top

1.4 Asides

Top

1.5 Lists

1.5.1 Definition list

Definition List Title
This is a definition list division.

1.5.2 Ordered List

  1. List Item 1
  2. List Item 2
  3. List Item 3

1.5.3 Unordered List

Top

1.6 Horizontal rules


Top

1.7 Tabular data

Table 1: Table Caption
Table Heading 1 Table Heading 2 Table Heading 3 Table Heading 4 Table Heading 5
Table Cell 1 Table Cell 2 Table Cell 3 Table Cell 4 Table Cell 5
Table Cell 1 Table Cell 2 Table Cell 3 Table Cell 4 Table Cell 5
Table Cell 1 Table Cell 2 Table Cell 3 Table Cell 4 Table Cell 5
Table Cell 1 Table Cell 2 Table Cell 3 Table Cell 4 Table Cell 5
Note
ox-hugo (or CommonMark) doesn’t support exporting Markdown table’s last element to HTML <tfoot>.

Top

1.8 Code

Keyboard input: Cmd

Inline code: <div>code</div>

Sample output: This is sample output from a computer program.

1.8.1 Pre-formatted text

P R E F O R M A T T E D T E X T
! " # $ % &amp; ' ( ) * + , - . /
0 1 2 3 4 5 6 7 8 9 : ; &lt; = &gt; ?
@ A B C D E F G H I J K L M N O
P Q R S T U V W X Y Z [ \ ] ^ _
` a b c d e f g h i j k l m n o
p q r s t u v w x y z { | } ~

Top

1.9 Inline elements

This is a text link.

Strong is used to indicate strong importance.

This text has added emphasis.

The b element is stylistically different text from normal text, without any special importance.

The i element is text that is offset from the normal text.

The u element is text with an unarticulated, though explicitly rendered, non-textual annotation.

This text is deleted and This text is inserted .

This text has a strikethrough.

Superscript®.

Subscript for things like H2O.

This small text is small for fine print, etc.

Abbreviation: HTML

This text is a short inline quotation.

This is a citation.

The dfn element indicates a definition.

The mark element indicates a highlight.

The variable element, such as x = y.

The time element:

Top

1.10 HTML Comments

There is comment here:

There is a comment spanning multiple tags and lines below here.

Top

2 Embedded Content

2.1 Images

2.1.1 No <figure> element

Image alt text

2.1.2 Wrapped in a <figure> element, no <figcaption>

Image alt text

2.1.3 Wrapped in a <figure> element, with a <figcaption>

Image alt text

Figure 1: Here is a caption for this image.

Top

2.2 Audio

Top

2.3 Video

Top

2.4 Canvas

canvas

Top

2.5 Meter

2 out of 10

Top

2.6 Progress

progress

Top

2.7 Inline SVG

Top

2.8 IFrames

Top

3 Form Elements

3.1 Input fields

Input fields

Top

3.2 Select menus

Select menus

Top

3.3 Checkboxes

Checkboxes

Top

3.4 Radio buttons

Radio buttons

3.4.1 Org mode checklist

Top

3.5 Textareas

Textareas

Top

3.6 HTML5 inputs

HTML5 inputs

Top

3.7 Action buttons

Action buttons

Top