Merge pull request #2030 from tobiasd/20151107-shashape
initial commit of the ShaShape iconset by Andi Stadler
This commit is contained in:
		
				commit
				
					
						fa0acba49e
					
				
			
		
					 4 changed files with 207 additions and 0 deletions
				
			
		
							
								
								
									
										21
									
								
								view/fonts/README.md
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								view/fonts/README.md
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -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
 | 
			
		||||
-------
 | 
			
		||||
 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
[cc]: https://creativecommons.org/licenses/by-sa/4.0
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								view/fonts/friendica_shashape.ttf
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								view/fonts/friendica_shashape.ttf
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										186
									
								
								view/fonts/shashape.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										186
									
								
								view/fonts/shashape.css
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -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: "/";
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										
											BIN
										
									
								
								view/fonts/shashape.jpg
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								view/fonts/shashape.jpg
									
										
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 104 KiB  | 
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue