Difference between revisions of "MediaWiki:Common.css"

no edit summary
 
(9 intermediate revisions by 2 users not shown)
Line 1,861: Line 1,861:


#mw-mf-main-menu-button {
#mw-mf-main-menu-button {
display: none;
}
.pre-content {
display: none;
display: none;
}
}
Line 2,354: Line 2,358:
.main-menu-dropdown-trigger:hover .main-menu-dropdown-content {
.main-menu-dropdown-trigger:hover .main-menu-dropdown-content {
   display: block;
   display: block;
}
.custom-page-title {
margin-top: 50px!important;
margin-bottom: 50px!important;
text-align: center;
font-size: 250%;
text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
.firstHeading {
margin-top: 2em !important;
margin-left: 3em !important;
}
}