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 15:33, 21 October 2012
<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>
</body> </html>