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


/* */
/* */
#footer-social{
#footer-social.crw-footer-social{
  clear: both;
  width: 100%;
   display: flex;
   display: flex;
   flex-wrap: wrap;
   flex-wrap: wrap;
   gap: 10px;
   gap: 10px;
  margin: 6px 0 0 0;
  padding: 0;
   list-style: none;
   list-style: none;
   margin: 8px 0 0 0;
}
 
#footer-social.crw-footer-social li{
   margin: 0;
   padding: 0;
   padding: 0;
}
}


#footer-social li{ margin: 0; padding: 0; }
#footer-social.crw-footer-social a{
 
#footer-social a{
   display: inline-flex;
   display: inline-flex;
   align-items: center;
   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;
   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;
}
}