Difference between revisions of "Template:Base"

Line 4: Line 4:
 
     <head>
 
     <head>
 
     <style type="text/css">
 
     <style type="text/css">
           main {
+
           #main {
 
               max-width: 980px;
 
               max-width: 980px;
 
               margin: auto;
 
               margin: auto;
 +
              background-color: black;
 +
              display: block;
 
           }
 
           }
  
 
           body {
 
           body {
              background-color: #E8BB00;
 
 
               text-align: center;
 
               text-align: center;
               margin: auto
+
               margin: auto;
               width: 660px;
+
               <!--background-color: #E8BB00;-->
               float: left;
+
               z-index: 1;
 
           }
 
           }
  
 
           #header {
 
           #header {
 
               background-color: #000091;
 
               background-color: #000091;
               border: 10px, solid, black;
+
               border: 10px solid black;
               text-align: center;
+
               font-size: 20px;
              align-items: center;
+
 
           }
 
           }
  
 
           #header img {
 
           #header img {
               width: 960px
+
               width: 960px;
 +
              padding: 10px auto auto auto;
 
           }
 
           }
  
Line 33: Line 34:
 
               height: auto;
 
               height: auto;
 
               float: left;
 
               float: left;
          }
 
 
          #nav a {
 
              background-color: Black;
 
              align: center;
 
 
           }
 
           }
  
Line 43: Line 39:
 
               background-color: #0050FF;
 
               background-color: #0050FF;
 
               color: #FFE304;
 
               color: #FFE304;
 +
          }
 +
 +
          #nav a:link {
 +
              color:yellow;
 
           }
 
           }
  
Line 48: Line 48:
 
               display: block;
 
               display: block;
 
               border: 10px solid black;
 
               border: 10px solid black;
               background-color: cyan;
+
               background-color: #000091;
 
               float: left;
 
               float: left;
 +
              width: 660px;
 +
              color: Yellow;
 +
              font-size: 18px;
 
           }
 
           }
  
Line 55: Line 58:
 
           #footer {
 
           #footer {
 
               border: 10px solid black;
 
               border: 10px solid black;
               background-color: #000091;
+
               background-color: #E8BB00;
 
               text-align: center;
 
               text-align: center;
 
               margin: auto;
 
               margin: auto;
Line 69: Line 72:
 
               width: 96px;
 
               width: 96px;
 
               height: 76px;
 
               height: 76px;
 +
              z-index: -1;
 
           }
 
           }
  
 
     </style>
 
     </style>
 
     </head>
 
     </head>
    <main>
 
  
 +
    <body>
 +
 +
    <div id="main">
 
           <div id="header">
 
           <div id="header">
 
               <!--insert coding for background colors and style (UMD Color Palette: On Adobe Kuler https://color.adobe.com/my/libraries/all)-->
 
               <!--insert coding for background colors and style (UMD Color Palette: On Adobe Kuler https://color.adobe.com/my/libraries/all)-->
 
               <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>
 
               <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>
 
           </div>
 
    <body>
 
  
 
           <div id="nav">
 
           <div id="nav">
Line 104: Line 108:
 
               <a href="http://www.youcaring.com/tuition-fundraiser/h-pylori-bacteriophage-therapy/341011">Our YouCaring Page</a>
 
               <a href="http://www.youcaring.com/tuition-fundraiser/h-pylori-bacteriophage-therapy/341011">Our YouCaring Page</a>
 
           </div>
 
           </div>
 
+
    </div>
 
     </body>
 
     </body>
    </main>
 
 
</html>
 
</html>

Revision as of 02:28, 15 September 2015