Files
2024-12-17 17:34:10 +01:00

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);
}