Jump to content

MediaWiki:Common.css: Difference between revisions

From VassarWiki
border bottoms
m color
Line 13: Line 13:
}
}


#events-box h2  { border-bottom: #627ac1; }
#events-box h2  { border-bottom-color: #627ac1; }
#bulletin-box h2 { border-bottom: #62c1aa; }
#bulletin-box h2 { border-bottom-color: #62c1aa; }

Revision as of 20:14, 3 April 2026

/* CSS placed here will be applied to all skins */
#footer-info li, #footer-places li {
    font-size: 14px;
}

.mw-logo-wordmark {
    font-size: 1.5rem;
    color: maroon;
}

.page-Main_Page .firstHeading { 
	display: none; 
}

#events-box h2  { border-bottom-color: #627ac1; }
#bulletin-box h2 { border-bottom-color: #62c1aa; }