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 # | 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; | ||
text-decoration: none !important; | text-decoration: none !important; | ||
background-image: none !important; | background-image: none !important; | ||
padding: 3px 5px; | |||
border: none; | |||
} | } | ||
.bok-footer-redes a: | .bok-footer-redes a:first-child, | ||
border-color: # | .bok-footer-redes a:first-child:visited { | ||
color: | 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 { | ||