MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
Improved styling for wikiforum |
Improved user page readability for Social links |
||
| Line 12: | Line 12: | ||
.portable-infobox .tabber__tabs { | .portable-infobox .tabber__tabs { | ||
max-width: 255px !important; | max-width: 255px !important; | ||
} | |||
.external-link:after { | |||
background: #020523 !important; | |||
border: 1px solid cyan; | |||
} | |||
.profile-externalLinks svg { | |||
background: cyan; | |||
border-radius: 5px; | |||
} | } | ||
.profile-user-group { | .profile-user-group { | ||
background: | background: transparent; | ||
border: 1px solid cyan; | |||
color: white !important; | |||
} | |||
.profile-masthead { | |||
padding: 5px; | |||
border-radius: 25px; | |||
border: 1px solid cyan; | |||
} | } | ||