12 lines
		
	
	
		
			310 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			310 B
		
	
	
	
		
			CSS
		
	
	
	
	
	
| #jemmodulejubilee .calendar-red {
 | |
| 	background-image: url(img/calendar_red.png);
 | |
|     background-size: 100%;
 | |
| }
 | |
| 
 | |
| #jemmodulejubilee .calendar-red .monthjubilee{
 | |
| 	color: #fff;
 | |
| 	text-shadow: -1px -1px 0 rgba(0,0,0,0.2),
 | |
|     1px -1px 0 rgba(0,0,0,0.2),
 | |
|     -1px 1px 0 rgba(0,0,0,0.2),
 | |
|     1px 1px 0 rgba(0,0,0,0.2);
 | |
| } |