Difference between revisions of "MediaWiki:Vector.css"

From DAVE Developer's Wiki
Jump to: navigation, search
(Replaced content with "CSS placed here will affect users of the Vector skin: ")
(Tag: Replaced)
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 +
.mediawiki div#mw-panel div.portal h3 {
 +
font-size: 80%;
 +
padding: 0.5em;
 +
background-color: #777;
 +
border-radius: 2px;
 +
}

Revision as of 13:37, 7 February 2022

/* CSS placed here will affect users of the Vector skin */
.mediawiki div#mw-panel div.portal h3 {
	font-size: 80%;
	padding: 0.5em;
	background-color: #777;
	border-radius: 2px;
}