Jump to content

Module:Current events calendar/styles.css

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Izno (talk | contribs) at 03:01, 2 November 2021 (Created page with '.current-events-calendar { clear: right; max-width: 350px; width: 100%; margin: auto; padding: 0.2em; font-size: 88%; line-height: 1.5em; border-spacing: 3px; border: 1px solid #cedff2; text-align: center; background-color: #f5faff; color: black; } .current-events-calendar-archive { margin: 8px 0 0 8px; } .current-events-calendar caption { background-color: #cedff2; } .current-events-calendar a { font-weight: bold; padding: 0 1em; } .cur...'). 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 {
	clear: right;
	max-width: 350px;
	width: 100%;
	margin: auto;
	padding: 0.2em;
	font-size: 88%;
	line-height: 1.5em;
	border-spacing: 3px;
	border: 1px solid #cedff2;
	text-align: center;
	background-color: #f5faff;
	color: black;
}

.current-events-calendar-archive {
	margin: 8px 0 0 8px;
}

.current-events-calendar caption {
	background-color: #cedff2;
}

.current-events-calendar a {
	font-weight: bold;
	padding: 0 1em;
}

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

.current-events-calendar-footer td {
	padding-top: 3px;
	padding-bottom: 5px;
	text-align: right;
}