Template:Biomod/2012/UTokyo/UT-Hongo/Footer: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
<html>
<html>
<head>
  <style>
#myfooter {
width: 1080px;
height: 250px;
background: #f0f0f0;
  padding: 12px;
border: 1px solid #808080;
}
#myfooter a {
  color: #666;
}
#myfooter h3 a {
  text-decoration: underline;
}
#myfooter a:hover {
  font-style: italic;
}
#footer-contents {
  padding: 12px;
  height: 140px;
}
#myfooter h2 {
  color: #888;
}
.footer-section {
width: 120px;
float: left;
margin-right: 30px;
}
#section7 {
  float: right;
}
.footer-section h3 {
  font-size: small;
}
#copyright {
  text-align: center;
  color: #aaa;
}
  </style>
</head>
<body>
   <div id="myfooter">
   <div id="myfooter">
     <h2 style="border-bottom: none;">BIOMOD 2012 Team UT-Hongo</h2>
     <h2 style="border-bottom: none;">BIOMOD 2012 Team UT-Hongo</h2>
Line 53: Line 107:
     <br style="clear: both;">
     <br style="clear: both;">
   </div>
   </div>
</body>
</html>
</html>

Revision as of 08:33, 21 October 2012

<html> <head>

 <style>
  1. myfooter {

width: 1080px; height: 250px; background: #f0f0f0;

 padding: 12px;

border: 1px solid #808080; }

  1. myfooter a {
 color: #666;

}

  1. myfooter h3 a {
 text-decoration: underline;

}

  1. myfooter a:hover {
 font-style: italic;

}

  1. footer-contents {
 padding: 12px;
 height: 140px;

}

  1. myfooter h2 {
 color: #888;

}

.footer-section { width: 120px; float: left; margin-right: 30px; }

  1. section7 {
 float: right;

}

.footer-section h3 {

 font-size: small;

}

  1. copyright {
 text-align: center;
 color: #aaa;

}

 </style>

</head> <body>

 <div id="myfooter">
   <h2 style="border-bottom: none;">BIOMOD 2012 Team UT-Hongo</h2>
   <hr>
   <div id="footer-contents">
     <div class="footer-section" id="section1">

<h3><a href="http://openwetware.org/wiki/Biomod/2012/UTokyo/UT-Hongo">Top</a></h3> <ul> <li><a href="http://openwetware.org/wiki/Biomod/2012/UTokyo/UT-Hongo#youtube">YouTube Video</a></li> <li><a href="http://openwetware.org/wiki/Biomod/2012/UTokyo/UT-Hongo#description">Abstract</a></li> </ul>

     </div>
     <div class="footer-section" id="section2">

<h3><a href="http://openwetware.org/wiki/Biomod/2012/UTokyo/UT-Hongo/Intro">Motives</a></h3> <ul> <li></li> </ul>

     </div>
     <div class="footer-section" id="section3">

<h3><a href="http://openwetware.org/wiki/Biomod/2012/UTokyo/UT-Hongo/Function">Design</a></h3> <ul> <li></li> </ul>

     </div>
     <div class="footer-section" id="section4">

<h3><a href="http://openwetware.org/wiki/Biomod/2012/UTokyo/UT-Hongo/Assembly">Result</a></h3> <ul> <li></li> </ul>

     </div>
     <div class="footer-section" id="section5">

<h3><a href="http://openwetware.org/wiki/Biomod/2012/UTokyo/UT-Hongo/Method">Method</a></h3> <ul> <li></li> </ul>

     </div>
     <div class="footer-section" id="section6">

<h3><a href="http://openwetware.org/wiki/Biomod/2012/UTokyo/UT-Hongo/FutureWork">Future Work</a></h3> <ul> <li></li> </ul>

     </div>
     <div class="footer-section" id="section7">

<h3><a href="http://openwetware.org/wiki/Biomod/2012/UTokyo/UT-Hongo/Team">Team</a></h3> <ul> <li></li> </ul>

     </div>
   </div>
   <p id="copyright">
     Copyright (C) 2012 | Design by Yuichi Nishwiaki | BIOMOD Team UT-Hongo
   </p>
   <br style="clear: both;">
 </div>

</body> </html>