Difference between revisions of "Template:Base"
Line 3: | Line 3: | ||
<style type="text/css"> | <style type="text/css"> | ||
− | + | ||
body { | body { | ||
background-color: #000091; | background-color: #000091; | ||
− | + | background-attachment: fixed; | |
+ | background-image: url(https://static.igem.org/mediawiki/2015/e/ed/Team_UMass-Dartmouth_banner.jpg) no-repeat; | ||
+ | margin: auto; | ||
} | } | ||
− | . | + | .backDrop img { |
− | + | margin: auto; | |
− | + | width:80%; | |
− | + | border: 15px solid #000091 | |
− | margin-left: | + | <!--margin-left: -7px;--> |
− | + | ||
} | } | ||
− | .navBar { | + | .navBar .container .pull-left { |
− | width: | + | width:45%; |
− | + | float:left; | |
− | + | margin-left: none; | |
− | + | overflow: hidden; | |
− | + | background-color: #E8BB00; | |
− | background-color: | + | |
− | + | ||
− | + | ||
} | } | ||
− | . | + | .navBar .container .pull-right { |
− | + | width:45%; | |
− | + | float:right; | |
− | + | display: inline; | |
+ | margin-right: 15px; | ||
+ | overflow: hidden; | ||
+ | background-color: #E8BB00; | ||
+ | } | ||
+ | a { | ||
+ | font | ||
} | } | ||
+ | </style> | ||
+ | <head> | ||
+ | <meta charset="utf-8"> | ||
+ | </head> | ||
+ | |||
+ | <body> | ||
+ | |||
+ | <div class="backDrop"> | ||
+ | |||
+ | <!--insert coding for background colors and style (UMD Color Palette: https://color.adobe.com/my/libraries/all)--> | ||
+ | <img src='https://static.igem.org/mediawiki/2015/e/ed/Team_UMass-Dartmouth_banner.jpg'> | ||
+ | </div> | ||
+ | |||
+ | <div class="navBar"> | ||
+ | <!--insert coding for navigation bar--> | ||
+ | <div class="container"> | ||
+ | <ul class="pull-left"> | ||
+ | <a href= "https://2015.igem.org/Team:UMass-Dartmouth"><li>Home Page</li></a> | ||
+ | <a href= "https://2015.igem.org/Team:UMass-Dartmouth/ourproject"><li>Our Project</li></a> | ||
+ | <ul> | ||
+ | <a href= "https://2015.igem.org/Team:UMass-Dartmouth/proj-desc"><li>Project Description</li></a> | ||
+ | <a href= "link"><li>About H. Pylori</li></a> | ||
+ | <a href= "link"><li>Our Proposition</li></a> | ||
+ | </ul> | ||
+ | </ul> | ||
+ | <ul class="pull-right"> | ||
+ | <a href= "https://2015.igem.org/Team:UMass-Dartmouth/theateam"><li>The Team</li></a> | ||
+ | <a href= "https://2015.igem.org/Team:UMass-Dartmouth/contactus"><li>Contact</li></a> | ||
+ | </ul> | ||
+ | </div> | ||
+ | </div> | ||
+ | </body> | ||
− | |||
</html> | </html> |
Revision as of 17:56, 13 July 2015