MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 62: Line 62:


/* CompFAQ Nav */
/* CompFAQ Nav */
/* ===== CompFAQ Navigation (cleaner version) ===== */
.compfaq-nav {
.compfaq-nav {
   font-family: "Inter", "Overpass", "Noto Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
   font-family: "Inter", "Noto Sans", "Helvetica Neue", Arial, sans-serif;
   font-weight: 500;
   font-size: 0.9rem;
   font-size: 0.95rem;
   font-weight: 400;
   letter-spacing: 0.01em;
   color: #333;
   background-color: #f8f9fa;
   background: transparent;
   border: 1px solid #ddd;
  border: none;
   border-radius: 8px;
   border-top: 1px solid #ddd;
   padding: 0.6em 1em;
   border-bottom: 1px solid #ddd;
   padding: 0.4em 0;
   margin-bottom: 1em;
   margin-bottom: 1em;
   display: flex;
   text-align: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4em;
  line-height: 1.5;
}
 
.compfaq-home {
  font-weight: 600;
  margin-right: 0.4em;
}
}


.compfaq-links a {
.compfaq-nav a {
   color: #333;
   color: #336699;
   text-decoration: none;
   text-decoration: none;
   padding: 0 0.2em;
   margin: 0 0.3em;
}
}


.compfaq-links a:hover {
.compfaq-nav a:hover {
   text-decoration: underline;
   text-decoration: underline;
   color: #005a8c;
   color: #003d66;
}
}