npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

tinytrim

v0.0.86

Published

CSS generic classes for on-the-fly adjustment of elements

Downloads

20

Readme

TinyTrim v0.0.86

A set of CSS generic classes for on-the-fly adjustment of elements without having to add a long style list every time you need to adjust an element like:

style="lots-of-stuff: #ugh;"

This CSS sheet is mainly for use in development and early design stages, but can be useful for sites where you need a lot of flexibility for special pages.

Classes

The class names are very terse. For instance, font-size is fs, and setting an element to font-size: 1.2em; is the class .fs12 setting all margins to 0 is .m0 or setting the top margin to 12px is mt12p etc.

There's a set of classes for standard HTML color names, plus a set for color and border-color using LuvLCh colors in 5 degree increments, so the class luv015 is Luv 15 degrees, which is red. There's also a set of colors specifically for background use, all of which are light enough for body text.

Colors

This is a small subset of Color-StyleS

Light Backgrounds

The light backgrounds are for a background for text, including body text. The class name has three parts:

p l m meaning Pastel, Light, or Medium

bg Obviously for background-color

R G Y M etc for the color ID

Thus pbgB is the lightest (pastel) of Blue as background-color

Luv Colors

The Luv colors are useable for text with "luv000" or border-color with "bcluv000" where 000 is the three digit hue, in five degree increments starting at 000 through 360 (which is the same as 000).

HTML Named Colors

The ever so yucky basic HTML colors are here for ... well, they're here.

Simple class names:

.c is for color:, .bg is for background-color:, and .bc is for border-color: Each is available by the full name, or one or two shorthands:

Example for Black, showing color:, background-color:, and border-color:

.cBlack,    .cBlk, .cBk
.bgBlack,   .bgBlk,.bgBk
.bcBlack,   .bcBlk,.bcBk

For the rest, we'll just show color:, the others follow the same naming convention.

.cBrown,    .cBrn, .cBn
.cNavy,     .cNvy, .cN
.cBlue,     .cBlu, .cB
.cYellow,   .cYlw, .cY
.cRed,      .cR       
.cOrange,   .cOrg, .cO
.cTan,      .cTn
.cMaroon,   .cMrn, .cMn
.cPurple,   .cPur, .cP
.cMagenta,  .cMag, .cM
.cFuchsia,  .cFsh, .cF
.cOlive,    .cOlv, .cOv
.cGreen,    .cGrn, .cG
.cTeal,     .cTea, .cT
.cLime,     .cLim, .cL, 
.cAqua,     .cAqu, .cA
.cGray,     .cGry, .cGy
.cSilver,   .cSlv, .cS
.cWhite,    .cWht, .cW      

   pastel: p   light: l   medium: m

RED:        pbgR    lbgR    mbgR
PURPLE:     pbgP    lbgP    mbgP
LAVENDER:   pbgL    lbgL    mbgL
BLUE:       pbgB    lbgB    mbgB
GREEN:      pbgG    lbgG    mbgG
TAN:        pbgT    lbgT    mbgT
ORANGE:     pbgO    lbgO    mbgO
YELLOW:     pbgY    lbgY    mbgY
BEIGE:      pbgE    lbgE    mbgE
WHITE:      pbgW    lbgW    mbgW
SILVER:     pbgS    lbgS    mbgS

REFERENCE GUIDE

FIRST LETTER:

a '0' indicates a number is required

.a .un  all:
.al     align, alias for text-align (ta)
.d .ds  display: (see display section)

.fl     float
.c .cl  clear

.w0     width
.h0     height

///// Not implemented yet 
.mnw0   min-width
.mnh0   min-height
.mxw0   max-width
.mxh0   max-height
/////////////////////////

.m0     margin
.ma0    margin set vertical numeric and auto for horizontal

.mt0 .mr0 .mb0 .ml0  top right bottom left

.p0     padding

.pt0 .pr0 .pb0 .pl0  top right bottom left

.po     position settings (abs, rel etc)
.po0    position adjust

.pot0 .por0 .pob0 .pol0  top right bottom left

.z0 z-index

.b0 border

//// NOT IMPLEMENTED: .bt0 .br0 .bb0 .bl0  top right bottom left border ////

.br0    border radius

.f      font
.ff     font-family
.fs0    font-size (.fs no numeric is font style)
.fw0    font-weight
.ft or .fs  font-style
.fd or .td  text-decoration (font decoration is an alias) aka underline

.bs     box-shadow
.bsi    inset box-shadow
.ts     text-shadow

.tt     text-transform
.t or .ta   text-align
.tl     text-align-last
.ti     text-indent

.v      visibility or vertical align
.va     vertical align for initial, inherit, others as alias
.ws     white-space

.o      overflow
.to     text overflow

2ND/3RD LETTER:

depends on context, all contexts shown together

i   initial
h   inherit

a   auto, absolute
o   oblique
it  italic

NoLetter: normal

b   both, bold
b   (when after numbers): bottom

br  bolder
lr  lighter

l   light, lowercase, length
l   (when after numbers): left

r   relative
r   (when after numbers): right

j   justify (.tj, .taj, .tlj)
c   center, capitalize, clip

s   scroll, string, start
e   end
t   top (when after numbers)
xt  text-top
m   middle
b   bottom (when after numbers)
xb  text-bottom

p   pre
pl  pre-line
pw  pre-wrap

bl  baseline
n   none, hidden, nowrap
h   hidden, also hid and hi
v   visible also vis
u   unset or uppercase

NO 2ND/3RD LETTER:  'normal'

LAST LETTER, AFTER NUMBERS

r   rem
p   prcentage
x   px
t   pt
v   vh or vw
nothing: em or unitless

•••• TO DO ••••

Add vmin vw and vh for certain properties

max-width: none|length|initial|inherit; min-width: length|initial|inherit;

max-height: none|length|initial|inherit; min-height: length|initial|inherit;

cursor: value;


SUGGESTED CSS BLOCK ORDER EXAMPLE

.selector {
    display
    positions
    margins
    paddings
    container size (width/height)
    floats and clears
    
    font-family
    font-size,weight,style,decoration
    letter-spacing & line-height
    text alignment, whitespace
    overflow, other text related
    
    color
    background
    borders/outlines
    opacity
    text-shadow
    box-shadow
    }

DISPLAY GUIDE

General guidelines

.d or .ds display
b block
c content, cell (tc), or container (ruby)
f flow
fr flow-root
fx flex
g grid or group
i inline
ib inline-block
ih inherit
it initial
l list-item
m column
n, no  = none
p caption
r ruby or row or run-in
rb ruby base
rt ruby text
ry ruby