User:Oxguy3/monobook.css

From Homestar Runner Wiki

< User:Oxguy3(Difference between revisions)
Jump to: navigation, search
(undid revision 709844;)
(testing new improved logo code)
 
(includes 1 intermediate revision)
Line 1: Line 1:
-
/* replace Homestar Runner Wiki logo with "File:Logo Redesign World Grey.png" */
+
#flashcontent/*, #p-logo a*/
-
#p-logo a{display:none;}
+
{
-
#p-logo {
+
  display:none;
-
background-image:url(http://www.hrwiki.org/w/images/d/d9/Logo_Redesign_World_Grey.png);
+
}
-
background-position: 50% 50%;
+
#p-logo
-
background-repeat: no-repeat;
+
{
-
display: inline;
+
  background-image:url(http://www.hrwiki.org/w/images/d/d9/Logo_Redesign_World_Grey.png);
-
height: 160px;
+
  background-position: 50% 50%;
-
text-decoration: none;
+
  background-repeat: no-repeat;
-
z-index: 999;
+
  display: inline;
 +
  height: 160px;
 +
  text-decoration: none;
 +
  z-index: 999;
}
}

Current revision as of 00:41, 4 February 2012

#flashcontent/*, #p-logo a*/
{
  display:none;
}
#p-logo
{
  background-image:url(http://www.hrwiki.org/w/images/d/d9/Logo_Redesign_World_Grey.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline;
  height: 160px;
  text-decoration: none;
  z-index: 999;
}
Personal tools