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 */
<html>
+
link rel="icon" type="image/png" href=url("https://polycraft.utdallas.edu/images/d/df/Final_logo32px.png")
<head>
 
<style>
 
<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";
</style>
 
</head>
 
<body>
 
</body>
 
</html>
 

Revision as of 17:28, 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";