A user-defined stylesheet for pfSense GUI theming.
A stylesheet I crafted for myself and decided to share with others, since I have an affinity for all things NASA, Martian, and other Science Fiction.
This guide shows a typical style of writing code, and mentions various related web technologies. It can be useful for writing any high-performance Javascript programs.
It is still very relevant for JS eventhough TS and modern frameworks exist and are in use today.
It is expected that you already understand programming and at least one programming language. It is necessary to know the syntax of Javascript. You can learn it e.g. at w3schools.com/js.
/* | |
* Caminashell rebased styles (removed a lot of unused) | |
* stable 382355 (e3770fd) Build Override: N/A | |
* Vencord b3bff83 (Vesktop v1.5.5) | |
* Electron 34.1.0 | |
* Chromium 132.0.6834.194 | |
*/ | |
/* | |
* Yes, this codebase is near unreadable. Why? |
body, #json { | |
margin: 30px 20px; | |
white-space: pre; | |
font-family: Menlo, Monaco, "Courier New", monospace; | |
font-size: 14px; | |
color: #d4d4d4; | |
background: #1e1e1e; | |
text-wrap-mode: wrap; | |
} |