Portal:Current events/Headlines/styles.css: Difference between revisions

From PsiForum
Jump to navigation Jump to search
(Created page with "→‎{{pp|small=y}}: .p-current-events-headlines { margin-bottom: 0.5em; border: 1px solid #cedff2; padding: 0.4em; background-color: #f5faff; } .p-current-events-headlines h2 { display: block; margin: -0.1em -0.1em 0.4em; border: none; padding: 0.3em; background-color: #cedff2; font-size: 12pt; line-height: inherit; font-family: inherit; font-weight: bold; color: inherit; } .p-current-events-headlines h2::after { border: none; →‎Timeless: } .p-curre...")
 
(Tachyony changed the content model of the page Portal:Current events/Headlines/styles.css from "wikitext" to "Sanitized CSS")
Tag: content model change
 
(No difference)

Latest revision as of 13:40, 10 December 2021

/* {{pp|small=y}} */
.p-current-events-headlines {
	margin-bottom: 0.5em;
	border: 1px solid #cedff2;
	padding: 0.4em;
	background-color: #f5faff;
}

.p-current-events-headlines h2 {
	display: block;
	margin: -0.1em -0.1em 0.4em;
	border: none;
	padding: 0.3em;
	background-color: #cedff2;
	font-size: 12pt;
	line-height: inherit;
	font-family: inherit;
	font-weight: bold;
	color: inherit;
}

.p-current-events-headlines h2::after {
	border: none; /* Timeless */
}

.p-current-events-headlines::after {
	clear: both;
	content: '';
	display: table;
}