Difference between revisions of "MediaWiki:Common.css"

From PolyCraft World
Jump to navigation Jump to search
Line 4: Line 4:
 
<style>
 
<style>
 
<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";
 
</style>
 
</style>
 
</head>
 
</head>

Revision as of 17:26, 27 November 2018

/* CSS placed here will be applied to all skins */
<html>
<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";
</style>
</head>
<body>
</body>
</html>