MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Created page with "→CSS placed here will be applied to all skins: →Styling for tabbers that have embeds in them: .sfm-tabber-embeds section { margin-top: 16px; }" |
No edit summary |
||
| Line 4: | Line 4: | ||
.sfm-tabber-embeds section { | .sfm-tabber-embeds section { | ||
margin-top: 16px; | margin-top: 16px; | ||
} | |||
#footer-icons a { | |||
background-color: transparent; | |||
border: none; | |||
padding: 0; | |||
filter: var(--filter-invert); | |||
} | |||
#footer-icons ul { | |||
column-gap: var(--space-md); | |||
} | } | ||
Revision as of 05:50, 31 October 2025
/* CSS placed here will be applied to all skins */
/* Styling for tabbers that have embeds in them */
.sfm-tabber-embeds section {
margin-top: 16px;
}
#footer-icons a {
background-color: transparent;
border: none;
padding: 0;
filter: var(--filter-invert);
}
#footer-icons ul {
column-gap: var(--space-md);
}