User:Tag365/monobook.css: Difference between revisions

From the Super Mario Wiki, the Mario encyclopedia
Jump to navigationJump to search
(Test)
 
(Blanked the page)
Line 1: Line 1:
<html>
 
<head>
<style>
div.img
  {
  margin:2px;
  border:1px solid #0000ff;
  height:auto;
  width:auto;
  float:left;
  text-align:center;
  }
div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
div.img a:hover img
  {
  border:1px solid #0000ff;
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:100px;
  margin:2px;
  }
</style>
</head>
<body>
<div class="img">
  <a target="_blank" href="http://www.mariowiki.com/Wiggler">
  <img src="http://www.mariowiki.com/images/e/e4/Wiggler.png" alt="Klematis" width="100" height="90">
  </a>
  <div class="desc">Add a description of the image here</div>
</div>
<div class="img">
  <a target="_blank" href="http://www.mariowiki.com/Wiggler">
  <img src="http://www.mariowiki.com/images/e/e4/Wiggler.png" alt="Klematis" width="100" height="90">
  </a>
  <div class="desc">Add a description of the image here</div>
</div>
</body>
</html>

Revision as of 13:18, October 25, 2013