A Year's in review of the independent DanTDM Wiki Learn More >, Thank you!

MediaWiki:Common.css: Difference between revisions

From DanTDM Wiki
Jump to navigation Jump to search
imported>LostSnowDust
Created page with "CSS placed here will be applied to all skins: Main Page: @import "/load.php?mode=articles&articles=u:dev:MediaWiki:CustomSlider.css&only=styles";"
 
imported>Tabbloide
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";
/*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$="DanTDM_Fan"] {
font-weight: bold !important;
color: #ff6965 !important;
}

Revision as of 23:47, 1 February 2023

/* CSS placed here will be applied to all skins */
@import "/load.php?mode=articles&articles=MediaWiki:Badges.css&only=styles";
/*Main Page*/
@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$="DanTDM_Fan"] {

font-weight: bold !important;

color: #ff6965 !important;

}