MediaWiki:Common.css: Difference between revisions

Add AlphaX landing page CSS classes and animations
No edit summary
 
(One intermediate revision by the same user not shown)
Line 524: Line 524:
.ax-section-card a:hover{color:#FF6B1A;}
.ax-section-card a:hover{color:#FF6B1A;}
#mw-content-text .ax-path-card a{color:#fff;text-decoration:none;}
#mw-content-text .ax-path-card a{color:#fff;text-decoration:none;}
/* Hide leaked template parameter labels in translated /de articles */
.ka-article pre { display: none !important; }
/* ============================================ */
/* Alpha Orange — Button Text Color Fix        */
/* Ensures white text on orange gradient btns  */
/* ============================================ */
.btn-primary,
.btn-primary:visited,
.btn-nav,
.btn-nav:visited {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
.btn-primary:hover,
.btn-nav:hover {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}