Skip to content

Commit

Permalink
Release 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
explooosion committed Jul 2, 2018
1 parent fb1cd37 commit b6170a1
Show file tree
Hide file tree
Showing 5 changed files with 204 additions and 45 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://github.com/GitbookIO/gitbook-cli)
[![forthebadge](https://forthebadge.com/images/badges/uses-css.svg)](https://forthebadge.com)

An Elegant, Lightweight CSS Framework.
An Elegant, Lightweight CSS Framework without JavaScript.

👉 [Demo](http://robby570.tw/etherealcss/)
## [**Demo**](http://robby570.tw/etherealcss/)

## Browser Support

Expand Down Expand Up @@ -34,10 +34,10 @@ Include the [CDN](https://unpkg.com) link, and you can check out the latest vers

```html
<!-- Latest compiled CSS -->
<link rel="stylesheet" href="https://unpkg.com/[email protected].4/dist/ethereal.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected].5/dist/ethereal.css">

<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://unpkg.com/[email protected].4/dist/ethereal.min.css">
<link rel="stylesheet" href="https://unpkg.com/[email protected].5/dist/ethereal.min.css">
```

### npm
Expand Down
70 changes: 69 additions & 1 deletion docs/assets/ethereal.css
Original file line number Diff line number Diff line change
Expand Up @@ -1726,46 +1726,113 @@ table.table-border tbody tr td:last-child {
border: 1px solid #c0c7be;
border-radius: .15rem
}
.alert .alert-close {
text-decoration: none;
float: right;
color: #2f3944;
font-size: 1.5rem;
font-weight: 700;
line-height: 1;
outline: 0;
opacity: .4;
-webkit-transition: all 183ms ease-in-out 0s;
-ms-transition: all 183ms ease-in-out 0s;
-moz-transition: all 183ms ease-in-out 0s;
-o-transition: all 183ms ease-in-out 0s;
transition: all 183ms ease-in-out 0s
}
.alert .alert-close:hover {
color: #2f3944;
opacity: .8
}
.alert.alert-dark {
color: #fff;
background-color: #445262;
border-color: #2f3944
}
.alert.alert-dark .alert-close {
color: #fff
}
.alert.alert-dark .alert-close:hover {
color: #fff
}
.alert.alert-primary {
color: #fff;
background-color: #5c80ba;
border-color: #44679f
}
.alert.alert-primary .alert-close {
color: #fff
}
.alert.alert-primary .alert-close:hover {
color: #fff
}
.alert.alert-success {
color: #fff;
background-color: #8ec3ac;
border-color: #6db193
}
.alert.alert-success .alert-close {
color: #fff
}
.alert.alert-success .alert-close:hover {
color: #fff
}
.alert.alert-info {
color: #fff;
background-color: #98bbe2;
border-color: #70a1d7
}
.alert.alert-info .alert-close {
color: #fff
}
.alert.alert-info .alert-close:hover {
color: #fff
}
.alert.alert-joy {
color: #fff;
background-color: #ffb8a4;
border-color: #ff9071
}
.alert.alert-joy .alert-close {
color: #fff
}
.alert.alert-joy .alert-close:hover {
color: #fff
}
.alert.alert-warning {
color: rgba(0,0,0,.7);
background-color: #f6efbb;
border-color: #f0e48e
}
.alert.alert-warning .alert-close {
color: rgba(0,0,0,.7)
}
.alert.alert-warning .alert-close:hover {
color: rgba(0,0,0,.7)
}
.alert.alert-danger {
color: #fff;
background-color: #e28282;
border-color: #d95858
}
.alert.alert-danger .alert-close {
color: #fff
}
.alert.alert-danger .alert-close:hover {
color: #fff
}
.alert.alert-muted {
color: rgba(0,0,0,.7);
background-color: #c0c7be;
border-color: #a5afa3
}
.alert.alert-muted .alert-close {
color: rgba(0,0,0,.7)
}
.alert.alert-muted .alert-close:hover {
color: rgba(0,0,0,.7)
}
.badge {
display: inline-block;
padding: .512rem .625rem;
Expand Down Expand Up @@ -2383,7 +2450,8 @@ textarea.btn[disabled] {
overflow: hidden;
margin: .5rem 0;
height: 0;
border-top: 1px solid #f0f1ef
border-top: 1px solid #f0f1ef;
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,"Microsoft JhengHei UI","Microsoft JhengHei"
}
.dropdown > .dropdown-menu .dropdown-item {
display: block;
Expand Down
2 changes: 1 addition & 1 deletion docs/assets/ethereal.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit b6170a1

Please sign in to comment.