1.0.19 • Published 6 years ago
d0css v1.0.19
d0
d0 is a lightweight classless responsive pure CSS microframework.
Features
- Minimalist and lightweight (minified and gzipped CSS <3 KB)
- Styling is not based on classes, additional attributes and hacks
- Just tags and some cascading
- Uses native elements and behaviour when possible
- Valid CSS and HTML
- Pure CSS, no Javascript
- Basic elements typography
- Responsive wrapper, grid, nav, form, image
- Printable style
- Customizable with css variables
- Neutral defaults
- Does not use
float,!important
Components
- Typography
- Wrap (
max-width) - Grid
- Form (inline, stacked, aligned)
- Dropdown menu
- Popup
- Toggle element
- Modal dialog
- Gallery
- Tabs
- Table
- Alert
- Icon
Getting Started
Use from CDN
jsDelivr
<link href="https://cdn.jsdelivr.net/npm/d0css@1/dist/d0.min.css" rel="stylesheet">GitCDN
<link href="https://gitcdn.link/repo/vvvkor/d0/master/dist/d0.min.css" rel="stylesheet">Install with NPM
Install to your repository:
npm install d0cssThen use in your CSS file:
@import "../node_modules/d0css/dist/d0.min.css";Install manually
Download minified d0 files.
<link href="d0.min.css" rel="stylesheet">Customization
--text- base text color; default:#222--text-lite- lite text color; default:#999--bg- base background color; default:#fff--bg-pane- panel background color; default:rgba(0,0,0,.05)--border- border style; default:thin solid rgba(0,0,0,.16)--bg-hilite- highlighted element background; default:rgba(0,0,0,.05)--text-hilite- highlighted element text color; default:inherit--link- base link text color; default:#03b--hover- hovered link text color; default:#003--visited- visited link text color; default:#90c--rad- border radius inems; default:.2--gap- base gap for margins and paddings inems; default:1--gap-rate- rate of vertical and horizontal gap; default:.5--text-danger- danger text color; default:#c11--bg-danger- danger alert background color; default:#f99--bg-warning- warning alert background color; default:#fd6--bg-success- success alert background color; default:#9da--bg-info- info alert background color; default:#9ce
Browser Support
- IE 9 (menu: mobile style only; grid, form: desktop style only)
- IE 10+, Edge
- Latest Stable: Chrome, Firefox, Opera, Safari
- iOS 6-8
- Android 4.x
Docs
License
1.0.19
6 years ago
1.0.18
6 years ago
1.0.17
6 years ago
1.0.16
6 years ago
1.0.15
6 years ago
1.0.14
6 years ago
1.0.12
7 years ago
1.0.11
7 years ago
1.0.10
7 years ago
1.0.9
7 years ago
1.0.8
7 years ago
1.0.7
7 years ago
1.0.6
7 years ago
1.0.5
7 years ago
1.0.4
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago