A Year's in review of the independent DanTDM Wiki Learn More >, Thank you!
MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
imported>LostSnowDust No edit summary |
imported>LostSnowDust No edit summary |
||
| Line 21: | Line 21: | ||
a[href$="/LostSnowDust"]:not(.wds-community-header) { | a[href$="/LostSnowDust"]:not(.wds-community-header) { | ||
background-size: 400%; | background-size: 400%; | ||
text-shadow: 0 1px 0 #00008B, 0 2px 0 #FF2400,0 1px 5px #BDE9FD | text-shadow: 0 1px 0 #00008B, 0 2px 0 #FF2400,0 1px 5px #BDE9FD; | ||
font-weight: Bold; | font-weight: Bold; | ||
font-family:Permanent Marker; | font-family:Permanent Marker; | ||
Revision as of 18:28, 27 February 2023
/* 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');
/*Main Page*/
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:CustomSlider.css&only=styles";
.theme-fandomdesktop-dark a[href$="Tabbloide"],
.theme-fandomdesktop-dark a[href$="Gamer372Revived"],
.theme-fandomdesktop-dark a[href$="JaydonC621"],
.theme-fandomdesktop-dark a[href$="DanTDM_Fan"] {
font-weight: bold !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;
}