Jump to content

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

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Izno (talk | contribs) at 01:30, 1 November 2021 (css). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
.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%;
	text-align: center;
	color: black;
}

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

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