MediaWiki:Common.css: Difference between revisions

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


/* CompFAQ Nav */
/* CompFAQ Nav */
/* ===== CompFAQ Navigation ===== */
/* ===== CompFAQ Navigation (cleaner version) ===== */
.compfaq-nav {
.compfaq-nav {
   font-family: var(--font-head, "Alegreya Sans SC", sans-serif);
   font-family: "Inter", "Overpass", "Noto Sans", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.01em;
   background-color: #f8f9fa;
   background-color: #f8f9fa;
   border: 1px solid #ddd;
   border: 1px solid #ddd;
   border-radius: 0.75em;
   border-radius: 8px;
   padding: 0.5em 1em;
   padding: 0.6em 1em;
   margin-bottom: 1em;
   margin-bottom: 1em;
  line-height: 1.6;
   display: flex;
   display: flex;
   flex-wrap: wrap;
   flex-wrap: wrap;
   align-items: center;
   align-items: center;
   gap: 0.3em;
   gap: 0.4em;
  line-height: 1.5;
}
}


.compfaq-home {
.compfaq-home {
   font-weight: 600;
   font-weight: 600;
   margin-right: 0.5em;
   margin-right: 0.4em;
}
}


.compfaq-links a {
.compfaq-links a {
   color: #444;
   color: #333;
   text-decoration: none;
   text-decoration: none;
  padding: 0 0.2em;
}
}


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