Link Search Menu Expand Document

Atomic CSS System

  1. Bounding Box & Positioning
    1. Position
    2. Display Style
    3. Padding
    4. Margin
    5. Border Radius
  2. Typography
    1. Alignment
    2. Weights
  3. Colours
    1. Backgrounds
  4. Elements
    1. Width
    2. Height
  5. HTML Elements
    1. Wildcard / All
    2. Images

Bounding Box & Positioning

Position

ClassnameWhat it does
.po-absposition: absolute
.po-fixposition: fixed
.po-relposition: relative
.po-stxposition: sticky
.z-0z-index: 0
.z-1z-index: 1
.z-4z-index: 4
.z-5z-index: 5

Display Style

ClassnameWhat it does
.displaydisplay: block !important
.flexdisplay: flex
.flex-col.flex + flex-direction: column
.f-wrap.flex + flex-wrap: wrap

Padding

ClassnameWhat it does
.p-0padding: 0px
.p-5padding: 5px
.p-10padding: 10px
.p-20padding: 20px

Margin

ClassnameWhat it does
.m-h-automargin: 0 auto
.m-0margin: 0px
.m-5margin: 5px
.m-7margin: 7px
.m-10margin: 10px
.m-20margin: 20px

Border Radius

ClassnameWhat it does
.rx-2border-radius: 2px
.rx-5border-radius: 5px
.rx-50border-radius: 50px
.rx-haborder-radius: 50%
.rx-maxborder-radius: 200px

Typography

Alignment

ClassnameWhat it does
.tx-ctext-align: center
.tx-jtext-align: justify
.tx-ltext-align: left
.jtx-arjustify-content: space-around
.jtx-ctjustify-content: center
.jtx-evjustify-content: space-evenly

Weights

.f-wtX where X is the weight/100.

So f-wt1 is font-weight: 100

To f-wt7 is font-weight: 700

Colours

Backgrounds

Singular

Attribute ‘bg’Value
222background: #222
000background: #000
0008background: #0008
nilbackground: #0000

Gradients

Attribute ‘bg’Value
nil-000 background: linear-gradient(to bottom, #0000, #000)
000-nil background: linear-gradient(to top, #0000, #000)
e66-c26 background: linear-gradient(to top, #e66, #c26)
e6e-945 background: linear-gradient(to top, #e6e, #945)
b5e-83c background: linear-gradient(to top, #b5e, #83c)
66e-37f background: linear-gradient(to top, #66e, #37f)
69e-8ae background: linear-gradient(to top, #69e, #8ae)

Elements

Width

ClassnameWhat it doesDefaults
.w-50width: 50% 
.w-66width: 66.66% 
.w-100width: 100% 
.w-genwidth: calc(var(--base) - var(--offset))--base:100%, --offset:0

Height

ClassnameWhat it does
.h-aheight: auto
.h-100height: 100%

HTML Elements

Wildcard / All

Size

Attribute ‘size’Width, Height
max400px

Images

Size

Attribute ‘size’Width, Height
min22px
ic25px
ic-md66px
ic-lg100px
md150px
md-lg175px

Back to top

Copyright © 2021 SEDS Celestia. Built by Plutoniumm.

Use these Keybindings to zip around the site!

  • ? - Open Hotkeys Info
  • ❶ - Home
  • ❷ - General
  • ❸ - Korolev
  • ❹ - Edu
  • ❺ - Thales
  • 🅹 - Prev. Page in List
  • 🅺 - Next Page in Index