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 */
*<source lang="html4strict"><link rel="icon" href="https://polycraft.utdallas.edu/images/d/df/Final_logo32px.png" /></source>
+
#nn---Coding-Camps{
*{link rel="shortcut icon" type="image/png" href=url("https://polycraft.utdallas.edu/images/d/df/Final_logo32px.png")}
+
  background-image: url("https://polycraft.utdallas.edu/images/5/55/Facebook.png");
*{$wgFavicon = "https://polycraft.utdallas.edu/images/d/df/Final_logo32px.png";}
+
  background-position: top left;
head{
+
  background-repeat: no-repeat;
link rel="shortcut icon" type="image/png" href=url("https://polycraft.utdallas.edu/images/d/df/Final_logo32px.png")
+
  padding-left: 20px;
 
}
 
}

Revision as of 22:36, 29 November 2018

/* CSS placed here will be applied to all skins */
#nn---Coding-Camps{
   background-image: url("https://polycraft.utdallas.edu/images/5/55/Facebook.png");
   background-position: top left;
   background-repeat: no-repeat;
   padding-left: 20px;
}