Difference between revisions of "Template:Ephemera"

The projects and contributions area at dekalborama.com
Line 1: Line 1:
<nowiki>
<p id="album">
<p id="album"><a href="#">this_album</a></p>
  <span></span>The Neoteric wiki
a {
</p>
   display: block;
 
#album  {
   background: url(File:Ephemera_rectoA_stat_125.gif) no-repeat;
   width: 125px;
   width: 125px;
   height: 125px;
   height: 125px;
   background: url(File:Ephemera_rectoA_stat_125.gif) no-repeat #666;
  position: relative; }
   color: #FFF;
 
#album  span {
   background: url(File:Ephemera_rectoA_anim_125.gif) no-repeat;
   position: absolute;
  width: 100%;
  height: 100%:
   }
   }
a:hover {
  background: url(File:Ephemera_rectoA_anim_125.gif) no-repeat #666;
  }
#album a
</nowiki>

Revision as of 09:44, 11 January 2012

The Neoteric wiki

  1. album {
  background: url(File:Ephemera_rectoA_stat_125.gif) no-repeat;
  width: 125px;
  height: 125px;
  position: relative; }
  1. album span {
  background: url(File:Ephemera_rectoA_anim_125.gif) no-repeat;
  position: absolute;
  width: 100%;
  height: 100%:
  }