Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
A Year's in review of the independent DanTDM Wiki Learn More >, Thank you!

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
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: #838be6;
     background: transparent;
    border: 1px solid cyan;
    color: white !important;
}
 
.profile-masthead {
    padding: 5px;
    border-radius: 25px;
    border: 1px solid cyan;
}
}