Welcome to the new and improved DanTDM Wiki. Please read our rules to figure out the correct etiquette and behavior that is expected of all users in both the discussions and pages. Looking to reclaim your edit history from the Fandom wiki? conctact User:ScrapBlox
MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
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; | |||
} | } | ||
Revision as of 16:50, 5 October 2025
/* CSS placed here will be applied to all skins */
@import "/load.php?mode=articles&articles=MediaWiki:Badges.css&only=styles";
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:ImprovedUserpages.css&only=styles";
/*Main Page*/
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:CustomSlider.css&only=styles";
/* Staff Names */
@import url("/load.php?mode=articles&articles=MediaWiki:Staff.css&only=styles");
.portable-infobox .tabber__tabs {
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 {
background: transparent;
border: 1px solid cyan;
color: white !important;
}
.profile-masthead {
padding: 5px;
border-radius: 25px;
border: 1px solid cyan;
}
.mw-wikiforum-frame {
background: #020523;
border: none;
}
.mw-wikiforum-thread-top {
background: #3c437b !important;
border: none !important;
}
.mw-wikiforum-leftside a {
color: #7f75e9;
}
.mw-wikiforum-category-list tr, .mw-wikiforum-forum-list tr {
border: 1px solid cyan;
}
.mw-wikiforum-header-row {
background: #020523;
}
.mw-wikiforum-normal {
background: #020523;
}
.mw-wikiforum-thread-list {
border: 1px solid cyan !important;
}
.mw-wikiforum-thread-main, .mw-wikiforum-thread-sub {
background: #020523 !important;
border-bottom: 1px solid cyan !important;
}