Template:Cronos month/Head/style.css

/* fix MediaWiki technical debt with large tables on mobile */
.cronos-horizontal-overflow {
	overflow-y:auto;
}
/* 3D shadow */
.cronos-month-table,
.cronos-events-list {
	box-shadow:0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}
.cronos-month-table th {
	background: #006699;
	color: white;
	/*opacity: 0.3; */
}
.cronos-month-table .cronos-day-number a {
	color: gray;
}
.cronos-month-table .cronos-day-current .cronos-day-number a {
	background:yellow;
	padding:0 2em;
}
.cronos-month-table td {
	vertical-align:top;
}
.cronos-month-table ul {
	list-style-type: none;
	list-style-image: none;
	border-left: 3px solid orange;
	padding-left: 10px;
	margin: 0.3em 0;
}
.cronos-month-table .cronos-month-name {
	text-transform:uppercase;
}

.cronos-events-list th {
	background: #006699;
	color: white;
}