forked from zaclys/searxng
		
	Adding style for publish Date
This commit is contained in:
		
							parent
							
								
									b88146d669
								
							
						
					
					
						commit
						c54baf6301
					
				
					 3 changed files with 10 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -35,6 +35,7 @@ a{text-decoration:none;color:#1a11be}a:visited{color:#8e44ad}
 | 
			
		|||
.result h3{font-size:1em;word-wrap:break-word;margin:5px 0 1px 0;padding:0}
 | 
			
		||||
.result .content{font-size:.8em;margin:0;padding:0;max-width:54em;word-wrap:break-word;line-height:1.24}
 | 
			
		||||
.result .url{font-size:.8em;margin:3px 0 0 0;padding:0;max-width:54em;word-wrap:break-word;color:#c0392b}
 | 
			
		||||
.result .published_date{font-size:.8em;color:#888;margin:5px 20px}
 | 
			
		||||
.engines{color:#888}
 | 
			
		||||
.small_font{font-size:.8em}
 | 
			
		||||
.small p{margin:2px 0}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -64,6 +64,9 @@
 | 
			
		|||
// Url to result
 | 
			
		||||
@color-result-url-font: #C0392B;
 | 
			
		||||
 | 
			
		||||
// Publish Date
 | 
			
		||||
@color-result-publishdate-font: #888;
 | 
			
		||||
 | 
			
		||||
// Images
 | 
			
		||||
@color-result-image-span-background-hover: rgba(0, 0, 0, 0.6);
 | 
			
		||||
@color-result-image-span-font: #FFF;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -248,6 +248,12 @@ a {
 | 
			
		|||
		word-wrap:break-word;
 | 
			
		||||
		color: @color-result-url-font;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	.published_date {
 | 
			
		||||
		font-size: 0.8em;
 | 
			
		||||
		color: @color-result-publishdate-font;
 | 
			
		||||
    	margin: 5px 20px;
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
.engines {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue