]> git.mxchange.org Git - friendica.git/commitdiff
initial commit of the ShaShape iconset by Andi Stadler
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 7 Nov 2015 15:24:22 +0000 (16:24 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 7 Nov 2015 15:24:22 +0000 (16:24 +0100)
view/fonts/README.md [new file with mode: 0644]
view/fonts/shashape.css [new file with mode: 0644]
view/fonts/shashape.jpg [new file with mode: 0644]
view/fonts/shashape.ttf [new file with mode: 0644]

diff --git a/view/fonts/README.md b/view/fonts/README.md
new file mode 100644 (file)
index 0000000..ca35dda
--- /dev/null
@@ -0,0 +1,21 @@
+ShaShape Font
+=============
+
+Font created by Andi Stadler for the Friendica project.
+
+History
+-------
+
+The iconset started from the new default user avatar (letter "p") Andi made for the Hackathon 2014 in Berlin. To accompany that avatar, he developed the other icons.
+
+License
+-------
+
+The iconset is published unter the [CC-BY-SA 4.0][cc] license.
+
+Preview
+-------
+
+![](shashape.jpg)
+
+[cc]: https://creativecommons.org/licenses/by-sa/4.0
diff --git a/view/fonts/shashape.css b/view/fonts/shashape.css
new file mode 100644 (file)
index 0000000..2b1a130
--- /dev/null
@@ -0,0 +1,186 @@
+/*
+ * Friendica ShaShape font by Andi Stadler, 2015
+ */
+
+@font-face {
+    font-family: 'ShaShape';
+    src: url('friendica_shashape.ttf') format('truetype');
+    font-weight: normal;
+    font-style: normal;
+}
+.shashape {
+    font-family: ShaShape;
+}
+.shashape.friendica:before {
+    content: "3";
+}
+.shashape.archive:before{
+    content: "a";
+}
+.shashape.base:before{
+    content: "b";
+}
+.shashape.cloud:before{
+    content: "c";
+}
+.shashape.download:before{
+    content: "d";
+}
+.shashape.event:before{
+    content: "e";
+}
+.shashape.friends:before{
+    content: "f";
+}
+.shashape.group:before{
+    content: "g";
+}
+.shashape.home:before{
+    content: "h";
+}
+.shashape.iglu:before{
+    content: "i";
+}
+.shashape.flag:before{
+    content: "j";
+}
+.shashape.star:before{
+    content: "k";
+}
+.shashape.heart:before{
+    content: "l";
+}
+.shashape.message:before{
+    content: "m";
+}
+.shashape.network:before{
+    content: "n";
+}
+.shashape.settings:before{
+    content: "o";
+}
+.shashape.profile:before{
+    content: "p";
+}
+.shashape.skip:before{
+    content: "q";
+}
+.shashape.reload:before{
+    content: "r";
+}
+.shashape.search:before{
+    content: "s";
+}
+.shashape.time:before{
+    content: "t";
+}
+.shashape.undo:before{
+    content: "u";
+}
+.shashape.logout:before,
+.shashape.loggedin:before{
+    content: "v";
+}
+.shashape.login:before,
+.shashape.loggedout:before{
+    content: "w";
+}
+.shashape.delete:before{
+    content: "x";
+}
+.shashape.source:before{
+    content: "y";
+}
+.shashape.signature:before{
+    content: "z";
+}
+.shashape.like:before{
+    content: "A";
+}
+.shashape.hesitate:before{
+    content: "B";
+}
+.shashape.unlike:before,
+.shashape.nolike:before{
+    content: "C";
+}
+/*  uppercase D is not defined at the moment
+ .shashape.download:before{
+    content: "D";
+}*/
+.shashape.arrow7:before{
+    content: "E";
+}
+.shashape.follow:before{
+    content: "F";
+}
+.shashape.follower:before{
+    content: "G";
+}
+.shashape.hand:before{
+    content: "H";
+}
+.shashape.help:before{
+    content: "I";
+}
+.shashape.arrow-leftright:before{
+    content: "J";
+}
+.shashape.arrow-updown:before{
+    content: "K";
+}
+.shashape.lock:before{
+    content: "L";
+}
+.shashape.arrow-left:before{
+    content: "M";
+}
+.shashape.arrow-right:before{
+    content: "N";
+}
+.shashape.arrow-up:before{
+    content: "O";
+}
+.shashape.arrow-down:before{
+    content: "P";
+}
+/* uppercase Q is not defined
+.shashape.skip:before{
+    content: "Q";
+}*/
+.shashape.request:before{
+    content: "R";
+}
+.shashape.arrow-up2:before{
+    content: "S";
+}
+.shashape.arrow-down2:before{
+    content: "T";
+}
+.shashape.arrow-left2:before{
+    content: "U";
+}
+.shashape.arrow-right2:before{
+    content: "V";
+}
+.shashape.arrow-updown2:before{
+    content: "W";
+}
+.shashape.arrow-leftright2:before{
+    content: "X";
+}
+.shashape.arrow-leftright3:before{
+    content: "Y";
+}
+.shashape.arrow-updown3:before{
+    content: "Z";
+}
+.shashape.arrow-doubleup:before {
+    content: "?";
+}
+.shashape.arrow-doublerigh:before{
+    content: "=";
+}
+.shahsape.arrow-doubleright2:before{
+    content: "/";
+}
diff --git a/view/fonts/shashape.jpg b/view/fonts/shashape.jpg
new file mode 100644 (file)
index 0000000..56bf766
Binary files /dev/null and b/view/fonts/shashape.jpg differ
diff --git a/view/fonts/shashape.ttf b/view/fonts/shashape.ttf
new file mode 100644 (file)
index 0000000..e357631
Binary files /dev/null and b/view/fonts/shashape.ttf differ