Difference between revisions of "Template:Utah State"

(Prototype team template page)
 
 
(51 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
<!-- Declare that you are going to use html code instead of wiki code -->
 
<!-- Declare that you are going to use html code instead of wiki code -->
 
<html>
 
<html>
 
+
 
<!-- Start of CSS-->
 
<!-- Start of CSS-->
 
<style type="text/css">
 
<style type="text/css">
Line 11: Line 11:
 
/* Change Background color*/
 
/* Change Background color*/
 
body {  
 
body {  
background-color: #fff;
+
background-color: #1C140D /*#fff*/;
 
}
 
}
  
Line 21: Line 21:
 
margin-left:20px;
 
margin-left:20px;
 
margin-bottom: 10px;
 
margin-bottom: 10px;
background-color: #fff;  
+
background-color: #999999 /*#fff*/;  
 
border-bottom: 14px solid #565656;
 
border-bottom: 14px solid #565656;
 
border-right: 2px solid #565656;
 
border-right: 2px solid #565656;
Line 46: Line 46:
 
padding-left: 20px;
 
padding-left: 20px;
 
float: left;
 
float: left;
background-color: #fff;  
+
background-color:#999999 /*#fff*/;  
 
border-top: 14px solid #565656;
 
border-top: 14px solid #565656;
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
 
font-family: "Trebuchet MS", Helvetica, sans-serif;
Line 89: Line 89:
 
/*Change the styling of tables */
 
/*Change the styling of tables */
 
         #contentContainer table {
 
         #contentContainer table {
     border: 1px solid #565656;
+
     <!--border: 1px solid #565656-->;
     border-collapse: collapse;
+
     <!--border-collapse: collapse-->;
 +
                                background-color: #E8E8E9;
 
     width: 90%
 
     width: 90%
 
     margin: auto;
 
     margin: auto;
Line 97: Line 98:
 
     margin-right: 10px;
 
     margin-right: 10px;
 
     margin-left: 10px;
 
     margin-left: 10px;
 +
                               
 
     }
 
     }
  
Line 102: Line 104:
 
     #contentContainer  td {
 
     #contentContainer  td {
 
     padding: 10px;
 
     padding: 10px;
     border: 1px solid #565656;
+
                                background-color: #E8E8E9;
     border-collapse: collapse;
+
     <!--border: 1px solid #565656-->;
 +
     <!--border-collapse: collapse-->;
 
     vertical-align: text-top;
 
     vertical-align: text-top;
 
     }
 
     }
Line 144: Line 147:
 
/*For the menu buttons, changes the color when hovering*/
 
/*For the menu buttons, changes the color when hovering*/
 
#menuContainer li:hover {
 
#menuContainer li:hover {
color:  #FFF;
+
color:  #1C140D /*#FFF*/;
background-color: #24B694;
+
background-color: #4581B5 /*Menu Blue Hover*/;
 
}
 
}
  
Line 167: Line 170:
 
/*Style the submenu buttons*/
 
/*Style the submenu buttons*/
 
#menuContainer li ul li{
 
#menuContainer li ul li{
background-color: #59BF92;  
+
background-color: #E8E8E9;  
 
padding-left:20px;
 
padding-left:20px;
 
padding-right:20px;
 
padding-right:20px;
Line 188: Line 191:
 
/* highlight box for special messages */
 
/* highlight box for special messages */
 
     .highlightBox {
 
     .highlightBox {
         width:500px;  
+
         width:700px;  
 
         margin:auto;  
 
         margin:auto;  
 
         background-color: #E8E8E9;  
 
         background-color: #E8E8E9;  
Line 207: Line 210:
  
 
<div id="bannerContainer">
 
<div id="bannerContainer">
<br><br>
 
<h2> Add a banner to your wiki! </h2>
 
 
 
<p>You can make the image 980px  by  200px</p>
+
                          <img src="https://static.igem.org/mediawiki/2015/d/d8/Team_Utah_State_BannerFinal.jpeg" height="200" width="980">
<p> Remember to call the file: "<i>Team_Utah_State_banner.jpg</i>" </p>
+
                            <!-- <h2> Add a banner to your wiki! </h2>
 +
                        <p>You can make the image 980px  by  200px</p>
 +
<p> Remember to call the file: "<i>Team_Utah_State_banner.jpg</i>" </p>-->
 
</div>
 
</div>
  
Line 231: Line 234:
 
</ul>
 
</ul>
 
</li></a>
 
</li></a>
 +
                                        <a href="https://2015.igem.org/Team:Utah_State/Interlab"><li>INTERLAB STUDY</li></a>
  
 
<a href="#"><li>PARTS
 
<a href="#"><li>PARTS
Line 255: Line 259:
 
<a href="https://2015.igem.org/Team:Utah_State/Measurement"><li>MEASUREMENT</li></a>
 
<a href="https://2015.igem.org/Team:Utah_State/Measurement"><li>MEASUREMENT</li></a>
  
<a href="https://2015.igem.org/Team:Utah_State/Software"><li>SOFTWARE</li></a>
+
<a href="https://2015.igem.org/Team:Utah_State/Software"><li>HTML5 PROTOTYPE</li></a>
  
 
<a href="https://2015.igem.org/Team:Utah_State/Entrepreneurship"><li>ENTREPRENEURSHIP</li></a>
 
<a href="https://2015.igem.org/Team:Utah_State/Entrepreneurship"><li>ENTREPRENEURSHIP</li></a>
Line 265: Line 269:
 
<!-- Start of content -->
 
<!-- Start of content -->
 
<div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.-->
 
<div id="contentContainer"> <!--The closing tag for contentContainer should be placed at the bottom of each content page.-->
 +
 
</html>
 
</html>

Latest revision as of 01:48, 14 September 2015