This is basic colors table:
The given numbers correspond to the colors. You can use this colors for text as well as for backgrounds. For set color for text use its number with c prefix in class name, for background use color number with bc prefix.
Following abbreviations could be used as CSS-classes for any element.
Abbreviation | CSS-value |
---|---|
.fl | float: left; |
.fr | float: right; |
.ib | display: inline-block; |
.c | text-align: center; |
.r | text-align: right; |
.l | text-align: left; |
.dn | display: none; |
.clear-fix | clear: both; |
Abbreviation | CSS-value |
---|---|
.m* | margin-bottom: *px; |
.mt* | margin-top: *px; |
.ml* | margin-left: *px; |
.mr* | margin-right: *px; |
where * is 0, 5, 10, 15, 18, 20, 30, 40, 50 or 60 |