MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 324: Line 324:
.bok-footer-divider {
.bok-footer-divider {
   border: none;
   border: none;
   border-top: 1px solid #d0d8e8;
   border-top: 1px solid #eef2f8;
   margin: 16px 0 12px;
   margin: 16px 0 12px;
  height: 0;
}
}
.bok-footer-inner {
.bok-footer-inner {
Line 345: Line 346:
   align-items: center;
   align-items: center;
   justify-content: center;
   justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #d0d8e8;
  font-size: 11px;
  font-weight: 600;
  color: #77819a !important;
   text-decoration: none !important;
   text-decoration: none !important;
   background-image: none !important;
   background-image: none !important;
   background-color: transparent;
   padding: 3px 5px;
  border: none;
}
}
.bok-footer-redes a:hover {
.bok-footer-redes a:first-child,
   border-color: #3375d4;
.bok-footer-redes a:first-child:visited {
   color: #3375d4 !important;
  background: #0077b5;
  color: white !important;
   border-radius: 3px;
  font-size: 12px;
  font-weight: 800;
  width: 20px;
  height: 20px;
}
.bok-footer-redes a:last-child,
.bok-footer-redes a:last-child:visited {
  background: #FF0000;
  color: white !important;
  border-radius: 4px;
  font-size: 10px;
  padding: 3px 7px;
  height: 20px;
}
.bok-footer-redes a:first-child:hover {
  background: #005f8e !important;
}
.bok-footer-redes a:last-child:hover {
  background: #cc0000 !important;
   color: white !important;
}
}
.bok-footer-meta {
.bok-footer-meta {