Skip to content

Commit

Permalink
[VER] 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Viglino committed Dec 20, 2019
1 parent 0f50684 commit b85afdc
Show file tree
Hide file tree
Showing 10 changed files with 291 additions and 23 deletions.
4 changes: 4 additions & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,10 @@
"sound-2": {},
"sound-3": {},
"volume": { "date":"2019-12-17", "tags":"sound,music" },
"volume-1": { "date":"2019-12-17", "tags":"sound,music" },
"volume-2": { "date":"2019-12-17", "tags":"sound,music" },
"volume-3": { "date":"2019-12-17", "tags":"sound,music" },
"volume-4": { "date":"2019-12-17", "tags":"sound,music" },
"microphone": { "tags":"sound,music" },
"microphone-off": { "tags":"sound,music" },
"sound-speaker": { "date": "2019-11-16", "tags":"sound,music" },
Expand Down
25 changes: 25 additions & 0 deletions css/volume-1.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
i.icss-volume-1 {
width: 1em;
height: 1em;
background-color: transparent;
margin: 0;
}
i.icss-volume-1:before {
width: .7em;
height: .7em;
border-radius: 50%;
box-shadow: inset -.2em 0 0 .3em;
transform: translate(-50%, -50%) rotate(45deg);
top: 50%;
left: 50%;
}
i.icss-volume-1:after {
width: .1em;
height: .1em;
background-color: currentColor;
border-radius: 50%;
box-shadow: .9em 0, .45em -.45em,
.11em -.32em, .79em -.32em;
top: .45em;
left: 0;
}
25 changes: 25 additions & 0 deletions css/volume-2.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
i.icss-volume-2 {
width: 1em;
height: 1em;
background-color: transparent;
margin: 0;
}
i.icss-volume-2:before {
width: .7em;
height: .7em;
border-radius: 50%;
box-shadow: inset -.2em 0 0 .3em;
transform: translate(-50%, -50%) rotate(90deg);
top: 50%;
left: 50%;
}
i.icss-volume-2:after {
width: .1em;
height: .1em;
background-color: currentColor;
border-radius: 50%;
box-shadow: .9em 0, .45em -.45em,
.11em -.32em, .79em -.32em;
top: .45em;
left: 0;
}
25 changes: 25 additions & 0 deletions css/volume-3.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
i.icss-volume-3 {
width: 1em;
height: 1em;
background-color: transparent;
margin: 0;
}
i.icss-volume-3:before {
width: .7em;
height: .7em;
border-radius: 50%;
box-shadow: inset -.2em 0 0 .3em;
transform: translate(-50%, -50%) rotate(135deg);
top: 50%;
left: 50%;
}
i.icss-volume-3:after {
width: .1em;
height: .1em;
background-color: currentColor;
border-radius: 50%;
box-shadow: .9em 0, .45em -.45em,
.11em -.32em, .79em -.32em;
top: .45em;
left: 0;
}
25 changes: 25 additions & 0 deletions css/volume-4.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
i.icss-volume-4 {
width: 1em;
height: 1em;
background-color: transparent;
margin: 0;
}
i.icss-volume-4:before {
width: .7em;
height: .7em;
border-radius: 50%;
box-shadow: inset -.2em 0 0 .3em;
transform: translate(-50%, -50%) rotate(180deg);
top: 50%;
left: 50%;
}
i.icss-volume-4:after {
width: .1em;
height: .1em;
background-color: currentColor;
border-radius: 50%;
box-shadow: .9em 0, .45em -.45em,
.11em -.32em, .79em -.32em;
top: .45em;
left: 0;
}
25 changes: 25 additions & 0 deletions css/volume.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
i.icss-volume {
width: 1em;
height: 1em;
background-color: transparent;
margin: 0;
}
i.icss-volume:before {
width: .7em;
height: .7em;
border-radius: 50%;
box-shadow: inset -.2em 0 0 .3em;
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
}
i.icss-volume:after {
width: .1em;
height: .1em;
background-color: currentColor;
border-radius: 50%;
box-shadow: .9em 0, .45em -.45em,
.11em -.32em, .79em -.32em;
top: .45em;
left: 0;
}
139 changes: 137 additions & 2 deletions dist/iconicss.css
Original file line number Diff line number Diff line change
Expand Up @@ -29268,21 +29268,156 @@ i.icss-visual-code:after {
top: .05em;
left: -.845em;
}
i.icss-volume {
i.icss-volume-1 {
width: 1em;
height: 1em;
background-color: transparent;
margin: 0;
}
i.icss-volume:before {
i.icss-volume-1:before {
width: .7em;
height: .7em;
border-radius: 50%;
-webkit-box-shadow: inset -.2em 0 0 .3em;
box-shadow: inset -.2em 0 0 .3em;
-webkit-transform: translate(-50%, -50%) rotate(45deg);
-ms-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
top: 50%;
left: 50%;
}
i.icss-volume-1:after {
width: .1em;
height: .1em;
background-color: currentColor;
border-radius: 50%;
-webkit-box-shadow: .9em 0, .45em -.45em,
.11em -.32em, .79em -.32em;
box-shadow: .9em 0, .45em -.45em,
.11em -.32em, .79em -.32em;
top: .45em;
left: 0;
}
i.icss-volume-2 {
width: 1em;
height: 1em;
background-color: transparent;
margin: 0;
}
i.icss-volume-2:before {
width: .7em;
height: .7em;
border-radius: 50%;
-webkit-box-shadow: inset -.2em 0 0 .3em;
box-shadow: inset -.2em 0 0 .3em;
-webkit-transform: translate(-50%, -50%) rotate(90deg);
-ms-transform: translate(-50%, -50%) rotate(90deg);
transform: translate(-50%, -50%) rotate(90deg);
top: 50%;
left: 50%;
}
i.icss-volume-2:after {
width: .1em;
height: .1em;
background-color: currentColor;
border-radius: 50%;
-webkit-box-shadow: .9em 0, .45em -.45em,
.11em -.32em, .79em -.32em;
box-shadow: .9em 0, .45em -.45em,
.11em -.32em, .79em -.32em;
top: .45em;
left: 0;
}
i.icss-volume-3 {
width: 1em;
height: 1em;
background-color: transparent;
margin: 0;
}
i.icss-volume-3:before {
width: .7em;
height: .7em;
border-radius: 50%;
-webkit-box-shadow: inset -.2em 0 0 .3em;
box-shadow: inset -.2em 0 0 .3em;
-webkit-transform: translate(-50%, -50%) rotate(135deg);
-ms-transform: translate(-50%, -50%) rotate(135deg);
transform: translate(-50%, -50%) rotate(135deg);
top: 50%;
left: 50%;
}
i.icss-volume-3:after {
width: .1em;
height: .1em;
background-color: currentColor;
border-radius: 50%;
-webkit-box-shadow: .9em 0, .45em -.45em,
.11em -.32em, .79em -.32em;
box-shadow: .9em 0, .45em -.45em,
.11em -.32em, .79em -.32em;
top: .45em;
left: 0;
}
i.icss-volume-4 {
width: 1em;
height: 1em;
background-color: transparent;
margin: 0;
}
i.icss-volume-4:before {
width: .7em;
height: .7em;
border-radius: 50%;
-webkit-box-shadow: inset -.2em 0 0 .3em;
box-shadow: inset -.2em 0 0 .3em;
-webkit-transform: translate(-50%, -50%) rotate(180deg);
-ms-transform: translate(-50%, -50%) rotate(180deg);
transform: translate(-50%, -50%) rotate(180deg);
top: 50%;
left: 50%;
}
i.icss-volume-4:after {
width: .1em;
height: .1em;
background-color: currentColor;
border-radius: 50%;
-webkit-box-shadow: .9em 0, .45em -.45em,
.11em -.32em, .79em -.32em;
box-shadow: .9em 0, .45em -.45em,
.11em -.32em, .79em -.32em;
top: .45em;
left: 0;
}
i.icss-volume {
width: 1em;
height: 1em;
background-color: transparent;
margin: 0;
}
i.icss-volume:before {
width: .7em;
height: .7em;
border-radius: 50%;
-webkit-box-shadow: inset -.2em 0 0 .3em;
box-shadow: inset -.2em 0 0 .3em;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
top: 50%;
left: 50%;
}
i.icss-volume:after {
width: .1em;
height: .1em;
background-color: currentColor;
border-radius: 50%;
-webkit-box-shadow: .9em 0, .45em -.45em,
.11em -.32em, .79em -.32em;
box-shadow: .9em 0, .45em -.45em,
.11em -.32em, .79em -.32em;
top: .45em;
left: 0;
}
i.icss-walker-man {
width: .22em;
height: .22em;
Expand Down
2 changes: 1 addition & 1 deletion dist/iconicss.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iconicss",
"version": "0.2.0",
"version": "0.3.0",
"description": "Pure css3 icons",
"main": "./build/iconicss.css",
"directories": {
Expand Down
Loading

0 comments on commit b85afdc

Please sign in to comment.