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>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; | |||
} | } | ||
Revision as of 07:50, 4 June 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');
@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";
.theme-fandomdesktop-dark a[href$="Tabbloide"],
.theme-fandomdesktop-dark a[href$="Eterhox"],
.theme-fandomdesktop-dark a[href$="Gamer372Revived"],
.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;
}
/* This lowers the brightness for the image on Special:Community */
.community-page-header:before {
background-image: linear-gradient(180deg,#00005882 375%,rgb(0 4 57 / 25%),rgb(0 0 39 / 50%));
content: "";
height: 100%;
position: absolute;
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;
}