MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 25: Line 25:
/* Short Desc Styling */
/* Short Desc Styling */
#mw-content-subtitle {
#mw-content-subtitle {
   font-family: "Alegreya Sans SC", system-ui, sans-serif;
   font-family: "Alegreya", Georgia, serif;
   text-transform: uppercase;
   font-style: italic;
   font-size: 0.9rem;
   font-size: 1.3rem;
  letter-spacing: 1.4px;
   color: #555;
   color: #666;
   text-align: left;
   text-align: center;
   margin-top: 0.25em;
   margin-top: 0.25em;
   margin-bottom: 1em;
   margin-bottom: 1.25em;
   border-bottom: 1px solid #ddd;
   letter-spacing: 0.3px;
  display: inline-block;
   padding-left: 0.15em; /* small offset aligns with body text */
   padding-bottom: 0.2em;
}
}


Line 149: Line 147:
   text-align: center;
   text-align: center;
}
}
.compfaq-foot {
  font-family: "Alegreya", Georgia, serif;
  font-size: 0.95rem;
  color: #555;
  border-top: 1px solid #ddd;
  margin-top: 2.5em;
  padding-top: 1em;
  line-height: 1.4;
}
.compfaq-foot a {
  color: #336699;
  text-decoration: none;
}
.compfaq-foot a:hover {
  text-decoration: underline;
}


/* --- ADJUST CATEGORY BOXES --- */
/* --- ADJUST CATEGORY BOXES --- */