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

imported>Izno
(bold all the things)
 
(No difference)

Latest revision as of 02:46, 1 November 2021

.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%;
}