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
imported>LostSnowDust
m Reverted edits by LostSnowDust (talk) to last revision by JaydonC621
imported>LostSnowDust
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@import "/load.php?mode=articles&articles=MediaWiki:Badges.css&only=styles";
@import "/load.php?mode=articles&articles=MediaWiki:Badges.css&only=styles";
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
/*Main Page*/
/*Main Page*/
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:CustomSlider.css&only=styles";
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:CustomSlider.css&only=styles";
.theme-fandomdesktop-dark a[href$="LostSnowDust"] {
font-weight: bold !important;
color: #00ff00 !important;
}


.theme-fandomdesktop-dark a[href$="Tabbloide"],
.theme-fandomdesktop-dark a[href$="Tabbloide"],
.theme-fandomdesktop-dark a[href$="Gamer372Revived"],
.theme-fandomdesktop-dark a[href$="JaydonC621"],
.theme-fandomdesktop-dark a[href$="JaydonC621"],
.theme-fandomdesktop-dark a[href$="DanTDM_Fan"] {
.theme-fandomdesktop-dark a[href$="DanTDM_Fan"] {
Line 20: Line 14:
color: #ff6965 !important;
color: #ff6965 !important;


}
a[href*=":LostSnowDust"],
a[href*="/LostSnowDust"],
a[href$=":LostSnowDust"]:not(.wds-community-header),
a[href$="/LostSnowDust"]:not(.wds-community-header) {
    background-size: 400%;
    text-shadow: 0 1px 0 #00008B, 0 2px 0 #FF2400,0 1px 5px #BDE9FD;
    font-weight: Bold;
    font-family:Permanent Marker;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
}