MediaWiki:Monobook.css: Difference between revisions

Let's see
No edit summary
(Let's see)
Line 763: Line 763:
  .template-shroom ul, .template-shroom ul li {
  .template-shroom ul, .template-shroom ul li {
   list-style-image:url("http://www.mariowiki.com/images/3/35/Shroombull.png");
   list-style-image:url("http://www.mariowiki.com/images/3/35/Shroombull.png");
}
/* creates a div class that can be used to add mouse-over functionality. */
/* hoverexpand will expand to fit the content vertically when hovered-over. Best used within tables or other divs. */
.hoverexpand {
height: 18px;
padding: 2px;
overflow: hidden;
*overflow: visible;
_overflow: visible;
}
.hoverexpand:hover {
height: 100%;
overflow: visible;
  }
  }