Difference between revisions of "MediaWiki:Common.css"

From PolyCraft World
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
link rel="icon" type="image/png" href=url("https://polycraft.utdallas.edu/images/d/df/Final_logo32px.png")
+
*{link rel="icon" type="image/png" href=url("https://polycraft.utdallas.edu/images/d/df/Final_logo32px.png")}
$wgFavicon = "https://polycraft.utdallas.edu/images/d/df/Final_logo32px.png";
+
*{$wgFavicon = "https://polycraft.utdallas.edu/images/d/df/Final_logo32px.png";}

Revision as of 17:30, 27 November 2018

/* CSS placed here will be applied to all skins */
*{link rel="icon" type="image/png" href=url("https://polycraft.utdallas.edu/images/d/df/Final_logo32px.png")}
*{$wgFavicon = "https://polycraft.utdallas.edu/images/d/df/Final_logo32px.png";}