Difference between revisions of "Template:Base"

 
(33 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
<!--erase all boundary blocks-->
 
<!--erase all boundary blocks-->
 
</div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
 
</div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
 
+
    <head>
 
     <style type="text/css">
 
     <style type="text/css">
 +
          #main {
 +
              max-width: 980px;
 +
              margin: auto;
 +
          }
  
 
           body {
 
           body {
              color: #000091;
 
 
               margin: auto;
 
               margin: auto;
               text-align: center;
+
               background-color: #E8BB00;
 +
              width: 980px;
 
           }
 
           }
           #page {
+
 
               max-width: 980px;
+
           #header {
               min-width: 720px;
+
               background-color: #000091;
              margin: 10px auto 10px auto;
+
               border: 10px solid black;
              padding: 20px;
+
 
           }
 
           }
  
           header {
+
           #header img {
               display: inline;
+
               width: 960px;
 
           }
 
           }
           ul {
+
 
               display: inline;
+
           #nav {
 +
               background-color: gold;
 +
              width: 960px;
 +
              float: left;
 +
              border: 10px solid black;
 +
              text-align: center;
 
           }
 
           }
  
           li {
+
           #nav a:hover{
               margin: 0px;
+
               background-color: #0050FF;
              padding: 5px auto 5px auto;
+
               color: #FFE304;
               display: inline;
+
 
           }
 
           }
           a:hover, a:active{
+
 
                
+
           #nav a:link {
             
+
               color:yellow;
 
           }
 
           }
           .backDrop img {
+
 
               margin: 10px auto 10px auto;
+
           #section {
               width:100%;
+
               display: block;
               border: 10px solid #000091;
+
               border: 10px solid black;
               padding: 10px;;
+
               background-color: #000091;
 +
               float: left;
 +
              width: 960px;
 +
              color: yellow;
 +
              font-size: 18px;
 
           }
 
           }
  
    </style>
+
          #section1 {
 +
              display: block;
 +
              border: 10px solid black;
 +
              background-color: #E8BB00;
 +
              float: left;
 +
              width: 960px;
 +
              color: #000091;
 +
              font-size: 18px;
 +
          }
  
    <head>
+
          #footer {
 +
              border: 10px solid black;
 +
              background-color: #E8BB00;
 +
              text-align: center;
 +
              margin: auto;
 +
              width: 960px;
 +
              float:left;
 +
              height: 230px;
 +
          }
  
 +
          #footer a {
 +
              font-size: 20px;
 +
          }
 +
          #footer img {
 +
              width: 96px;
 +
              height: 76px;
 +
          }
 +
 +
    </style>
 
     </head>
 
     </head>
  
 
     <body>
 
     <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>
 
  
          <nav class="navbar navbar-inverse navbar-fixed-left">
+
    <div id="main">
            <a class="navbar-brand" href="#">UMASS_DARTMOUTH</a>
+
          <div id="header">
               <!--insert coding for navigation bar-->
+
               <!--insert coding for background colors and style (UMD Color Palette: On Adobe Kuler https://color.adobe.com/my/libraries/all)-->
               <div class="container">
+
               <a href="https://2015.igem.org/Team:UMass-Dartmouth"><img src='https://static.igem.org/mediawiki/2015/e/ed/Team_UMass-Dartmouth_banner.jpg' /></a>
 +
          </div>
  
                    <ul style="font-size: 30px; " class="nav navBar-nav">
+
          <div id="nav">
                        <a href= "https://2015.igem.org/Team:UMass-Dartmouth">Home</a>
+
              <ul style="font-size: 30px" class="nav">
                        <a href= "https://2015.igem.org/Team:UMass-Dartmouth/ourproject">Our Project</a>
+
                    <a href= "https://2015.igem.org/Team:UMass-Dartmouth">Home</a>
                        <a href= "https://2015.igem.org/Team:UMass-Dartmouth/theateam">The Team</a>
+
                    <a href= "https://2015.igem.org/Team:UMass-Dartmouth/ourproject">Our Project</a>
                        <a href= "https://2015.igem.org/Team:UMass-Dartmouth/contactus">Contact</a>
+
                    <a href= "https://2015.igem.org/Team:UMass-Dartmouth/theateam">The Team</a>
 
+
                    <a href= "https://2015.igem.org/Team:UMass-Dartmouth/outreach">Outreach</a>
                    </ul>
+
              </ul>
              </div>
+
          </div>
          </nav>
+
    </div>
 
+
          <br></br>
+
 
     </body>
 
     </body>
 
 
</html>
 
</html>

Latest revision as of 01:34, 19 September 2015