mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	flat design: logo, search box and some links
This commit is contained in:
		
							parent
							
								
									77bd3e0496
								
							
						
					
					
						commit
						bfc88aef19
					
				
					 2 changed files with 11 additions and 4 deletions
				
			
		|  | @ -25,7 +25,16 @@ body, #container { | ||||||
| .row p { padding: 0 10px; max-width: 700px; } | .row p { padding: 0 10px; max-width: 700px; } | ||||||
| .row h3,ul { margin: 4px 8px;} | .row h3,ul { margin: 4px 8px;} | ||||||
| 
 | 
 | ||||||
| .hmarg { margin: 0 20px; } | .hmarg { | ||||||
|  |     margin: 0 20px; | ||||||
|  |     border: 1px solid #3498DB; | ||||||
|  |     padding: 4px 10px; | ||||||
|  | } | ||||||
|  | 
 | ||||||
|  | a:link.hmarg { color: #3498DB; } | ||||||
|  | a:visited.hmarg { color: #3498DB; } | ||||||
|  | a:active.hmarg { color: #3498DB; } | ||||||
|  | a:hover.hmarg { color: #3498DB; } | ||||||
| 
 | 
 | ||||||
| .top_margin { margin-top: 60px; } | .top_margin { margin-top: 60px; } | ||||||
| 
 | 
 | ||||||
|  | @ -112,9 +121,7 @@ tr:hover td { background: #DDDDDD; } | ||||||
| .center #search_wrapper { margin-left: auto; margin-right: auto; } | .center #search_wrapper { margin-left: auto; margin-right: auto; } | ||||||
| .q { | .q { | ||||||
|     background: none repeat scroll 0 0 #FFFFFF; |     background: none repeat scroll 0 0 #FFFFFF; | ||||||
|     border: 1px solid #8D8D8D; |     border: 1px solid #3498DB; | ||||||
|     border-radius: 3px; |  | ||||||
|     box-shadow: 1px 1px 2px #999999 inset; |  | ||||||
|     color: #222222; |     color: #222222; | ||||||
|     font-size: 16px; |     font-size: 16px; | ||||||
|     height: 28px; |     height: 28px; | ||||||
|  |  | ||||||
										
											Binary file not shown.
										
									
								
							| Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 7.5 KiB | 
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Matej Cotman
						Matej Cotman