Jump to content

Module:Current events calendar with day links/styles.css

From Wikipedia, the free encyclopedia
.current-events-calendar-days {
	width: 100%;
	max-width: 350px;
	margin: 8px 0 0 8px;
	border: 1px solid #cedff2;
	padding: 0.2em;
	border-spacing: 3px;
	background-color: #f5faff;
	line-height: 1.5em;
	font-size: 88%;
	font-weight: bold;
	text-align: center;
	color: black;
}

.current-events-calendar-days caption {
	background-color: #cedff2;
	font-weight: bold;
}

.current-events-calendar-days th {
	width: 14%;
}