forked from friendica/deprecated-addons
		
	Jappixmini added
This commit is contained in:
		
					parent
					
						
							
								56eebfb55d
							
						
					
				
			
			
				commit
				
					
						1cc8afc83f
					
				
			
		
					 265 changed files with 98516 additions and 0 deletions
				
			
		
							
								
								
									
										60
									
								
								jappixmini/jappix/css/search.css
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										60
									
								
								jappixmini/jappix/css/search.css
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,60 @@
 | 
			
		|||
/*
 | 
			
		||||
 | 
			
		||||
Jappix - An open social platform
 | 
			
		||||
This is the search tool CSS stylesheet for Jappix
 | 
			
		||||
 | 
			
		||||
-------------------------------------------------
 | 
			
		||||
 | 
			
		||||
License: AGPL
 | 
			
		||||
Author: Vanaryon
 | 
			
		||||
Last revision: 23/01/11
 | 
			
		||||
 | 
			
		||||
*/
 | 
			
		||||
 | 
			
		||||
.search {
 | 
			
		||||
	position: relative;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.search input.suggested {
 | 
			
		||||
	border-bottom: 1px solid white;
 | 
			
		||||
	border-bottom-right-radius: 0;
 | 
			
		||||
	border-bottom-left-radius: 0;
 | 
			
		||||
	-moz-border-radius-bottomright: 0;
 | 
			
		||||
	-moz-border-radius-bottomleft: 0;
 | 
			
		||||
	-webkit-border-bottom-right-radius: 0;
 | 
			
		||||
	-webkit-border-bottom-left-radius: 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.search ul {
 | 
			
		||||
	background-color: rgb(255,255,255);
 | 
			
		||||
	background-color: rgba(255,255,255,0.9);
 | 
			
		||||
	border-color: #e1a014;
 | 
			
		||||
	border-style: solid;
 | 
			
		||||
	border-width: 0 1px 1px 1px;
 | 
			
		||||
	position: absolute;
 | 
			
		||||
	z-index: 1;
 | 
			
		||||
	padding: 3px 0;
 | 
			
		||||
	list-style: none;
 | 
			
		||||
	overflow: auto;
 | 
			
		||||
	border-bottom-right-radius: 3px;
 | 
			
		||||
	border-bottom-left-radius: 3px;
 | 
			
		||||
	-moz-border-radius-bottomright: 3px;
 | 
			
		||||
	-moz-border-radius-bottomleft: 3px;
 | 
			
		||||
	-webkit-border-bottom-right-radius: 3px;
 | 
			
		||||
	-webkit-border-bottom-left-radius: 3px;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.search ul li {
 | 
			
		||||
	padding: 2px 6px;
 | 
			
		||||
	color: #3d3d3d;
 | 
			
		||||
	text-shadow: none;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.search ul li:hover {
 | 
			
		||||
	cursor: pointer;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.search ul li.hovered {
 | 
			
		||||
	background-color: rgb(225,160,20);
 | 
			
		||||
	background-color: rgba(225,160,20,0.3);
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue