Difference between revisions of "User:Nixshadow/Page.css"

From Team Fortress Wiki
Jump to: navigation, search
(Think these are all.)
 
m
Line 8: Line 8:
  
 
.nav:hover {
 
.nav:hover {
background:url('http://nixshadow.com/images/site/hov.png');
+
background:url('http://nixshadow.com/images/site/hov.png') no-repeat;
 
}
 
}
  
 
.divider {
 
.divider {
background:url('http://nixshadow.com/images/site/divider.png');
+
background:url('http://nixshadow.com/images/site/divider.png') no-repeat;
 
}
 
}
  

Revision as of 10:46, 28 September 2011

.bg {
background:url('http://nixshadow.com/images/site/bg.png') no-repeat;
}

.nav {
background:url('http://nixshadow.com/images/site/top.png') repeat-x;
}

.nav:hover {
background:url('http://nixshadow.com/images/site/hov.png') no-repeat;
}

.divider {
background:url('http://nixshadow.com/images/site/divider.png') no-repeat;
}

.page {
background:url('http://nixshadow.com/images/site/page.png') repeat-y;
}

.footer {
background:url('http://nixshadow.com/images/site/bottom.png') repeat-x;
}