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>AceEmotional
No edit summary
just did a few changes
Line 36: Line 36:
     position: absolute;
     position: absolute;
     width: 100%
     width: 100%
}
a[href*=":DanTDM_Fan"],
a[href*="/DanTDM_Fan"],
a[href$=":DanTDM_Fan"]:not(.wds-community-header),
a[href$="/DanTDM_Fan"]: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;
}
}