Difference between revisions of "MediaWiki:Vector.css"

From DAVE Developer's Wiki
Jump to: navigation, search
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
+
/* style the background of the sidebar section headers */
 
.mediawiki div#mw-panel div.portal h3 {
 
.mediawiki div#mw-panel div.portal h3 {
 
font-size: 80%;
 
font-size: 80%;
Line 5: Line 5:
 
background-color: #ededed;
 
background-color: #ededed;
 
border-radius: 2px;
 
border-radius: 2px;
 +
}
 +
 +
/* text styles for sidebar headers */
 +
.mediawiki div#mw-panel div.portal h3,
 +
div#pageWrapper div#mw-panel h3 a {
 +
text-transform: uppercase;
 +
font-weight: bold;
 +
color: #fff;
 
}
 
}

Revision as of 13:39, 7 February 2022

/* style the background of the sidebar section headers */
.mediawiki div#mw-panel div.portal h3 {
	font-size: 80%;
	padding: 0.5em;
	background-color: #ededed;
	border-radius: 2px;
}

/* text styles for sidebar headers */
.mediawiki div#mw-panel div.portal h3,
div#pageWrapper div#mw-panel h3 a {
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
}