Difference between revisions of "MediaWiki:Common.css"

From AYSO Wiki
Line 12: Line 12:
 
border: 0;
 
border: 0;
 
     background-color: transparent;
 
     background-color: transparent;
     font-size: 1rem;
+
     font-size: .9rem;
 
}
 
}
 
.toc .toctitle {
 
.toc .toctitle {
Line 20: Line 20:
 
   display: block;
 
   display: block;
 
   border: inherit;
 
   border: inherit;
   font-size: inherit;
+
   font-size: 170% !important;
   font-weight: normal;
+
  padding: 6px 0;
 +
   font-weight: 300;
 
   color: #666666;
 
   color: #666666;
 
}
 
}

Revision as of 03:04, 25 April 2022

/* CSS placed here will be applied to all skins */

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

#mw-navigation .navbar-nav > .nav-item:not(.dropdown) a {
	text-transform: uppercase !important;
	color: var(--red) !important;
}

#toc, .toc {
	padding: 0 !important;
	border: 0;
    background-color: transparent;
    font-size: .9rem;
}
.toc .toctitle {
	text-align: left;
}
.toc h2 {
  display: block;
  border: inherit;
  font-size: 170% !important;
  padding: 6px 0;
  font-weight: 300;
  color: #666666;
}