updated the CSS file for the ShaShape iconset

This commit is contained in:
Tobias Diekershoff 2015-11-10 20:34:21 +01:00
parent 835e6c4955
commit d6ac6aa615
1 changed files with 41 additions and 16 deletions

View File

@ -5,11 +5,11 @@
@font-face { @font-face {
font-family: 'ShaShape'; font-family: 'ShaShape';
src: url('friendica_shashape.ttf') format('truetype'); src: url('friendica_shashape.ttf') format('truetype');
font-weight: normal;
font-style: normal;
} }
.shashape { .shashape {
font-family: ShaShape; font-family: ShaShape;
font-weight: normal;
font-style: normal;
} }
.shashape.friendica:before { .shashape.friendica:before {
content: "3"; content: "3";
@ -47,7 +47,7 @@
.shashape.star:before{ .shashape.star:before{
content: "k"; content: "k";
} }
.shashape.heart:before{ .shashape.star-full:before{
content: "l"; content: "l";
} }
.shashape.message:before{ .shashape.message:before{
@ -78,11 +78,11 @@
content: "u"; content: "u";
} }
.shashape.logout:before, .shashape.logout:before,
.shashape.loggedin:before{ .shashape.logged-in:before{
content: "v"; content: "v";
} }
.shashape.login:before, .shashape.login:before,
.shashape.loggedout:before{ .shashape.logged-out:before{
content: "w"; content: "w";
} }
.shashape.delete:before{ .shashape.delete:before{
@ -104,9 +104,10 @@
.shashape.nolike:before{ .shashape.nolike:before{
content: "C"; content: "C";
} }
/* uppercase D is not defined at the moment
.shashape.hash:before{ .shashape.hash:before{
content: "D"; content: "D";
} } */
.shashape.arrow7:before{ .shashape.arrow7:before{
content: "E"; content: "E";
} }
@ -128,15 +129,17 @@
.shashape.arrow-updown:before{ .shashape.arrow-updown:before{
content: "K"; content: "K";
} }
/* uppercase L is not defined at the moment
.shashape.lock:before{ .shashape.lock:before{
content: "L"; content: "L";
} } */
.shashape.arrow-left:before{ .shashape.arrow-left:before{
content: "M"; content: "M";
} }
.shashape.arrow-right:before{ .shashape.arrow-right:before{
content: "N"; content: "N";
} }
.shashape.setting2:before,
.shashape.admin:before{ .shashape.admin:before{
content: "O"; content: "O";
} }
@ -173,21 +176,43 @@
.shashape.arrow-updown3:before{ .shashape.arrow-updown3:before{
content: "Z"; content: "Z";
} }
.shashape.arrow-doubleup:before { .shashape.hash:before{
content: "?"; content: "/";
} }
.shashape.arrow-doublerigh:before{ .shashape.tag:before{
content: "="; content: "=";
} }
.shashape.arrow-doubleright2:before{ .shashape.lock-open:before{
content: "/"; content: "?";
}
.shashape.lock-closed:before{
content: ")";
}
.shashape.yes:before{
content: "+";
}
.shashape.hmm:before{
content: ",";
}
.shashape.no:before{
content: "-";
}
.shashape.blank:before{
content: ".";
}
.shashape.see:before{
content: ":";
}
.shashape.blind:before{
content: ";";
} }
.shashape.edit:before{ .shashape.edit:before{
content: "<"; content: "<";
} }
.shashape.eye-open:before{ .shashape.stamp:before{
content: ":"; content: ">";
} }
.shashape.eye-closed:before{ .shashape.heart:before{
content: ";"; content: "_";
} }