No edit summary
No edit summary
Line 767: Line 767:


/* */
/* */
#footer-social{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 8px 0 0 0;
  padding: 0;
}
#footer-social li{ margin: 0; padding: 0; }
#footer-social a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.35);
  background-color: rgba(255,255,255,0.10);
  text-decoration: none;
}
#footer-social a:hover,
#footer-social a:focus{
  background-color: rgba(255,255,255,0.18);
}
#footer-social .footer-social-label{
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
#footer-social a.footer-social-discord{
  background-image: url("/w/Special:FilePath/Discord-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}
#footer-social a.footer-social-linkedin{
  background-image: url("/w/Special:FilePath/linkedin-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}
#footer-social a.footer-social-x{
  background-image: url("/w/Special:FilePath/x.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
}