Website Content
Website themes
Various website themes with colors and styles. Read the
theme.cerium.cc section for more information.
You can apply any single theme, or multiple themes at once. Multiple
themes can include any non-exclusive style themes, up to one font theme, and up
to one color theme. When applying multiple, specify the style themes and font
theme followed by the color theme in the subdomain, separated by hyphens.
E.g. "lo-sq-tl-ub-dw.theme.cerium.cc" would apply the Lowercase, Square,
and Top-Left style themes, with the Ubuntu font and Warm Dark color theme.
Themes
Normal (No theme)
Information
Webpage types
Fancy - Has additional features or content.
Full - The default version of the webpage.
Small - Has a reduced amount of content.
Minimum - Has only the necessary content.
Data instances
Data instances create multiple copies of local storage items, allowing
pages to be used in multiple ways at a time. By default, they're usually
numbered from 1, but will have a unique name if it has any special behaviors.
They can also be renamed on each page by double clicking any of the labels and
entering the new names. Save the new names by double clicking again or pressing
enter.
Pages using persistent data can also be named using the T key while not
typing. It allows prepending a custom string to the page title, which can be
done for each data instance.
Webpages
Notes
Persistent notes (JavaScript)
Calculator (JavaScript)
Calculator
# A basic scientific/graphing calculator capable of solving long expressions
with most common math operations. Graphing mode supports multiple expressions
and includes some customizable settings. 73.43 KiB, modified: 2024-11-30.
- Lacks precision with very large and small numbers, as well as some decimals.
- Shortcuts: calc.cerium.cc, c.cerium.cc |
Base converter (JavaScript)
Base converter
# Converts integer and fractional numbers between any rational bases (except 0
or 1) up to base64 (or larger if specified) with arbitrary precision. Allows
specifying custom character values, and bases can be expressed in fraction or
radix point notation. 33.05 KiB, modified: 2024-11-29.
- Shortcuts: base.cerium.cc |
Random string generator (JavaScript)
Large ASCII text (JavaScript)
Large ASCII text
# Creates a larger version of an alphanumeric string (and some symbols) by
using an ASCII drawing of each character. 18.45 KiB, modified: 2024-11-24.
|
Drawing
(Full) Drawing
# A 64px dichromatic canvas with a few color options for drawing pixel art.
Has a few options for background and grid colors. 293.6 KiB, modified: 2024-11-24.
- Shortcuts: draw.cerium.cc, d.cerium.cc
(Small) Drawing
# A 32px dichromatic canvas with a few color options for drawing pixel art.
Has a few options for background and grid colors. 75.14 KiB, modified: 2024-11-24.
|
Drawing v2
(Full) Drawing v2
# An experimental 48px canvas with 3-level RGB for drawing pixel art. Has some
background and grid options. 2.94 MiB, modified: 2024-11-24.
- Can have intensive resource usage, especially on Chromium-based browsers.
Very large page size.
- Shortcuts: draw2.cerium.cc, d2.cerium.cc
(Small) Drawing v2
# An experimental 24px canvas with 3-level RGB for drawing pixel art. Has some
background and grid options. 753.51 KiB, modified: 2024-11-24.
- Can have intensive resource usage, especially on Chromium-based browsers.
Very large page size. |
Drawing v3 (JavaScript)
Drawing v3
# A 64px canvas with 6-bit RGB and other options for drawing pixel art.
Includes a few keyboard shortcuts for different actions. 169.63 KiB, modified: 2024-11-24.
- Saves data to local storage.
- Shortcuts: draw3.cerium.cc, d3.cerium.cc |
Find and replace (JavaScript)
Code editor (JavaScript)
Code editor
# Run HTML, CSS, and JS code in your browser. 11.35 KiB, modified: 2024-11-24.
- Saves data to local storage. Uses multiple instances to save data.
- Shortcuts: code.cerium.cc |
Tasks
Tasks
# A simple to-do list for keeping track of various tasks. Able to list up to
100 tasks. 37.36 KiB, modified: 2024-11-24.
- Shortcuts: tasks.cerium.cc, t.cerium.cc |
Persistent tasks (JavaScript)
Word counter (JavaScript)
Local storage manager (JavaScript)
Local storage manager
# Manages localStorage keys and values within the current domain. Able to
list, create, delete, view, and edit key values. 5.82 KiB, modified: 2024-11-24.
|
File editor (JavaScript)
File editor
# Edit plain text files in your browser. 2.41 KiB, modified: 2024-11-24.
- Saves data to local storage.
- Shortcuts: file.cerium.cc |
Webpage viewport (JavaScript)
Webpage viewport
# Loads a webpage in a resizable viewport using an inline frame. Incompatible
with sites serving the "X-Frame-Options" or "Content-Security-Policy:
frame-ancestors" response headers. 2.99 KiB, modified: 2024-11-24.
|
Resources
Plaintext content is served as HTML with a custom style by default. This style
is overridden by custom themes.
Plain Text Linux Cheat Sheet 55.7 KiB, 2024-06-08
Text file (.txt) - download - GitHub
HTML Linux Cheat Sheet 59.4 KiB, 2024-09-07
HTML file (.html) - download - GitHub
How Bitcoin Works - Plain Text 4.81 KiB, 2024-09-20
Text file (.txt) - download
How Bitcoin Works - HTML 5.62 KiB, 2024-09-20
HTML file (.html) - download
Systemd - Application Autostart Example 833 B, 2024-08-18
Text file (.txt) - download
Systemd - Minecraft Server Example 1.44 KiB, 2024-08-18
Text file (.txt) - download
Remove Proxmox VE "No valid subscription" 1.07 KiB, 2024-09-21
Text file (.txt) - download
Regex Line Wrapping - Text and HTML 678 B, 2024-11-29
Text file (.txt) - download
ASCII Characters 6.9 KiB, 2024-10-19
Text file (.txt) - download
Common Unicode Character Codes 2.69 KiB, 2024-11-09
Text file (.txt) - download
List of Periodic Element Names 1.01 KiB, 2024-04-30
Text file (.txt) - download
List of Periodic Element Symbols 339 B, 2024-04-30
Text file (.txt) - download
|
Personal documents
Other resources
Websites
cerium.cc
cerium.cc
# The homepage of cerium.cc, a simple self-hosted website. Contains links and
descriptions for all pages and resources.
|
theme.cerium.cc
theme.cerium.cc
# Hosts subdomains with alternative themes. Each subdomain appends a
stylesheet to every page, which contains colors and styling for each theme.
- Themes will be applied to all webpages, even ones without existing
sylesheets. Some themes may have accessibility issues or unintentional behavior.
- Local storage is not shared across subdomains. Any persistent webpages will
function independently, without sharing data. |
srcs.cc
srcs.cc
# A short domain used for convenient access to resources such as shell
scripts. Interchangable with the src.cerium.cc subdomain.
|
test.cerium.cc
test.cerium.cc
# Clone of the cerium.cc web directory, where live changes and other tests are
made. Themes are available at the theme.test.cerium.cc subdomain.
|