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
just did a few changes |
imported>Eterhox Bcrat colors |
||
| Line 3: | Line 3: | ||
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap'); | @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"; | @import "/load.php?mode=articles&articles=u:dev:MediaWiki:ImprovedUserpages.css&only=styles"; | ||
/*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"; | ||
/* Admin | |||
.theme-fandomdesktop-dark a[href$="Tabbloide"], | .theme-fandomdesktop-dark a[href$="Tabbloide"], | ||
.theme-fandomdesktop-dark a[href$="Eterhox"], | .theme-fandomdesktop-dark a[href$="Eterhox"], | ||
| Line 42: | Line 44: | ||
a[href$=":DanTDM_Fan"]:not(.wds-community-header), | a[href$=":DanTDM_Fan"]:not(.wds-community-header), | ||
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; | |||
} | |||
a[href*=":Gamer372Revived"], | |||
a[href*="/Gamer372Revived"], | |||
a[href$=":Gamer372Revived"]:not(.wds-community-header), | |||
a[href$="/Gamer372Revived"]: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; | ||
Revision as of 00:52, 18 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";
/* Admin
.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;
}
a[href*=":Gamer372Revived"],
a[href*="/Gamer372Revived"],
a[href$=":Gamer372Revived"]:not(.wds-community-header),
a[href$="/Gamer372Revived"]: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;
}